diff --git a/AIMS/AIMS.csproj b/AIMS/AIMS.csproj index f9975bd..3a96e30 100644 --- a/AIMS/AIMS.csproj +++ b/AIMS/AIMS.csproj @@ -465,6 +465,9 @@ frmSelectPatientGoodsBill.cs + + Form + Form @@ -657,7 +660,7 @@ frmOperationFrontVisit.cs - + Form @@ -1041,6 +1044,9 @@ frmSelectPatientGoodsBill.cs + + frmOperationSchedulePlan.cs + frmPersonSchedulKeep.cs @@ -1128,8 +1134,8 @@ frmOperationFrontVisit.cs - - frmOperationSchedulePlan.cs + + frmOperationSchedulePlanOld.cs frmStopOperation.cs diff --git a/AIMS/AIMS.xml b/AIMS/AIMS.xml index 7d66bdd..8facc04 100644 --- a/AIMS/AIMS.xml +++ b/AIMS/AIMS.xml @@ -1,6 +1,8 @@  - Data Source=.;Initial Catalog=AIMSDB_FJZPTFYY;User ID=sa;Password=Test2020; + Data Source=.;Initial Catalog=AIMSDB_DLSJZQZYYY;User ID=sa;Password=Test2020; Data Source=.;Initial Catalog=AIMSDB_DATA;User ID=sa;Password=Test2020; Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.10.7)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl2))));Persist Security Info=True;User ID=smview;Password=i39; + + diff --git a/AIMS/DataDictionary/frmOperationRoom.designer.cs b/AIMS/DataDictionary/frmOperationRoom.designer.cs index cc22e2e..cf723ea 100644 --- a/AIMS/DataDictionary/frmOperationRoom.designer.cs +++ b/AIMS/DataDictionary/frmOperationRoom.designer.cs @@ -45,6 +45,8 @@ this.cbotype = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); + this.txtIp3 = new DevComponents.DotNetBar.Controls.TextBoxX(); + this.txtIp2 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txtIp1 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label6 = new System.Windows.Forms.Label(); @@ -57,17 +59,6 @@ this.label2 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.dgvOperationsRoom = new DevComponents.DotNetBar.Controls.DataGridViewX(); - this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.txtIp2 = new DevComponents.DotNetBar.Controls.TextBoxX(); - this.txtIp3 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.type = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -78,6 +69,17 @@ this.DepartmentNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrderBy = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsValid = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.comboItem3 = new DevComponents.Editors.ComboItem(); + this.comboItem4 = new DevComponents.Editors.ComboItem(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); @@ -211,7 +213,9 @@ this.cbotype.ItemHeight = 20; this.cbotype.Items.AddRange(new object[] { this.comboItem1, - this.comboItem2}); + this.comboItem2, + this.comboItem3, + this.comboItem4}); this.cbotype.Location = new System.Drawing.Point(94, 49); this.cbotype.Name = "cbotype"; this.cbotype.Size = new System.Drawing.Size(167, 26); @@ -227,6 +231,38 @@ // this.comboItem2.Text = "恢复室"; // + // txtIp3 + // + this.txtIp3.BackColor = System.Drawing.Color.White; + // + // + // + this.txtIp3.Border.Class = "TextBoxBorder"; + this.txtIp3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtIp3.DisabledBackColor = System.Drawing.Color.White; + this.txtIp3.ForeColor = System.Drawing.Color.Black; + this.txtIp3.Location = new System.Drawing.Point(673, 10); + this.txtIp3.Name = "txtIp3"; + this.txtIp3.PreventEnterBeep = true; + this.txtIp3.Size = new System.Drawing.Size(167, 26); + this.txtIp3.TabIndex = 402; + // + // txtIp2 + // + this.txtIp2.BackColor = System.Drawing.Color.White; + // + // + // + this.txtIp2.Border.Class = "TextBoxBorder"; + this.txtIp2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtIp2.DisabledBackColor = System.Drawing.Color.White; + this.txtIp2.ForeColor = System.Drawing.Color.Black; + this.txtIp2.Location = new System.Drawing.Point(500, 10); + this.txtIp2.Name = "txtIp2"; + this.txtIp2.PreventEnterBeep = true; + this.txtIp2.Size = new System.Drawing.Size(167, 26); + this.txtIp2.TabIndex = 402; + // // txtIp1 // this.txtIp1.BackColor = System.Drawing.Color.White; @@ -398,97 +434,6 @@ this.dgvOperationsRoom.Size = new System.Drawing.Size(916, 329); this.dgvOperationsRoom.TabIndex = 0; // - // dataGridViewTextBoxColumn1 - // - this.dataGridViewTextBoxColumn1.DataPropertyName = "Id"; - this.dataGridViewTextBoxColumn1.HeaderText = "编号"; - this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; - this.dataGridViewTextBoxColumn1.Visible = false; - // - // dataGridViewTextBoxColumn2 - // - this.dataGridViewTextBoxColumn2.DataPropertyName = "Index"; - this.dataGridViewTextBoxColumn2.HeaderText = "序号"; - this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; - this.dataGridViewTextBoxColumn2.Width = 80; - // - // dataGridViewTextBoxColumn3 - // - this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - this.dataGridViewTextBoxColumn3.DataPropertyName = "oName"; - this.dataGridViewTextBoxColumn3.HeaderText = "名称"; - this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; - // - // dataGridViewTextBoxColumn4 - // - this.dataGridViewTextBoxColumn4.DataPropertyName = "Ip1"; - this.dataGridViewTextBoxColumn4.HeaderText = "Ip地址1"; - this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; - this.dataGridViewTextBoxColumn4.Width = 140; - // - // dataGridViewTextBoxColumn5 - // - this.dataGridViewTextBoxColumn5.DataPropertyName = "Ip2"; - this.dataGridViewTextBoxColumn5.HeaderText = "Ip地址2"; - this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; - this.dataGridViewTextBoxColumn5.Width = 140; - // - // dataGridViewTextBoxColumn6 - // - this.dataGridViewTextBoxColumn6.DataPropertyName = "Ip3"; - this.dataGridViewTextBoxColumn6.HeaderText = "Ip地址3"; - this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; - this.dataGridViewTextBoxColumn6.Width = 140; - // - // dataGridViewTextBoxColumn7 - // - this.dataGridViewTextBoxColumn7.HeaderText = "所属科室"; - this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; - // - // dataGridViewTextBoxColumn8 - // - this.dataGridViewTextBoxColumn8.DataPropertyName = "OrderBy"; - this.dataGridViewTextBoxColumn8.HeaderText = "排序顺序"; - this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; - // - // dataGridViewTextBoxColumn9 - // - this.dataGridViewTextBoxColumn9.DataPropertyName = "IsValid"; - this.dataGridViewTextBoxColumn9.HeaderText = "是否有效"; - this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; - // - // txtIp2 - // - this.txtIp2.BackColor = System.Drawing.Color.White; - // - // - // - this.txtIp2.Border.Class = "TextBoxBorder"; - this.txtIp2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.txtIp2.DisabledBackColor = System.Drawing.Color.White; - this.txtIp2.ForeColor = System.Drawing.Color.Black; - this.txtIp2.Location = new System.Drawing.Point(500, 10); - this.txtIp2.Name = "txtIp2"; - this.txtIp2.PreventEnterBeep = true; - this.txtIp2.Size = new System.Drawing.Size(167, 26); - this.txtIp2.TabIndex = 402; - // - // txtIp3 - // - this.txtIp3.BackColor = System.Drawing.Color.White; - // - // - // - this.txtIp3.Border.Class = "TextBoxBorder"; - this.txtIp3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; - this.txtIp3.DisabledBackColor = System.Drawing.Color.White; - this.txtIp3.ForeColor = System.Drawing.Color.Black; - this.txtIp3.Location = new System.Drawing.Point(673, 10); - this.txtIp3.Name = "txtIp3"; - this.txtIp3.PreventEnterBeep = true; - this.txtIp3.Size = new System.Drawing.Size(167, 26); - this.txtIp3.TabIndex = 402; - // // Id // this.Id.DataPropertyName = "Id"; @@ -552,6 +497,73 @@ this.IsValid.HeaderText = "是否有效"; this.IsValid.Name = "IsValid"; // + // dataGridViewTextBoxColumn1 + // + this.dataGridViewTextBoxColumn1.DataPropertyName = "Id"; + this.dataGridViewTextBoxColumn1.HeaderText = "编号"; + this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; + this.dataGridViewTextBoxColumn1.Visible = false; + // + // dataGridViewTextBoxColumn2 + // + this.dataGridViewTextBoxColumn2.DataPropertyName = "Index"; + this.dataGridViewTextBoxColumn2.HeaderText = "序号"; + this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; + this.dataGridViewTextBoxColumn2.Width = 80; + // + // dataGridViewTextBoxColumn3 + // + this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; + this.dataGridViewTextBoxColumn3.DataPropertyName = "oName"; + this.dataGridViewTextBoxColumn3.HeaderText = "名称"; + this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; + // + // dataGridViewTextBoxColumn4 + // + this.dataGridViewTextBoxColumn4.DataPropertyName = "Ip1"; + this.dataGridViewTextBoxColumn4.HeaderText = "Ip地址1"; + this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; + this.dataGridViewTextBoxColumn4.Width = 140; + // + // dataGridViewTextBoxColumn5 + // + this.dataGridViewTextBoxColumn5.DataPropertyName = "Ip2"; + this.dataGridViewTextBoxColumn5.HeaderText = "Ip地址2"; + this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; + this.dataGridViewTextBoxColumn5.Width = 140; + // + // dataGridViewTextBoxColumn6 + // + this.dataGridViewTextBoxColumn6.DataPropertyName = "Ip3"; + this.dataGridViewTextBoxColumn6.HeaderText = "Ip地址3"; + this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; + this.dataGridViewTextBoxColumn6.Width = 140; + // + // dataGridViewTextBoxColumn7 + // + this.dataGridViewTextBoxColumn7.HeaderText = "所属科室"; + this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; + // + // dataGridViewTextBoxColumn8 + // + this.dataGridViewTextBoxColumn8.DataPropertyName = "OrderBy"; + this.dataGridViewTextBoxColumn8.HeaderText = "排序顺序"; + this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; + // + // dataGridViewTextBoxColumn9 + // + this.dataGridViewTextBoxColumn9.DataPropertyName = "IsValid"; + this.dataGridViewTextBoxColumn9.HeaderText = "是否有效"; + this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; + // + // comboItem3 + // + this.comboItem3.Text = "内镜室"; + // + // comboItem4 + // + this.comboItem4.Text = "介入室"; + // // frmOperationRoom // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); @@ -623,5 +635,7 @@ private System.Windows.Forms.DataGridViewTextBoxColumn DepartmentNameColumn; private System.Windows.Forms.DataGridViewTextBoxColumn OrderBy; private System.Windows.Forms.DataGridViewTextBoxColumn IsValid; + private DevComponents.Editors.ComboItem comboItem3; + private DevComponents.Editors.ComboItem comboItem4; } } \ No newline at end of file diff --git a/AIMS/DocManager/frmDocument3.cs b/AIMS/DocManager/frmDocument3.cs index 03c6308..4b13071 100644 --- a/AIMS/DocManager/frmDocument3.cs +++ b/AIMS/DocManager/frmDocument3.cs @@ -22,7 +22,6 @@ namespace AIMS.OperationAfter.UI private ucClassify ucClassify; //患者基本信息 private PatientRecord Patient; - public List OperationRooms = BOperationRoom.Select(" Site='手术室' and IsValid=1 ", null); const int CLOSE_SIZE = 18; //关闭图标尺寸 public string PerortName; @@ -64,6 +63,8 @@ namespace AIMS.OperationAfter.UI /// private void frmDocument3_Load_1(object sender, EventArgs e) { + ControlExtension.GetOperationSiteRoom(labelSite, CboOperationSite, null); + System.Drawing.Size mSize = SystemInformation.WorkingArea.Size; txtnameOrHnum.Text = "姓名或住院号关键字"; txtnameOrHnum.ForeColor = Color.FromArgb(164, 164, 164); @@ -78,6 +79,7 @@ namespace AIMS.OperationAfter.UI ucClassify.RefreshTree(Patient.PatientId); tsbDoc.TabItemClose += new TabStrip.UserActionEventHandler(tsbDoc_TabItemClose); + this.CboOperationSite.SelectedIndexChanged += new System.EventHandler(this.CboOperationSite_SelectedIndexChanged); if (PublicMethod.OperatorNo == "admin" || PublicMethod.RoleName.Contains("删除医疗文书")) { @@ -99,8 +101,13 @@ namespace AIMS.OperationAfter.UI vPlanedOpeList = AIMSExtension.PublicMethod.GetNewDataTable(vPlanedOpeList, "State not IN ('退回','作废') ", ""); + if (CboOperationSite.Visible == true && CboOperationSite.SelectedIndex > 0) + { + vPlanedOpeList = AIMSExtension.PublicMethod.GetNewDataTable(vPlanedOpeList, " OperationSite ='" + CboOperationSite.SelectedValue + "' ", ""); + } + List list = new List(); - foreach (var item in OperationRooms) + foreach (var item in ControlExtension.SiteRooms) { foreach (DataRow po in vPlanedOpeList.Rows) { @@ -421,8 +428,8 @@ namespace AIMS.OperationAfter.UI doc.CloseP += new ucDocument.CloseParent(CloseTab); doc.Parent = c; doc.Dock = DockStyle.Fill; - doc.Show(); - doc.myEditControl.ExecuteCommand("FilePrint", false, null); + doc.Show(); + doc.myEditControl.ExecuteCommand("FilePrint", false, null); } } @@ -462,5 +469,10 @@ namespace AIMS.OperationAfter.UI } } } + private void CboOperationSite_SelectedIndexChanged(object sender, EventArgs e) + { + ControlExtension.SetOperationSiteRoom(CboOperationSite, null); + dtpSearchTime_ValueChanged(null, null); + } } } diff --git a/AIMS/DocManager/frmDocument3.designer.cs b/AIMS/DocManager/frmDocument3.designer.cs index 46b48fd..dc9ca52 100644 --- a/AIMS/DocManager/frmDocument3.designer.cs +++ b/AIMS/DocManager/frmDocument3.designer.cs @@ -47,6 +47,8 @@ this.btnSel = new DevComponents.DotNetBar.ButtonX(); this.lblPatient = new DevComponents.DotNetBar.LabelX(); this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); this.panel2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel3.SuspendLayout(); @@ -267,6 +269,8 @@ // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; + this.panelEx1.Controls.Add(this.CboOperationSite); + this.panelEx1.Controls.Add(this.labelSite); this.panelEx1.Controls.Add(this.btnDelete); this.panelEx1.Controls.Add(this.buttonX1); this.panelEx1.Controls.Add(this.btnSel); @@ -292,7 +296,7 @@ this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; - this.btnDelete.Location = new System.Drawing.Point(613, 11); + this.btnDelete.Location = new System.Drawing.Point(464, 11); this.btnDelete.Margin = new System.Windows.Forms.Padding(2); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(76, 23); @@ -367,6 +371,33 @@ this.expandablePanel1.TitleStyle.GradientAngle = 90; this.expandablePanel1.TitleText = "文档目录"; // + // CboOperationSite + // + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 9.5F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 18; + this.CboOperationSite.Location = new System.Drawing.Point(611, 10); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(89, 24); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 508; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.Color.Transparent; + this.labelSite.Font = new System.Drawing.Font("微软雅黑", 9.5F); + this.labelSite.Location = new System.Drawing.Point(545, 12); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(61, 19); + this.labelSite.TabIndex = 509; + this.labelSite.Text = "手术地点"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // // frmDocument3 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); @@ -389,6 +420,7 @@ ((System.ComponentModel.ISupportInitialize)(this.tsbDoc)).EndInit(); this.panel5.ResumeLayout(false); this.panelEx1.ResumeLayout(false); + this.panelEx1.PerformLayout(); this.ResumeLayout(false); } @@ -413,5 +445,7 @@ private DevComponents.DotNetBar.ButtonX btnSel; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX btnDelete; + private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; + private System.Windows.Forms.Label labelSite; } } \ No newline at end of file diff --git a/AIMS/Extensions/EMRExtension.cs b/AIMS/Extensions/EMRExtension.cs index 02ecfbc..64e4019 100644 --- a/AIMS/Extensions/EMRExtension.cs +++ b/AIMS/Extensions/EMRExtension.cs @@ -40,6 +40,7 @@ namespace AIMS string VisitTimes = pat.VisitTimes; string Path = string.Format("http://172.16.10.175:5001/?inoutType=2&patiId={0}&visitId={1}&userName=系统管理员", HisPatientId, VisitTimes); + System.Diagnostics.Process.Start(Path); //BrowserHelper.OpenBrowserUrlChrome(Path); } else if (PublicMethod.HospitalName.Contains("天福")) diff --git a/AIMS/FormLogin.cs b/AIMS/FormLogin.cs index cbb345c..0d98394 100644 --- a/AIMS/FormLogin.cs +++ b/AIMS/FormLogin.cs @@ -10,6 +10,7 @@ using AIMSBLL; using AIMSExtension; using AIMSModel; using DevComponents.DotNetBar; +using HelperDB; namespace AIMS { @@ -22,7 +23,8 @@ namespace AIMS InitializeComponent(); } - + public XmlUse xmlUse = new XmlUse(Application.StartupPath + "\\AIMS.xml"); + string LastNo = null; private void frmLogin_Load(object sender, EventArgs e) { @@ -31,6 +33,22 @@ namespace AIMS //label2.Text = "@" + PublicMethod.HospitalName + " V" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(); txtNo.Select(); txtNo.Focus(); + List list = xmlUse.GetNode("LastLoginNo"); + if (list != null && list.Count > 0) + { + LastNo = list[0]; + if (LastNo != "") + { + txtNo.Text = LastNo; + txtPassWord.Select(); + txtPassWord.Focus(); + } + } + else + { + txtNo.Select(); + txtNo.Focus(); + } #if DEBUG txtNo.Text = "admin"; txtPassWord.Text = "1"; @@ -53,7 +71,15 @@ namespace AIMS Role role = BRole.GetModel(PersonObj.RoleId.Value); AIMSExtension.PublicMethod.PermissionLevel = role.PermissionLevel == null ? 0 : role.PermissionLevel.Value; AIMSExtension.PublicMethod.RoleName = BMenu.GetMenuRootListManageStr(AIMSExtension.PublicMethod.RoleId, "功能权限"); + AIMSExtension.PublicMethod.OperationSite = BOperationRoom.GetOperationSite(); AIMSExtension.PublicMethod.HospitalName = PublicMethod.GetHospital(); + if (LastNo != null && PersonObj.No != "admin" && PersonObj.No != LastNo) + xmlUse.SetNode("LastLoginNo", PersonObj.No); + List list = xmlUse.GetNode("LastOperationSite"); + if (list != null && list.Count > 0) + { + PublicMethod.LastOperationSite = list[0]; + } PublicMethod.WriteLog("登录", PersonObj.Id.Value); Hide(); //在这里为编辑器注册 diff --git a/AIMS/OperationAanesthesia/frmAanesthesiaRecover.cs b/AIMS/OperationAanesthesia/frmAanesthesiaRecover.cs index e9643e2..cef7182 100644 --- a/AIMS/OperationAanesthesia/frmAanesthesiaRecover.cs +++ b/AIMS/OperationAanesthesia/frmAanesthesiaRecover.cs @@ -1309,6 +1309,22 @@ namespace AIMS.OperationAanesthesia menuStrip.Items.Add(getPhysioData); } + ToolStripMenuItem mnuAddDrug = new ToolStripMenuItem(); + mnuAddDrug.Name = "add_medicine"; + mnuAddDrug.Tag = "add_medicine"; + mnuAddDrug.Text = "手动添加数据"; + mnuAddDrug.Click += ((s, er) => + { + frmPhysioDataEdit frm = new frmPhysioDataEdit(_record); + frm.FormClosed += ((ss, err) => + { + templateManage.Bind("MonitorManage"); + zgcAnaesRecord.Refresh(); + }); + frm.ShowDialog(); + }); + menuStrip.Items.Add(mnuAddDrug); + ToolStripMenuItem btnSyatemPhysion = new ToolStripMenuItem(); btnSyatemPhysion.Name = "btnSyatemPhysion"; btnSyatemPhysion.Tag = "btnSyatemPhysion"; diff --git a/AIMS/OperationAanesthesia/frmInstrumentRecord2.cs b/AIMS/OperationAanesthesia/frmInstrumentRecord2.cs index 98a4178..8e69c37 100644 --- a/AIMS/OperationAanesthesia/frmInstrumentRecord2.cs +++ b/AIMS/OperationAanesthesia/frmInstrumentRecord2.cs @@ -1541,11 +1541,16 @@ namespace AIMS.OperationAanesthesia //_record.InstrumentList.InstrumentNurse = txtInstrumentNurse.Text; //_record.InstrumentList.TourNurse = txtTourNurse.Text; var operation = myEditControl.Document.Fields.ToArray().Where(x => x.ID == "KB20180604142607822").FirstOrDefault(); - if (operation != null) + if (operation != null && operation.Text != "") { _record.InstrumentList.Remark = operation.Text; DBManage.AddOperation(_record, GetOperationId(operation.Text)); } + var OperationSite = myEditControl.Document.Fields.ToArray().Where(x => x.ID == "KB20230326230037766").FirstOrDefault(); + if (OperationSite != null && OperationSite.Text != "") + { + DBManage.AddOperationSite(_record, GetOperationSiteId(OperationSite.Text)); + } _record.InstrumentList.OperatorNo = PublicMethod.OperatorNo; _record.InstrumentList.OperatorName = PublicMethod.OperatorName; _record.InstrumentList.OperateDate = DateTime.Now; @@ -1608,6 +1613,46 @@ namespace AIMS.OperationAanesthesia } return string.Join(",", result.ToArray()); } + private string GetOperationSiteId(string namestr) + { + List result = new List(); + List names = new List(); + if (namestr.Contains(",")) + { + names = namestr.Split(',').ToList(); + } + else if (namestr.Contains(",")) + { + names = namestr.Split(',').ToList(); + } + else if (namestr.Contains("+")) + { + names = namestr.Split('+').ToList(); + } + else + { + names.Add(namestr); + } + foreach (var name in names) + { + DataTable dt = DBHelper.GetDataTable("select * from OperationBodyPosition where Name ='" + name + "'"); + if (dt.Rows.Count == 0) + { + DBHelper.ExecNonQuery(string.Concat(new Object[]{ + "insert into OperationBodyPosition( [Name], [HelpCode], [Explain], [PositionOrder], [IsValid], [OperatorNo], [OperatorName], [OperateDate]) values('"+name+"','"+PublicMethod.GetFirstLetter(name)+"','',1,1,'admin','系统管理员','"+DateTime.Now+"')"})); + dt = DBHelper.GetDataTable("select * from OperationBodyPosition where Name ='" + name + "'"); + } + + if (dt.Rows.Count > 0) + { + for (int j = 0; j < dt.Rows.Count; j++) + { + result.Add(dt.Rows[0]["Id"].ToString()); + } + } + } + return string.Join(",", result.ToArray()); + } /// /// 得到当前使用的器械对象集合 /// diff --git a/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill.Designer.cs b/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill.Designer.cs index 420d997..6df8079 100644 --- a/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill.Designer.cs +++ b/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill.Designer.cs @@ -70,6 +70,8 @@ this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel3 = new System.Windows.Forms.Panel(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); @@ -79,6 +81,8 @@ // panel1 // this.panel1.BackColor = System.Drawing.Color.AliceBlue; + this.panel1.Controls.Add(this.CboOperationSite); + this.panel1.Controls.Add(this.labelSite); this.panel1.Controls.Add(this.txtquery); this.panel1.Controls.Add(this.btnQuery); this.panel1.Controls.Add(this.label4); @@ -525,6 +529,33 @@ this.panel3.Size = new System.Drawing.Size(1048, 475); this.panel3.TabIndex = 0; // + // CboOperationSite + // + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(930, 7); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 506; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.Color.AliceBlue; + this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.labelSite.Location = new System.Drawing.Point(864, 9); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 507; + this.labelSite.Text = "手术地点"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // // frmSelectPatientGoodsBill // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); @@ -593,5 +624,7 @@ private DevComponents.DotNetBar.ButtonX btnQuery; private System.Windows.Forms.Label label4; private DevComponents.DotNetBar.ButtonX buttonX2; + private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; + private System.Windows.Forms.Label labelSite; } } \ No newline at end of file diff --git a/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill.cs b/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill.cs index 74f6720..c958846 100644 --- a/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill.cs +++ b/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill.cs @@ -19,8 +19,7 @@ namespace AIMS.OperationAanesthesia public int SelPatientId; public int SelApplyId; public bool isMainOpen = false; - public AIMS.OperationAanesthesia.frmInstrumentRecord tempfrmAnasRecord; - List rooms; + public AIMS.OperationAanesthesia.frmInstrumentRecord tempfrmAnasRecord; public frmSelectPatientGoodsBill() { @@ -29,30 +28,14 @@ namespace AIMS.OperationAanesthesia private void frmSelectPatientGoodsBill_Load(object sender, EventArgs e) { - rooms = BOperationRoom.GetOperationRooms("IsValid=1 and Site='手术室'"); - rooms.Insert(0, new OperationRoom() { Id = -1, Name = "" }); - cboRoom.DataSource = rooms; - cboRoom.DisplayMember = "Name"; - cboRoom.ValueMember = "Id"; + ControlExtension.GetOperationSiteRoom(labelSite, CboOperationSite, cboRoom); - //判断如果当前手术间编号不为空,则显示当前手术间 - OperationRoom oprm = GetOperationRoom(rooms); - if (oprm != null && oprm.Id.Value > 0) - { - cboRoom.SelectedValue = oprm.Id.Value; - cboRoom.Text = oprm.Name.ToString(); - } - if (cboRoom.Text == "" && PublicMethod.SelectRoom != 0) - { - cboRoom.SelectedValue = PublicMethod.SelectRoom; - } FillDgv(); this.cboRoom.SelectedIndexChanged += new System.EventHandler(this.cboRoom_SelectedIndexChanged); + this.CboOperationSite.SelectedIndexChanged += new System.EventHandler(this.CboOperationSite_SelectedIndexChanged); } - - void dgv_DataError(object sender, DataGridViewDataErrorEventArgs e) { @@ -90,21 +73,21 @@ namespace AIMS.OperationAanesthesia dt2 = SelectPatient.GetRelieveLockingPatientDataTable(DateTime.Parse(dtpSelectPatientTime.Value.ToString("yyyy-MM-dd").ToString()), cboRoom.SelectedValue.ToString()); List list = new List(); - for (int i = 0; i < rooms.Count; i++) + for (int i = 0; i < ControlExtension.SiteRooms.Count; i++) { foreach (DataRow dr in dt.Rows) { - if (dr["OperationRoom"].ToString() == rooms[i].Name && !list.Contains(rooms[i].Name)) + if (dr["OperationRoom"].ToString() == ControlExtension.SiteRooms[i].Name && !list.Contains(ControlExtension.SiteRooms[i].Name)) { - list.Add(rooms[i].Name); + list.Add(ControlExtension.SiteRooms[i].Name); } } foreach (DataRow dr in dt2.Rows) { - if (dr["OperationRoom"].ToString() == rooms[i].Name && !list.Contains(rooms[i].Name)) + if (dr["OperationRoom"].ToString() == ControlExtension.SiteRooms[i].Name && !list.Contains(ControlExtension.SiteRooms[i].Name)) { - list.Add(rooms[i].Name); + list.Add(ControlExtension.SiteRooms[i].Name); } } } @@ -572,5 +555,10 @@ namespace AIMS.OperationAanesthesia } } } + private void CboOperationSite_SelectedIndexChanged(object sender, EventArgs e) + { + ControlExtension.SetOperationSiteRoom(CboOperationSite, cboRoom); + FillDgv(); + } } } diff --git a/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill2.Designer.cs b/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill2.Designer.cs index e30e136..39e9ef2 100644 --- a/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill2.Designer.cs +++ b/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill2.Designer.cs @@ -70,6 +70,8 @@ this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel3 = new System.Windows.Forms.Panel(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); @@ -79,6 +81,8 @@ // panel1 // this.panel1.BackColor = System.Drawing.Color.AliceBlue; + this.panel1.Controls.Add(this.CboOperationSite); + this.panel1.Controls.Add(this.labelSite); this.panel1.Controls.Add(this.txtquery); this.panel1.Controls.Add(this.btnQuery); this.panel1.Controls.Add(this.label4); @@ -525,6 +529,33 @@ this.panel3.Size = new System.Drawing.Size(1048, 475); this.panel3.TabIndex = 0; // + // CboOperationSite + // + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(928, 8); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 506; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.Color.AliceBlue; + this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.labelSite.Location = new System.Drawing.Point(862, 10); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 507; + this.labelSite.Text = "手术地点"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // // frmSelectPatientGoodsBill2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); @@ -593,5 +624,7 @@ private DevComponents.DotNetBar.ButtonX btnQuery; private System.Windows.Forms.Label label4; private DevComponents.DotNetBar.ButtonX buttonX2; + private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; + private System.Windows.Forms.Label labelSite; } } \ No newline at end of file diff --git a/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill2.cs b/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill2.cs index 7c7f948..2106719 100644 --- a/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill2.cs +++ b/AIMS/OperationAanesthesia/frmSelectPatientGoodsBill2.cs @@ -19,8 +19,7 @@ namespace AIMS.OperationAanesthesia public int SelPatientId; public int SelApplyId; public bool isMainOpen = false; - public AIMS.OperationAanesthesia.frmInstrumentRecord2 tempfrmAnasRecord; - List rooms; + public AIMS.OperationAanesthesia.frmInstrumentRecord2 tempfrmAnasRecord; public frmSelectPatientGoodsBill2() { @@ -29,26 +28,12 @@ namespace AIMS.OperationAanesthesia private void frmSelectPatientGoodsBill2_Load(object sender, EventArgs e) { - rooms = BOperationRoom.GetOperationRooms("IsValid=1 and Site='手术室'"); - rooms.Insert(0, new OperationRoom() { Id = -1, Name = "" }); - cboRoom.DataSource = rooms; - cboRoom.DisplayMember = "Name"; - cboRoom.ValueMember = "Id"; + ControlExtension.GetOperationSiteRoom(labelSite, CboOperationSite, cboRoom); - //判断如果当前手术间编号不为空,则显示当前手术间 - OperationRoom oprm = GetOperationRoom(rooms); - if (oprm != null && oprm.Id.Value > 0) - { - cboRoom.SelectedValue = oprm.Id.Value; - cboRoom.Text = oprm.Name.ToString(); - } - if (cboRoom.Text == "" && PublicMethod.SelectRoom != 0) - { - cboRoom.SelectedValue = PublicMethod.SelectRoom; - } FillDgv(); this.cboRoom.SelectedIndexChanged += new System.EventHandler(this.cboRoom_SelectedIndexChanged); + this.CboOperationSite.SelectedIndexChanged += new System.EventHandler(this.CboOperationSite_SelectedIndexChanged); } @@ -90,21 +75,21 @@ namespace AIMS.OperationAanesthesia dt2 = SelectPatient.GetRelieveLockingPatientDataTable(DateTime.Parse(dtpSelectPatientTime.Value.ToString("yyyy-MM-dd").ToString()), cboRoom.SelectedValue.ToString()); List list = new List(); - for (int i = 0; i < rooms.Count; i++) + for (int i = 0; i < ControlExtension.SiteRooms.Count; i++) { foreach (DataRow dr in dt.Rows) { - if (dr["OperationRoom"].ToString() == rooms[i].Name && !list.Contains(rooms[i].Name)) + if (dr["OperationRoom"].ToString() == ControlExtension.SiteRooms[i].Name && !list.Contains(ControlExtension.SiteRooms[i].Name)) { - list.Add(rooms[i].Name); + list.Add(ControlExtension.SiteRooms[i].Name); } } foreach (DataRow dr in dt2.Rows) { - if (dr["OperationRoom"].ToString() == rooms[i].Name && !list.Contains(rooms[i].Name)) + if (dr["OperationRoom"].ToString() == ControlExtension.SiteRooms[i].Name && !list.Contains(ControlExtension.SiteRooms[i].Name)) { - list.Add(rooms[i].Name); + list.Add(ControlExtension.SiteRooms[i].Name); } } } @@ -572,5 +557,10 @@ namespace AIMS.OperationAanesthesia } } } + private void CboOperationSite_SelectedIndexChanged(object sender, EventArgs e) + { + ControlExtension.SetOperationSiteRoom(CboOperationSite, cboRoom); + FillDgv(); + } } } diff --git a/AIMS/OperationAanesthesia/frmSelectPatientNew2.Designer.cs b/AIMS/OperationAanesthesia/frmSelectPatientNew2.Designer.cs index 688c672..9bd41e2 100644 --- a/AIMS/OperationAanesthesia/frmSelectPatientNew2.Designer.cs +++ b/AIMS/OperationAanesthesia/frmSelectPatientNew2.Designer.cs @@ -71,6 +71,8 @@ this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel3 = new System.Windows.Forms.Panel(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); @@ -80,6 +82,8 @@ // panel1 // this.panel1.BackColor = System.Drawing.Color.AliceBlue; + this.panel1.Controls.Add(this.CboOperationSite); + this.panel1.Controls.Add(this.labelSite); this.panel1.Controls.Add(this.txtquery); this.panel1.Controls.Add(this.btnQuery); this.panel1.Controls.Add(this.buttonX3); @@ -540,6 +544,33 @@ this.panel3.Size = new System.Drawing.Size(1029, 499); this.panel3.TabIndex = 0; // + // CboOperationSite + // + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(908, 7); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 504; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.Color.AliceBlue; + this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.labelSite.Location = new System.Drawing.Point(842, 9); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 505; + this.labelSite.Text = "手术地点"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // // frmSelectPatientNew2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); @@ -610,5 +641,7 @@ private DevComponents.DotNetBar.ButtonX btnQuery; private System.Windows.Forms.Label label4; private DevComponents.DotNetBar.ButtonX buttonX2; + private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; + private System.Windows.Forms.Label labelSite; } } \ No newline at end of file diff --git a/AIMS/OperationAanesthesia/frmSelectPatientNew2.cs b/AIMS/OperationAanesthesia/frmSelectPatientNew2.cs index c9986b9..489e002 100644 --- a/AIMS/OperationAanesthesia/frmSelectPatientNew2.cs +++ b/AIMS/OperationAanesthesia/frmSelectPatientNew2.cs @@ -22,8 +22,7 @@ namespace AIMS.OperationAanesthesia public int SelPatientId; public int SelApplyId; public bool isMainOpen = false; - public AIMS.OperationAanesthesia.frmAanesthesiaRecord tempfrmAnasRecord; - List rooms; + public AIMS.OperationAanesthesia.frmAanesthesiaRecord tempfrmAnasRecord; public frmSelectPatientNew2() { @@ -31,27 +30,13 @@ namespace AIMS.OperationAanesthesia } private void frmSelectPatientNew2_Load(object sender, EventArgs e) - { - rooms = BOperationRoom.GetOperationRooms("IsValid=1 and Site='手术室'"); - rooms.Insert(0, new OperationRoom() { Id = -1, Name = "" }); - cboRoom.DataSource = rooms; - cboRoom.DisplayMember = "Name"; - cboRoom.ValueMember = "Id"; - - //判断如果当前手术间编号不为空,则显示当前手术间 - OperationRoom oprm = GetOperationRoom(rooms); - if (oprm != null && oprm.Id.Value > 0) - { - cboRoom.SelectedValue = oprm.Id.Value; - cboRoom.Text = oprm.Name.ToString(); - } - if (cboRoom.Text == "" && PublicMethod.SelectRoom != 0) - { - cboRoom.SelectedValue = PublicMethod.SelectRoom; - } + { + ControlExtension.GetOperationSiteRoom(labelSite, CboOperationSite,cboRoom); + FillDgv(); this.cboRoom.SelectedIndexChanged += new System.EventHandler(this.cboRoom_SelectedIndexChanged); + this.CboOperationSite.SelectedIndexChanged += new System.EventHandler(this.CboOperationSite_SelectedIndexChanged); } private void btnNext_Click(object sender, EventArgs e) @@ -86,21 +71,21 @@ namespace AIMS.OperationAanesthesia dt2 = SelectPatient.GetRelieveLockingPatientDataTable(DateTime.Parse(dtpSelectPatientTime.Value.ToString("yyyy-MM-dd").ToString()), cboRoom.SelectedValue.ToString()); List list = new List(); - for (int i = 0; i < rooms.Count; i++) + for (int i = 0; i < ControlExtension.SiteRooms.Count; i++) { foreach (DataRow dr in dt.Rows) { - if (dr["OperationRoom"].ToString() == rooms[i].Name && !list.Contains(rooms[i].Name)) + if (dr["OperationRoom"].ToString() == ControlExtension.SiteRooms[i].Name && !list.Contains(ControlExtension.SiteRooms[i].Name)) { - list.Add(rooms[i].Name); + list.Add(ControlExtension.SiteRooms[i].Name); } } foreach (DataRow dr in dt2.Rows) { - if (dr["OperationRoom"].ToString() == rooms[i].Name && !list.Contains(rooms[i].Name)) + if (dr["OperationRoom"].ToString() == ControlExtension.SiteRooms[i].Name && !list.Contains(ControlExtension.SiteRooms[i].Name)) { - list.Add(rooms[i].Name); + list.Add(ControlExtension.SiteRooms[i].Name); } } } @@ -356,37 +341,6 @@ namespace AIMS.OperationAanesthesia AIMSExtension.PublicMethod.WriteLog(ex); } } - public OperationRoom GetOperationRoom(List list) - { - try - { - //得到计算机名 - string strPcName = Dns.GetHostName(); - //得到本机IP地址数组 - IPHostEntry ipEntry = Dns.GetHostEntry(strPcName); - //遍历数组 - foreach (OperationRoom room in list) - { - foreach (var IPadd in ipEntry.AddressList) - { - //判断当前字符串是否为正确IP地址 - if (PublicMethod.IsRightIP(IPadd.ToString())) - { - if (room.Ip == IPadd.ToString() || room.Ip2 == IPadd.ToString() || room.Ip3 == IPadd.ToString()) - { - return room; - } - } - } - } - return null; - } - catch (Exception) - { - return null; - } - } - private void Uc_QxRoom(ucPatientCard uc, int RecorId, int PatientId, int applyId) { try @@ -550,5 +504,10 @@ namespace AIMS.OperationAanesthesia } } } + private void CboOperationSite_SelectedIndexChanged(object sender, EventArgs e) + { + ControlExtension.SetOperationSiteRoom(CboOperationSite,cboRoom); + //FillDgv(); + } } } \ No newline at end of file diff --git a/AIMS/OperationAanesthesia/frmSelectPatientNew3.Designer.cs b/AIMS/OperationAanesthesia/frmSelectPatientNew3.Designer.cs index c291862..1c8edc1 100644 --- a/AIMS/OperationAanesthesia/frmSelectPatientNew3.Designer.cs +++ b/AIMS/OperationAanesthesia/frmSelectPatientNew3.Designer.cs @@ -71,6 +71,8 @@ this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel3 = new System.Windows.Forms.Panel(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); @@ -80,6 +82,8 @@ // panel1 // this.panel1.BackColor = System.Drawing.Color.AliceBlue; + this.panel1.Controls.Add(this.CboOperationSite); + this.panel1.Controls.Add(this.labelSite); this.panel1.Controls.Add(this.txtquery); this.panel1.Controls.Add(this.btnQuery); this.panel1.Controls.Add(this.buttonX3); @@ -540,6 +544,33 @@ this.panel3.Size = new System.Drawing.Size(1029, 499); this.panel3.TabIndex = 0; // + // CboOperationSite + // + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(910, 7); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 506; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.Color.AliceBlue; + this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.labelSite.Location = new System.Drawing.Point(844, 9); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 507; + this.labelSite.Text = "手术地点"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // // frmSelectPatientNew3 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); @@ -610,5 +641,7 @@ private DevComponents.DotNetBar.ButtonX btnQuery; private System.Windows.Forms.Label label4; private DevComponents.DotNetBar.ButtonX buttonX2; + private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; + private System.Windows.Forms.Label labelSite; } } \ No newline at end of file diff --git a/AIMS/OperationAanesthesia/frmSelectPatientNew3.cs b/AIMS/OperationAanesthesia/frmSelectPatientNew3.cs index 6c023de..ae097d1 100644 --- a/AIMS/OperationAanesthesia/frmSelectPatientNew3.cs +++ b/AIMS/OperationAanesthesia/frmSelectPatientNew3.cs @@ -22,8 +22,7 @@ namespace AIMS.OperationAanesthesia public int SelPatientId; public int SelApplyId; public bool isMainOpen = false; - public AIMS.OperationAanesthesia.frmAanesthesiaPainlessRecord tempfrmAnasRecord; - List rooms; + public AIMS.OperationAanesthesia.frmAanesthesiaPainlessRecord tempfrmAnasRecord; public frmSelectPatientNew3() { @@ -32,26 +31,12 @@ namespace AIMS.OperationAanesthesia private void frmSelectPatientNew3_Load(object sender, EventArgs e) { - rooms = BOperationRoom.GetOperationRooms("IsValid=1 and Site='手术室'"); - rooms.Insert(0, new OperationRoom() { Id = -1, Name = "" }); - cboRoom.DataSource = rooms; - cboRoom.DisplayMember = "Name"; - cboRoom.ValueMember = "Id"; + ControlExtension.GetOperationSiteRoom(labelSite, CboOperationSite, cboRoom); - //判断如果当前手术间编号不为空,则显示当前手术间 - OperationRoom oprm = GetOperationRoom(rooms); - if (oprm != null && oprm.Id.Value > 0) - { - cboRoom.SelectedValue = oprm.Id.Value; - cboRoom.Text = oprm.Name.ToString(); - } - if (cboRoom.Text == "" && PublicMethod.SelectRoom != 0) - { - cboRoom.SelectedValue = PublicMethod.SelectRoom; - } FillDgv(); this.cboRoom.SelectedIndexChanged += new System.EventHandler(this.cboRoom_SelectedIndexChanged); + this.CboOperationSite.SelectedIndexChanged += new System.EventHandler(this.CboOperationSite_SelectedIndexChanged); } private void btnNext_Click(object sender, EventArgs e) @@ -86,21 +71,21 @@ namespace AIMS.OperationAanesthesia dt2 = SelectPatient.GetRelieveLockingPatientDataTable(DateTime.Parse(dtpSelectPatientTime.Value.ToString("yyyy-MM-dd").ToString()), cboRoom.SelectedValue.ToString()); List list = new List(); - for (int i = 0; i < rooms.Count; i++) + for (int i = 0; i < ControlExtension.SiteRooms.Count; i++) { foreach (DataRow dr in dt.Rows) { - if (dr["OperationRoom"].ToString() == rooms[i].Name && !list.Contains(rooms[i].Name)) + if (dr["OperationRoom"].ToString() == ControlExtension.SiteRooms[i].Name && !list.Contains(ControlExtension.SiteRooms[i].Name)) { - list.Add(rooms[i].Name); + list.Add(ControlExtension.SiteRooms[i].Name); } } foreach (DataRow dr in dt2.Rows) { - if (dr["OperationRoom"].ToString() == rooms[i].Name && !list.Contains(rooms[i].Name)) + if (dr["OperationRoom"].ToString() == ControlExtension.SiteRooms[i].Name && !list.Contains(ControlExtension.SiteRooms[i].Name)) { - list.Add(rooms[i].Name); + list.Add(ControlExtension.SiteRooms[i].Name); } } } @@ -550,5 +535,10 @@ namespace AIMS.OperationAanesthesia } } } + private void CboOperationSite_SelectedIndexChanged(object sender, EventArgs e) + { + ControlExtension.SetOperationSiteRoom(CboOperationSite, cboRoom); + FillDgv(); + } } } \ No newline at end of file diff --git a/AIMS/OperationAanesthesia/frmSeleteRoom.cs b/AIMS/OperationAanesthesia/frmSeleteRoom.cs index 2cd236d..0f70cd4 100644 --- a/AIMS/OperationAanesthesia/frmSeleteRoom.cs +++ b/AIMS/OperationAanesthesia/frmSeleteRoom.cs @@ -24,23 +24,24 @@ namespace AIMS.OperationAanesthesia private void frmDeletePhysio_Load(object sender, EventArgs e) { - List rooms = BOperationRoom.GetOperationRooms("IsValid=1 and Site='手术室'"); + //ControlExtension.GetOperationSite(labelSite, CboOperationSite); panel1.Controls.Clear(); int rows = 0; //循环加载CheckBox控件 - foreach (OperationRoom ade in rooms ) + foreach (OperationRoom ade in ControlExtension.SiteRooms) { - if (NowRoomId!=null && ade.Id.ToString() == NowRoomId) continue; - RadioButton cb = new RadioButton (); + if (ade.Id == -1) continue; + if (NowRoomId != null && ade.Id.ToString() == NowRoomId) continue; + RadioButton cb = new RadioButton(); cb.Tag = ade; cb.Text = ade.Name; cb.Font = new System.Drawing.Font("微软雅黑", 10.5f); cb.Width = 100; - cb.Tag = ade; + cb.Tag = ade; cb.CheckedChanged += new EventHandler(cb_CheckedChanged); cb.Location = new Point(10, rows * (cb.Height + 5)); - panel1.Controls.Add(cb); + panel1.Controls.Add(cb); rows++; } } @@ -52,9 +53,9 @@ namespace AIMS.OperationAanesthesia { RoomId = (((RadioButton)sender).Tag as OperationRoom).Id.ToString(); RoomName = (((RadioButton)sender).Tag as OperationRoom).Name.ToString(); - } + } } - + private void btnSave_Click(object sender, EventArgs e) { this.Close(); @@ -62,7 +63,7 @@ namespace AIMS.OperationAanesthesia private void btnDelete_Click(object sender, EventArgs e) { - this.Close(); + this.Close(); } } } diff --git a/AIMS/OperationAanesthesia/frmSeleteRoom.designer.cs b/AIMS/OperationAanesthesia/frmSeleteRoom.designer.cs index 9f849ed..addbfa6 100644 --- a/AIMS/OperationAanesthesia/frmSeleteRoom.designer.cs +++ b/AIMS/OperationAanesthesia/frmSeleteRoom.designer.cs @@ -33,19 +33,21 @@ namespace AIMS.OperationAanesthesia this.panel1 = new System.Windows.Forms.Panel(); this.btnDelete = new DevComponents.DotNetBar.ButtonX(); this.btnSave = new DevComponents.DotNetBar.ButtonX(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); this.SuspendLayout(); // // panel1 // this.panel1.Location = new System.Drawing.Point(15, 12); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(177, 232); + this.panel1.Size = new System.Drawing.Size(177, 256); this.panel1.TabIndex = 0; // // btnDelete // this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.btnDelete.Location = new System.Drawing.Point(14, 250); + this.btnDelete.Location = new System.Drawing.Point(14, 274); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(86, 30); this.btnDelete.TabIndex = 4; @@ -55,18 +57,49 @@ namespace AIMS.OperationAanesthesia // btnSave // this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.btnSave.Location = new System.Drawing.Point(106, 250); + this.btnSave.Location = new System.Drawing.Point(106, 274); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(86, 30); this.btnSave.TabIndex = 3; this.btnSave.Text = "取消"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // + // CboOperationSite + // + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(79, 5); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 506; + this.CboOperationSite.Visible = false; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.SystemColors.Control; + this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.labelSite.Location = new System.Drawing.Point(13, 7); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 507; + this.labelSite.Text = "手术地点"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + this.labelSite.Visible = false; + // // frmSeleteRoom // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(210, 286); + this.ClientSize = new System.Drawing.Size(210, 308); + this.Controls.Add(this.CboOperationSite); + this.Controls.Add(this.labelSite); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnSave); this.Controls.Add(this.panel1); @@ -78,6 +111,7 @@ namespace AIMS.OperationAanesthesia this.Text = "选择要转入的手术间"; this.Load += new System.EventHandler(this.frmDeletePhysio_Load); this.ResumeLayout(false); + this.PerformLayout(); } @@ -86,5 +120,7 @@ namespace AIMS.OperationAanesthesia private System.Windows.Forms.Panel panel1; private DevComponents.DotNetBar.ButtonX btnDelete; private DevComponents.DotNetBar.ButtonX btnSave; + private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; + private System.Windows.Forms.Label labelSite; } } \ No newline at end of file diff --git a/AIMS/OperationAfter/frmOperationCharg2.cs b/AIMS/OperationAfter/frmOperationCharg2.cs index 6efdc40..cfee05c 100644 --- a/AIMS/OperationAfter/frmOperationCharg2.cs +++ b/AIMS/OperationAfter/frmOperationCharg2.cs @@ -33,6 +33,8 @@ namespace AIMS.OperationAfter.UI dtpOpeTime.Value = DateTime.Now; dtpEnd.Value = dtpOpeTime.Value; + ControlExtension.GetOperationSite(labelSite, CboOperationSite); + Initial(); } @@ -53,8 +55,13 @@ namespace AIMS.OperationAfter.UI { sql = string.Format(" [StateId] in(6,8,9) and RecoverId=1 and InRoomTime>'{0}' and InRoomTime<'{1}'", beginTime, endTime); } - //sql += " order by RoomOrderBy asc"; + //sql += " order by RoomOrderBy asc"; operationApplys = BOperationRecord.GetAllOperationRecordInfo(sql); + + if (CboOperationSite.Visible == true && CboOperationSite.SelectedIndex > 0) + { + operationApplys = AIMSExtension.PublicMethod.GetNewDataTable( operationApplys, " OperationSite ='" + CboOperationSite.SelectedValue + "' ", ""); + } LoadSelectDate(); dgvtEMPOperationInfos.Rows.Clear(); diff --git a/AIMS/OperationAfter/frmOperationCharg2.designer.cs b/AIMS/OperationAfter/frmOperationCharg2.designer.cs index 8b27107..14e78d7 100644 --- a/AIMS/OperationAfter/frmOperationCharg2.designer.cs +++ b/AIMS/OperationAfter/frmOperationCharg2.designer.cs @@ -32,10 +32,15 @@ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); - this.button2 = new System.Windows.Forms.Button(); + this.toolStrip1 = new System.Windows.Forms.ToolStrip(); + this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); + this.tsbExportExcel = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.tsbPrint = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.cboRoom = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.label22 = new System.Windows.Forms.Label(); - this.button1 = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.tsbSettingDGV = new System.Windows.Forms.Button(); this.toolStripButton10 = new System.Windows.Forms.Button(); @@ -121,8 +126,10 @@ this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.button3 = new System.Windows.Forms.Button(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); + this.toolStrip1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).BeginInit(); @@ -136,34 +143,85 @@ // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.panel1.Controls.Add(this.button3); - this.panel1.Controls.Add(this.button2); + this.panel1.Controls.Add(this.CboOperationSite); + this.panel1.Controls.Add(this.labelSite); + this.panel1.Controls.Add(this.toolStrip1); this.panel1.Controls.Add(this.cboRoom); this.panel1.Controls.Add(this.label22); - this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.tsbSettingDGV); this.panel1.Controls.Add(this.toolStripButton10); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1428, 45); + this.panel1.Size = new System.Drawing.Size(1428, 54); this.panel1.TabIndex = 0; // - // button2 + // toolStrip1 // - this.button2.Cursor = System.Windows.Forms.Cursors.Hand; - this.button2.Dock = System.Windows.Forms.DockStyle.Left; - this.button2.FlatAppearance.BorderSize = 0; - this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.button2.Font = new System.Drawing.Font("微软雅黑", 11F); - this.button2.Location = new System.Drawing.Point(112, 0); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(131, 45); - this.button2.TabIndex = 33; - this.button2.Text = "批量打印处方单"; - this.button2.UseVisualStyleBackColor = true; - this.button2.Click += new System.EventHandler(this.button2_Click); + this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue; + this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25); + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripButton1, + this.toolStripSeparator5, + this.tsbExportExcel, + this.toolStripSeparator3, + this.tsbPrint, + this.toolStripSeparator2}); + this.toolStrip1.Location = new System.Drawing.Point(0, 0); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.Size = new System.Drawing.Size(1428, 49); + this.toolStrip1.TabIndex = 35; + this.toolStrip1.Text = "toolStrip1"; + // + // toolStripButton1 + // + this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F); + this.toolStripButton1.Image = global::AIMS.Properties.Resources.图标_手术排程; + this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton1.Name = "toolStripButton1"; + this.toolStripButton1.Size = new System.Drawing.Size(68, 46); + this.toolStripButton1.Text = " 收费记录"; + this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.toolStripButton1.Click += new System.EventHandler(this.button1_Click); + // + // toolStripSeparator5 + // + this.toolStripSeparator5.Name = "toolStripSeparator5"; + this.toolStripSeparator5.Size = new System.Drawing.Size(6, 49); + // + // tsbExportExcel + // + this.tsbExportExcel.Font = new System.Drawing.Font("微软雅黑", 9F); + this.tsbExportExcel.Image = global::AIMS.Properties.Resources.图标_排程通过; + this.tsbExportExcel.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tsbExportExcel.Name = "tsbExportExcel"; + this.tsbExportExcel.Size = new System.Drawing.Size(92, 46); + this.tsbExportExcel.Text = " 药品使用登记"; + this.tsbExportExcel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.tsbExportExcel.Click += new System.EventHandler(this.button3_Click); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(6, 49); + // + // tsbPrint + // + this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 9F); + this.tsbPrint.Image = global::AIMS.Properties.Resources.图标_打印; + this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tsbPrint.Name = "tsbPrint"; + this.tsbPrint.Size = new System.Drawing.Size(100, 46); + this.tsbPrint.Text = " 批量打印处方单"; + this.tsbPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.tsbPrint.Click += new System.EventHandler(this.button2_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 49); // // cboRoom // @@ -194,21 +252,6 @@ this.label22.Text = "手术间"; this.label22.Visible = false; // - // button1 - // - this.button1.Cursor = System.Windows.Forms.Cursors.Hand; - this.button1.Dock = System.Windows.Forms.DockStyle.Left; - this.button1.FlatAppearance.BorderSize = 0; - this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.button1.Font = new System.Drawing.Font("微软雅黑", 11F); - this.button1.Location = new System.Drawing.Point(0, 0); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(112, 45); - this.button1.TabIndex = 16; - this.button1.Text = "收费记录"; - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); - // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); @@ -272,7 +315,7 @@ this.panel2.Controls.Add(this.txtPatCaseNO); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.panel2.Location = new System.Drawing.Point(0, 45); + this.panel2.Location = new System.Drawing.Point(0, 54); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1428, 65); this.panel2.TabIndex = 387; @@ -482,9 +525,9 @@ this.groupBox1.Controls.Add(this.dgvOperation); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10F); - this.groupBox1.Location = new System.Drawing.Point(0, 110); + this.groupBox1.Location = new System.Drawing.Point(0, 119); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(380, 431); + this.groupBox1.Size = new System.Drawing.Size(380, 422); this.groupBox1.TabIndex = 388; this.groupBox1.TabStop = false; this.groupBox1.Text = "患者列表"; @@ -550,7 +593,7 @@ this.dgvOperation.Name = "dgvOperation"; this.dgvOperation.RowTemplate.Height = 27; this.dgvOperation.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; - this.dgvOperation.Size = new System.Drawing.Size(374, 407); + this.dgvOperation.Size = new System.Drawing.Size(374, 398); this.dgvOperation.TabIndex = 386; this.dgvOperation.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOperation_CellDoubleClick); this.dgvOperation.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvOperation_RowPostPaint); @@ -758,14 +801,14 @@ this.dgvtEMPOperationInfos.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvtEMPOperationInfos.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgvtEMPOperationInfos.GridColor = System.Drawing.Color.Black; - this.dgvtEMPOperationInfos.Location = new System.Drawing.Point(380, 110); + this.dgvtEMPOperationInfos.Location = new System.Drawing.Point(380, 119); this.dgvtEMPOperationInfos.MultiSelect = false; this.dgvtEMPOperationInfos.Name = "dgvtEMPOperationInfos"; this.dgvtEMPOperationInfos.ReadOnly = true; this.dgvtEMPOperationInfos.RowTemplate.Height = 23; this.dgvtEMPOperationInfos.ShowCellErrors = false; this.dgvtEMPOperationInfos.ShowCellToolTips = false; - this.dgvtEMPOperationInfos.Size = new System.Drawing.Size(1048, 431); + this.dgvtEMPOperationInfos.Size = new System.Drawing.Size(1048, 422); this.dgvtEMPOperationInfos.TabIndex = 389; this.dgvtEMPOperationInfos.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvtEMPOperationInfos_CellDoubleClick); this.dgvtEMPOperationInfos.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvtEMPOperationInfos_RowPostPaint); @@ -1082,20 +1125,32 @@ this.dataGridViewTextBoxColumn31.HeaderText = "收费状态"; this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31"; // - // button3 + // CboOperationSite // - this.button3.Cursor = System.Windows.Forms.Cursors.Hand; - this.button3.Dock = System.Windows.Forms.DockStyle.Left; - this.button3.FlatAppearance.BorderSize = 0; - this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.button3.Font = new System.Drawing.Font("微软雅黑", 11F); - this.button3.Location = new System.Drawing.Point(243, 0); - this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(131, 45); - this.button3.TabIndex = 34; - this.button3.Text = "药品使用登记"; - this.button3.UseVisualStyleBackColor = true; - this.button3.Click += new System.EventHandler(this.button3_Click); + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(1290, 16); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 504; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.Color.AliceBlue; + this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.labelSite.Location = new System.Drawing.Point(1224, 18); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 505; + this.labelSite.Text = "手术地点"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // frmOperationCharg2 // @@ -1111,6 +1166,8 @@ this.Load += new System.EventHandler(this.frmOperationChargCheck_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel3.ResumeLayout(false); @@ -1160,7 +1217,6 @@ private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpEnd; private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpOpeTime; public System.Windows.Forms.Label label24; - private System.Windows.Forms.Button button1; private DevComponents.DotNetBar.Controls.ComboBoxEx cboRoom; private System.Windows.Forms.Label label22; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18; @@ -1192,7 +1248,6 @@ private System.Windows.Forms.DataGridViewTextBoxColumn hisOrdersn; private System.Windows.Forms.DataGridViewTextBoxColumn Hiscount; private System.Windows.Forms.DataGridViewTextBoxColumn hisState; - private System.Windows.Forms.Button button2; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1; private System.Windows.Forms.DataGridViewTextBoxColumn OpeationId; private System.Windows.Forms.DataGridViewTextBoxColumn OperationApplyId; @@ -1216,6 +1271,14 @@ private System.Windows.Forms.DataGridViewTextBoxColumn outroomtime; private System.Windows.Forms.DataGridViewTextBoxColumn chagestate; private System.Windows.Forms.DataGridViewTextBoxColumn chargstatenurse; - private System.Windows.Forms.Button button3; + private System.Windows.Forms.ToolStrip toolStrip1; + private System.Windows.Forms.ToolStripButton toolStripButton1; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; + private System.Windows.Forms.ToolStripButton tsbExportExcel; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; + private System.Windows.Forms.ToolStripButton tsbPrint; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; + private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; + private System.Windows.Forms.Label labelSite; } } \ No newline at end of file diff --git a/AIMS/OperationAfter/frmOperationCharg2.resx b/AIMS/OperationAfter/frmOperationCharg2.resx index 932fc7e..2be05eb 100644 --- a/AIMS/OperationAfter/frmOperationCharg2.resx +++ b/AIMS/OperationAfter/frmOperationCharg2.resx @@ -117,6 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 17 + True diff --git a/AIMS/OperationAfter/frmOperationManage.Designer.cs b/AIMS/OperationAfter/frmOperationManage.Designer.cs index 7b812af..6deee0a 100644 --- a/AIMS/OperationAfter/frmOperationManage.Designer.cs +++ b/AIMS/OperationAfter/frmOperationManage.Designer.cs @@ -28,8 +28,10 @@ /// private void InitializeComponent() { - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); + this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.tsbReviewApply = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tspSetting = new System.Windows.Forms.ToolStripButton(); @@ -38,7 +40,6 @@ this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbPrint = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.tsbExit = new System.Windows.Forms.ToolStripButton(); this.panel1 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.dgv = new DevComponents.DotNetBar.Controls.DataGridViewX(); @@ -120,8 +121,8 @@ this.cboDepartment = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.btnFind = new System.Windows.Forms.Button(); - this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.panel3.SuspendLayout(); @@ -146,14 +147,29 @@ this.tsbExportExcel, this.toolStripSeparator3, this.tsbPrint, - this.toolStripSeparator2, - this.tsbExit}); + this.toolStripSeparator2}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1187, 49); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // + // toolStripButton1 + // + this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F); + this.toolStripButton1.Image = global::AIMS.Properties.Resources.图标_手术排程; + this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton1.Name = "toolStripButton1"; + this.toolStripButton1.Size = new System.Drawing.Size(68, 46); + this.toolStripButton1.Text = " 手术过程"; + this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); + // + // toolStripSeparator5 + // + this.toolStripSeparator5.Name = "toolStripSeparator5"; + this.toolStripSeparator5.Size = new System.Drawing.Size(6, 49); + // // tsbReviewApply // this.tsbReviewApply.Font = new System.Drawing.Font("微软雅黑", 9F); @@ -220,17 +236,6 @@ this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 49); // - // tsbExit - // - this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F); - this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭当前页; - this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta; - this.tsbExit.Name = "tsbExit"; - this.tsbExit.Size = new System.Drawing.Size(52, 46); - this.tsbExit.Text = " 关闭 "; - this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click); - // // panel1 // this.panel1.BackColor = System.Drawing.Color.AliceBlue; @@ -301,16 +306,16 @@ this.IsNotPlanReturnOperation, this.RemarkColumn, this.OperatorName}); - dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.dgv.DefaultCellStyle = dataGridViewCellStyle2; + dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgv.DefaultCellStyle = dataGridViewCellStyle1; this.dgv.Dock = System.Windows.Forms.DockStyle.Fill; - this.dgv.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); + this.dgv.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgv.Location = new System.Drawing.Point(0, 0); this.dgv.Name = "dgv"; this.dgv.ReadOnly = true; @@ -1068,21 +1073,32 @@ this.btnFind.UseVisualStyleBackColor = true; this.btnFind.Click += new System.EventHandler(this.btnFind_Click); // - // toolStripButton1 + // CboOperationSite // - this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F); - this.toolStripButton1.Image = global::AIMS.Properties.Resources.图标_手术排程; - this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButton1.Name = "toolStripButton1"; - this.toolStripButton1.Size = new System.Drawing.Size(68, 46); - this.toolStripButton1.Text = " 手术过程"; - this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(1041, 7); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 504; // - // toolStripSeparator5 + // labelSite // - this.toolStripSeparator5.Name = "toolStripSeparator5"; - this.toolStripSeparator5.Size = new System.Drawing.Size(6, 49); + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.Color.AliceBlue; + this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.labelSite.Location = new System.Drawing.Point(975, 9); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 505; + this.labelSite.Text = "手术地点"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // frmOperationManage // @@ -1090,6 +1106,8 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1187, 481); this.ControlBox = false; + this.Controls.Add(this.CboOperationSite); + this.Controls.Add(this.labelSite); this.Controls.Add(this.panel1); this.Controls.Add(this.toolStrip1); this.MaximizeBox = false; @@ -1116,7 +1134,6 @@ private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbPrint; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; - private System.Windows.Forms.ToolStripButton tsbExit; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel2; @@ -1205,5 +1222,7 @@ private System.Windows.Forms.DataGridViewTextBoxColumn OperatorName; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; + private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; + private System.Windows.Forms.Label labelSite; } } \ No newline at end of file diff --git a/AIMS/OperationAfter/frmOperationManage.cs b/AIMS/OperationAfter/frmOperationManage.cs index 5923989..046500e 100644 --- a/AIMS/OperationAfter/frmOperationManage.cs +++ b/AIMS/OperationAfter/frmOperationManage.cs @@ -85,6 +85,9 @@ namespace AIMS.OperationAfter.UI cboOperationLevel.ValueMember = "Id"; cboOperationLevel.SelectedIndex = -1; + ControlExtension.GetOperationSite(labelSite, CboOperationSite); + //this.CboOperationSite.SelectedIndexChanged += new System.EventHandler(this.CboOperationSite_SelectedIndexChanged); + btnFind_Click(null, null); } @@ -193,6 +196,10 @@ namespace AIMS.OperationAfter.UI Where += " and IsNotPlanReturnOperation ='是' "; if (txtOperation.Text != "") Where += " and (ApplyOperationInfoName LIKE '%" + txtOperation.Text + "%' or OperationInfoName LIKE '%" + txtOperation.Text + "%' ) "; + + if (CboOperationSite.Visible == true && CboOperationSite.SelectedIndex > 0) + Where += " and OperationSite='" + CboOperationSite.SelectedValue + "' "; + System.Data.DataTable dataTable = AIMSExtension.PublicMethod.GetNewDataTable(dt, Where, ""); foreach (DataRow item in dataTable.Rows) { diff --git a/AIMS/OperationAfter/frmOperationReview.Designer.cs b/AIMS/OperationAfter/frmOperationReview.Designer.cs index 65ac1b8..913b74b 100644 --- a/AIMS/OperationAfter/frmOperationReview.Designer.cs +++ b/AIMS/OperationAfter/frmOperationReview.Designer.cs @@ -40,8 +40,6 @@ this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); - this.tsbExit = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbSet = new System.Windows.Forms.ToolStripButton(); this.panel2 = new System.Windows.Forms.Panel(); this.btnFind = new System.Windows.Forms.Button(); @@ -153,8 +151,6 @@ this.toolStripSeparator6, this.toolStripButton1, this.toolStripSeparator5, - this.tsbExit, - this.toolStripSeparator2, this.tsbSet}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; @@ -250,22 +246,6 @@ this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 51); // - // tsbExit - // - this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F); - this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭当前页; - this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta; - this.tsbExit.Name = "tsbExit"; - this.tsbExit.Size = new System.Drawing.Size(52, 48); - this.tsbExit.Text = " 关闭 "; - this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click); - // - // toolStripSeparator2 - // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(6, 51); - // // tsbSet // this.tsbSet.Font = new System.Drawing.Font("微软雅黑", 9F); @@ -940,8 +920,6 @@ private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton tsbOperationRecover; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; - private System.Windows.Forms.ToolStripButton tsbExit; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton tsbSet; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; diff --git a/AIMS/OperationAfter/frmOperationReview.cs b/AIMS/OperationAfter/frmOperationReview.cs index 6372c03..53e0d75 100644 --- a/AIMS/OperationAfter/frmOperationReview.cs +++ b/AIMS/OperationAfter/frmOperationReview.cs @@ -21,13 +21,11 @@ namespace AIMS.OperationAfter.UI private void frmOperationReview_Load(object sender, EventArgs e) { if (AIMSExtension.PublicMethod.OperatorNo == "admin") - { - toolStripSeparator2.Visible = true; + { tsbSet.Visible = true; } else - { - toolStripSeparator2.Visible = false; + { tsbSet.Visible = false; } dgv.DataSource = BOperationReview.GetOperationReviewDataTable(txtMdrecNo.Text.Trim(), txtPatientName.Text.Trim(), diff --git a/AIMS/OperationFront/frmOperationApply.Designer.cs b/AIMS/OperationFront/frmOperationApply.Designer.cs index 30c223a..5841a0e 100644 --- a/AIMS/OperationFront/frmOperationApply.Designer.cs +++ b/AIMS/OperationFront/frmOperationApply.Designer.cs @@ -29,6 +29,8 @@ private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); @@ -38,6 +40,8 @@ this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbDelete = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbExit = new System.Windows.Forms.ToolStripButton(); this.txtMdrecNo = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); @@ -107,8 +111,6 @@ this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.panel1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.panel2.SuspendLayout(); @@ -118,6 +120,8 @@ // // panel1 // + this.panel1.Controls.Add(this.CboOperationSite); + this.panel1.Controls.Add(this.labelSite); this.panel1.Controls.Add(this.toolStrip1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); @@ -125,6 +129,33 @@ this.panel1.Size = new System.Drawing.Size(942, 50); this.panel1.TabIndex = 1; // + // CboOperationSite + // + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(815, 12); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 502; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.Color.AliceBlue; + this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.labelSite.Location = new System.Drawing.Point(749, 14); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 503; + this.labelSite.Text = "手术地点"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue; @@ -212,6 +243,22 @@ this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 49); // + // toolStripButton1 + // + this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F); + this.toolStripButton1.Image = global::AIMS.Properties.Resources.图标_回顾恢复; + this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton1.Name = "toolStripButton1"; + this.toolStripButton1.Size = new System.Drawing.Size(60, 46); + this.toolStripButton1.Text = "数据中心"; + this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(6, 49); + // // tsbExit // this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F); @@ -810,22 +857,6 @@ this.dataGridViewTextBoxColumn27.HeaderText = "备注"; this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27"; // - // toolStripButton1 - // - this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F); - this.toolStripButton1.Image = global::AIMS.Properties.Resources.图标_回顾恢复; - this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButton1.Name = "toolStripButton1"; - this.toolStripButton1.Size = new System.Drawing.Size(60, 46); - this.toolStripButton1.Text = "数据中心"; - this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); - // - // toolStripSeparator3 - // - this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(6, 49); - // // frmOperationApply // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); @@ -935,5 +966,7 @@ private System.Windows.Forms.DataGridViewTextBoxColumn RemarkColumn; private System.Windows.Forms.ToolStripButton toolStripButton1; public System.Windows.Forms.ToolStripSeparator toolStripSeparator3; + private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; + private System.Windows.Forms.Label labelSite; } } \ No newline at end of file diff --git a/AIMS/OperationFront/frmOperationApply.cs b/AIMS/OperationFront/frmOperationApply.cs index 7e2af93..2febc55 100644 --- a/AIMS/OperationFront/frmOperationApply.cs +++ b/AIMS/OperationFront/frmOperationApply.cs @@ -51,6 +51,8 @@ namespace AIMS.OperationFront.UI if (AIMSExtension.PublicMethod.RoleId == 5) cboDepartment.Text = BDepartment.GetModel(AIMSExtension.PublicMethod.DepId).Name; + ControlExtension.GetOperationSite(labelSite, CboOperationSite); + this.CboOperationSite.SelectedIndexChanged += new System.EventHandler(this.CboOperationSite_SelectedIndexChanged); LoadDataRescue(); } private System.Windows.Forms.Timer timerLoadRescue; @@ -119,6 +121,10 @@ namespace AIMS.OperationFront.UI { Newdt = AIMSExtension.PublicMethod.GetNewDataTable(dt, " StateId>0 " + dept + "AND MdrecNo LIKE '%" + txtMdrecNo.Text.Trim() + "%'", "OrderOperationTime"); } + if (CboOperationSite.Visible==true && CboOperationSite.SelectedIndex > 0) + { + Newdt = AIMSExtension.PublicMethod.GetNewDataTable(Newdt, " OperationSite ='" + CboOperationSite.SelectedValue + "' ", "OrderOperationTime"); + } dgv.DataSource = Newdt; for (int i = 0; i < dgv.Rows.Count; i++) { @@ -221,5 +227,10 @@ namespace AIMS.OperationFront.UI EMRExtension.OpenEMRS(0, selApply); } } + private void CboOperationSite_SelectedIndexChanged(object sender, EventArgs e) + { + ControlExtension.SetOperationSite(CboOperationSite); + } + } } diff --git a/AIMS/OperationFront/frmOperationApply.resx b/AIMS/OperationFront/frmOperationApply.resx index 675aa57..8669e4d 100644 --- a/AIMS/OperationFront/frmOperationApply.resx +++ b/AIMS/OperationFront/frmOperationApply.resx @@ -204,4 +204,88 @@ True + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + \ No newline at end of file diff --git a/AIMS/OperationFront/frmOperationSchedulePlan.cs b/AIMS/OperationFront/frmOperationSchedulePlan.cs index e0fcc85..4cfce50 100644 --- a/AIMS/OperationFront/frmOperationSchedulePlan.cs +++ b/AIMS/OperationFront/frmOperationSchedulePlan.cs @@ -5,6 +5,7 @@ using AIMSModel; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; using DevComponents.DotNetBar.SuperGrid; +using HelperDB; using System; using System.Collections.Generic; using System.ComponentModel; @@ -12,7 +13,7 @@ using System.Data; using System.Diagnostics; using System.Drawing; using System.Linq; -using System.Windows.Forms; +using System.Windows.Forms; namespace AIMS.OperationFront.UI { @@ -81,11 +82,6 @@ namespace AIMS.OperationFront.UI private DevComponents.Editors.DateTimeAdv.DateTimeInput dateTimeInput3; private Panel panlemian; private Panel panel1; - private Button tsbNewOperationApply; - private Label label8; - private Button tsbCancelOperationApply; - private Label label10; - private Button tsbModifyOperationApply; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn25; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn26; private DataGridViewTextBoxColumn dataGridViewTextBoxColumn27; @@ -115,7 +111,6 @@ namespace AIMS.OperationFront.UI private Panel tcOperationRoomsPage; private Panel tcOperationRoomsPage2; private Panel tcOperationRoomsPage1; - private Label label11; private ButtonX buttonX3; private ButtonX buttonX5; private ButtonX buttonX4; @@ -211,18 +206,10 @@ namespace AIMS.OperationFront.UI private Label lblcount; private ToolStripMenuItem mnuChangeOptRoomTo; private GridColumn gridColumn1; - private Button btnpass; private ContextMenuStrip contextMenuStrip1; private ToolStripMenuItem ȡųͨToolStripMenuItem; - private Button button3; - private Label label2; - private Button btnPlan; - private Label label1; - private Button btnWorkPlan; private Label label3; private GridColumn gridColumn2; - private Button btnDataCente; - private Label label4; private DataGridViewCheckBoxColumn Column1; private DataGridViewTextBoxColumn Id; private DataGridViewTextBoxColumn Index; @@ -238,6 +225,19 @@ namespace AIMS.OperationFront.UI private DataGridViewTextBoxColumn Diagnose; private DataGridViewTextBoxColumn OperationType; private DataGridViewTextBoxColumn Contagion; + private ToolStrip toolStrip1; + private ToolStripButton tsbNewOperationApply; + private ToolStripButton tsbModifyOperationApply; + private ToolStripButton tsbCancelOperationApply; + private ToolStripSeparator toolStripSeparator4; + private ToolStripButton btnpass; + private ToolStripSeparator toolStripSeparator3; + private ToolStripButton btnPlan; + private ToolStripSeparator toolStripSeparator2; + private ToolStripButton btnDataCente; + private ToolStripButton button3; + private ComboBoxEx CboOperationSite; + private Label labelSite; private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpSearchTime; /// @@ -274,6 +274,13 @@ namespace AIMS.OperationFront.UI System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle(); @@ -313,7 +320,7 @@ namespace AIMS.OperationFront.UI System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle46 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOperationSchedulePlan)); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOperationSchedulePlanOld)); DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background(); DevComponents.DotNetBar.SuperGrid.Style.Background background2 = new DevComponents.DotNetBar.SuperGrid.Style.Background(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle(); @@ -355,17 +362,25 @@ namespace AIMS.OperationFront.UI System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle86 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle87 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle88 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); this.navigationPane1 = new DevComponents.DotNetBar.NavigationPane(); this.navigationPanePanel1 = new DevComponents.DotNetBar.NavigationPanePanel(); this.groupBoxsel = new System.Windows.Forms.GroupBox(); this.dgvApplyOrDoctor = new DevComponents.DotNetBar.Controls.DataGridViewX(); + this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.DepartmentId = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.OperationDoctor = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.PatientName = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.InHospitalNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.PlanTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Operation = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.OrderOperationTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.AnaesthesiaMethodId = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Diagnose = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.OperationType = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Contagion = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel3 = new System.Windows.Forms.Panel(); this.labelWeek = new System.Windows.Forms.Label(); this.txtQuery = new DevComponents.DotNetBar.Controls.TextBoxX(); @@ -470,23 +485,22 @@ namespace AIMS.OperationFront.UI this.colDel = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.panel1 = new System.Windows.Forms.Panel(); - this.btnDataCente = new System.Windows.Forms.Button(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); + this.lblcount = new System.Windows.Forms.Label(); + this.toolStrip1 = new System.Windows.Forms.ToolStrip(); + this.tsbNewOperationApply = new System.Windows.Forms.ToolStripButton(); + this.tsbModifyOperationApply = new System.Windows.Forms.ToolStripButton(); + this.tsbCancelOperationApply = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); + this.btnpass = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.btnPlan = new System.Windows.Forms.ToolStripButton(); + this.button3 = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.btnDataCente = new System.Windows.Forms.ToolStripButton(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.ȡųͨToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.label4 = new System.Windows.Forms.Label(); - this.lblcount = new System.Windows.Forms.Label(); - this.btnWorkPlan = new System.Windows.Forms.Button(); - this.button3 = new System.Windows.Forms.Button(); - this.label2 = new System.Windows.Forms.Label(); - this.btnPlan = new System.Windows.Forms.Button(); - this.label1 = new System.Windows.Forms.Label(); - this.btnpass = new System.Windows.Forms.Button(); - this.label11 = new System.Windows.Forms.Label(); - this.tsbCancelOperationApply = new System.Windows.Forms.Button(); - this.label10 = new System.Windows.Forms.Label(); - this.tsbModifyOperationApply = new System.Windows.Forms.Button(); - this.label8 = new System.Windows.Forms.Label(); - this.tsbNewOperationApply = new System.Windows.Forms.Button(); this.tcOperationRoomsPage = new System.Windows.Forms.Panel(); this.tabScheduling = new DevComponents.DotNetBar.SuperTabControl(); this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); @@ -564,21 +578,6 @@ namespace AIMS.OperationFront.UI this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn47 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); - this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.DepartmentId = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.OperationDoctor = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.PatientName = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.InHospitalNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.PlanTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Operation = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.OrderOperationTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.AnaesthesiaMethodId = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Diagnose = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.OperationType = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Contagion = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.navigationPane1.SuspendLayout(); this.navigationPanePanel1.SuspendLayout(); this.groupBoxsel.SuspendLayout(); @@ -603,6 +602,7 @@ namespace AIMS.OperationFront.UI this.panlemian.SuspendLayout(); this.ctsThisRoom.SuspendLayout(); this.panel1.SuspendLayout(); + this.toolStrip1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.tcOperationRoomsPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabScheduling)).BeginInit(); @@ -788,6 +788,151 @@ namespace AIMS.OperationFront.UI this.dgvApplyOrDoctor.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvApplyOrDoctor_CellDoubleClick); this.dgvApplyOrDoctor.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvApplyOrDoctor_ColumnHeaderMouseClick); // + // Column1 + // + this.Column1.HeaderText = ""; + this.Column1.Name = "Column1"; + this.Column1.ReadOnly = true; + this.Column1.TrueValue = "1"; + this.Column1.Width = 30; + // + // Id + // + this.Id.DataPropertyName = "ApplyId"; + this.Id.HeaderText = ""; + this.Id.Name = "Id"; + this.Id.ReadOnly = true; + this.Id.Visible = false; + // + // Index + // + this.Index.DataPropertyName = "ApplyId"; + this.Index.HeaderText = ""; + this.Index.Name = "Index"; + this.Index.ReadOnly = true; + this.Index.Visible = false; + this.Index.Width = 40; + // + // DepartmentId + // + this.DepartmentId.DataPropertyName = "ApplyDepName"; + dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle2.Font = new System.Drawing.Font("΢ź", 10F); + this.DepartmentId.DefaultCellStyle = dataGridViewCellStyle2; + this.DepartmentId.HeaderText = ""; + this.DepartmentId.Name = "DepartmentId"; + this.DepartmentId.ReadOnly = true; + this.DepartmentId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.DepartmentId.Width = 80; + // + // OperationDoctor + // + this.OperationDoctor.DataPropertyName = "OperationDoctor"; + dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle3.Font = new System.Drawing.Font("΢ź", 12F); + this.OperationDoctor.DefaultCellStyle = dataGridViewCellStyle3; + this.OperationDoctor.HeaderText = "ҽʦ"; + this.OperationDoctor.Name = "OperationDoctor"; + this.OperationDoctor.ReadOnly = true; + this.OperationDoctor.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.OperationDoctor.Width = 60; + // + // PatientName + // + this.PatientName.DataPropertyName = "PatInfo"; + dataGridViewCellStyle4.Font = new System.Drawing.Font("΢ź", 11F); + this.PatientName.DefaultCellStyle = dataGridViewCellStyle4; + this.PatientName.HeaderText = ""; + this.PatientName.Name = "PatientName"; + this.PatientName.ReadOnly = true; + this.PatientName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.PatientName.Width = 125; + // + // InHospitalNo + // + this.InHospitalNo.DataPropertyName = "MdrecNo"; + dataGridViewCellStyle5.Font = new System.Drawing.Font("΢ź", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.InHospitalNo.DefaultCellStyle = dataGridViewCellStyle5; + this.InHospitalNo.HeaderText = "סԺ"; + this.InHospitalNo.Name = "InHospitalNo"; + this.InHospitalNo.ReadOnly = true; + this.InHospitalNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.InHospitalNo.Width = 90; + // + // PlanTime + // + this.PlanTime.DataPropertyName = "ApplyTime"; + this.PlanTime.HeaderText = "ʱ"; + this.PlanTime.Name = "PlanTime"; + this.PlanTime.ReadOnly = true; + this.PlanTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.PlanTime.Width = 90; + // + // Operation + // + this.Operation.DataPropertyName = "ApplyOperationInfoName"; + dataGridViewCellStyle6.Font = new System.Drawing.Font("΢ź", 11F); + dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.Operation.DefaultCellStyle = dataGridViewCellStyle6; + this.Operation.HeaderText = ""; + this.Operation.Name = "Operation"; + this.Operation.ReadOnly = true; + this.Operation.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.Operation.Width = 200; + // + // OrderOperationTime + // + this.OrderOperationTime.DataPropertyName = "OrderOperationTime"; + dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle7.Font = new System.Drawing.Font("΢ź", 12F); + this.OrderOperationTime.DefaultCellStyle = dataGridViewCellStyle7; + this.OrderOperationTime.HeaderText = "ʱ"; + this.OrderOperationTime.Name = "OrderOperationTime"; + this.OrderOperationTime.ReadOnly = true; + this.OrderOperationTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.OrderOperationTime.Visible = false; + this.OrderOperationTime.Width = 65; + // + // Remark + // + this.Remark.DataPropertyName = "OperationRemark"; + dataGridViewCellStyle8.Font = new System.Drawing.Font("΢ź", 12F); + this.Remark.DefaultCellStyle = dataGridViewCellStyle8; + this.Remark.HeaderText = "ע"; + this.Remark.Name = "Remark"; + this.Remark.ReadOnly = true; + this.Remark.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + // + // AnaesthesiaMethodId + // + this.AnaesthesiaMethodId.DataPropertyName = "AnaesthesiaMethodName"; + this.AnaesthesiaMethodId.HeaderText = "ʩ"; + this.AnaesthesiaMethodId.Name = "AnaesthesiaMethodId"; + this.AnaesthesiaMethodId.ReadOnly = true; + this.AnaesthesiaMethodId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + // + // Diagnose + // + this.Diagnose.DataPropertyName = "ApplyDiagnoseInfoName"; + this.Diagnose.HeaderText = "ǰ"; + this.Diagnose.Name = "Diagnose"; + this.Diagnose.ReadOnly = true; + this.Diagnose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + // + // OperationType + // + this.OperationType.DataPropertyName = "OperationType"; + this.OperationType.HeaderText = ""; + this.OperationType.Name = "OperationType"; + this.OperationType.ReadOnly = true; + // + // Contagion + // + this.Contagion.DataPropertyName = "Contagion"; + this.Contagion.HeaderText = "Ⱦɸ"; + this.Contagion.Name = "Contagion"; + this.Contagion.ReadOnly = true; + // // panel3 // this.panel3.BackColor = System.Drawing.Color.White; @@ -2062,7 +2207,7 @@ namespace AIMS.OperationFront.UI this.dgvDetail.DefaultVisualStyles.GridPanelStyle.Background = background1; this.dgvDetail.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.dgvDetail.ForeColor = System.Drawing.Color.Black; - this.dgvDetail.Location = new System.Drawing.Point(32, 45); + this.dgvDetail.Location = new System.Drawing.Point(32, 51); this.dgvDetail.Name = "dgvDetail"; // // @@ -2091,7 +2236,7 @@ namespace AIMS.OperationFront.UI this.dgvDetail.PrimaryGrid.RowHeaderWidth = 30; this.dgvDetail.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.RowWithCellHighlight; this.dgvDetail.PrimaryGrid.UseAlternateRowStyle = true; - this.dgvDetail.Size = new System.Drawing.Size(991, 207); + this.dgvDetail.Size = new System.Drawing.Size(991, 201); this.dgvDetail.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.Selected; this.dgvDetail.TabIndex = 1; this.dgvDetail.Text = "superGridControl1"; @@ -2267,41 +2412,168 @@ namespace AIMS.OperationFront.UI // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; - this.panel1.Controls.Add(this.btnDataCente); - this.panel1.Controls.Add(this.label4); + this.panel1.Controls.Add(this.CboOperationSite); + this.panel1.Controls.Add(this.labelSite); this.panel1.Controls.Add(this.lblcount); - this.panel1.Controls.Add(this.btnWorkPlan); - this.panel1.Controls.Add(this.button3); - this.panel1.Controls.Add(this.label2); - this.panel1.Controls.Add(this.btnPlan); - this.panel1.Controls.Add(this.label1); - this.panel1.Controls.Add(this.btnpass); - this.panel1.Controls.Add(this.label11); - this.panel1.Controls.Add(this.tsbCancelOperationApply); - this.panel1.Controls.Add(this.label10); - this.panel1.Controls.Add(this.tsbModifyOperationApply); - this.panel1.Controls.Add(this.label8); - this.panel1.Controls.Add(this.tsbNewOperationApply); + this.panel1.Controls.Add(this.toolStrip1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1051, 39); + this.panel1.Size = new System.Drawing.Size(1051, 48); this.panel1.TabIndex = 0; // + // CboOperationSite + // + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("΢ź", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(908, 11); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 505; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.Color.AliceBlue; + this.labelSite.Font = new System.Drawing.Font("΢ź", 10.5F); + this.labelSite.Location = new System.Drawing.Point(842, 13); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 506; + this.labelSite.Text = "ص"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // + // lblcount + // + this.lblcount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.lblcount.AutoSize = true; + this.lblcount.BackColor = System.Drawing.Color.AliceBlue; + this.lblcount.Font = new System.Drawing.Font("΢ź", 15F); + this.lblcount.Location = new System.Drawing.Point(575, 8); + this.lblcount.Name = "lblcount"; + this.lblcount.Size = new System.Drawing.Size(45, 27); + this.lblcount.TabIndex = 501; + this.lblcount.Text = "0/0"; + this.lblcount.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // + // toolStrip1 + // + this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue; + this.toolStrip1.Font = new System.Drawing.Font("΢ź", 10.5F); + this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25); + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.tsbNewOperationApply, + this.tsbModifyOperationApply, + this.tsbCancelOperationApply, + this.toolStripSeparator4, + this.btnpass, + this.toolStripSeparator3, + this.btnPlan, + this.button3, + this.toolStripSeparator2, + this.btnDataCente}); + this.toolStrip1.Location = new System.Drawing.Point(0, 0); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.Size = new System.Drawing.Size(1051, 49); + this.toolStrip1.TabIndex = 504; + this.toolStrip1.Text = "toolStrip1"; + // + // tsbNewOperationApply + // + this.tsbNewOperationApply.Font = new System.Drawing.Font("΢ź", 9F); + this.tsbNewOperationApply.Image = global::AIMS.Properties.Resources.ͼ_ų; + this.tsbNewOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tsbNewOperationApply.Name = "tsbNewOperationApply"; + this.tsbNewOperationApply.Size = new System.Drawing.Size(68, 46); + this.tsbNewOperationApply.Text = " "; + this.tsbNewOperationApply.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.tsbNewOperationApply.Click += new System.EventHandler(this.tsbNewOperationApply_Click); + // + // tsbModifyOperationApply + // + this.tsbModifyOperationApply.Font = new System.Drawing.Font("΢ź", 9F); + this.tsbModifyOperationApply.Image = global::AIMS.Properties.Resources.ͼ_޸; + this.tsbModifyOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tsbModifyOperationApply.Name = "tsbModifyOperationApply"; + this.tsbModifyOperationApply.Size = new System.Drawing.Size(68, 46); + this.tsbModifyOperationApply.Text = " ޸"; + this.tsbModifyOperationApply.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.tsbModifyOperationApply.Click += new System.EventHandler(this.tsbModifyOperationApply_Click); + // + // tsbCancelOperationApply + // + this.tsbCancelOperationApply.Font = new System.Drawing.Font("΢ź", 9F); + this.tsbCancelOperationApply.Image = global::AIMS.Properties.Resources.ͼ_; + this.tsbCancelOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tsbCancelOperationApply.Name = "tsbCancelOperationApply"; + this.tsbCancelOperationApply.Size = new System.Drawing.Size(68, 46); + this.tsbCancelOperationApply.Text = " ֹͣ"; + this.tsbCancelOperationApply.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.tsbCancelOperationApply.Click += new System.EventHandler(this.tsbCancelOperationApply_Click); + // + // toolStripSeparator4 + // + this.toolStripSeparator4.Name = "toolStripSeparator4"; + this.toolStripSeparator4.Size = new System.Drawing.Size(6, 49); + // + // btnpass + // + this.btnpass.Font = new System.Drawing.Font("΢ź", 9F); + this.btnpass.Image = global::AIMS.Properties.Resources.ͼ_ųͨ; + this.btnpass.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btnpass.Name = "btnpass"; + this.btnpass.Size = new System.Drawing.Size(68, 46); + this.btnpass.Text = " ųͨ"; + this.btnpass.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.btnpass.Click += new System.EventHandler(this.button1_Click); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(6, 49); + // + // btnPlan + // + this.btnPlan.Font = new System.Drawing.Font("΢ź", 9F); + this.btnPlan.Image = global::AIMS.Properties.Resources.ͼ_ӡ; + this.btnPlan.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btnPlan.Name = "btnPlan"; + this.btnPlan.Size = new System.Drawing.Size(76, 46); + this.btnPlan.Text = " ӡų̱"; + this.btnPlan.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.btnPlan.Click += new System.EventHandler(this.btnPlan_Click); + // + // button3 + // + this.button3.Font = new System.Drawing.Font("΢ź", 9F); + this.button3.Image = global::AIMS.Properties.Resources.ͼ_ӡ; + this.button3.ImageTransparentColor = System.Drawing.Color.Magenta; + this.button3.Name = "button3"; + this.button3.Size = new System.Drawing.Size(76, 46); + this.button3.Text = " ӡ֪ͨ"; + this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.button3.Click += new System.EventHandler(this.button3_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 49); + // // btnDataCente // - this.btnDataCente.BackColor = System.Drawing.Color.Transparent; - this.btnDataCente.ContextMenuStrip = this.contextMenuStrip1; - this.btnDataCente.Dock = System.Windows.Forms.DockStyle.Left; - this.btnDataCente.FlatAppearance.BorderSize = 0; - this.btnDataCente.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnDataCente.Font = new System.Drawing.Font("΢ź", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnDataCente.Location = new System.Drawing.Point(552, 0); + this.btnDataCente.Font = new System.Drawing.Font("΢ź", 9F); + this.btnDataCente.Image = global::AIMS.Properties.Resources.ͼ_ع˻ָ; + this.btnDataCente.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnDataCente.Name = "btnDataCente"; - this.btnDataCente.Size = new System.Drawing.Size(78, 39); - this.btnDataCente.TabIndex = 503; - this.btnDataCente.Text = ""; - this.btnDataCente.UseVisualStyleBackColor = false; + this.btnDataCente.Size = new System.Drawing.Size(68, 46); + this.btnDataCente.Text = " "; + this.btnDataCente.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.btnDataCente.Click += new System.EventHandler(this.btnDataCente_Click); // // contextMenuStrip1 @@ -2318,201 +2590,6 @@ namespace AIMS.OperationFront.UI this.ȡųͨToolStripMenuItem.Text = "ȡųͨ"; this.ȡųͨToolStripMenuItem.Click += new System.EventHandler(this.ȡųͨToolStripMenuItem_Click); // - // label4 - // - this.label4.BackColor = System.Drawing.Color.Transparent; - this.label4.Dock = System.Windows.Forms.DockStyle.Left; - this.label4.Font = new System.Drawing.Font("΢ź", 11F); - this.label4.Location = new System.Drawing.Point(542, 0); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(10, 39); - this.label4.TabIndex = 502; - this.label4.Text = "|\r\n"; - this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // lblcount - // - this.lblcount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.lblcount.AutoSize = true; - this.lblcount.Font = new System.Drawing.Font("΢ź", 15F); - this.lblcount.Location = new System.Drawing.Point(655, 4); - this.lblcount.Name = "lblcount"; - this.lblcount.Size = new System.Drawing.Size(45, 27); - this.lblcount.TabIndex = 501; - this.lblcount.Text = "0/0"; - this.lblcount.TextAlign = System.Drawing.ContentAlignment.BottomCenter; - // - // btnWorkPlan - // - this.btnWorkPlan.BackColor = System.Drawing.Color.Transparent; - this.btnWorkPlan.ContextMenuStrip = this.contextMenuStrip1; - this.btnWorkPlan.Dock = System.Windows.Forms.DockStyle.Right; - this.btnWorkPlan.FlatAppearance.BorderSize = 0; - this.btnWorkPlan.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnWorkPlan.Font = new System.Drawing.Font("΢ź", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnWorkPlan.Location = new System.Drawing.Point(963, 0); - this.btnWorkPlan.Name = "btnWorkPlan"; - this.btnWorkPlan.Size = new System.Drawing.Size(88, 39); - this.btnWorkPlan.TabIndex = 496; - this.btnWorkPlan.Text = "ԱŰ"; - this.btnWorkPlan.UseVisualStyleBackColor = false; - this.btnWorkPlan.Visible = false; - this.btnWorkPlan.Click += new System.EventHandler(this.btnWorkPlan_Click); - // - // button3 - // - this.button3.BackColor = System.Drawing.Color.Transparent; - this.button3.ContextMenuStrip = this.contextMenuStrip1; - this.button3.Dock = System.Windows.Forms.DockStyle.Left; - this.button3.FlatAppearance.BorderSize = 0; - this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.button3.Font = new System.Drawing.Font("΢ź", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.button3.Location = new System.Drawing.Point(454, 0); - this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(88, 39); - this.button3.TabIndex = 495; - this.button3.Text = "ӡ֪ͨ"; - this.button3.UseVisualStyleBackColor = false; - this.button3.Click += new System.EventHandler(this.button3_Click); - // - // label2 - // - this.label2.BackColor = System.Drawing.Color.Transparent; - this.label2.Dock = System.Windows.Forms.DockStyle.Left; - this.label2.Font = new System.Drawing.Font("΢ź", 11F); - this.label2.Location = new System.Drawing.Point(444, 0); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(10, 39); - this.label2.TabIndex = 494; - this.label2.Text = "|\r\n"; - this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // btnPlan - // - this.btnPlan.BackColor = System.Drawing.Color.Transparent; - this.btnPlan.ContextMenuStrip = this.contextMenuStrip1; - this.btnPlan.Dock = System.Windows.Forms.DockStyle.Left; - this.btnPlan.FlatAppearance.BorderSize = 0; - this.btnPlan.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnPlan.Font = new System.Drawing.Font("΢ź", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnPlan.Location = new System.Drawing.Point(356, 0); - this.btnPlan.Name = "btnPlan"; - this.btnPlan.Size = new System.Drawing.Size(88, 39); - this.btnPlan.TabIndex = 493; - this.btnPlan.Text = "ӡų̱"; - this.btnPlan.UseVisualStyleBackColor = false; - this.btnPlan.Click += new System.EventHandler(this.btnPlan_Click); - // - // label1 - // - this.label1.BackColor = System.Drawing.Color.Transparent; - this.label1.Dock = System.Windows.Forms.DockStyle.Left; - this.label1.Font = new System.Drawing.Font("΢ź", 11F); - this.label1.Location = new System.Drawing.Point(346, 0); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(10, 39); - this.label1.TabIndex = 492; - this.label1.Text = "|\r\n"; - this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // btnpass - // - this.btnpass.BackColor = System.Drawing.Color.Transparent; - this.btnpass.ContextMenuStrip = this.contextMenuStrip1; - this.btnpass.Dock = System.Windows.Forms.DockStyle.Left; - this.btnpass.FlatAppearance.BorderSize = 0; - this.btnpass.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnpass.Font = new System.Drawing.Font("΢ź", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnpass.Location = new System.Drawing.Point(258, 0); - this.btnpass.Name = "btnpass"; - this.btnpass.Size = new System.Drawing.Size(88, 39); - this.btnpass.TabIndex = 491; - this.btnpass.Text = "ųͨ"; - this.btnpass.UseVisualStyleBackColor = false; - this.btnpass.Visible = false; - this.btnpass.Click += new System.EventHandler(this.button1_Click); - // - // label11 - // - this.label11.BackColor = System.Drawing.Color.Transparent; - this.label11.Dock = System.Windows.Forms.DockStyle.Left; - this.label11.Font = new System.Drawing.Font("΢ź", 11F); - this.label11.Location = new System.Drawing.Point(248, 0); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(10, 39); - this.label11.TabIndex = 481; - this.label11.Text = "|\r\n"; - this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // tsbCancelOperationApply - // - this.tsbCancelOperationApply.BackColor = System.Drawing.Color.Transparent; - this.tsbCancelOperationApply.Dock = System.Windows.Forms.DockStyle.Left; - this.tsbCancelOperationApply.FlatAppearance.BorderSize = 0; - this.tsbCancelOperationApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.tsbCancelOperationApply.Font = new System.Drawing.Font("΢ź", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.tsbCancelOperationApply.Location = new System.Drawing.Point(172, 0); - this.tsbCancelOperationApply.Name = "tsbCancelOperationApply"; - this.tsbCancelOperationApply.Size = new System.Drawing.Size(76, 39); - this.tsbCancelOperationApply.TabIndex = 480; - this.tsbCancelOperationApply.Text = "ֹͣ"; - this.tsbCancelOperationApply.UseVisualStyleBackColor = false; - this.tsbCancelOperationApply.Click += new System.EventHandler(this.tsbCancelOperationApply_Click); - // - // label10 - // - this.label10.BackColor = System.Drawing.Color.Transparent; - this.label10.Dock = System.Windows.Forms.DockStyle.Left; - this.label10.Font = new System.Drawing.Font("΢ź", 11F); - this.label10.Location = new System.Drawing.Point(162, 0); - this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(10, 39); - this.label10.TabIndex = 479; - this.label10.Text = "|\r\n"; - this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // tsbModifyOperationApply - // - this.tsbModifyOperationApply.BackColor = System.Drawing.Color.Transparent; - this.tsbModifyOperationApply.Dock = System.Windows.Forms.DockStyle.Left; - this.tsbModifyOperationApply.FlatAppearance.BorderSize = 0; - this.tsbModifyOperationApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.tsbModifyOperationApply.Font = new System.Drawing.Font("΢ź", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.tsbModifyOperationApply.Location = new System.Drawing.Point(86, 0); - this.tsbModifyOperationApply.Name = "tsbModifyOperationApply"; - this.tsbModifyOperationApply.Size = new System.Drawing.Size(76, 39); - this.tsbModifyOperationApply.TabIndex = 478; - this.tsbModifyOperationApply.Text = "޸"; - this.tsbModifyOperationApply.UseVisualStyleBackColor = false; - this.tsbModifyOperationApply.Click += new System.EventHandler(this.tsbModifyOperationApply_Click); - // - // label8 - // - this.label8.BackColor = System.Drawing.Color.Transparent; - this.label8.Dock = System.Windows.Forms.DockStyle.Left; - this.label8.Font = new System.Drawing.Font("΢ź", 11F); - this.label8.Location = new System.Drawing.Point(76, 0); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(10, 39); - this.label8.TabIndex = 476; - this.label8.Text = "|\r\n"; - this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // - // tsbNewOperationApply - // - this.tsbNewOperationApply.BackColor = System.Drawing.Color.Transparent; - this.tsbNewOperationApply.Dock = System.Windows.Forms.DockStyle.Left; - this.tsbNewOperationApply.FlatAppearance.BorderSize = 0; - this.tsbNewOperationApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.tsbNewOperationApply.Font = new System.Drawing.Font("΢ź", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.tsbNewOperationApply.Location = new System.Drawing.Point(0, 0); - this.tsbNewOperationApply.Name = "tsbNewOperationApply"; - this.tsbNewOperationApply.Size = new System.Drawing.Size(76, 39); - this.tsbNewOperationApply.TabIndex = 456; - this.tsbNewOperationApply.Text = ""; - this.tsbNewOperationApply.UseVisualStyleBackColor = false; - this.tsbNewOperationApply.Click += new System.EventHandler(this.tsbNewOperationApply_Click); - // // tcOperationRoomsPage // this.tcOperationRoomsPage.Controls.Add(this.tabScheduling); @@ -3300,151 +3377,6 @@ namespace AIMS.OperationFront.UI this.dataGridViewTextBoxColumn48.HeaderText = ""; this.dataGridViewTextBoxColumn48.Name = "dataGridViewTextBoxColumn48"; // - // Column1 - // - this.Column1.HeaderText = ""; - this.Column1.Name = "Column1"; - this.Column1.ReadOnly = true; - this.Column1.TrueValue = "1"; - this.Column1.Width = 30; - // - // Id - // - this.Id.DataPropertyName = "ApplyId"; - this.Id.HeaderText = ""; - this.Id.Name = "Id"; - this.Id.ReadOnly = true; - this.Id.Visible = false; - // - // Index - // - this.Index.DataPropertyName = "ApplyId"; - this.Index.HeaderText = ""; - this.Index.Name = "Index"; - this.Index.ReadOnly = true; - this.Index.Visible = false; - this.Index.Width = 40; - // - // DepartmentId - // - this.DepartmentId.DataPropertyName = "ApplyDepName"; - dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle2.Font = new System.Drawing.Font("΢ź", 10F); - this.DepartmentId.DefaultCellStyle = dataGridViewCellStyle2; - this.DepartmentId.HeaderText = ""; - this.DepartmentId.Name = "DepartmentId"; - this.DepartmentId.ReadOnly = true; - this.DepartmentId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; - this.DepartmentId.Width = 80; - // - // OperationDoctor - // - this.OperationDoctor.DataPropertyName = "OperationDoctor"; - dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle3.Font = new System.Drawing.Font("΢ź", 12F); - this.OperationDoctor.DefaultCellStyle = dataGridViewCellStyle3; - this.OperationDoctor.HeaderText = "ҽʦ"; - this.OperationDoctor.Name = "OperationDoctor"; - this.OperationDoctor.ReadOnly = true; - this.OperationDoctor.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; - this.OperationDoctor.Width = 60; - // - // PatientName - // - this.PatientName.DataPropertyName = "PatInfo"; - dataGridViewCellStyle4.Font = new System.Drawing.Font("΢ź", 11F); - this.PatientName.DefaultCellStyle = dataGridViewCellStyle4; - this.PatientName.HeaderText = ""; - this.PatientName.Name = "PatientName"; - this.PatientName.ReadOnly = true; - this.PatientName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; - this.PatientName.Width = 125; - // - // InHospitalNo - // - this.InHospitalNo.DataPropertyName = "MdrecNo"; - dataGridViewCellStyle5.Font = new System.Drawing.Font("΢ź", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.InHospitalNo.DefaultCellStyle = dataGridViewCellStyle5; - this.InHospitalNo.HeaderText = "סԺ"; - this.InHospitalNo.Name = "InHospitalNo"; - this.InHospitalNo.ReadOnly = true; - this.InHospitalNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; - this.InHospitalNo.Width = 90; - // - // PlanTime - // - this.PlanTime.DataPropertyName = "ApplyTime"; - this.PlanTime.HeaderText = "ʱ"; - this.PlanTime.Name = "PlanTime"; - this.PlanTime.ReadOnly = true; - this.PlanTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; - this.PlanTime.Width = 90; - // - // Operation - // - this.Operation.DataPropertyName = "ApplyOperationInfoName"; - dataGridViewCellStyle6.Font = new System.Drawing.Font("΢ź", 11F); - dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; - this.Operation.DefaultCellStyle = dataGridViewCellStyle6; - this.Operation.HeaderText = ""; - this.Operation.Name = "Operation"; - this.Operation.ReadOnly = true; - this.Operation.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; - this.Operation.Width = 200; - // - // OrderOperationTime - // - this.OrderOperationTime.DataPropertyName = "OrderOperationTime"; - dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle7.Font = new System.Drawing.Font("΢ź", 12F); - this.OrderOperationTime.DefaultCellStyle = dataGridViewCellStyle7; - this.OrderOperationTime.HeaderText = "ʱ"; - this.OrderOperationTime.Name = "OrderOperationTime"; - this.OrderOperationTime.ReadOnly = true; - this.OrderOperationTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; - this.OrderOperationTime.Visible = false; - this.OrderOperationTime.Width = 65; - // - // Remark - // - this.Remark.DataPropertyName = "OperationRemark"; - dataGridViewCellStyle8.Font = new System.Drawing.Font("΢ź", 12F); - this.Remark.DefaultCellStyle = dataGridViewCellStyle8; - this.Remark.HeaderText = "ע"; - this.Remark.Name = "Remark"; - this.Remark.ReadOnly = true; - this.Remark.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; - // - // AnaesthesiaMethodId - // - this.AnaesthesiaMethodId.DataPropertyName = "AnaesthesiaMethodName"; - this.AnaesthesiaMethodId.HeaderText = "ʩ"; - this.AnaesthesiaMethodId.Name = "AnaesthesiaMethodId"; - this.AnaesthesiaMethodId.ReadOnly = true; - this.AnaesthesiaMethodId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; - // - // Diagnose - // - this.Diagnose.DataPropertyName = "ApplyDiagnoseInfoName"; - this.Diagnose.HeaderText = "ǰ"; - this.Diagnose.Name = "Diagnose"; - this.Diagnose.ReadOnly = true; - this.Diagnose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; - // - // OperationType - // - this.OperationType.DataPropertyName = "OperationType"; - this.OperationType.HeaderText = ""; - this.OperationType.Name = "OperationType"; - this.OperationType.ReadOnly = true; - // - // Contagion - // - this.Contagion.DataPropertyName = "Contagion"; - this.Contagion.HeaderText = "Ⱦɸ"; - this.Contagion.Name = "Contagion"; - this.Contagion.ReadOnly = true; - // // frmOperationSchedulePlan // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; @@ -3455,7 +3387,7 @@ namespace AIMS.OperationFront.UI this.Name = "frmOperationSchedulePlan"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ų̿Ƭ"; - this.Load += new System.EventHandler(this.frmOperationSchedulePlan_Load); + this.Load += new System.EventHandler(this.frmOperationSchedulePlans_Load); this.navigationPane1.ResumeLayout(false); this.navigationPanePanel1.ResumeLayout(false); this.groupBoxsel.ResumeLayout(false); @@ -3483,6 +3415,8 @@ namespace AIMS.OperationFront.UI this.ctsThisRoom.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); this.tcOperationRoomsPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tabScheduling)).EndInit(); @@ -3599,7 +3533,7 @@ namespace AIMS.OperationFront.UI this.dgvApplyOrDoctor.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvApplyOrDoctor_DataError); this.dgvWorkers.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvApplyOrDoctor_DataError); this.dgvInstrumentNurse.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvApplyOrDoctor_DataError); - this.dgvTourNurse.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvApplyOrDoctor_DataError); + this.dgvTourNurse.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvApplyOrDoctor_DataError); this.dgvDetail.DataError += DgvDetail_DataError; for (int i = 0; i < this.dgvWorkers.Columns.Count; i++) @@ -3627,7 +3561,7 @@ namespace AIMS.OperationFront.UI } - private void frmOperationSchedulePlan_Load(object sender, EventArgs e) + private void frmOperationSchedulePlans_Load(object sender, EventArgs e) { try { @@ -3635,20 +3569,26 @@ namespace AIMS.OperationFront.UI string week = Day[Convert.ToInt32(dtpSearchTime.Value.DayOfWeek.ToString("d"))].ToString(); labelWeek.Text = week; if (sysPass.IsValid == 1 && sysPass.Value == "1") - { btnpass.Visible = true; label1.Visible = true; } + { btnpass.Visible = true; toolStripSeparator3.Visible = true; } else - { btnpass.Visible = false; label1.Visible = false; } + { btnpass.Visible = false; toolStripSeparator3.Visible = false; } + SSSDept = BDepartment.Select(" NAME ='' and IsValid=1 ", null, RecursiveType.None, 0); + MZKDept = BDepartment.Select(" NAME ='' and IsValid=1 ", null, RecursiveType.None, 0); + if ((MZKDept == null || MZKDept.Count <= 0) && SSSDept != null) MZKDept = SSSDept; + + ControlExtension.GetOperationSite(labelSite, CboOperationSite); FirstLoad(); + + this.CboOperationSite.SelectedIndexChanged += new System.EventHandler(this.CboOperationSite_SelectedIndexChanged); } catch (Exception ex) { PublicMethod.WriteLog(ex); } - } - private void frmOperationSchedulePlan_VisibleChanged(object sender, EventArgs e) + private void frmOperationSchedulePlans_VisibleChanged(object sender, EventArgs e) { if (this.Visible == false) return; RoomCardManage.SelectIds = null; @@ -3659,35 +3599,30 @@ namespace AIMS.OperationFront.UI public void FirstLoad() { - operationRooms = BOperationRoom.Select(" IsValid=1 and Site='' order by [RoomOrder]", null, RecursiveType.None, 0); - - SSSDept = BDepartment.Select(" NAME ='' and IsValid=1 ", null, RecursiveType.None, 0); - MZKDept = BDepartment.Select(" NAME ='' and IsValid=1 ", null, RecursiveType.None, 0); - if ((MZKDept == null || MZKDept.Count <= 0) && SSSDept != null) MZKDept = SSSDept; - + if (CboOperationSite.Visible == true && CboOperationSite.Text != "") + { + operationRooms = BOperationRoom.Select(" IsValid=1 and Site='" + CboOperationSite.Text + "' order by [RoomOrder]", null, RecursiveType.None, 0); + } + else + { + operationRooms = BOperationRoom.Select(" IsValid=1 and Site<>'ָ' order by [RoomOrder]", null, RecursiveType.None, 0); + } txtQuery.Visible = true; comboBoxExRoom.Visible = false; RoomCardManage.SelectDgv = dgvApplyOrDoctor; RoomCardManage.OnDataSaved = marksManager_OnDataSaved; - //Ŀǰȼص չ - //0.б 1 - //1.ѡӦ¼1 - //1.俨ƬӦų̵Ļб 1 - //2.俨Ƭؾ̨ԱϢ - //3.俨ƬҼл ȡԱų̹ - //4.俨Ƭdgv - //5.dgvݵ̨޸ ɾ - //6.Աų̵Ҳ dgv or Ƭ LoadSelectDate(""); LoadOperationRooms(); tabScheduling_SelectedTabChanged(null, null); navigationPane1.ShowMoreButtons(); dgvApplyOrDoctor.ClearSelection(); - dtpSearchTime.Focus(); + //dtpSearchTime.Focus(); + dtpSearchTime.ValueChanged -= new EventHandler(dtpSearchTime_ValueChanged); + this.VisibleChanged -= new EventHandler(frmOperationSchedulePlans_VisibleChanged); dtpSearchTime.ValueChanged += new EventHandler(dtpSearchTime_ValueChanged); - this.VisibleChanged += new EventHandler(frmOperationSchedulePlan_VisibleChanged); + this.VisibleChanged += new EventHandler(frmOperationSchedulePlans_VisibleChanged); } private void tabScheduling_SelectedTabChanged(object sender, SuperTabStripSelectedTabChangedEventArgs e) { @@ -3871,6 +3806,10 @@ namespace AIMS.OperationFront.UI public void LoadOperationInfo(int UpdateRoom) { NowPatientDataTable = BOperationApply.GetOperationFrontDataTable(dtpSearchTime.Value.ToString("yyyy-MM-dd 00:00:00"), dtpSearchTime.Value.ToString("yyyy-MM-dd 23:59:59")); + if (CboOperationSite.Visible == true && CboOperationSite.SelectedIndex > 0) + { + NowPatientDataTable = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, " OperationSite ='" + CboOperationSite.SelectedValue + "' ", "PlanOrder"); + } foreach (ucPlanOperationRoomCard item in ucOpeRooms) { if (item.operationRoom.Id.Value != UpdateRoom) continue; @@ -3883,6 +3822,10 @@ namespace AIMS.OperationFront.UI public void LoadOperationInfoDgv(int UpdateRoom) { NowPatientDataTable = BOperationApply.GetOperationFrontDataTable(dtpSearchTime.Value.ToString("yyyy-MM-dd 00:00:00"), dtpSearchTime.Value.ToString("yyyy-MM-dd 23:59:59")); + if (CboOperationSite.Visible == true && CboOperationSite.SelectedIndex > 0) + { + NowPatientDataTable = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, " OperationSite ='" + CboOperationSite.SelectedValue + "' ", "PlanOrder"); + } foreach (ucPlanOperationRoomCard item in ucOpeRooms) { if (item.operationRoom.Id.Value != UpdateRoom) continue; @@ -3901,12 +3844,18 @@ namespace AIMS.OperationFront.UI public void LoadSelectDate(string selname) { NowPatientDataTable = BOperationApply.GetOperationFrontDataTable(dtpSearchTime.Value.ToString("yyyy-MM-dd 00:00:00"), dtpSearchTime.Value.ToString("yyyy-MM-dd 23:59:59")); + DataTable Newdt = new DataTable(); if (selname == "") Newdt = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, "State IN ('') ", ""); else Newdt = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, "State IN ('') and (OperationDoctor LIKE '%" + selname + "%' or OperationDoctorcode LIKE '%" + selname + "%' ) ", ""); + if (CboOperationSite.Visible == true && CboOperationSite.SelectedIndex > 0) + { + Newdt = AIMSExtension.PublicMethod.GetNewDataTable(Newdt, "OperationSite = '" + CboOperationSite.Text + "' ", ""); + } + dgvApplyOrDoctor.AutoGenerateColumns = false; dgvApplyOrDoctor.DataSource = Newdt; foreach (DataGridViewRow item in dgvApplyOrDoctor.Rows) @@ -4226,7 +4175,11 @@ namespace AIMS.OperationFront.UI private void button3_Click(object sender, EventArgs e) { NowPatientDataTable = BOperationApply.GetOperationFrontDataTable(dtpSearchTime.Value.ToString("yyyy-MM-dd 00:00:00"), dtpSearchTime.Value.ToString("yyyy-MM-dd 23:59:59")); - DataTable Newdt = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, " State <> '˻' ", "PlanOrder"); + DataTable Newdt = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, " State <> '˻' ", "PlanOrder"); + if (CboOperationSite.Visible == true && CboOperationSite.SelectedIndex > 0) + { + Newdt = AIMSExtension.PublicMethod.GetNewDataTable(Newdt, " OperationSite ='" + CboOperationSite.SelectedValue + "' ", "PlanOrder"); + } if (Newdt == null || Newdt.Rows.Count <= 0) return; frmPrintingArrangemen frm = new frmPrintingArrangemen(); frm.dt = Newdt; @@ -4579,7 +4532,7 @@ namespace AIMS.OperationFront.UI private void ctsThisRoom_Opening(object sender, CancelEventArgs e) { - if (selApply == null || selApply == "") return; + if (selApply == null || selApply == "") return; mnuCancelADoctor.DropDownItems.Clear(); mnuCancelINurse.DropDownItems.Clear(); @@ -4621,10 +4574,10 @@ namespace AIMS.OperationFront.UI { for (int i = 0; i < InstrumentId.Count; i++) { - ToolStripItem tspIns = new ToolStripMenuItem( Instrument[i]); + ToolStripItem tspIns = new ToolStripMenuItem(Instrument[i]); tspIns.Tag = InstrumentId[i]; tspIns.Click += TspNurse1_Click; - mnuCancelINurse.DropDownItems.Add( tspIns); + mnuCancelINurse.DropDownItems.Add(tspIns); } } } @@ -4639,13 +4592,13 @@ namespace AIMS.OperationFront.UI { for (int i = 0; i < TourId.Count; i++) { - ToolStripItem tspNurse2 = new ToolStripMenuItem( Tour[i]); - tspNurse2.Tag = TourId[i] ; - tspNurse2.Click += TspNurse2_Click; - mnuCancelTNurse.DropDownItems.Add(tspNurse2 ); + ToolStripItem tspNurse2 = new ToolStripMenuItem(Tour[i]); + tspNurse2.Tag = TourId[i]; + tspNurse2.Click += TspNurse2_Click; + mnuCancelTNurse.DropDownItems.Add(tspNurse2); } } - } + } #endregion } } @@ -4654,16 +4607,16 @@ namespace AIMS.OperationFront.UI private void TspAnes_Click(object sender, EventArgs e) { if (selApply == null || selApply == "") return; - int dict = int.Parse((sender as ToolStripItem).Tag.ToString()); - BApplyPersonDuty.Delete(" PersonId='" + dict + "' and PersonDutyId in(5) and OperationApplyId=" + selApply, null); + int dict = int.Parse((sender as ToolStripItem).Tag.ToString()); + BApplyPersonDuty.Delete(" PersonId='" + dict + "' and PersonDutyId in(5) and OperationApplyId=" + selApply, null); LoadOperationInfoDgv(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); MessageBox.Show("ҽɹ"); } private void TspNurse1_Click(object sender, EventArgs e) { if (selApply == null || selApply == "") return; - int dict = int.Parse((sender as ToolStripItem).Tag.ToString()); - BApplyPersonDuty.Delete(" PersonId='" + dict + "' and PersonDutyId in(6) and OperationApplyId=" + selApply , null); + int dict = int.Parse((sender as ToolStripItem).Tag.ToString()); + BApplyPersonDuty.Delete(" PersonId='" + dict + "' and PersonDutyId in(6) and OperationApplyId=" + selApply, null); LoadOperationInfoDgv(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); MessageBox.Show("ϴֻʿɹ"); } @@ -4671,8 +4624,8 @@ namespace AIMS.OperationFront.UI private void TspNurse2_Click(object sender, EventArgs e) { if (selApply == null || selApply == "") return; - int dict = int.Parse((sender as ToolStripItem).Tag.ToString()); - BApplyPersonDuty.Delete(" PersonId='" + dict + "' and PersonDutyId in(7) and OperationApplyId=" + selApply , null); + int dict = int.Parse((sender as ToolStripItem).Tag.ToString()); + BApplyPersonDuty.Delete(" PersonId='" + dict + "' and PersonDutyId in(7) and OperationApplyId=" + selApply, null); LoadOperationInfoDgv(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); MessageBox.Show("Ѳػʿɹ"); } @@ -4861,10 +4814,10 @@ namespace AIMS.OperationFront.UI { if (selApply == null || selApply == "") { - MessageBox.Show("ѡߣ","ϵͳʾ"); + MessageBox.Show("ѡߣ", "ϵͳʾ"); return; } - EMRExtension.OpenEMRS(0, int.Parse(selApply)); + EMRExtension.OpenEMRS(0, int.Parse(selApply)); } private void dgvApplyOrDoctor_DataError(object sender, DataGridViewDataErrorEventArgs e) @@ -4874,5 +4827,12 @@ namespace AIMS.OperationFront.UI private void DgvDetail_DataError(object sender, GridDataErrorEventArgs e) { } + + private void CboOperationSite_SelectedIndexChanged(object sender, EventArgs e) + { + ControlExtension.SetOperationSite(CboOperationSite); + FirstLoad(); + } + } } \ No newline at end of file diff --git a/AIMS/OperationFront/frmOperationSchedulePlan.resx b/AIMS/OperationFront/frmOperationSchedulePlan.resx index 6341697..04416f1 100644 --- a/AIMS/OperationFront/frmOperationSchedulePlan.resx +++ b/AIMS/OperationFront/frmOperationSchedulePlan.resx @@ -250,46 +250,46 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAD+ - CAAAAk1TRnQBSQFMAgEBAgEAAdwBEwHcARMBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo - AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA - AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 - AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA - AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm - AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM - AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA - ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz - AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ - AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM - AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA - AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA - AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ - AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/ - AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA - AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm - ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ - Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz - AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA - AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM - AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM - ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM - Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA - AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM - AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ - AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz - AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm - AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw - AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wMAASoLKTMAAioLUgEp - MgABUgFRAVkIUgFRAW4BSgIAASoLKSQAAlIEWQFYAVIBdAJzAnQBSgEAASoBWQtSASkiAAVGAUwBRgJ0 - AXkDegF5AXMBSgFSAlkIWAJSASoiAALjAxcB4wFMBZoBegF5AXQB6gFSAXoJWQFYAVIBKSIAAUYBFgTj - AW8BmQGaBJkBegF0AYwBUgF6CVkBWAJSASkiAAFMAhYB4wFGAXMEHAGZAhwBdAGnAVIBegpZAlIBKiIA - BEwCWQHPAfMBtQHyAs8BtQHzAc8BUgF6C1kBWAEqIgABUgJ0AVICWQHPAd0BtQHyAvEBvAK1AVIBegVZ - BHoDWQEqIQABUgSaAVIBWQGuAbUB8gO1AQkB8AEJAVICegNZBnoBWQEqIgABUgF1A3oBdQFLAQABzwG8 - AQkBzwHzAfIB8QEJAXQDegNZAVIDdAJSIwABOAFZAlIBdQF6AgABzwLxAQkCtQHPAacBAAF0A3oBWQEq - KQABWQHlAaABmgF5AVICAAGnAs8DpwMAAf8CdAJSKgABUgKgAsMBdAIAAqc4AAJSPAABQgFNAT4HAAE+ - AwABKAMAAUADAAEQAwABAQEAAQEFAAGAFwAD/wEAAcABAwL/BAABgAEBAv8EAAGAAQEBgAEHBAABgAEB - AQABAwcAAQMHAAEDBwABAQQAAYACAAEBBAABgAIAAQEEAAGAAgABAQcAAQMEAAEBAgABBwQAAQMBAAGB - Af8EAAIDAYMB/wQAAQMBPwL/BAABzwP/BAAL + ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAD4 + CAAAAk1TRnQBSQFMAgEBAgEABBQBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEoAwABQAMA + ARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHAAQAB8AHK + AaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5AQABgAF8 + Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMAAWYDAAGZ + AwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFmAZkCAAFm + AcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHMAWYCAAHM + AZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEAATMBAAGZ + AQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEzAWYCAAEz + AWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZAWYBAAEz + ApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLMAQABMwHM + Af8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEAAWYBAAFm + AQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEAAWYBMwHM + AQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZAWYBAAFm + ApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/AQABZgH/ + AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEAAZkBAAGZ + AQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFmATMBAAGZ + ATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZAf8BAAGZ + AcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEzAQABmQHM + AWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEAAcwBAAHM + AQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHMAWYBMwEA + AZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHMApkBAAHM + AZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHMAf8BMwEA + AZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEAAcwBMwIA + Af8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHMAmYBAAH/ + AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZAcwBAAH/ + AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEzAQABzAH/ + AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFmAQABIQEA + AaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHwAfsB/wEA + AaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wMAASoLKTMAAioLUgEpMgABUgFR + AVkIUgFRAW4BSgIAASoLKSQAAlIEWQFYAVIBdAJzAnQBSgEAASoBWQtSASkiAAVGAUwBRgJ0AXkDegF5 + AXMBSgFSAlkIWAJSASoiAALjAxcB4wFMBZoBegF5AXQB6gFSAXoJWQFYAVIBKSIAAUYBFgTjAW8BmQGa + BJkBegF0AYwBUgF6CVkBWAJSASkiAAFMAhYB4wFGAXMEHAGZAhwBdAGnAVIBegpZAlIBKiIABEwCWQHP + AfMBtQHyAs8BtQHzAc8BUgF6C1kBWAEqIgABUgJ0AVICWQHPAd0BtQHyAvEBvAK1AVIBegVZBHoDWQEq + IQABUgSaAVIBWQGuAbUB8gO1AQkB8AEJAVICegNZBnoBWQEqIgABUgF1A3oBdQFLAQABzwG8AQkBzwHz + AfIB8QEJAXQDegNZAVIDdAJSIwABOAFZAlIBdQF6AgABzwLxAQkCtQHPAacBAAF0A3oBWQEqKQABWQHl + AaABmgF5AVICAAGnAs8DpwMAAf8CdAJSKgABUgKgAsMBdAIAAqc4AAJSPAABQgFNAT4HAAE+AwABKAMA + AUADAAEQAwABAQEAAQEFAAGAFwAD/wEAAcABAwL/BAABgAEBAv8EAAGAAQEBgAEHBAABgAEBAQABAwcA + AQMHAAEDBwABAQQAAYACAAEBBAABgAIAAQEEAAGAAgABAQcAAQMEAAEBAgABBwQAAQMBAAGBAf8EAAID + AYMB/wQAAQMBPwL/BAABzwP/BAAL diff --git a/AIMS/OperationFront/frmOperationSchedulePlanOld.cs b/AIMS/OperationFront/frmOperationSchedulePlanOld.cs new file mode 100644 index 0000000..9a2e655 --- /dev/null +++ b/AIMS/OperationFront/frmOperationSchedulePlanOld.cs @@ -0,0 +1,4811 @@ +using AIMS.OremrUserControl; +using AIMSBLL; +using AIMSExtension; +using AIMSModel; +using DevComponents.DotNetBar; +using DevComponents.DotNetBar.Controls; +using DevComponents.DotNetBar.SuperGrid; +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Diagnostics; +using System.Drawing; +using System.Linq; +using System.Windows.Forms; + +namespace AIMS.OperationFront.UI +{ + public partial class frmOperationSchedulePlanOld : Form + { + #region Designer + private DevComponents.DotNetBar.NavigationPane navigationPane1; + private DevComponents.DotNetBar.ButtonItem buttonItem1; + private DevComponents.DotNetBar.NavigationPanePanel navigationPanePanel1; + private DevComponents.DotNetBar.ButtonItem buttonItemAnas; + private DevComponents.DotNetBar.NavigationPanePanel navigationPanePanel2; + private DevComponents.DotNetBar.ButtonItem buttonInstrumentNurse; + private DevComponents.DotNetBar.NavigationPanePanel navigationPanePanel4; + private DevComponents.DotNetBar.ButtonItem buttonItemTourNurse; + private DevComponents.DotNetBar.NavigationPanePanel navigationPanePanel5; + private System.Windows.Forms.ImageList imageList1; + //private StyleManager styleManager1; + private System.ComponentModel.IContainer components = null; + + private GroupBox groupBoxsel; + private Panel panel3; + private GroupBox groupBox1; + private Panel panel2; + private DataGridView dgvWorkers; + private GroupBox v; + private Panel panel5; + private GroupBox groupBox2; + private Panel panel4; + private ButtonX btnBeforeDay; + private ButtonX btnAfterDay; + private DevComponents.Editors.DateTimeAdv.DateTimeInput dateTimeInput1; + private DevComponents.DotNetBar.Controls.TextBoxX textBoxX2; + private DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn14; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn15; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn17; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn16; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn18; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn19; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn20; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn21; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn22; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn23; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn24; + private DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; + private LabelX txtjs; + private LabelX labelX1; + private LabelX labelX2; + private LabelX labelX3; + private DevComponents.Editors.DateTimeAdv.DateTimeInput dateTimeInput2; + private TextBoxX textBoxX3; + private TextBoxX textBoxX4; + private LabelX labelX4; + private LabelX labelX5; + private DevComponents.Editors.DateTimeAdv.DateTimeInput dateTimeInput3; + private Panel panlemian; + private Panel panel1; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn25; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn26; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn27; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn28; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn29; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn30; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn31; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn32; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn33; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn34; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn35; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn36; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn37; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn38; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn39; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn40; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn41; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn42; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn43; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn44; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn45; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn46; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn47; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn48; + private DataGridView dgvInstrumentNurse; + private DataGridView dgvTourNurse; + private Panel tcOperationRoomsPage; + private Panel tcOperationRoomsPage2; + private Panel tcOperationRoomsPage1; + private ButtonX buttonX3; + private ButtonX buttonX5; + private ButtonX buttonX4; + private SuperTabControl tabScheduling; + private SuperTabControlPanel superTabControlPanel1; + private SuperTabItem superTabItem1; + private SuperTabControlPanel superTabControlPanel3; + private Panel tcOperationRoomsPage3; + private SuperTabItem superTabItem3; + private SuperTabControlPanel superTabControlPanel2; + private SuperTabItem superTabItem2; + private SuperTabControlPanel superTabControlPanel4; + private Panel tcOperationRoomsPage4; + private SuperTabItem superTabItem4; + private ComboBoxEx comboBoxExRoom; + private TextBoxX txtQuery; + private Label labelWeek; + private System.Windows.Forms.ToolTip toolTip1; + private DataGridViewX dgvApplyOrDoctor; + private SuperTabControlPanel superTabControlPanel8; + private SuperTabItem superTabItem8; + private SuperTabControlPanel superTabControlPanel7; + private SuperTabItem superTabItem7; + private SuperTabControlPanel superTabControlPanel6; + private SuperTabItem superTabItem6; + private SuperTabControlPanel superTabControlPanel5; + private SuperTabItem superTabItem5; + private Panel tcOperationRoomsPage8; + private Panel tcOperationRoomsPage7; + private Panel tcOperationRoomsPage6; + private Panel tcOperationRoomsPage5; + private SplitContainer spcMain; + private SplitContainer spcLeft; + private DevComponents.DotNetBar.SuperGrid.SuperGridControl dgvDetail; + private DevComponents.DotNetBar.SuperGrid.GridColumn colId; + private DevComponents.DotNetBar.SuperGrid.GridColumn colTable; + private DevComponents.DotNetBar.SuperGrid.GridColumn colPatient; + private DevComponents.DotNetBar.SuperGrid.GridColumn colOperateDoctor; + private DevComponents.DotNetBar.SuperGrid.GridColumn colOperationName; + private DevComponents.DotNetBar.SuperGrid.GridColumn colOperationTime; + private DevComponents.DotNetBar.SuperGrid.GridColumn colAnesthesiaDoctor; + private DevComponents.DotNetBar.SuperGrid.GridColumn colInstrumentNurse; + private DevComponents.DotNetBar.SuperGrid.GridColumn colTourNurse; + private DevComponents.DotNetBar.SuperGrid.GridColumn colRemarks; + private DevComponents.DotNetBar.SuperGrid.GridColumn colDel; + private SplitContainer spcUP; + private RichTextBoxEx rtbLog; + private Button btnReOrderPlanOperationUP; + private Button btnReOrderPlanOperationDown; + private DataGridViewCheckBoxColumn Check; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; + private DataGridViewTextBoxColumn oName; + private DataGridViewTextBoxColumn DepartmentRefName; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; + private DataGridViewTextBoxColumn Mon; + private DataGridViewTextBoxColumn Tues; + private DataGridViewTextBoxColumn Wed; + private DataGridViewTextBoxColumn Thurs; + private DataGridViewTextBoxColumn Fri; + private DataGridViewTextBoxColumn Sat; + private DataGridViewTextBoxColumn Sun; + private ContextMenuStrip ctsThisRoom; + private DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn3; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn49; + private DataGridViewTextBoxColumn iName; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn51; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn52; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn53; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn54; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn55; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn56; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn57; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn58; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn59; + private DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn4; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn60; + private DataGridViewTextBoxColumn tName; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn62; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn63; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn64; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn65; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn66; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn67; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn68; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn69; + private DataGridViewTextBoxColumn dataGridViewTextBoxColumn70; + private ToolStripMenuItem mnuCancelINurse; + private ToolStripMenuItem mnuCancelTNurse; + private ToolStripMenuItem mnuCancelADoctor; + private Label label14; + private Label label15; + private GridColumn colHospitalNo; + private Label lblcount; + private ToolStripMenuItem mnuChangeOptRoomTo; + private GridColumn gridColumn1; + private ContextMenuStrip contextMenuStrip1; + private ToolStripMenuItem ȡųͨToolStripMenuItem; + private Label label3; + private GridColumn gridColumn2; + private DataGridViewCheckBoxColumn Column1; + private DataGridViewTextBoxColumn Id; + private DataGridViewTextBoxColumn Index; + private DataGridViewTextBoxColumn DepartmentId; + private DataGridViewTextBoxColumn OperationDoctor; + private DataGridViewTextBoxColumn PatientName; + private DataGridViewTextBoxColumn InHospitalNo; + private DataGridViewTextBoxColumn PlanTime; + private DataGridViewTextBoxColumn Operation; + private DataGridViewTextBoxColumn OrderOperationTime; + private DataGridViewTextBoxColumn Remark; + private DataGridViewTextBoxColumn AnaesthesiaMethodId; + private DataGridViewTextBoxColumn Diagnose; + private DataGridViewTextBoxColumn OperationType; + private DataGridViewTextBoxColumn Contagion; + private ToolStrip toolStrip1; + private ToolStripButton tsbNewOperationApply; + private ToolStripButton tsbModifyOperationApply; + private ToolStripButton tsbCancelOperationApply; + private ToolStripSeparator toolStripSeparator4; + private ToolStripButton btnpass; + private ToolStripSeparator toolStripSeparator3; + private ToolStripButton btnPlan; + private ToolStripSeparator toolStripSeparator2; + private ToolStripButton btnDataCente; + private ToolStripButton button3; + private ComboBoxEx CboOperationSite; + private Label labelSite; + private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpSearchTime; + + /// + /// Clean up any resources being used. + /// + protected override void Dispose(bool disposing) + { + if (disposing) + { + if (components != null) + { + components.Dispose(); + } + } + base.Dispose(disposing); + } + protected override CreateParams CreateParams + { + get + { + CreateParams cp = base.CreateParams; + cp.ExStyle |= 0x02000000; + return cp; + } + } + #region Windows Form Designer generated code + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = 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(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle(); + 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 dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle48 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle46 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOperationSchedulePlanOld)); + DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background(); + DevComponents.DotNetBar.SuperGrid.Style.Background background2 = new DevComponents.DotNetBar.SuperGrid.Style.Background(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle51 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle52 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle53 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle54 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle55 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle56 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle57 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle58 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle59 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle60 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle61 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle62 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle63 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle64 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle65 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle66 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle67 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle68 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle69 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle70 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle71 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle72 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle73 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle74 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle75 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle76 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle77 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle78 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle79 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle80 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle81 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle82 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle83 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle84 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle85 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle86 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle87 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle88 = new System.Windows.Forms.DataGridViewCellStyle(); + this.navigationPane1 = new DevComponents.DotNetBar.NavigationPane(); + this.navigationPanePanel1 = new DevComponents.DotNetBar.NavigationPanePanel(); + this.groupBoxsel = new System.Windows.Forms.GroupBox(); + this.dgvApplyOrDoctor = new DevComponents.DotNetBar.Controls.DataGridViewX(); + this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.DepartmentId = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.OperationDoctor = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.PatientName = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.InHospitalNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.PlanTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Operation = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.OrderOperationTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.AnaesthesiaMethodId = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Diagnose = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.OperationType = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Contagion = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.panel3 = new System.Windows.Forms.Panel(); + this.labelWeek = new System.Windows.Forms.Label(); + this.txtQuery = new DevComponents.DotNetBar.Controls.TextBoxX(); + this.comboBoxExRoom = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.dtpSearchTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); + this.btnBeforeDay = new DevComponents.DotNetBar.ButtonX(); + this.btnAfterDay = new DevComponents.DotNetBar.ButtonX(); + this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem(); + this.navigationPanePanel4 = new DevComponents.DotNetBar.NavigationPanePanel(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.dgvInstrumentNurse = new System.Windows.Forms.DataGridView(); + this.dataGridViewCheckBoxColumn3 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.dataGridViewTextBoxColumn49 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.iName = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn51 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn52 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn53 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn54 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn55 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn56 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn57 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn58 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn59 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.panel4 = new System.Windows.Forms.Panel(); + this.buttonX4 = new DevComponents.DotNetBar.ButtonX(); + this.labelX2 = new DevComponents.DotNetBar.LabelX(); + this.labelX3 = new DevComponents.DotNetBar.LabelX(); + this.dateTimeInput2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); + this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX(); + this.buttonInstrumentNurse = new DevComponents.DotNetBar.ButtonItem(); + this.navigationPanePanel5 = new DevComponents.DotNetBar.NavigationPanePanel(); + this.v = new System.Windows.Forms.GroupBox(); + this.dgvTourNurse = new System.Windows.Forms.DataGridView(); + this.dataGridViewCheckBoxColumn4 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.dataGridViewTextBoxColumn60 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.tName = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn62 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn63 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn64 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn65 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn66 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn67 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn68 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn69 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn70 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.panel5 = new System.Windows.Forms.Panel(); + this.buttonX5 = new DevComponents.DotNetBar.ButtonX(); + this.labelX4 = new DevComponents.DotNetBar.LabelX(); + this.labelX5 = new DevComponents.DotNetBar.LabelX(); + this.dateTimeInput3 = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); + this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX(); + this.buttonItemTourNurse = new DevComponents.DotNetBar.ButtonItem(); + this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.dgvWorkers = new System.Windows.Forms.DataGridView(); + this.Check = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.DepartmentRefName = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Mon = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Tues = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Wed = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Thurs = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Fri = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Sat = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Sun = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.panel2 = new System.Windows.Forms.Panel(); + this.buttonX3 = new DevComponents.DotNetBar.ButtonX(); + this.txtjs = new DevComponents.DotNetBar.LabelX(); + this.labelX1 = new DevComponents.DotNetBar.LabelX(); + this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); + this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX(); + this.buttonItemAnas = new DevComponents.DotNetBar.ButtonItem(); + this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.imageList1 = new System.Windows.Forms.ImageList(this.components); + this.panlemian = new System.Windows.Forms.Panel(); + this.label15 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label14 = new System.Windows.Forms.Label(); + this.btnReOrderPlanOperationDown = new System.Windows.Forms.Button(); + this.btnReOrderPlanOperationUP = new System.Windows.Forms.Button(); + this.dgvDetail = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); + this.ctsThisRoom = new System.Windows.Forms.ContextMenuStrip(this.components); + this.mnuChangeOptRoomTo = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuCancelADoctor = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuCancelINurse = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuCancelTNurse = new System.Windows.Forms.ToolStripMenuItem(); + this.colId = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.colTable = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.colPatient = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.colHospitalNo = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.colOperateDoctor = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.colOperationName = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.colOperationTime = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.colAnesthesiaDoctor = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.colInstrumentNurse = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.colTourNurse = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.colRemarks = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.colDel = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); + this.panel1 = new System.Windows.Forms.Panel(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); + this.lblcount = new System.Windows.Forms.Label(); + this.toolStrip1 = new System.Windows.Forms.ToolStrip(); + this.tsbNewOperationApply = new System.Windows.Forms.ToolStripButton(); + this.tsbModifyOperationApply = new System.Windows.Forms.ToolStripButton(); + this.tsbCancelOperationApply = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); + this.btnpass = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.btnPlan = new System.Windows.Forms.ToolStripButton(); + this.button3 = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.btnDataCente = new System.Windows.Forms.ToolStripButton(); + this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); + this.ȡųͨToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.tcOperationRoomsPage = new System.Windows.Forms.Panel(); + this.tabScheduling = new DevComponents.DotNetBar.SuperTabControl(); + this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); + this.tcOperationRoomsPage1 = new System.Windows.Forms.Panel(); + this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem(); + this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel(); + this.tcOperationRoomsPage2 = new System.Windows.Forms.Panel(); + this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem(); + this.superTabControlPanel8 = new DevComponents.DotNetBar.SuperTabControlPanel(); + this.tcOperationRoomsPage8 = new System.Windows.Forms.Panel(); + this.superTabItem8 = new DevComponents.DotNetBar.SuperTabItem(); + this.superTabControlPanel7 = new DevComponents.DotNetBar.SuperTabControlPanel(); + this.tcOperationRoomsPage7 = new System.Windows.Forms.Panel(); + this.superTabItem7 = new DevComponents.DotNetBar.SuperTabItem(); + this.superTabControlPanel6 = new DevComponents.DotNetBar.SuperTabControlPanel(); + this.tcOperationRoomsPage6 = new System.Windows.Forms.Panel(); + this.superTabItem6 = new DevComponents.DotNetBar.SuperTabItem(); + this.superTabControlPanel5 = new DevComponents.DotNetBar.SuperTabControlPanel(); + this.tcOperationRoomsPage5 = new System.Windows.Forms.Panel(); + this.superTabItem5 = new DevComponents.DotNetBar.SuperTabItem(); + this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel(); + this.tcOperationRoomsPage4 = new System.Windows.Forms.Panel(); + this.superTabItem4 = new DevComponents.DotNetBar.SuperTabItem(); + this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel(); + this.tcOperationRoomsPage3 = new System.Windows.Forms.Panel(); + this.superTabItem3 = new DevComponents.DotNetBar.SuperTabItem(); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.spcMain = new System.Windows.Forms.SplitContainer(); + this.spcLeft = new System.Windows.Forms.SplitContainer(); + this.spcUP = new System.Windows.Forms.SplitContainer(); + this.rtbLog = new DevComponents.DotNetBar.Controls.RichTextBoxEx(); + this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn41 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn42 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn45 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn47 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.navigationPane1.SuspendLayout(); + this.navigationPanePanel1.SuspendLayout(); + this.groupBoxsel.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dgvApplyOrDoctor)).BeginInit(); + this.panel3.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dtpSearchTime)).BeginInit(); + this.navigationPanePanel4.SuspendLayout(); + this.groupBox2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dgvInstrumentNurse)).BeginInit(); + this.panel4.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).BeginInit(); + this.navigationPanePanel5.SuspendLayout(); + this.v.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dgvTourNurse)).BeginInit(); + this.panel5.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput3)).BeginInit(); + this.navigationPanePanel2.SuspendLayout(); + this.groupBox1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dgvWorkers)).BeginInit(); + this.panel2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit(); + this.panlemian.SuspendLayout(); + this.ctsThisRoom.SuspendLayout(); + this.panel1.SuspendLayout(); + this.toolStrip1.SuspendLayout(); + this.contextMenuStrip1.SuspendLayout(); + this.tcOperationRoomsPage.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.tabScheduling)).BeginInit(); + this.tabScheduling.SuspendLayout(); + this.superTabControlPanel1.SuspendLayout(); + this.superTabControlPanel2.SuspendLayout(); + this.superTabControlPanel8.SuspendLayout(); + this.superTabControlPanel7.SuspendLayout(); + this.superTabControlPanel6.SuspendLayout(); + this.superTabControlPanel5.SuspendLayout(); + this.superTabControlPanel4.SuspendLayout(); + this.superTabControlPanel3.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.spcMain)).BeginInit(); + this.spcMain.Panel1.SuspendLayout(); + this.spcMain.Panel2.SuspendLayout(); + this.spcMain.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.spcLeft)).BeginInit(); + this.spcLeft.Panel1.SuspendLayout(); + this.spcLeft.Panel2.SuspendLayout(); + this.spcLeft.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.spcUP)).BeginInit(); + this.spcUP.Panel1.SuspendLayout(); + this.spcUP.Panel2.SuspendLayout(); + this.spcUP.SuspendLayout(); + this.SuspendLayout(); + // + // navigationPane1 + // + this.navigationPane1.AutoSizeButtonImage = false; + this.navigationPane1.BackColor = System.Drawing.SystemColors.Control; + this.navigationPane1.ConfigureAddRemoveVisible = false; + this.navigationPane1.ConfigureItemVisible = false; + this.navigationPane1.ConfigureNavOptionsVisible = false; + this.navigationPane1.ConfigureShowHideVisible = false; + this.navigationPane1.Controls.Add(this.navigationPanePanel1); + this.navigationPane1.Controls.Add(this.navigationPanePanel4); + this.navigationPane1.Controls.Add(this.navigationPanePanel5); + this.navigationPane1.Controls.Add(this.navigationPanePanel2); + this.navigationPane1.Dock = System.Windows.Forms.DockStyle.Fill; + this.navigationPane1.Font = new System.Drawing.Font("΢ź", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.navigationPane1.ForeColor = System.Drawing.Color.Black; + this.navigationPane1.ImageSizeSummaryLine = new System.Drawing.Size(25, 25); + this.navigationPane1.ItemPaddingBottom = 2; + this.navigationPane1.ItemPaddingTop = 2; + this.navigationPane1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { + this.buttonItem1, + this.buttonItemAnas, + this.buttonInstrumentNurse, + this.buttonItemTourNurse}); + this.navigationPane1.Location = new System.Drawing.Point(0, 0); + this.navigationPane1.Name = "navigationPane1"; + this.navigationPane1.NavigationBarHeight = 190; + this.navigationPane1.Padding = new System.Windows.Forms.Padding(1); + this.navigationPane1.Size = new System.Drawing.Size(297, 737); + this.navigationPane1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; + this.navigationPane1.TabIndex = 0; + // + // + // + this.navigationPane1.TitlePanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.navigationPane1.TitlePanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; + this.navigationPane1.TitlePanel.DisabledBackColor = System.Drawing.Color.Empty; + this.navigationPane1.TitlePanel.Dock = System.Windows.Forms.DockStyle.Top; + this.navigationPane1.TitlePanel.Font = new System.Drawing.Font("΢ź", 11.5F, System.Drawing.FontStyle.Bold); + this.navigationPane1.TitlePanel.Location = new System.Drawing.Point(1, 1); + this.navigationPane1.TitlePanel.Margin = new System.Windows.Forms.Padding(1); + this.navigationPane1.TitlePanel.Name = "panelEx1"; + this.navigationPane1.TitlePanel.Size = new System.Drawing.Size(347, 26); + this.navigationPane1.TitlePanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.navigationPane1.TitlePanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(56)))), ((int)(((byte)(148))))); + this.navigationPane1.TitlePanel.Style.Border = DevComponents.DotNetBar.eBorderType.RaisedInner; + this.navigationPane1.TitlePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.navigationPane1.TitlePanel.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom; + this.navigationPane1.TitlePanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; + this.navigationPane1.TitlePanel.Style.GradientAngle = 90; + this.navigationPane1.TitlePanel.Style.MarginLeft = 4; + this.navigationPane1.TitlePanel.TabIndex = 0; + this.navigationPane1.TitlePanel.Text = "ǰ"; + this.navigationPane1.TitlePanel.Visible = false; + // + // navigationPanePanel1 + // + this.navigationPanePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; + this.navigationPanePanel1.Controls.Add(this.groupBoxsel); + this.navigationPanePanel1.DisabledBackColor = System.Drawing.Color.Empty; + this.navigationPanePanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.navigationPanePanel1.Font = new System.Drawing.Font("΢ź", 8.5F); + this.navigationPanePanel1.Location = new System.Drawing.Point(1, 1); + this.navigationPanePanel1.Margin = new System.Windows.Forms.Padding(0); + this.navigationPanePanel1.Name = "navigationPanePanel1"; + this.navigationPanePanel1.ParentItem = this.buttonItem1; + this.navigationPanePanel1.Size = new System.Drawing.Size(295, 545); + this.navigationPanePanel1.Style.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; + this.navigationPanePanel1.Style.BackColor2.Color = System.Drawing.Color.DodgerBlue; + this.navigationPanePanel1.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Center; + this.navigationPanePanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; + this.navigationPanePanel1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.navigationPanePanel1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; + this.navigationPanePanel1.Style.GradientAngle = 90; + this.navigationPanePanel1.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel1.StyleMouseDown.CornerDiameter = 30; + this.navigationPanePanel1.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel1.TabIndex = 2; + // + // groupBoxsel + // + this.groupBoxsel.BackColor = System.Drawing.Color.White; + this.groupBoxsel.Controls.Add(this.dgvApplyOrDoctor); + this.groupBoxsel.Controls.Add(this.panel3); + this.groupBoxsel.Dock = System.Windows.Forms.DockStyle.Fill; + this.groupBoxsel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.groupBoxsel.Font = new System.Drawing.Font("΢ź", 10F); + this.groupBoxsel.Location = new System.Drawing.Point(0, 0); + this.groupBoxsel.Margin = new System.Windows.Forms.Padding(0); + this.groupBoxsel.Name = "groupBoxsel"; + this.groupBoxsel.Padding = new System.Windows.Forms.Padding(0); + this.groupBoxsel.Size = new System.Drawing.Size(295, 545); + this.groupBoxsel.TabIndex = 459; + this.groupBoxsel.TabStop = false; + this.groupBoxsel.Text = "ǰ"; + // + // dgvApplyOrDoctor + // + this.dgvApplyOrDoctor.AllowUserToAddRows = false; + this.dgvApplyOrDoctor.AllowUserToResizeRows = false; + this.dgvApplyOrDoctor.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; + this.dgvApplyOrDoctor.BackgroundColor = System.Drawing.Color.White; + this.dgvApplyOrDoctor.BorderStyle = System.Windows.Forms.BorderStyle.None; + dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle1.BackColor = System.Drawing.Color.White; + dataGridViewCellStyle1.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvApplyOrDoctor.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; + this.dgvApplyOrDoctor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.dgvApplyOrDoctor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { + this.Column1, + this.Id, + this.Index, + this.DepartmentId, + this.OperationDoctor, + this.PatientName, + this.InHospitalNo, + this.PlanTime, + this.Operation, + this.OrderOperationTime, + this.Remark, + this.AnaesthesiaMethodId, + this.Diagnose, + this.OperationType, + this.Contagion}); + dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle9.BackColor = System.Drawing.Color.White; + dataGridViewCellStyle9.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle9.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgvApplyOrDoctor.DefaultCellStyle = dataGridViewCellStyle9; + this.dgvApplyOrDoctor.Dock = System.Windows.Forms.DockStyle.Fill; + this.dgvApplyOrDoctor.EnableHeadersVisualStyles = false; + this.dgvApplyOrDoctor.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); + this.dgvApplyOrDoctor.Location = new System.Drawing.Point(0, 89); + this.dgvApplyOrDoctor.Name = "dgvApplyOrDoctor"; + this.dgvApplyOrDoctor.ReadOnly = true; + dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle10.BackColor = System.Drawing.Color.White; + dataGridViewCellStyle10.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle10.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvApplyOrDoctor.RowHeadersDefaultCellStyle = dataGridViewCellStyle10; + this.dgvApplyOrDoctor.RowHeadersVisible = false; + this.dgvApplyOrDoctor.RowTemplate.Height = 23; + this.dgvApplyOrDoctor.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; + this.dgvApplyOrDoctor.Size = new System.Drawing.Size(295, 456); + this.dgvApplyOrDoctor.TabIndex = 74; + this.dgvApplyOrDoctor.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvApplyOrDoctor_CellClick); + this.dgvApplyOrDoctor.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvApplyOrDoctor_CellDoubleClick); + this.dgvApplyOrDoctor.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvApplyOrDoctor_ColumnHeaderMouseClick); + // + // Column1 + // + this.Column1.HeaderText = ""; + this.Column1.Name = "Column1"; + this.Column1.ReadOnly = true; + this.Column1.TrueValue = "1"; + this.Column1.Width = 30; + // + // Id + // + this.Id.DataPropertyName = "ApplyId"; + this.Id.HeaderText = ""; + this.Id.Name = "Id"; + this.Id.ReadOnly = true; + this.Id.Visible = false; + // + // Index + // + this.Index.DataPropertyName = "ApplyId"; + this.Index.HeaderText = ""; + this.Index.Name = "Index"; + this.Index.ReadOnly = true; + this.Index.Visible = false; + this.Index.Width = 40; + // + // DepartmentId + // + this.DepartmentId.DataPropertyName = "ApplyDepName"; + dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle2.Font = new System.Drawing.Font("΢ź", 10F); + this.DepartmentId.DefaultCellStyle = dataGridViewCellStyle2; + this.DepartmentId.HeaderText = ""; + this.DepartmentId.Name = "DepartmentId"; + this.DepartmentId.ReadOnly = true; + this.DepartmentId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.DepartmentId.Width = 80; + // + // OperationDoctor + // + this.OperationDoctor.DataPropertyName = "OperationDoctor"; + dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle3.Font = new System.Drawing.Font("΢ź", 12F); + this.OperationDoctor.DefaultCellStyle = dataGridViewCellStyle3; + this.OperationDoctor.HeaderText = "ҽʦ"; + this.OperationDoctor.Name = "OperationDoctor"; + this.OperationDoctor.ReadOnly = true; + this.OperationDoctor.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.OperationDoctor.Width = 60; + // + // PatientName + // + this.PatientName.DataPropertyName = "PatInfo"; + dataGridViewCellStyle4.Font = new System.Drawing.Font("΢ź", 11F); + this.PatientName.DefaultCellStyle = dataGridViewCellStyle4; + this.PatientName.HeaderText = ""; + this.PatientName.Name = "PatientName"; + this.PatientName.ReadOnly = true; + this.PatientName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.PatientName.Width = 125; + // + // InHospitalNo + // + this.InHospitalNo.DataPropertyName = "MdrecNo"; + dataGridViewCellStyle5.Font = new System.Drawing.Font("΢ź", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.InHospitalNo.DefaultCellStyle = dataGridViewCellStyle5; + this.InHospitalNo.HeaderText = "סԺ"; + this.InHospitalNo.Name = "InHospitalNo"; + this.InHospitalNo.ReadOnly = true; + this.InHospitalNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.InHospitalNo.Width = 90; + // + // PlanTime + // + this.PlanTime.DataPropertyName = "ApplyTime"; + this.PlanTime.HeaderText = "ʱ"; + this.PlanTime.Name = "PlanTime"; + this.PlanTime.ReadOnly = true; + this.PlanTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.PlanTime.Width = 90; + // + // Operation + // + this.Operation.DataPropertyName = "ApplyOperationInfoName"; + dataGridViewCellStyle6.Font = new System.Drawing.Font("΢ź", 11F); + dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.Operation.DefaultCellStyle = dataGridViewCellStyle6; + this.Operation.HeaderText = ""; + this.Operation.Name = "Operation"; + this.Operation.ReadOnly = true; + this.Operation.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.Operation.Width = 200; + // + // OrderOperationTime + // + this.OrderOperationTime.DataPropertyName = "OrderOperationTime"; + dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle7.Font = new System.Drawing.Font("΢ź", 12F); + this.OrderOperationTime.DefaultCellStyle = dataGridViewCellStyle7; + this.OrderOperationTime.HeaderText = "ʱ"; + this.OrderOperationTime.Name = "OrderOperationTime"; + this.OrderOperationTime.ReadOnly = true; + this.OrderOperationTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.OrderOperationTime.Visible = false; + this.OrderOperationTime.Width = 65; + // + // Remark + // + this.Remark.DataPropertyName = "OperationRemark"; + dataGridViewCellStyle8.Font = new System.Drawing.Font("΢ź", 12F); + this.Remark.DefaultCellStyle = dataGridViewCellStyle8; + this.Remark.HeaderText = "ע"; + this.Remark.Name = "Remark"; + this.Remark.ReadOnly = true; + this.Remark.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + // + // AnaesthesiaMethodId + // + this.AnaesthesiaMethodId.DataPropertyName = "AnaesthesiaMethodName"; + this.AnaesthesiaMethodId.HeaderText = "ʩ"; + this.AnaesthesiaMethodId.Name = "AnaesthesiaMethodId"; + this.AnaesthesiaMethodId.ReadOnly = true; + this.AnaesthesiaMethodId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + // + // Diagnose + // + this.Diagnose.DataPropertyName = "ApplyDiagnoseInfoName"; + this.Diagnose.HeaderText = "ǰ"; + this.Diagnose.Name = "Diagnose"; + this.Diagnose.ReadOnly = true; + this.Diagnose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + // + // OperationType + // + this.OperationType.DataPropertyName = "OperationType"; + this.OperationType.HeaderText = ""; + this.OperationType.Name = "OperationType"; + this.OperationType.ReadOnly = true; + // + // Contagion + // + this.Contagion.DataPropertyName = "Contagion"; + this.Contagion.HeaderText = "Ⱦɸ"; + this.Contagion.Name = "Contagion"; + this.Contagion.ReadOnly = true; + // + // panel3 + // + this.panel3.BackColor = System.Drawing.Color.White; + this.panel3.Controls.Add(this.labelWeek); + this.panel3.Controls.Add(this.txtQuery); + this.panel3.Controls.Add(this.comboBoxExRoom); + this.panel3.Controls.Add(this.dtpSearchTime); + this.panel3.Controls.Add(this.btnBeforeDay); + this.panel3.Controls.Add(this.btnAfterDay); + this.panel3.Dock = System.Windows.Forms.DockStyle.Top; + this.panel3.Location = new System.Drawing.Point(0, 18); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(295, 71); + this.panel3.TabIndex = 2; + // + // labelWeek + // + this.labelWeek.AutoSize = true; + this.labelWeek.Font = new System.Drawing.Font("΢ź", 11.2F); + this.labelWeek.ForeColor = System.Drawing.Color.Red; + this.labelWeek.Location = new System.Drawing.Point(153, 41); + this.labelWeek.Name = "labelWeek"; + this.labelWeek.Size = new System.Drawing.Size(0, 20); + this.labelWeek.TabIndex = 457; + // + // txtQuery + // + this.txtQuery.BackColor = System.Drawing.Color.White; + // + // + // + this.txtQuery.Border.Class = "TextBoxBorder"; + this.txtQuery.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtQuery.DisabledBackColor = System.Drawing.Color.White; + this.txtQuery.ForeColor = System.Drawing.Color.Black; + this.txtQuery.Location = new System.Drawing.Point(192, 40); + this.txtQuery.Name = "txtQuery"; + this.txtQuery.PreventEnterBeep = true; + this.txtQuery.Size = new System.Drawing.Size(151, 25); + this.txtQuery.TabIndex = 456; + this.txtQuery.WatermarkText = "/ƴ"; + this.txtQuery.TextChanged += new System.EventHandler(this.txtQuery_TextChanged); + // + // comboBoxExRoom + // + this.comboBoxExRoom.DisplayMember = "Text"; + this.comboBoxExRoom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.comboBoxExRoom.ForeColor = System.Drawing.Color.Black; + this.comboBoxExRoom.FormattingEnabled = true; + this.comboBoxExRoom.ItemHeight = 19; + this.comboBoxExRoom.Location = new System.Drawing.Point(191, 39); + this.comboBoxExRoom.Name = "comboBoxExRoom"; + this.comboBoxExRoom.Size = new System.Drawing.Size(153, 25); + this.comboBoxExRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.comboBoxExRoom.TabIndex = 455; + this.comboBoxExRoom.Visible = false; + // + // dtpSearchTime + // + // + // + // + this.dtpSearchTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dtpSearchTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; + this.dtpSearchTime.ButtonDropDown.Visible = true; + this.dtpSearchTime.FocusHighlightColor = System.Drawing.Color.White; + this.dtpSearchTime.IsPopupCalendarOpen = false; + this.dtpSearchTime.Location = new System.Drawing.Point(11, 39); + // + // + // + // + // + // + this.dtpSearchTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + // + // + // + this.dtpSearchTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dtpSearchTime.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); + // + // + // + this.dtpSearchTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dtpSearchTime.Name = "dtpSearchTime"; + this.dtpSearchTime.Size = new System.Drawing.Size(141, 25); + this.dtpSearchTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.dtpSearchTime.TabIndex = 453; + // + // btnBeforeDay + // + this.btnBeforeDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.btnBeforeDay.Font = new System.Drawing.Font("΢ź", 11F); + this.btnBeforeDay.Location = new System.Drawing.Point(11, 7); + this.btnBeforeDay.Name = "btnBeforeDay"; + this.btnBeforeDay.Size = new System.Drawing.Size(160, 29); + this.btnBeforeDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.btnBeforeDay.TabIndex = 451; + this.btnBeforeDay.Text = "ǰһ"; + this.btnBeforeDay.Click += new System.EventHandler(this.btnBeforeDay_Click); + // + // btnAfterDay + // + this.btnAfterDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.btnAfterDay.Font = new System.Drawing.Font("΢ź", 11F); + this.btnAfterDay.Location = new System.Drawing.Point(177, 8); + this.btnAfterDay.Name = "btnAfterDay"; + this.btnAfterDay.Size = new System.Drawing.Size(167, 29); + this.btnAfterDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.btnAfterDay.TabIndex = 451; + this.btnAfterDay.Text = "һ"; + this.btnAfterDay.Click += new System.EventHandler(this.btnAfterDay_Click); + // + // buttonItem1 + // + this.buttonItem1.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; + this.buttonItem1.Checked = true; + this.buttonItem1.Image = global::AIMS.Properties.Resources.Table1; + this.buttonItem1.ImagePaddingHorizontal = 15; + this.buttonItem1.ImagePaddingVertical = 0; + this.buttonItem1.Name = "buttonItem1"; + this.buttonItem1.NotificationMarkPosition = DevComponents.DotNetBar.eNotificationMarkPosition.BottomLeft; + this.buttonItem1.OptionGroup = "navBar"; + this.buttonItem1.SubItemsExpandWidth = 11; + this.buttonItem1.Text = "ǰ"; + this.buttonItem1.Click += new System.EventHandler(this.buttonItemApply_Click); + // + // navigationPanePanel4 + // + this.navigationPanePanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; + this.navigationPanePanel4.Controls.Add(this.groupBox2); + this.navigationPanePanel4.DisabledBackColor = System.Drawing.Color.Empty; + this.navigationPanePanel4.Dock = System.Windows.Forms.DockStyle.Fill; + this.navigationPanePanel4.Location = new System.Drawing.Point(1, 1); + this.navigationPanePanel4.Margin = new System.Windows.Forms.Padding(0); + this.navigationPanePanel4.Name = "navigationPanePanel4"; + this.navigationPanePanel4.ParentItem = this.buttonInstrumentNurse; + this.navigationPanePanel4.Size = new System.Drawing.Size(295, 545); + this.navigationPanePanel4.Style.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; + this.navigationPanePanel4.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Tile; + this.navigationPanePanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; + this.navigationPanePanel4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.navigationPanePanel4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; + this.navigationPanePanel4.Style.GradientAngle = 90; + this.navigationPanePanel4.Style.WordWrap = true; + this.navigationPanePanel4.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel4.StyleMouseDown.WordWrap = true; + this.navigationPanePanel4.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel4.StyleMouseOver.WordWrap = true; + this.navigationPanePanel4.TabIndex = 5; + this.navigationPanePanel4.Text = "Drop your controls here and erase Text property"; + // + // groupBox2 + // + this.groupBox2.BackColor = System.Drawing.Color.White; + this.groupBox2.Controls.Add(this.dgvInstrumentNurse); + this.groupBox2.Controls.Add(this.panel4); + this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; + this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.groupBox2.Font = new System.Drawing.Font("΢ź", 10F); + this.groupBox2.Location = new System.Drawing.Point(0, 0); + this.groupBox2.Margin = new System.Windows.Forms.Padding(0); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Padding = new System.Windows.Forms.Padding(0); + this.groupBox2.Size = new System.Drawing.Size(295, 545); + this.groupBox2.TabIndex = 461; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "ϴֻʿ"; + // + // dgvInstrumentNurse + // + this.dgvInstrumentNurse.AllowUserToAddRows = false; + this.dgvInstrumentNurse.AllowUserToDeleteRows = false; + this.dgvInstrumentNurse.AllowUserToResizeColumns = false; + this.dgvInstrumentNurse.AllowUserToResizeRows = false; + this.dgvInstrumentNurse.BackgroundColor = System.Drawing.Color.White; + this.dgvInstrumentNurse.BorderStyle = System.Windows.Forms.BorderStyle.None; + dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle11.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle11.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle11.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvInstrumentNurse.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11; + this.dgvInstrumentNurse.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.dgvInstrumentNurse.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { + this.dataGridViewCheckBoxColumn3, + this.dataGridViewTextBoxColumn49, + this.iName, + this.dataGridViewTextBoxColumn51, + this.dataGridViewTextBoxColumn52, + this.dataGridViewTextBoxColumn53, + this.dataGridViewTextBoxColumn54, + this.dataGridViewTextBoxColumn55, + this.dataGridViewTextBoxColumn56, + this.dataGridViewTextBoxColumn57, + this.dataGridViewTextBoxColumn58, + this.dataGridViewTextBoxColumn59}); + dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle22.BackColor = System.Drawing.Color.White; + dataGridViewCellStyle22.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle22.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle22.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgvInstrumentNurse.DefaultCellStyle = dataGridViewCellStyle22; + this.dgvInstrumentNurse.Dock = System.Windows.Forms.DockStyle.Fill; + this.dgvInstrumentNurse.EnableHeadersVisualStyles = false; + this.dgvInstrumentNurse.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); + this.dgvInstrumentNurse.Location = new System.Drawing.Point(0, 95); + this.dgvInstrumentNurse.Name = "dgvInstrumentNurse"; + this.dgvInstrumentNurse.ReadOnly = true; + dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle23.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle23.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvInstrumentNurse.RowHeadersDefaultCellStyle = dataGridViewCellStyle23; + this.dgvInstrumentNurse.RowHeadersVisible = false; + this.dgvInstrumentNurse.RowTemplate.Height = 23; + this.dgvInstrumentNurse.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; + this.dgvInstrumentNurse.Size = new System.Drawing.Size(295, 450); + this.dgvInstrumentNurse.TabIndex = 4; + this.dgvInstrumentNurse.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvWorkers_CellDoubleClick); + // + // dataGridViewCheckBoxColumn3 + // + this.dataGridViewCheckBoxColumn3.HeaderText = ""; + this.dataGridViewCheckBoxColumn3.Name = "dataGridViewCheckBoxColumn3"; + this.dataGridViewCheckBoxColumn3.ReadOnly = true; + this.dataGridViewCheckBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.dataGridViewCheckBoxColumn3.Visible = false; + this.dataGridViewCheckBoxColumn3.Width = 40; + // + // dataGridViewTextBoxColumn49 + // + this.dataGridViewTextBoxColumn49.DataPropertyName = "Id"; + dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.dataGridViewTextBoxColumn49.DefaultCellStyle = dataGridViewCellStyle12; + this.dataGridViewTextBoxColumn49.HeaderText = ""; + this.dataGridViewTextBoxColumn49.Name = "dataGridViewTextBoxColumn49"; + this.dataGridViewTextBoxColumn49.ReadOnly = true; + this.dataGridViewTextBoxColumn49.Visible = false; + this.dataGridViewTextBoxColumn49.Width = 80; + // + // iName + // + this.iName.DataPropertyName = "Name"; + dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle13.Font = new System.Drawing.Font("΢ź", 12F); + this.iName.DefaultCellStyle = dataGridViewCellStyle13; + this.iName.HeaderText = ""; + this.iName.Name = "iName"; + this.iName.ReadOnly = true; + this.iName.Width = 80; + // + // dataGridViewTextBoxColumn51 + // + this.dataGridViewTextBoxColumn51.DataPropertyName = "deptName"; + this.dataGridViewTextBoxColumn51.HeaderText = ""; + this.dataGridViewTextBoxColumn51.Name = "dataGridViewTextBoxColumn51"; + this.dataGridViewTextBoxColumn51.ReadOnly = true; + this.dataGridViewTextBoxColumn51.Visible = false; + // + // dataGridViewTextBoxColumn52 + // + this.dataGridViewTextBoxColumn52.DataPropertyName = "RowNumber"; + dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.dataGridViewTextBoxColumn52.DefaultCellStyle = dataGridViewCellStyle14; + this.dataGridViewTextBoxColumn52.HeaderText = ""; + this.dataGridViewTextBoxColumn52.Name = "dataGridViewTextBoxColumn52"; + this.dataGridViewTextBoxColumn52.ReadOnly = true; + this.dataGridViewTextBoxColumn52.Visible = false; + this.dataGridViewTextBoxColumn52.Width = 80; + // + // dataGridViewTextBoxColumn53 + // + dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn53.DefaultCellStyle = dataGridViewCellStyle15; + this.dataGridViewTextBoxColumn53.HeaderText = "Mon"; + this.dataGridViewTextBoxColumn53.Name = "dataGridViewTextBoxColumn53"; + this.dataGridViewTextBoxColumn53.ReadOnly = true; + this.dataGridViewTextBoxColumn53.Width = 65; + // + // dataGridViewTextBoxColumn54 + // + dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn54.DefaultCellStyle = dataGridViewCellStyle16; + this.dataGridViewTextBoxColumn54.HeaderText = "Tues"; + this.dataGridViewTextBoxColumn54.Name = "dataGridViewTextBoxColumn54"; + this.dataGridViewTextBoxColumn54.ReadOnly = true; + this.dataGridViewTextBoxColumn54.Width = 65; + // + // dataGridViewTextBoxColumn55 + // + dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn55.DefaultCellStyle = dataGridViewCellStyle17; + this.dataGridViewTextBoxColumn55.HeaderText = "Wed"; + this.dataGridViewTextBoxColumn55.Name = "dataGridViewTextBoxColumn55"; + this.dataGridViewTextBoxColumn55.ReadOnly = true; + this.dataGridViewTextBoxColumn55.Width = 65; + // + // dataGridViewTextBoxColumn56 + // + dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn56.DefaultCellStyle = dataGridViewCellStyle18; + this.dataGridViewTextBoxColumn56.HeaderText = "Thurs"; + this.dataGridViewTextBoxColumn56.Name = "dataGridViewTextBoxColumn56"; + this.dataGridViewTextBoxColumn56.ReadOnly = true; + this.dataGridViewTextBoxColumn56.Width = 65; + // + // dataGridViewTextBoxColumn57 + // + dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn57.DefaultCellStyle = dataGridViewCellStyle19; + this.dataGridViewTextBoxColumn57.HeaderText = "Fri"; + this.dataGridViewTextBoxColumn57.Name = "dataGridViewTextBoxColumn57"; + this.dataGridViewTextBoxColumn57.ReadOnly = true; + this.dataGridViewTextBoxColumn57.Width = 65; + // + // dataGridViewTextBoxColumn58 + // + dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn58.DefaultCellStyle = dataGridViewCellStyle20; + this.dataGridViewTextBoxColumn58.HeaderText = "Sat"; + this.dataGridViewTextBoxColumn58.Name = "dataGridViewTextBoxColumn58"; + this.dataGridViewTextBoxColumn58.ReadOnly = true; + this.dataGridViewTextBoxColumn58.Width = 65; + // + // dataGridViewTextBoxColumn59 + // + dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn59.DefaultCellStyle = dataGridViewCellStyle21; + this.dataGridViewTextBoxColumn59.HeaderText = "Sun"; + this.dataGridViewTextBoxColumn59.Name = "dataGridViewTextBoxColumn59"; + this.dataGridViewTextBoxColumn59.ReadOnly = true; + this.dataGridViewTextBoxColumn59.Width = 65; + // + // panel4 + // + this.panel4.BackColor = System.Drawing.Color.White; + this.panel4.Controls.Add(this.buttonX4); + this.panel4.Controls.Add(this.labelX2); + this.panel4.Controls.Add(this.labelX3); + this.panel4.Controls.Add(this.dateTimeInput2); + this.panel4.Controls.Add(this.textBoxX3); + this.panel4.Dock = System.Windows.Forms.DockStyle.Top; + this.panel4.Location = new System.Drawing.Point(0, 18); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(295, 77); + this.panel4.TabIndex = 2; + // + // buttonX4 + // + this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; + this.buttonX4.Font = new System.Drawing.Font("΢ź", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.buttonX4.Location = new System.Drawing.Point(234, 15); + this.buttonX4.Name = "buttonX4"; + this.buttonX4.Size = new System.Drawing.Size(78, 52); + this.buttonX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.buttonX4.TabIndex = 462; + this.buttonX4.Text = ""; + this.buttonX4.Click += new System.EventHandler(this.buttonX3_Click); + // + // labelX2 + // + // + // + // + this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.labelX2.Location = new System.Drawing.Point(20, 44); + this.labelX2.Name = "labelX2"; + this.labelX2.Size = new System.Drawing.Size(64, 23); + this.labelX2.TabIndex = 460; + this.labelX2.Text = "ƴ"; + // + // labelX3 + // + // + // + // + this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.labelX3.Location = new System.Drawing.Point(20, 15); + this.labelX3.Name = "labelX3"; + this.labelX3.Size = new System.Drawing.Size(64, 23); + this.labelX3.TabIndex = 461; + this.labelX3.Text = "Ű"; + // + // dateTimeInput2 + // + // + // + // + this.dateTimeInput2.BackgroundStyle.Class = "DateTimeInputBackground"; + this.dateTimeInput2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput2.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; + this.dateTimeInput2.ButtonDropDown.Visible = true; + this.dateTimeInput2.FocusHighlightColor = System.Drawing.Color.White; + this.dateTimeInput2.IsPopupCalendarOpen = false; + this.dateTimeInput2.Location = new System.Drawing.Point(89, 12); + // + // + // + // + // + // + this.dateTimeInput2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput2.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); + this.dateTimeInput2.MonthCalendar.ClearButtonVisible = true; + // + // + // + this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; + this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; + this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; + this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; + this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; + this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput2.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); + this.dateTimeInput2.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; + // + // + // + this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; + this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput2.MonthCalendar.TodayButtonVisible = true; + this.dateTimeInput2.Name = "dateTimeInput2"; + this.dateTimeInput2.Size = new System.Drawing.Size(139, 25); + this.dateTimeInput2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.dateTimeInput2.TabIndex = 459; + // + // textBoxX3 + // + this.textBoxX3.BackColor = System.Drawing.Color.White; + // + // + // + this.textBoxX3.Border.Class = "TextBoxBorder"; + this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.textBoxX3.DisabledBackColor = System.Drawing.Color.White; + this.textBoxX3.ForeColor = System.Drawing.Color.Black; + this.textBoxX3.Location = new System.Drawing.Point(89, 43); + this.textBoxX3.Name = "textBoxX3"; + this.textBoxX3.PreventEnterBeep = true; + this.textBoxX3.Size = new System.Drawing.Size(139, 25); + this.textBoxX3.TabIndex = 458; + this.textBoxX3.TextChanged += new System.EventHandler(this.textBoxX3_TextChanged); + // + // buttonInstrumentNurse + // + this.buttonInstrumentNurse.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; + this.buttonInstrumentNurse.Image = global::AIMS.Properties.Resources.BookNoteWhite; + this.buttonInstrumentNurse.ImagePaddingHorizontal = 15; + this.buttonInstrumentNurse.ImagePaddingVertical = 0; + this.buttonInstrumentNurse.Name = "buttonInstrumentNurse"; + this.buttonInstrumentNurse.OptionGroup = "navBar"; + this.buttonInstrumentNurse.SubItemsExpandWidth = 11; + this.buttonInstrumentNurse.Text = "ϴֻʿ"; + this.buttonInstrumentNurse.Click += new System.EventHandler(this.buttonInstrumentNurse_Click); + // + // navigationPanePanel5 + // + this.navigationPanePanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; + this.navigationPanePanel5.Controls.Add(this.v); + this.navigationPanePanel5.DisabledBackColor = System.Drawing.Color.Empty; + this.navigationPanePanel5.Dock = System.Windows.Forms.DockStyle.Fill; + this.navigationPanePanel5.Location = new System.Drawing.Point(1, 1); + this.navigationPanePanel5.Margin = new System.Windows.Forms.Padding(0); + this.navigationPanePanel5.Name = "navigationPanePanel5"; + this.navigationPanePanel5.ParentItem = this.buttonItemTourNurse; + this.navigationPanePanel5.Size = new System.Drawing.Size(295, 545); + this.navigationPanePanel5.Style.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel5.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; + this.navigationPanePanel5.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Tile; + this.navigationPanePanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; + this.navigationPanePanel5.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.navigationPanePanel5.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; + this.navigationPanePanel5.Style.GradientAngle = 90; + this.navigationPanePanel5.Style.WordWrap = true; + this.navigationPanePanel5.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel5.StyleMouseDown.WordWrap = true; + this.navigationPanePanel5.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel5.StyleMouseOver.WordWrap = true; + this.navigationPanePanel5.TabIndex = 6; + this.navigationPanePanel5.Text = "Drop your controls here and erase Text property"; + // + // v + // + this.v.BackColor = System.Drawing.Color.White; + this.v.Controls.Add(this.dgvTourNurse); + this.v.Controls.Add(this.panel5); + this.v.Dock = System.Windows.Forms.DockStyle.Fill; + this.v.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.v.Font = new System.Drawing.Font("΢ź", 10F); + this.v.Location = new System.Drawing.Point(0, 0); + this.v.Margin = new System.Windows.Forms.Padding(0); + this.v.Name = "v"; + this.v.Padding = new System.Windows.Forms.Padding(0); + this.v.Size = new System.Drawing.Size(295, 545); + this.v.TabIndex = 461; + this.v.TabStop = false; + this.v.Text = "Ѳػʿ"; + // + // dgvTourNurse + // + this.dgvTourNurse.AllowUserToAddRows = false; + this.dgvTourNurse.AllowUserToDeleteRows = false; + this.dgvTourNurse.AllowUserToResizeColumns = false; + this.dgvTourNurse.AllowUserToResizeRows = false; + this.dgvTourNurse.BackgroundColor = System.Drawing.Color.White; + this.dgvTourNurse.BorderStyle = System.Windows.Forms.BorderStyle.None; + dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle24.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle24.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvTourNurse.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle24; + this.dgvTourNurse.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.dgvTourNurse.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { + this.dataGridViewCheckBoxColumn4, + this.dataGridViewTextBoxColumn60, + this.tName, + this.dataGridViewTextBoxColumn62, + this.dataGridViewTextBoxColumn63, + this.dataGridViewTextBoxColumn64, + this.dataGridViewTextBoxColumn65, + this.dataGridViewTextBoxColumn66, + this.dataGridViewTextBoxColumn67, + this.dataGridViewTextBoxColumn68, + this.dataGridViewTextBoxColumn69, + this.dataGridViewTextBoxColumn70}); + dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle35.BackColor = System.Drawing.Color.White; + dataGridViewCellStyle35.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle35.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle35.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle35.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle35.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgvTourNurse.DefaultCellStyle = dataGridViewCellStyle35; + this.dgvTourNurse.Dock = System.Windows.Forms.DockStyle.Fill; + this.dgvTourNurse.EnableHeadersVisualStyles = false; + this.dgvTourNurse.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); + this.dgvTourNurse.Location = new System.Drawing.Point(0, 95); + this.dgvTourNurse.Name = "dgvTourNurse"; + this.dgvTourNurse.ReadOnly = true; + dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle36.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle36.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle36.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle36.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle36.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle36.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvTourNurse.RowHeadersDefaultCellStyle = dataGridViewCellStyle36; + this.dgvTourNurse.RowHeadersVisible = false; + this.dgvTourNurse.RowTemplate.Height = 23; + this.dgvTourNurse.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; + this.dgvTourNurse.Size = new System.Drawing.Size(295, 450); + this.dgvTourNurse.TabIndex = 4; + this.dgvTourNurse.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvWorkers_CellDoubleClick); + // + // dataGridViewCheckBoxColumn4 + // + this.dataGridViewCheckBoxColumn4.HeaderText = ""; + this.dataGridViewCheckBoxColumn4.Name = "dataGridViewCheckBoxColumn4"; + this.dataGridViewCheckBoxColumn4.ReadOnly = true; + this.dataGridViewCheckBoxColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.dataGridViewCheckBoxColumn4.Visible = false; + this.dataGridViewCheckBoxColumn4.Width = 40; + // + // dataGridViewTextBoxColumn60 + // + this.dataGridViewTextBoxColumn60.DataPropertyName = "Id"; + dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.dataGridViewTextBoxColumn60.DefaultCellStyle = dataGridViewCellStyle25; + this.dataGridViewTextBoxColumn60.HeaderText = ""; + this.dataGridViewTextBoxColumn60.Name = "dataGridViewTextBoxColumn60"; + this.dataGridViewTextBoxColumn60.ReadOnly = true; + this.dataGridViewTextBoxColumn60.Visible = false; + this.dataGridViewTextBoxColumn60.Width = 80; + // + // tName + // + this.tName.DataPropertyName = "Name"; + dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle26.Font = new System.Drawing.Font("΢ź", 12F); + this.tName.DefaultCellStyle = dataGridViewCellStyle26; + this.tName.HeaderText = ""; + this.tName.Name = "tName"; + this.tName.ReadOnly = true; + this.tName.Width = 80; + // + // dataGridViewTextBoxColumn62 + // + this.dataGridViewTextBoxColumn62.DataPropertyName = "deptName"; + this.dataGridViewTextBoxColumn62.HeaderText = ""; + this.dataGridViewTextBoxColumn62.Name = "dataGridViewTextBoxColumn62"; + this.dataGridViewTextBoxColumn62.ReadOnly = true; + this.dataGridViewTextBoxColumn62.Visible = false; + // + // dataGridViewTextBoxColumn63 + // + this.dataGridViewTextBoxColumn63.DataPropertyName = "RowNumber"; + dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.dataGridViewTextBoxColumn63.DefaultCellStyle = dataGridViewCellStyle27; + this.dataGridViewTextBoxColumn63.HeaderText = ""; + this.dataGridViewTextBoxColumn63.Name = "dataGridViewTextBoxColumn63"; + this.dataGridViewTextBoxColumn63.ReadOnly = true; + this.dataGridViewTextBoxColumn63.Visible = false; + this.dataGridViewTextBoxColumn63.Width = 80; + // + // dataGridViewTextBoxColumn64 + // + dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn64.DefaultCellStyle = dataGridViewCellStyle28; + this.dataGridViewTextBoxColumn64.HeaderText = "Mon"; + this.dataGridViewTextBoxColumn64.Name = "dataGridViewTextBoxColumn64"; + this.dataGridViewTextBoxColumn64.ReadOnly = true; + this.dataGridViewTextBoxColumn64.Width = 65; + // + // dataGridViewTextBoxColumn65 + // + dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn65.DefaultCellStyle = dataGridViewCellStyle29; + this.dataGridViewTextBoxColumn65.HeaderText = "Tues"; + this.dataGridViewTextBoxColumn65.Name = "dataGridViewTextBoxColumn65"; + this.dataGridViewTextBoxColumn65.ReadOnly = true; + this.dataGridViewTextBoxColumn65.Width = 65; + // + // dataGridViewTextBoxColumn66 + // + dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn66.DefaultCellStyle = dataGridViewCellStyle30; + this.dataGridViewTextBoxColumn66.HeaderText = "Wed"; + this.dataGridViewTextBoxColumn66.Name = "dataGridViewTextBoxColumn66"; + this.dataGridViewTextBoxColumn66.ReadOnly = true; + this.dataGridViewTextBoxColumn66.Width = 65; + // + // dataGridViewTextBoxColumn67 + // + dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn67.DefaultCellStyle = dataGridViewCellStyle31; + this.dataGridViewTextBoxColumn67.HeaderText = "Thurs"; + this.dataGridViewTextBoxColumn67.Name = "dataGridViewTextBoxColumn67"; + this.dataGridViewTextBoxColumn67.ReadOnly = true; + this.dataGridViewTextBoxColumn67.Width = 65; + // + // dataGridViewTextBoxColumn68 + // + dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn68.DefaultCellStyle = dataGridViewCellStyle32; + this.dataGridViewTextBoxColumn68.HeaderText = "Fri"; + this.dataGridViewTextBoxColumn68.Name = "dataGridViewTextBoxColumn68"; + this.dataGridViewTextBoxColumn68.ReadOnly = true; + this.dataGridViewTextBoxColumn68.Width = 65; + // + // dataGridViewTextBoxColumn69 + // + dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn69.DefaultCellStyle = dataGridViewCellStyle33; + this.dataGridViewTextBoxColumn69.HeaderText = "Sat"; + this.dataGridViewTextBoxColumn69.Name = "dataGridViewTextBoxColumn69"; + this.dataGridViewTextBoxColumn69.ReadOnly = true; + this.dataGridViewTextBoxColumn69.Width = 65; + // + // dataGridViewTextBoxColumn70 + // + dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn70.DefaultCellStyle = dataGridViewCellStyle34; + this.dataGridViewTextBoxColumn70.HeaderText = "Sun"; + this.dataGridViewTextBoxColumn70.Name = "dataGridViewTextBoxColumn70"; + this.dataGridViewTextBoxColumn70.ReadOnly = true; + this.dataGridViewTextBoxColumn70.Width = 65; + // + // panel5 + // + this.panel5.BackColor = System.Drawing.Color.White; + this.panel5.Controls.Add(this.buttonX5); + this.panel5.Controls.Add(this.labelX4); + this.panel5.Controls.Add(this.labelX5); + this.panel5.Controls.Add(this.dateTimeInput3); + this.panel5.Controls.Add(this.textBoxX4); + this.panel5.Dock = System.Windows.Forms.DockStyle.Top; + this.panel5.Location = new System.Drawing.Point(0, 18); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(295, 77); + this.panel5.TabIndex = 2; + // + // buttonX5 + // + this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; + this.buttonX5.Font = new System.Drawing.Font("΢ź", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.buttonX5.Location = new System.Drawing.Point(234, 15); + this.buttonX5.Name = "buttonX5"; + this.buttonX5.Size = new System.Drawing.Size(78, 52); + this.buttonX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.buttonX5.TabIndex = 466; + this.buttonX5.Text = ""; + this.buttonX5.Click += new System.EventHandler(this.buttonX3_Click); + // + // labelX4 + // + // + // + // + this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.labelX4.Location = new System.Drawing.Point(20, 44); + this.labelX4.Name = "labelX4"; + this.labelX4.Size = new System.Drawing.Size(64, 23); + this.labelX4.TabIndex = 464; + this.labelX4.Text = "ƴ"; + // + // labelX5 + // + // + // + // + this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.labelX5.Location = new System.Drawing.Point(20, 15); + this.labelX5.Name = "labelX5"; + this.labelX5.Size = new System.Drawing.Size(64, 23); + this.labelX5.TabIndex = 465; + this.labelX5.Text = "Ű"; + // + // dateTimeInput3 + // + // + // + // + this.dateTimeInput3.BackgroundStyle.Class = "DateTimeInputBackground"; + this.dateTimeInput3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput3.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; + this.dateTimeInput3.ButtonDropDown.Visible = true; + this.dateTimeInput3.FocusHighlightColor = System.Drawing.Color.White; + this.dateTimeInput3.IsPopupCalendarOpen = false; + this.dateTimeInput3.Location = new System.Drawing.Point(89, 12); + // + // + // + // + // + // + this.dateTimeInput3.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput3.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); + this.dateTimeInput3.MonthCalendar.ClearButtonVisible = true; + // + // + // + this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; + this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; + this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; + this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; + this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; + this.dateTimeInput3.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput3.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); + this.dateTimeInput3.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; + // + // + // + this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; + this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.dateTimeInput3.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput3.MonthCalendar.TodayButtonVisible = true; + this.dateTimeInput3.Name = "dateTimeInput3"; + this.dateTimeInput3.Size = new System.Drawing.Size(139, 25); + this.dateTimeInput3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.dateTimeInput3.TabIndex = 463; + // + // textBoxX4 + // + this.textBoxX4.BackColor = System.Drawing.Color.White; + // + // + // + this.textBoxX4.Border.Class = "TextBoxBorder"; + this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.textBoxX4.DisabledBackColor = System.Drawing.Color.White; + this.textBoxX4.ForeColor = System.Drawing.Color.Black; + this.textBoxX4.Location = new System.Drawing.Point(89, 43); + this.textBoxX4.Name = "textBoxX4"; + this.textBoxX4.PreventEnterBeep = true; + this.textBoxX4.Size = new System.Drawing.Size(139, 25); + this.textBoxX4.TabIndex = 462; + this.textBoxX4.TextChanged += new System.EventHandler(this.textBoxX4_TextChanged); + // + // buttonItemTourNurse + // + this.buttonItemTourNurse.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; + this.buttonItemTourNurse.Image = global::AIMS.Properties.Resources.BookNoteWhite; + this.buttonItemTourNurse.ImagePaddingHorizontal = 15; + this.buttonItemTourNurse.ImagePaddingVertical = 0; + this.buttonItemTourNurse.Name = "buttonItemTourNurse"; + this.buttonItemTourNurse.OptionGroup = "navBar"; + this.buttonItemTourNurse.SubItemsExpandWidth = 11; + this.buttonItemTourNurse.Text = "Ѳػʿ"; + this.buttonItemTourNurse.Click += new System.EventHandler(this.buttonItemTourNurse_Click); + // + // navigationPanePanel2 + // + this.navigationPanePanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; + this.navigationPanePanel2.Controls.Add(this.groupBox1); + this.navigationPanePanel2.DisabledBackColor = System.Drawing.Color.Empty; + this.navigationPanePanel2.Dock = System.Windows.Forms.DockStyle.Fill; + this.navigationPanePanel2.Location = new System.Drawing.Point(1, 1); + this.navigationPanePanel2.Margin = new System.Windows.Forms.Padding(0); + this.navigationPanePanel2.Name = "navigationPanePanel2"; + this.navigationPanePanel2.ParentItem = this.buttonItemAnas; + this.navigationPanePanel2.Size = new System.Drawing.Size(295, 545); + this.navigationPanePanel2.Style.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; + this.navigationPanePanel2.Style.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Tile; + this.navigationPanePanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.navigationPanePanel2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; + this.navigationPanePanel2.Style.GradientAngle = 90; + this.navigationPanePanel2.Style.WordWrap = true; + this.navigationPanePanel2.StyleMouseDown.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel2.StyleMouseDown.WordWrap = true; + this.navigationPanePanel2.StyleMouseOver.Alignment = System.Drawing.StringAlignment.Center; + this.navigationPanePanel2.StyleMouseOver.WordWrap = true; + this.navigationPanePanel2.TabIndex = 3; + // + // groupBox1 + // + this.groupBox1.BackColor = System.Drawing.Color.White; + this.groupBox1.Controls.Add(this.dgvWorkers); + this.groupBox1.Controls.Add(this.panel2); + this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; + this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.groupBox1.Font = new System.Drawing.Font("΢ź", 10F); + this.groupBox1.Location = new System.Drawing.Point(0, 0); + this.groupBox1.Margin = new System.Windows.Forms.Padding(0); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Padding = new System.Windows.Forms.Padding(0); + this.groupBox1.Size = new System.Drawing.Size(295, 545); + this.groupBox1.TabIndex = 460; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "ҽʦ"; + // + // dgvWorkers + // + this.dgvWorkers.AllowUserToAddRows = false; + this.dgvWorkers.AllowUserToDeleteRows = false; + this.dgvWorkers.AllowUserToResizeColumns = false; + this.dgvWorkers.AllowUserToResizeRows = false; + this.dgvWorkers.BackgroundColor = System.Drawing.Color.White; + this.dgvWorkers.BorderStyle = System.Windows.Forms.BorderStyle.None; + dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle37.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle37.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle37.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle37.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle37.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvWorkers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle37; + this.dgvWorkers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.dgvWorkers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { + this.Check, + this.dataGridViewTextBoxColumn2, + this.oName, + this.DepartmentRefName, + this.dataGridViewTextBoxColumn1, + this.Mon, + this.Tues, + this.Wed, + this.Thurs, + this.Fri, + this.Sat, + this.Sun}); + dataGridViewCellStyle48.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle48.BackColor = System.Drawing.Color.White; + dataGridViewCellStyle48.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle48.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle48.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle48.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle48.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgvWorkers.DefaultCellStyle = dataGridViewCellStyle48; + this.dgvWorkers.Dock = System.Windows.Forms.DockStyle.Fill; + this.dgvWorkers.EnableHeadersVisualStyles = false; + this.dgvWorkers.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); + this.dgvWorkers.Location = new System.Drawing.Point(0, 92); + this.dgvWorkers.Name = "dgvWorkers"; + this.dgvWorkers.ReadOnly = true; + dataGridViewCellStyle49.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle49.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle49.Font = new System.Drawing.Font("΢ź", 10F); + dataGridViewCellStyle49.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle49.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle49.SelectionForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle49.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvWorkers.RowHeadersDefaultCellStyle = dataGridViewCellStyle49; + this.dgvWorkers.RowHeadersVisible = false; + this.dgvWorkers.RowTemplate.Height = 23; + this.dgvWorkers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; + this.dgvWorkers.Size = new System.Drawing.Size(295, 453); + this.dgvWorkers.TabIndex = 3; + this.dgvWorkers.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvWorkers_CellDoubleClick); + // + // Check + // + this.Check.HeaderText = ""; + this.Check.Name = "Check"; + this.Check.ReadOnly = true; + this.Check.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.Check.Visible = false; + this.Check.Width = 40; + // + // dataGridViewTextBoxColumn2 + // + this.dataGridViewTextBoxColumn2.DataPropertyName = "Id"; + dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle38; + this.dataGridViewTextBoxColumn2.HeaderText = ""; + this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; + this.dataGridViewTextBoxColumn2.ReadOnly = true; + this.dataGridViewTextBoxColumn2.Visible = false; + this.dataGridViewTextBoxColumn2.Width = 80; + // + // oName + // + this.oName.DataPropertyName = "Name"; + dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle39.Font = new System.Drawing.Font("΢ź", 12F); + this.oName.DefaultCellStyle = dataGridViewCellStyle39; + this.oName.HeaderText = ""; + this.oName.Name = "oName"; + this.oName.ReadOnly = true; + this.oName.Width = 80; + // + // DepartmentRefName + // + this.DepartmentRefName.DataPropertyName = "deptName"; + this.DepartmentRefName.HeaderText = ""; + this.DepartmentRefName.Name = "DepartmentRefName"; + this.DepartmentRefName.ReadOnly = true; + this.DepartmentRefName.Visible = false; + // + // dataGridViewTextBoxColumn1 + // + this.dataGridViewTextBoxColumn1.DataPropertyName = "RowNumber"; + dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle40; + this.dataGridViewTextBoxColumn1.HeaderText = ""; + this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; + this.dataGridViewTextBoxColumn1.ReadOnly = true; + this.dataGridViewTextBoxColumn1.Visible = false; + this.dataGridViewTextBoxColumn1.Width = 80; + // + // Mon + // + dataGridViewCellStyle41.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.Mon.DefaultCellStyle = dataGridViewCellStyle41; + this.Mon.HeaderText = "Mon"; + this.Mon.Name = "Mon"; + this.Mon.ReadOnly = true; + this.Mon.Width = 65; + // + // Tues + // + dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.Tues.DefaultCellStyle = dataGridViewCellStyle42; + this.Tues.HeaderText = "Tues"; + this.Tues.Name = "Tues"; + this.Tues.ReadOnly = true; + this.Tues.Width = 65; + // + // Wed + // + dataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.Wed.DefaultCellStyle = dataGridViewCellStyle43; + this.Wed.HeaderText = "Wed"; + this.Wed.Name = "Wed"; + this.Wed.ReadOnly = true; + this.Wed.Width = 65; + // + // Thurs + // + dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.Thurs.DefaultCellStyle = dataGridViewCellStyle44; + this.Thurs.HeaderText = "Thurs"; + this.Thurs.Name = "Thurs"; + this.Thurs.ReadOnly = true; + this.Thurs.Width = 65; + // + // Fri + // + dataGridViewCellStyle45.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.Fri.DefaultCellStyle = dataGridViewCellStyle45; + this.Fri.HeaderText = "Fri"; + this.Fri.Name = "Fri"; + this.Fri.ReadOnly = true; + this.Fri.Width = 65; + // + // Sat + // + dataGridViewCellStyle46.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.Sat.DefaultCellStyle = dataGridViewCellStyle46; + this.Sat.HeaderText = "Sat"; + this.Sat.Name = "Sat"; + this.Sat.ReadOnly = true; + this.Sat.Width = 65; + // + // Sun + // + dataGridViewCellStyle47.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.Sun.DefaultCellStyle = dataGridViewCellStyle47; + this.Sun.HeaderText = "Sun"; + this.Sun.Name = "Sun"; + this.Sun.ReadOnly = true; + this.Sun.Width = 65; + // + // panel2 + // + this.panel2.BackColor = System.Drawing.Color.White; + this.panel2.Controls.Add(this.buttonX3); + this.panel2.Controls.Add(this.txtjs); + this.panel2.Controls.Add(this.labelX1); + this.panel2.Controls.Add(this.dateTimeInput1); + this.panel2.Controls.Add(this.textBoxX2); + this.panel2.Dock = System.Windows.Forms.DockStyle.Top; + this.panel2.Location = new System.Drawing.Point(0, 18); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(295, 74); + this.panel2.TabIndex = 2; + // + // buttonX3 + // + this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; + this.buttonX3.Font = new System.Drawing.Font("΢ź", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.buttonX3.Location = new System.Drawing.Point(234, 7); + this.buttonX3.Name = "buttonX3"; + this.buttonX3.Size = new System.Drawing.Size(78, 52); + this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.buttonX3.TabIndex = 458; + this.buttonX3.Text = ""; + this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click); + // + // txtjs + // + // + // + // + this.txtjs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtjs.Location = new System.Drawing.Point(18, 34); + this.txtjs.Name = "txtjs"; + this.txtjs.Size = new System.Drawing.Size(64, 23); + this.txtjs.TabIndex = 457; + this.txtjs.Text = "ƴ"; + // + // labelX1 + // + // + // + // + this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.labelX1.Location = new System.Drawing.Point(18, 7); + this.labelX1.Name = "labelX1"; + this.labelX1.Size = new System.Drawing.Size(64, 23); + this.labelX1.TabIndex = 457; + this.labelX1.Text = "Ű"; + // + // dateTimeInput1 + // + // + // + // + this.dateTimeInput1.BackgroundStyle.Class = "DateTimeInputBackground"; + this.dateTimeInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput1.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; + this.dateTimeInput1.ButtonDropDown.Visible = true; + this.dateTimeInput1.FocusHighlightColor = System.Drawing.Color.White; + this.dateTimeInput1.IsPopupCalendarOpen = false; + this.dateTimeInput1.Location = new System.Drawing.Point(89, 4); + // + // + // + // + // + // + this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput1.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); + this.dateTimeInput1.MonthCalendar.ClearButtonVisible = true; + // + // + // + this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; + this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; + this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; + this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; + this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; + this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); + this.dateTimeInput1.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; + // + // + // + this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; + this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dateTimeInput1.MonthCalendar.TodayButtonVisible = true; + this.dateTimeInput1.Name = "dateTimeInput1"; + this.dateTimeInput1.Size = new System.Drawing.Size(139, 25); + this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.dateTimeInput1.TabIndex = 456; + // + // textBoxX2 + // + this.textBoxX2.BackColor = System.Drawing.Color.White; + // + // + // + this.textBoxX2.Border.Class = "TextBoxBorder"; + this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.textBoxX2.DisabledBackColor = System.Drawing.Color.White; + this.textBoxX2.ForeColor = System.Drawing.Color.Black; + this.textBoxX2.Location = new System.Drawing.Point(89, 35); + this.textBoxX2.Name = "textBoxX2"; + this.textBoxX2.PreventEnterBeep = true; + this.textBoxX2.Size = new System.Drawing.Size(139, 25); + this.textBoxX2.TabIndex = 455; + this.textBoxX2.TextChanged += new System.EventHandler(this.textBoxX2_TextChanged); + // + // buttonItemAnas + // + this.buttonItemAnas.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; + this.buttonItemAnas.Image = global::AIMS.Properties.Resources.BookNote; + this.buttonItemAnas.ImagePaddingHorizontal = 15; + this.buttonItemAnas.ImagePaddingVertical = 0; + this.buttonItemAnas.Name = "buttonItemAnas"; + this.buttonItemAnas.OptionGroup = "navBar"; + this.buttonItemAnas.SubItemsExpandWidth = 11; + this.buttonItemAnas.Text = "ҽʦ"; + this.buttonItemAnas.Click += new System.EventHandler(this.buttonItemDoctor_Click); + // + // dataGridViewCheckBoxColumn2 + // + this.dataGridViewCheckBoxColumn2.HeaderText = ""; + this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2"; + this.dataGridViewCheckBoxColumn2.ReadOnly = true; + this.dataGridViewCheckBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.dataGridViewCheckBoxColumn2.Width = 40; + // + // dataGridViewCheckBoxColumn1 + // + this.dataGridViewCheckBoxColumn1.HeaderText = ""; + this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1"; + this.dataGridViewCheckBoxColumn1.ReadOnly = true; + this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.dataGridViewCheckBoxColumn1.Width = 40; + // + // imageList1 + // + this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); + this.imageList1.TransparentColor = System.Drawing.Color.Transparent; + this.imageList1.Images.SetKeyName(0, ""); + this.imageList1.Images.SetKeyName(1, ""); + // + // panlemian + // + this.panlemian.Controls.Add(this.label15); + this.panlemian.Controls.Add(this.label3); + this.panlemian.Controls.Add(this.label14); + this.panlemian.Controls.Add(this.btnReOrderPlanOperationDown); + this.panlemian.Controls.Add(this.btnReOrderPlanOperationUP); + this.panlemian.Controls.Add(this.dgvDetail); + this.panlemian.Controls.Add(this.panel1); + this.panlemian.Dock = System.Windows.Forms.DockStyle.Fill; + this.panlemian.Location = new System.Drawing.Point(0, 0); + this.panlemian.Name = "panlemian"; + this.panlemian.Size = new System.Drawing.Size(1051, 277); + this.panlemian.TabIndex = 465; + // + // label15 + // + this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label15.AutoSize = true; + this.label15.BackColor = System.Drawing.Color.DeepSkyBlue; + this.label15.Location = new System.Drawing.Point(92, 256); + this.label15.Margin = new System.Windows.Forms.Padding(3); + this.label15.Name = "label15"; + this.label15.Padding = new System.Windows.Forms.Padding(2); + this.label15.Size = new System.Drawing.Size(33, 16); + this.label15.TabIndex = 12; + this.label15.Text = "ռ"; + // + // label3 + // + this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label3.AutoSize = true; + this.label3.BackColor = System.Drawing.Color.Purple; + this.label3.Location = new System.Drawing.Point(144, 256); + this.label3.Margin = new System.Windows.Forms.Padding(3); + this.label3.Name = "label3"; + this.label3.Padding = new System.Windows.Forms.Padding(2); + this.label3.Size = new System.Drawing.Size(33, 16); + this.label3.TabIndex = 11; + this.label3.Text = "Ⱦ"; + // + // label14 + // + this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label14.AutoSize = true; + this.label14.BackColor = System.Drawing.Color.Red; + this.label14.Location = new System.Drawing.Point(42, 256); + this.label14.Margin = new System.Windows.Forms.Padding(3); + this.label14.Name = "label14"; + this.label14.Padding = new System.Windows.Forms.Padding(2); + this.label14.Size = new System.Drawing.Size(33, 16); + this.label14.TabIndex = 11; + this.label14.Text = ""; + // + // btnReOrderPlanOperationDown + // + this.btnReOrderPlanOperationDown.BackColor = System.Drawing.Color.Transparent; + this.btnReOrderPlanOperationDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.btnReOrderPlanOperationDown.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnReOrderPlanOperationDown.FlatAppearance.BorderSize = 0; + this.btnReOrderPlanOperationDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnReOrderPlanOperationDown.Font = new System.Drawing.Font("", 23F); + this.btnReOrderPlanOperationDown.Location = new System.Drawing.Point(6, 87); + this.btnReOrderPlanOperationDown.Name = "btnReOrderPlanOperationDown"; + this.btnReOrderPlanOperationDown.Size = new System.Drawing.Size(23, 36); + this.btnReOrderPlanOperationDown.TabIndex = 10; + this.btnReOrderPlanOperationDown.Text = ""; + this.btnReOrderPlanOperationDown.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.toolTip1.SetToolTip(this.btnReOrderPlanOperationDown, ""); + this.btnReOrderPlanOperationDown.UseVisualStyleBackColor = false; + this.btnReOrderPlanOperationDown.Click += new System.EventHandler(this.btnReOrderPlanOperationDown_Click); + // + // btnReOrderPlanOperationUP + // + this.btnReOrderPlanOperationUP.BackColor = System.Drawing.Color.Transparent; + this.btnReOrderPlanOperationUP.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.btnReOrderPlanOperationUP.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnReOrderPlanOperationUP.FlatAppearance.BorderSize = 0; + this.btnReOrderPlanOperationUP.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnReOrderPlanOperationUP.Font = new System.Drawing.Font("", 23F); + this.btnReOrderPlanOperationUP.Location = new System.Drawing.Point(6, 45); + this.btnReOrderPlanOperationUP.Name = "btnReOrderPlanOperationUP"; + this.btnReOrderPlanOperationUP.Size = new System.Drawing.Size(23, 36); + this.btnReOrderPlanOperationUP.TabIndex = 9; + this.btnReOrderPlanOperationUP.Text = ""; + this.btnReOrderPlanOperationUP.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.toolTip1.SetToolTip(this.btnReOrderPlanOperationUP, ""); + this.btnReOrderPlanOperationUP.UseVisualStyleBackColor = false; + this.btnReOrderPlanOperationUP.Click += new System.EventHandler(this.btnReOrderPlanOperationUP_Click); + // + // dgvDetail + // + this.dgvDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.dgvDetail.BackColor = System.Drawing.SystemColors.Control; + this.dgvDetail.ContextMenuStrip = this.ctsThisRoom; + this.dgvDetail.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True; + this.dgvDetail.DefaultVisualStyles.GridPanelStyle.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True; + background1.Color1 = System.Drawing.SystemColors.Control; + this.dgvDetail.DefaultVisualStyles.GridPanelStyle.Background = background1; + this.dgvDetail.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; + this.dgvDetail.ForeColor = System.Drawing.Color.Black; + this.dgvDetail.Location = new System.Drawing.Point(32, 51); + this.dgvDetail.Name = "dgvDetail"; + // + // + // + this.dgvDetail.PrimaryGrid.AllowRowHeaderResize = true; + this.dgvDetail.PrimaryGrid.AllowRowResize = true; + this.dgvDetail.PrimaryGrid.AutoExpandSetGroup = true; + this.dgvDetail.PrimaryGrid.Columns.Add(this.colId); + this.dgvDetail.PrimaryGrid.Columns.Add(this.colTable); + this.dgvDetail.PrimaryGrid.Columns.Add(this.colPatient); + this.dgvDetail.PrimaryGrid.Columns.Add(this.colHospitalNo); + this.dgvDetail.PrimaryGrid.Columns.Add(this.gridColumn1); + this.dgvDetail.PrimaryGrid.Columns.Add(this.colOperateDoctor); + this.dgvDetail.PrimaryGrid.Columns.Add(this.colOperationName); + this.dgvDetail.PrimaryGrid.Columns.Add(this.colOperationTime); + this.dgvDetail.PrimaryGrid.Columns.Add(this.colAnesthesiaDoctor); + this.dgvDetail.PrimaryGrid.Columns.Add(this.colInstrumentNurse); + this.dgvDetail.PrimaryGrid.Columns.Add(this.colTourNurse); + this.dgvDetail.PrimaryGrid.Columns.Add(this.colRemarks); + this.dgvDetail.PrimaryGrid.Columns.Add(this.colDel); + this.dgvDetail.PrimaryGrid.Columns.Add(this.gridColumn2); + background2.Color1 = System.Drawing.Color.Transparent; + this.dgvDetail.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Background = background2; + this.dgvDetail.PrimaryGrid.ImmediateResize = true; + this.dgvDetail.PrimaryGrid.MultiSelect = false; + this.dgvDetail.PrimaryGrid.RowHeaderWidth = 30; + this.dgvDetail.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.RowWithCellHighlight; + this.dgvDetail.PrimaryGrid.UseAlternateRowStyle = true; + this.dgvDetail.Size = new System.Drawing.Size(991, 201); + this.dgvDetail.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.Selected; + this.dgvDetail.TabIndex = 1; + this.dgvDetail.Text = "superGridControl1"; + this.dgvDetail.CellClick += new System.EventHandler(this.sgcDetail_CellClick); + this.dgvDetail.CellMouseUp += new System.EventHandler(this.dgvDetail_CellMouseUp); + this.dgvDetail.ColumnHeaderClick += new System.EventHandler(this.sgcDetail_ColumnHeaderClick); + this.dgvDetail.RowActivated += new System.EventHandler(this.sgcDetail_RowActivated); + this.dgvDetail.RowHeaderClick += new System.EventHandler(this.sgcDetail_RowHeaderClick); + // + // ctsThisRoom + // + this.ctsThisRoom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnuChangeOptRoomTo, + this.mnuCancelADoctor, + this.mnuCancelINurse, + this.mnuCancelTNurse}); + this.ctsThisRoom.Name = "ctsThisRoom"; + this.ctsThisRoom.Size = new System.Drawing.Size(149, 92); + this.ctsThisRoom.Opening += new System.ComponentModel.CancelEventHandler(this.ctsThisRoom_Opening); + // + // mnuChangeOptRoomTo + // + this.mnuChangeOptRoomTo.Name = "mnuChangeOptRoomTo"; + this.mnuChangeOptRoomTo.Size = new System.Drawing.Size(148, 22); + this.mnuChangeOptRoomTo.Text = ""; + // + // mnuCancelADoctor + // + this.mnuCancelADoctor.Name = "mnuCancelADoctor"; + this.mnuCancelADoctor.Size = new System.Drawing.Size(148, 22); + this.mnuCancelADoctor.Text = "ȡų"; + this.mnuCancelADoctor.Click += new System.EventHandler(this.mnuCancelADoctor_Click); + // + // mnuCancelINurse + // + this.mnuCancelINurse.Name = "mnuCancelINurse"; + this.mnuCancelINurse.Size = new System.Drawing.Size(148, 22); + this.mnuCancelINurse.Text = "ȡϴֻʿ"; + this.mnuCancelINurse.Click += new System.EventHandler(this.mnuCancelINurse_Click); + // + // mnuCancelTNurse + // + this.mnuCancelTNurse.Name = "mnuCancelTNurse"; + this.mnuCancelTNurse.Size = new System.Drawing.Size(148, 22); + this.mnuCancelTNurse.Text = "ȡѲػʿ"; + this.mnuCancelTNurse.Click += new System.EventHandler(this.mnuCancelTNurse_Click); + // + // colId + // + this.colId.Name = "Id"; + this.colId.Visible = false; + // + // colTable + // + this.colTable.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; + this.colTable.HeaderText = "̨"; + this.colTable.Name = "Table"; + this.colTable.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None; + this.colTable.Width = 30; + // + // colPatient + // + this.colPatient.CellStyles.Default.Font = new System.Drawing.Font("΢ź", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.colPatient.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; + this.colPatient.HeaderText = ""; + this.colPatient.Name = "Patient"; + this.colPatient.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None; + // + // colHospitalNo + // + this.colHospitalNo.CellStyles.Default.Font = new System.Drawing.Font("΢ź", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.colHospitalNo.HeaderText = "סԺ"; + this.colHospitalNo.Name = "HospitalNo"; + this.colHospitalNo.Width = 75; + // + // gridColumn1 + // + this.gridColumn1.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None; + this.gridColumn1.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True; + this.gridColumn1.CellStyles.Default.Font = new System.Drawing.Font("΢ź", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.gridColumn1.HeaderText = "-"; + this.gridColumn1.Name = "BedNo"; + this.gridColumn1.Width = 75; + // + // colOperateDoctor + // + this.colOperateDoctor.CellStyles.Default.Font = new System.Drawing.Font("΢ź", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.colOperateDoctor.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; + this.colOperateDoctor.HeaderText = "ҽ"; + this.colOperateDoctor.Name = "OperateDoctor"; + this.colOperateDoctor.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None; + this.colOperateDoctor.Width = 60; + // + // colOperationName + // + this.colOperationName.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill; + this.colOperationName.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True; + this.colOperationName.CellStyles.Default.Font = new System.Drawing.Font("΢ź", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.colOperationName.CellStyles.Default.TextColor = System.Drawing.Color.Black; + this.colOperationName.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; + this.colOperationName.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl); + this.colOperationName.FilterRowStyles.SelectedMouseOver.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True; + this.colOperationName.HeaderText = ""; + this.colOperationName.MinimumWidth = 200; + this.colOperationName.Name = "OperationName"; + this.colOperationName.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None; + this.colOperationName.Width = 250; + // + // colOperationTime + // + this.colOperationTime.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.Partial; + this.colOperationTime.CellStyles.Default.Font = new System.Drawing.Font("΢ź", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.colOperationTime.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; + this.colOperationTime.HeaderText = "ʱ"; + this.colOperationTime.Name = "OperationTime"; + this.colOperationTime.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None; + this.colOperationTime.Width = 60; + // + // colAnesthesiaDoctor + // + this.colAnesthesiaDoctor.AllowEdit = false; + this.colAnesthesiaDoctor.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.Partial; + this.colAnesthesiaDoctor.CellStyles.Default.Font = new System.Drawing.Font("΢ź", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.colAnesthesiaDoctor.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; + this.colAnesthesiaDoctor.HeaderText = "ҽ"; + this.colAnesthesiaDoctor.Name = "AnesthesiaDoctor"; + this.colAnesthesiaDoctor.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None; + this.colAnesthesiaDoctor.Width = 90; + // + // colInstrumentNurse + // + this.colInstrumentNurse.CellStyles.Default.Font = new System.Drawing.Font("΢ź", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.colInstrumentNurse.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; + this.colInstrumentNurse.HeaderText = "ϴֻʿ"; + this.colInstrumentNurse.Name = "InstrumentNurse"; + this.colInstrumentNurse.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None; + this.colInstrumentNurse.Width = 75; + // + // colTourNurse + // + this.colTourNurse.CellStyles.Default.Font = new System.Drawing.Font("΢ź", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.colTourNurse.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; + this.colTourNurse.HeaderText = "Ѳػʿ"; + this.colTourNurse.Name = "TourNurse"; + this.colTourNurse.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None; + this.colTourNurse.Width = 75; + // + // colRemarks + // + this.colRemarks.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; + this.colRemarks.HeaderText = "ע"; + this.colRemarks.Name = "Remarks"; + this.colRemarks.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None; + this.colRemarks.Width = 50; + // + // colDel + // + this.colDel.AllowEdit = false; + this.colDel.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.Partial; + this.colDel.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter; + this.colDel.CellStyles.Default.TextColor = System.Drawing.Color.Red; + this.colDel.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None; + this.colDel.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl); + this.colDel.HeaderText = "ɾ"; + this.colDel.Name = "Del"; + this.colDel.Width = 30; + // + // gridColumn2 + // + this.gridColumn2.Name = "state"; + this.gridColumn2.Visible = false; + // + // panel1 + // + this.panel1.BackColor = System.Drawing.Color.Transparent; + this.panel1.Controls.Add(this.CboOperationSite); + this.panel1.Controls.Add(this.labelSite); + this.panel1.Controls.Add(this.lblcount); + this.panel1.Controls.Add(this.toolStrip1); + this.panel1.Dock = System.Windows.Forms.DockStyle.Top; + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(1051, 48); + this.panel1.TabIndex = 0; + // + // CboOperationSite + // + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("΢ź", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(908, 11); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 505; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.Color.AliceBlue; + this.labelSite.Font = new System.Drawing.Font("΢ź", 10.5F); + this.labelSite.Location = new System.Drawing.Point(842, 13); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 506; + this.labelSite.Text = "ص"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // + // lblcount + // + this.lblcount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.lblcount.AutoSize = true; + this.lblcount.BackColor = System.Drawing.Color.AliceBlue; + this.lblcount.Font = new System.Drawing.Font("΢ź", 15F); + this.lblcount.Location = new System.Drawing.Point(575, 8); + this.lblcount.Name = "lblcount"; + this.lblcount.Size = new System.Drawing.Size(45, 27); + this.lblcount.TabIndex = 501; + this.lblcount.Text = "0/0"; + this.lblcount.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // + // toolStrip1 + // + this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue; + this.toolStrip1.Font = new System.Drawing.Font("΢ź", 10.5F); + this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25); + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.tsbNewOperationApply, + this.tsbModifyOperationApply, + this.tsbCancelOperationApply, + this.toolStripSeparator4, + this.btnpass, + this.toolStripSeparator3, + this.btnPlan, + this.button3, + this.toolStripSeparator2, + this.btnDataCente}); + this.toolStrip1.Location = new System.Drawing.Point(0, 0); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.Size = new System.Drawing.Size(1051, 49); + this.toolStrip1.TabIndex = 504; + this.toolStrip1.Text = "toolStrip1"; + // + // tsbNewOperationApply + // + this.tsbNewOperationApply.Font = new System.Drawing.Font("΢ź", 9F); + this.tsbNewOperationApply.Image = global::AIMS.Properties.Resources.ͼ_ų; + this.tsbNewOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tsbNewOperationApply.Name = "tsbNewOperationApply"; + this.tsbNewOperationApply.Size = new System.Drawing.Size(68, 46); + this.tsbNewOperationApply.Text = " "; + this.tsbNewOperationApply.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.tsbNewOperationApply.Click += new System.EventHandler(this.tsbNewOperationApply_Click); + // + // tsbModifyOperationApply + // + this.tsbModifyOperationApply.Font = new System.Drawing.Font("΢ź", 9F); + this.tsbModifyOperationApply.Image = global::AIMS.Properties.Resources.ͼ_޸; + this.tsbModifyOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tsbModifyOperationApply.Name = "tsbModifyOperationApply"; + this.tsbModifyOperationApply.Size = new System.Drawing.Size(68, 46); + this.tsbModifyOperationApply.Text = " ޸"; + this.tsbModifyOperationApply.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.tsbModifyOperationApply.Click += new System.EventHandler(this.tsbModifyOperationApply_Click); + // + // tsbCancelOperationApply + // + this.tsbCancelOperationApply.Font = new System.Drawing.Font("΢ź", 9F); + this.tsbCancelOperationApply.Image = global::AIMS.Properties.Resources.ͼ_; + this.tsbCancelOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tsbCancelOperationApply.Name = "tsbCancelOperationApply"; + this.tsbCancelOperationApply.Size = new System.Drawing.Size(68, 46); + this.tsbCancelOperationApply.Text = " ֹͣ"; + this.tsbCancelOperationApply.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.tsbCancelOperationApply.Click += new System.EventHandler(this.tsbCancelOperationApply_Click); + // + // toolStripSeparator4 + // + this.toolStripSeparator4.Name = "toolStripSeparator4"; + this.toolStripSeparator4.Size = new System.Drawing.Size(6, 49); + // + // btnpass + // + this.btnpass.Font = new System.Drawing.Font("΢ź", 9F); + this.btnpass.Image = global::AIMS.Properties.Resources.ͼ_ųͨ; + this.btnpass.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btnpass.Name = "btnpass"; + this.btnpass.Size = new System.Drawing.Size(68, 46); + this.btnpass.Text = " ųͨ"; + this.btnpass.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.btnpass.Click += new System.EventHandler(this.button1_Click); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(6, 49); + // + // btnPlan + // + this.btnPlan.Font = new System.Drawing.Font("΢ź", 9F); + this.btnPlan.Image = global::AIMS.Properties.Resources.ͼ_ӡ; + this.btnPlan.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btnPlan.Name = "btnPlan"; + this.btnPlan.Size = new System.Drawing.Size(76, 46); + this.btnPlan.Text = " ӡų̱"; + this.btnPlan.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.btnPlan.Click += new System.EventHandler(this.btnPlan_Click); + // + // button3 + // + this.button3.Font = new System.Drawing.Font("΢ź", 9F); + this.button3.Image = global::AIMS.Properties.Resources.ͼ_ӡ; + this.button3.ImageTransparentColor = System.Drawing.Color.Magenta; + this.button3.Name = "button3"; + this.button3.Size = new System.Drawing.Size(76, 46); + this.button3.Text = " ӡ֪ͨ"; + this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.button3.Click += new System.EventHandler(this.button3_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 49); + // + // btnDataCente + // + this.btnDataCente.Font = new System.Drawing.Font("΢ź", 9F); + this.btnDataCente.Image = global::AIMS.Properties.Resources.ͼ_ع˻ָ; + this.btnDataCente.ImageTransparentColor = System.Drawing.Color.Magenta; + this.btnDataCente.Name = "btnDataCente"; + this.btnDataCente.Size = new System.Drawing.Size(68, 46); + this.btnDataCente.Text = " "; + this.btnDataCente.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.btnDataCente.Click += new System.EventHandler(this.btnDataCente_Click); + // + // contextMenuStrip1 + // + this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.ȡųͨToolStripMenuItem}); + this.contextMenuStrip1.Name = "contextMenuStrip1"; + this.contextMenuStrip1.Size = new System.Drawing.Size(149, 26); + // + // ȡųͨToolStripMenuItem + // + this.ȡųͨToolStripMenuItem.Name = "ȡųͨToolStripMenuItem"; + this.ȡųͨToolStripMenuItem.Size = new System.Drawing.Size(148, 22); + this.ȡųͨToolStripMenuItem.Text = "ȡųͨ"; + this.ȡųͨToolStripMenuItem.Click += new System.EventHandler(this.ȡųͨToolStripMenuItem_Click); + // + // tcOperationRoomsPage + // + this.tcOperationRoomsPage.Controls.Add(this.tabScheduling); + this.tcOperationRoomsPage.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcOperationRoomsPage.Location = new System.Drawing.Point(0, 0); + this.tcOperationRoomsPage.Name = "tcOperationRoomsPage"; + this.tcOperationRoomsPage.Size = new System.Drawing.Size(1051, 405); + this.tcOperationRoomsPage.TabIndex = 5; + // + // tabScheduling + // + this.tabScheduling.BackColor = System.Drawing.Color.White; + // + // + // + // + // + // + this.tabScheduling.ControlBox.CloseBox.Name = ""; + // + // + // + this.tabScheduling.ControlBox.MenuBox.Name = ""; + this.tabScheduling.ControlBox.Name = ""; + this.tabScheduling.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { + this.tabScheduling.ControlBox.MenuBox, + this.tabScheduling.ControlBox.CloseBox}); + this.tabScheduling.Controls.Add(this.superTabControlPanel1); + this.tabScheduling.Controls.Add(this.superTabControlPanel2); + this.tabScheduling.Controls.Add(this.superTabControlPanel8); + this.tabScheduling.Controls.Add(this.superTabControlPanel7); + this.tabScheduling.Controls.Add(this.superTabControlPanel6); + this.tabScheduling.Controls.Add(this.superTabControlPanel5); + this.tabScheduling.Controls.Add(this.superTabControlPanel4); + this.tabScheduling.Controls.Add(this.superTabControlPanel3); + this.tabScheduling.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabScheduling.Font = new System.Drawing.Font("΢ź", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.tabScheduling.ForeColor = System.Drawing.Color.Black; + this.tabScheduling.Location = new System.Drawing.Point(0, 0); + this.tabScheduling.Name = "tabScheduling"; + this.tabScheduling.ReorderTabsEnabled = true; + this.tabScheduling.SelectedTabFont = new System.Drawing.Font("", 9F, System.Drawing.FontStyle.Bold); + this.tabScheduling.SelectedTabIndex = 0; + this.tabScheduling.Size = new System.Drawing.Size(1051, 405); + this.tabScheduling.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Bottom; + this.tabScheduling.TabFont = new System.Drawing.Font("΢ź", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.tabScheduling.TabIndex = 1; + this.tabScheduling.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] { + this.superTabItem1, + this.superTabItem2, + this.superTabItem3, + this.superTabItem4, + this.superTabItem5, + this.superTabItem6, + this.superTabItem7, + this.superTabItem8}); + this.tabScheduling.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.WinMediaPlayer12; + this.tabScheduling.Text = "superTabControl1"; + this.tabScheduling.SelectedTabChanged += new System.EventHandler(this.tabScheduling_SelectedTabChanged); + // + // superTabControlPanel1 + // + this.superTabControlPanel1.Controls.Add(this.tcOperationRoomsPage1); + this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel1.Location = new System.Drawing.Point(0, 0); + this.superTabControlPanel1.Name = "superTabControlPanel1"; + this.superTabControlPanel1.Size = new System.Drawing.Size(1051, 377); + this.superTabControlPanel1.TabIndex = 1; + this.superTabControlPanel1.TabItem = this.superTabItem1; + // + // tcOperationRoomsPage1 + // + this.tcOperationRoomsPage1.BackColor = System.Drawing.SystemColors.Control; + this.tcOperationRoomsPage1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcOperationRoomsPage1.Location = new System.Drawing.Point(0, 0); + this.tcOperationRoomsPage1.Name = "tcOperationRoomsPage1"; + this.tcOperationRoomsPage1.Size = new System.Drawing.Size(1051, 377); + this.tcOperationRoomsPage1.TabIndex = 0; + this.tcOperationRoomsPage1.Resize += new System.EventHandler(this.tcOperationRoomsPage1_Resize); + // + // superTabItem1 + // + this.superTabItem1.AttachedControl = this.superTabControlPanel1; + this.superTabItem1.GlobalItem = false; + this.superTabItem1.Name = "superTabItem1"; + this.superTabItem1.TextAlignment = DevComponents.DotNetBar.eItemAlignment.Center; + // + // superTabControlPanel2 + // + this.superTabControlPanel2.Controls.Add(this.tcOperationRoomsPage2); + this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel2.Location = new System.Drawing.Point(0, 0); + this.superTabControlPanel2.Name = "superTabControlPanel2"; + this.superTabControlPanel2.Size = new System.Drawing.Size(1062, 413); + this.superTabControlPanel2.TabIndex = 0; + this.superTabControlPanel2.TabItem = this.superTabItem2; + // + // tcOperationRoomsPage2 + // + this.tcOperationRoomsPage2.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcOperationRoomsPage2.Location = new System.Drawing.Point(0, 0); + this.tcOperationRoomsPage2.Name = "tcOperationRoomsPage2"; + this.tcOperationRoomsPage2.Size = new System.Drawing.Size(1062, 413); + this.tcOperationRoomsPage2.TabIndex = 0; + this.tcOperationRoomsPage2.Resize += new System.EventHandler(this.tcOperationRoomsPage1_Resize); + // + // superTabItem2 + // + this.superTabItem2.AttachedControl = this.superTabControlPanel2; + this.superTabItem2.GlobalItem = false; + this.superTabItem2.Name = "superTabItem2"; + // + // superTabControlPanel8 + // + this.superTabControlPanel8.Controls.Add(this.tcOperationRoomsPage8); + this.superTabControlPanel8.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel8.Location = new System.Drawing.Point(0, 0); + this.superTabControlPanel8.Name = "superTabControlPanel8"; + this.superTabControlPanel8.Size = new System.Drawing.Size(1062, 359); + this.superTabControlPanel8.TabIndex = 0; + this.superTabControlPanel8.TabItem = this.superTabItem8; + // + // tcOperationRoomsPage8 + // + this.tcOperationRoomsPage8.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcOperationRoomsPage8.Location = new System.Drawing.Point(0, 0); + this.tcOperationRoomsPage8.Name = "tcOperationRoomsPage8"; + this.tcOperationRoomsPage8.Size = new System.Drawing.Size(1062, 359); + this.tcOperationRoomsPage8.TabIndex = 1; + // + // superTabItem8 + // + this.superTabItem8.AttachedControl = this.superTabControlPanel8; + this.superTabItem8.GlobalItem = false; + this.superTabItem8.Name = "superTabItem8"; + // + // superTabControlPanel7 + // + this.superTabControlPanel7.Controls.Add(this.tcOperationRoomsPage7); + this.superTabControlPanel7.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel7.Location = new System.Drawing.Point(0, 0); + this.superTabControlPanel7.Name = "superTabControlPanel7"; + this.superTabControlPanel7.Size = new System.Drawing.Size(1062, 359); + this.superTabControlPanel7.TabIndex = 0; + this.superTabControlPanel7.TabItem = this.superTabItem7; + // + // tcOperationRoomsPage7 + // + this.tcOperationRoomsPage7.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcOperationRoomsPage7.Location = new System.Drawing.Point(0, 0); + this.tcOperationRoomsPage7.Name = "tcOperationRoomsPage7"; + this.tcOperationRoomsPage7.Size = new System.Drawing.Size(1062, 359); + this.tcOperationRoomsPage7.TabIndex = 1; + // + // superTabItem7 + // + this.superTabItem7.AttachedControl = this.superTabControlPanel7; + this.superTabItem7.GlobalItem = false; + this.superTabItem7.Name = "superTabItem7"; + // + // superTabControlPanel6 + // + this.superTabControlPanel6.Controls.Add(this.tcOperationRoomsPage6); + this.superTabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel6.Location = new System.Drawing.Point(0, 0); + this.superTabControlPanel6.Name = "superTabControlPanel6"; + this.superTabControlPanel6.Size = new System.Drawing.Size(1062, 359); + this.superTabControlPanel6.TabIndex = 0; + this.superTabControlPanel6.TabItem = this.superTabItem6; + // + // tcOperationRoomsPage6 + // + this.tcOperationRoomsPage6.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcOperationRoomsPage6.Location = new System.Drawing.Point(0, 0); + this.tcOperationRoomsPage6.Name = "tcOperationRoomsPage6"; + this.tcOperationRoomsPage6.Size = new System.Drawing.Size(1062, 359); + this.tcOperationRoomsPage6.TabIndex = 1; + // + // superTabItem6 + // + this.superTabItem6.AttachedControl = this.superTabControlPanel6; + this.superTabItem6.GlobalItem = false; + this.superTabItem6.Name = "superTabItem6"; + // + // superTabControlPanel5 + // + this.superTabControlPanel5.Controls.Add(this.tcOperationRoomsPage5); + this.superTabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel5.Location = new System.Drawing.Point(0, 0); + this.superTabControlPanel5.Name = "superTabControlPanel5"; + this.superTabControlPanel5.Size = new System.Drawing.Size(1062, 359); + this.superTabControlPanel5.TabIndex = 0; + this.superTabControlPanel5.TabItem = this.superTabItem5; + // + // tcOperationRoomsPage5 + // + this.tcOperationRoomsPage5.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcOperationRoomsPage5.Location = new System.Drawing.Point(0, 0); + this.tcOperationRoomsPage5.Name = "tcOperationRoomsPage5"; + this.tcOperationRoomsPage5.Size = new System.Drawing.Size(1062, 359); + this.tcOperationRoomsPage5.TabIndex = 1; + // + // superTabItem5 + // + this.superTabItem5.AttachedControl = this.superTabControlPanel5; + this.superTabItem5.GlobalItem = false; + this.superTabItem5.Name = "superTabItem5"; + // + // superTabControlPanel4 + // + this.superTabControlPanel4.Controls.Add(this.tcOperationRoomsPage4); + this.superTabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel4.Location = new System.Drawing.Point(0, 0); + this.superTabControlPanel4.Name = "superTabControlPanel4"; + this.superTabControlPanel4.Size = new System.Drawing.Size(1062, 359); + this.superTabControlPanel4.TabIndex = 0; + this.superTabControlPanel4.TabItem = this.superTabItem4; + // + // tcOperationRoomsPage4 + // + this.tcOperationRoomsPage4.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcOperationRoomsPage4.Location = new System.Drawing.Point(0, 0); + this.tcOperationRoomsPage4.Name = "tcOperationRoomsPage4"; + this.tcOperationRoomsPage4.Size = new System.Drawing.Size(1062, 359); + this.tcOperationRoomsPage4.TabIndex = 2; + // + // superTabItem4 + // + this.superTabItem4.AttachedControl = this.superTabControlPanel4; + this.superTabItem4.GlobalItem = false; + this.superTabItem4.Name = "superTabItem4"; + // + // superTabControlPanel3 + // + this.superTabControlPanel3.Controls.Add(this.tcOperationRoomsPage3); + this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel3.Location = new System.Drawing.Point(0, 0); + this.superTabControlPanel3.Name = "superTabControlPanel3"; + this.superTabControlPanel3.Size = new System.Drawing.Size(1062, 359); + this.superTabControlPanel3.TabIndex = 0; + this.superTabControlPanel3.TabItem = this.superTabItem3; + // + // tcOperationRoomsPage3 + // + this.tcOperationRoomsPage3.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcOperationRoomsPage3.Location = new System.Drawing.Point(0, 0); + this.tcOperationRoomsPage3.Name = "tcOperationRoomsPage3"; + this.tcOperationRoomsPage3.Size = new System.Drawing.Size(1062, 359); + this.tcOperationRoomsPage3.TabIndex = 1; + this.tcOperationRoomsPage3.Resize += new System.EventHandler(this.tcOperationRoomsPage1_Resize); + // + // superTabItem3 + // + this.superTabItem3.AttachedControl = this.superTabControlPanel3; + this.superTabItem3.GlobalItem = false; + this.superTabItem3.Name = "superTabItem3"; + // + // toolTip1 + // + this.toolTip1.AutomaticDelay = 0; + this.toolTip1.OwnerDraw = true; + this.toolTip1.ShowAlways = true; + // + // spcMain + // + this.spcMain.Dock = System.Windows.Forms.DockStyle.Fill; + this.spcMain.Location = new System.Drawing.Point(0, 0); + this.spcMain.Name = "spcMain"; + // + // spcMain.Panel1 + // + this.spcMain.Panel1.Controls.Add(this.navigationPane1); + // + // spcMain.Panel2 + // + this.spcMain.Panel2.Controls.Add(this.spcLeft); + this.spcMain.Size = new System.Drawing.Size(1358, 737); + this.spcMain.SplitterDistance = 297; + this.spcMain.SplitterWidth = 8; + this.spcMain.TabIndex = 466; + // + // spcLeft + // + this.spcLeft.Dock = System.Windows.Forms.DockStyle.Fill; + this.spcLeft.Location = new System.Drawing.Point(0, 0); + this.spcLeft.Name = "spcLeft"; + this.spcLeft.Orientation = System.Windows.Forms.Orientation.Horizontal; + // + // spcLeft.Panel1 + // + this.spcLeft.Panel1.Controls.Add(this.spcUP); + // + // spcLeft.Panel2 + // + this.spcLeft.Panel2.Controls.Add(this.rtbLog); + this.spcLeft.Size = new System.Drawing.Size(1053, 737); + this.spcLeft.SplitterDistance = 690; + this.spcLeft.SplitterWidth = 6; + this.spcLeft.TabIndex = 466; + // + // spcUP + // + this.spcUP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.spcUP.Dock = System.Windows.Forms.DockStyle.Fill; + this.spcUP.Location = new System.Drawing.Point(0, 0); + this.spcUP.Name = "spcUP"; + this.spcUP.Orientation = System.Windows.Forms.Orientation.Horizontal; + // + // spcUP.Panel1 + // + this.spcUP.Panel1.Controls.Add(this.panlemian); + // + // spcUP.Panel2 + // + this.spcUP.Panel2.Controls.Add(this.tcOperationRoomsPage); + this.spcUP.Size = new System.Drawing.Size(1053, 690); + this.spcUP.SplitterDistance = 279; + this.spcUP.TabIndex = 466; + // + // rtbLog + // + this.rtbLog.BackColorRichTextBox = System.Drawing.SystemColors.Info; + // + // + // + this.rtbLog.BackgroundStyle.Class = "RichTextBoxBorder"; + this.rtbLog.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.rtbLog.Dock = System.Windows.Forms.DockStyle.Fill; + this.rtbLog.Location = new System.Drawing.Point(0, 0); + this.rtbLog.Name = "rtbLog"; + this.rtbLog.ReadOnly = true; + this.rtbLog.Rtf = "{\\rtf1\\ansi\\ansicpg936\\deff0\\nouicompat\\deflang1033\\deflangfe2052{\\fonttbl{\\f0\\fn" + + "il\\fcharset134 \\\'cb\\\'ce\\\'cc\\\'e5;}}\r\n{\\*\\generator Riched20 10.0.22621}\\viewkind4" + + "\\uc1 \r\n\\pard\\f0\\fs18\\lang2052\\par\r\n}\r\n"; + this.rtbLog.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; + this.rtbLog.Size = new System.Drawing.Size(1053, 41); + this.rtbLog.TabIndex = 0; + // + // dataGridViewTextBoxColumn3 + // + this.dataGridViewTextBoxColumn3.DataPropertyName = "Id"; + this.dataGridViewTextBoxColumn3.HeaderText = ""; + this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; + this.dataGridViewTextBoxColumn3.ReadOnly = true; + this.dataGridViewTextBoxColumn3.Visible = false; + // + // dataGridViewTextBoxColumn4 + // + this.dataGridViewTextBoxColumn4.DataPropertyName = "Name"; + dataGridViewCellStyle50.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle50; + this.dataGridViewTextBoxColumn4.HeaderText = ""; + this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; + this.dataGridViewTextBoxColumn4.ReadOnly = true; + this.dataGridViewTextBoxColumn4.Visible = false; + this.dataGridViewTextBoxColumn4.Width = 80; + // + // dataGridViewTextBoxColumn5 + // + this.dataGridViewTextBoxColumn5.DataPropertyName = "deptName"; + dataGridViewCellStyle51.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle51; + this.dataGridViewTextBoxColumn5.HeaderText = ""; + this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; + this.dataGridViewTextBoxColumn5.ReadOnly = true; + this.dataGridViewTextBoxColumn5.Visible = false; + this.dataGridViewTextBoxColumn5.Width = 65; + // + // dataGridViewTextBoxColumn6 + // + dataGridViewCellStyle52.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle52; + this.dataGridViewTextBoxColumn6.HeaderText = "Mon"; + this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; + this.dataGridViewTextBoxColumn6.ReadOnly = true; + this.dataGridViewTextBoxColumn6.Width = 65; + // + // dataGridViewTextBoxColumn7 + // + this.dataGridViewTextBoxColumn7.DataPropertyName = "RowNumber"; + dataGridViewCellStyle53.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle53; + this.dataGridViewTextBoxColumn7.HeaderText = ""; + this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; + this.dataGridViewTextBoxColumn7.ReadOnly = true; + this.dataGridViewTextBoxColumn7.Visible = false; + this.dataGridViewTextBoxColumn7.Width = 65; + // + // dataGridViewTextBoxColumn8 + // + dataGridViewCellStyle54.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle54; + this.dataGridViewTextBoxColumn8.HeaderText = "Tues"; + this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; + this.dataGridViewTextBoxColumn8.ReadOnly = true; + this.dataGridViewTextBoxColumn8.Width = 65; + // + // dataGridViewTextBoxColumn9 + // + dataGridViewCellStyle55.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle55; + this.dataGridViewTextBoxColumn9.HeaderText = "Wed"; + this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; + this.dataGridViewTextBoxColumn9.ReadOnly = true; + this.dataGridViewTextBoxColumn9.Width = 65; + // + // dataGridViewTextBoxColumn10 + // + dataGridViewCellStyle56.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle56; + this.dataGridViewTextBoxColumn10.HeaderText = "Thurs"; + this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; + this.dataGridViewTextBoxColumn10.ReadOnly = true; + this.dataGridViewTextBoxColumn10.Width = 65; + // + // dataGridViewTextBoxColumn11 + // + dataGridViewCellStyle57.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle57; + this.dataGridViewTextBoxColumn11.HeaderText = "Fri"; + this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; + this.dataGridViewTextBoxColumn11.ReadOnly = true; + this.dataGridViewTextBoxColumn11.Width = 65; + // + // dataGridViewTextBoxColumn12 + // + this.dataGridViewTextBoxColumn12.DataPropertyName = "Id"; + dataGridViewCellStyle58.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn12.DefaultCellStyle = dataGridViewCellStyle58; + this.dataGridViewTextBoxColumn12.HeaderText = "Sat"; + this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; + this.dataGridViewTextBoxColumn12.ReadOnly = true; + this.dataGridViewTextBoxColumn12.Visible = false; + this.dataGridViewTextBoxColumn12.Width = 65; + // + // dataGridViewTextBoxColumn13 + // + this.dataGridViewTextBoxColumn13.DataPropertyName = "Name"; + dataGridViewCellStyle59.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn13.DefaultCellStyle = dataGridViewCellStyle59; + this.dataGridViewTextBoxColumn13.HeaderText = "Sun"; + this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; + this.dataGridViewTextBoxColumn13.ReadOnly = true; + this.dataGridViewTextBoxColumn13.Visible = false; + this.dataGridViewTextBoxColumn13.Width = 65; + // + // dataGridViewTextBoxColumn14 + // + this.dataGridViewTextBoxColumn14.DataPropertyName = "Id"; + dataGridViewCellStyle60.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn14.DefaultCellStyle = dataGridViewCellStyle60; + this.dataGridViewTextBoxColumn14.HeaderText = ""; + this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; + this.dataGridViewTextBoxColumn14.ReadOnly = true; + this.dataGridViewTextBoxColumn14.Visible = false; + this.dataGridViewTextBoxColumn14.Width = 65; + // + // dataGridViewTextBoxColumn15 + // + this.dataGridViewTextBoxColumn15.DataPropertyName = "Name"; + dataGridViewCellStyle61.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.dataGridViewTextBoxColumn15.DefaultCellStyle = dataGridViewCellStyle61; + this.dataGridViewTextBoxColumn15.HeaderText = ""; + this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15"; + this.dataGridViewTextBoxColumn15.ReadOnly = true; + this.dataGridViewTextBoxColumn15.Visible = false; + this.dataGridViewTextBoxColumn15.Width = 80; + // + // dataGridViewTextBoxColumn16 + // + this.dataGridViewTextBoxColumn16.DataPropertyName = "RowNumber"; + dataGridViewCellStyle62.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn16.DefaultCellStyle = dataGridViewCellStyle62; + this.dataGridViewTextBoxColumn16.HeaderText = ""; + this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16"; + this.dataGridViewTextBoxColumn16.ReadOnly = true; + this.dataGridViewTextBoxColumn16.Visible = false; + this.dataGridViewTextBoxColumn16.Width = 65; + // + // dataGridViewTextBoxColumn17 + // + this.dataGridViewTextBoxColumn17.DataPropertyName = "deptName"; + dataGridViewCellStyle63.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn17.DefaultCellStyle = dataGridViewCellStyle63; + this.dataGridViewTextBoxColumn17.HeaderText = ""; + this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17"; + this.dataGridViewTextBoxColumn17.ReadOnly = true; + this.dataGridViewTextBoxColumn17.Visible = false; + this.dataGridViewTextBoxColumn17.Width = 65; + // + // dataGridViewTextBoxColumn18 + // + dataGridViewCellStyle64.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn18.DefaultCellStyle = dataGridViewCellStyle64; + this.dataGridViewTextBoxColumn18.HeaderText = "Mon"; + this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18"; + this.dataGridViewTextBoxColumn18.ReadOnly = true; + this.dataGridViewTextBoxColumn18.Width = 65; + // + // dataGridViewTextBoxColumn19 + // + dataGridViewCellStyle65.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn19.DefaultCellStyle = dataGridViewCellStyle65; + this.dataGridViewTextBoxColumn19.HeaderText = "Tues"; + this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19"; + this.dataGridViewTextBoxColumn19.ReadOnly = true; + this.dataGridViewTextBoxColumn19.Width = 65; + // + // dataGridViewTextBoxColumn20 + // + dataGridViewCellStyle66.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn20.DefaultCellStyle = dataGridViewCellStyle66; + this.dataGridViewTextBoxColumn20.HeaderText = "Wed"; + this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20"; + this.dataGridViewTextBoxColumn20.ReadOnly = true; + this.dataGridViewTextBoxColumn20.Width = 65; + // + // dataGridViewTextBoxColumn21 + // + this.dataGridViewTextBoxColumn21.DataPropertyName = "Id"; + dataGridViewCellStyle67.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn21.DefaultCellStyle = dataGridViewCellStyle67; + this.dataGridViewTextBoxColumn21.HeaderText = "Thurs"; + this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21"; + this.dataGridViewTextBoxColumn21.ReadOnly = true; + this.dataGridViewTextBoxColumn21.Visible = false; + this.dataGridViewTextBoxColumn21.Width = 65; + // + // dataGridViewTextBoxColumn22 + // + this.dataGridViewTextBoxColumn22.DataPropertyName = "Name"; + dataGridViewCellStyle68.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn22.DefaultCellStyle = dataGridViewCellStyle68; + this.dataGridViewTextBoxColumn22.HeaderText = "Fri"; + this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22"; + this.dataGridViewTextBoxColumn22.ReadOnly = true; + this.dataGridViewTextBoxColumn22.Width = 65; + // + // dataGridViewTextBoxColumn23 + // + this.dataGridViewTextBoxColumn23.DataPropertyName = "Id"; + dataGridViewCellStyle69.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn23.DefaultCellStyle = dataGridViewCellStyle69; + this.dataGridViewTextBoxColumn23.HeaderText = "Sat"; + this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23"; + this.dataGridViewTextBoxColumn23.ReadOnly = true; + this.dataGridViewTextBoxColumn23.Visible = false; + this.dataGridViewTextBoxColumn23.Width = 65; + // + // dataGridViewTextBoxColumn24 + // + this.dataGridViewTextBoxColumn24.DataPropertyName = "Name"; + dataGridViewCellStyle70.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn24.DefaultCellStyle = dataGridViewCellStyle70; + this.dataGridViewTextBoxColumn24.HeaderText = "Sun"; + this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24"; + this.dataGridViewTextBoxColumn24.ReadOnly = true; + this.dataGridViewTextBoxColumn24.Visible = false; + this.dataGridViewTextBoxColumn24.Width = 65; + // + // dataGridViewTextBoxColumn25 + // + this.dataGridViewTextBoxColumn25.DataPropertyName = "deptName"; + dataGridViewCellStyle71.Font = new System.Drawing.Font("΢ź", 12F); + this.dataGridViewTextBoxColumn25.DefaultCellStyle = dataGridViewCellStyle71; + this.dataGridViewTextBoxColumn25.HeaderText = ""; + this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25"; + this.dataGridViewTextBoxColumn25.ReadOnly = true; + this.dataGridViewTextBoxColumn25.Visible = false; + this.dataGridViewTextBoxColumn25.Width = 130; + // + // dataGridViewTextBoxColumn26 + // + this.dataGridViewTextBoxColumn26.DataPropertyName = "RowNumber"; + dataGridViewCellStyle72.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + this.dataGridViewTextBoxColumn26.DefaultCellStyle = dataGridViewCellStyle72; + this.dataGridViewTextBoxColumn26.HeaderText = ""; + this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26"; + this.dataGridViewTextBoxColumn26.ReadOnly = true; + this.dataGridViewTextBoxColumn26.Visible = false; + this.dataGridViewTextBoxColumn26.Width = 70; + // + // dataGridViewTextBoxColumn27 + // + dataGridViewCellStyle73.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn27.DefaultCellStyle = dataGridViewCellStyle73; + this.dataGridViewTextBoxColumn27.HeaderText = "Mon"; + this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27"; + this.dataGridViewTextBoxColumn27.ReadOnly = true; + this.dataGridViewTextBoxColumn27.Width = 65; + // + // dataGridViewTextBoxColumn28 + // + dataGridViewCellStyle74.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn28.DefaultCellStyle = dataGridViewCellStyle74; + this.dataGridViewTextBoxColumn28.HeaderText = "Tues"; + this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28"; + this.dataGridViewTextBoxColumn28.ReadOnly = true; + this.dataGridViewTextBoxColumn28.Width = 65; + // + // dataGridViewTextBoxColumn29 + // + dataGridViewCellStyle75.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn29.DefaultCellStyle = dataGridViewCellStyle75; + this.dataGridViewTextBoxColumn29.HeaderText = "Wed"; + this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29"; + this.dataGridViewTextBoxColumn29.ReadOnly = true; + this.dataGridViewTextBoxColumn29.Width = 65; + // + // dataGridViewTextBoxColumn30 + // + dataGridViewCellStyle76.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn30.DefaultCellStyle = dataGridViewCellStyle76; + this.dataGridViewTextBoxColumn30.HeaderText = "Thurs"; + this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30"; + this.dataGridViewTextBoxColumn30.ReadOnly = true; + this.dataGridViewTextBoxColumn30.Width = 65; + // + // dataGridViewTextBoxColumn31 + // + dataGridViewCellStyle77.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn31.DefaultCellStyle = dataGridViewCellStyle77; + this.dataGridViewTextBoxColumn31.HeaderText = "Fri"; + this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31"; + this.dataGridViewTextBoxColumn31.ReadOnly = true; + this.dataGridViewTextBoxColumn31.Width = 65; + // + // dataGridViewTextBoxColumn32 + // + dataGridViewCellStyle78.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn32.DefaultCellStyle = dataGridViewCellStyle78; + this.dataGridViewTextBoxColumn32.HeaderText = "Sat"; + this.dataGridViewTextBoxColumn32.Name = "dataGridViewTextBoxColumn32"; + this.dataGridViewTextBoxColumn32.ReadOnly = true; + this.dataGridViewTextBoxColumn32.Width = 65; + // + // dataGridViewTextBoxColumn33 + // + this.dataGridViewTextBoxColumn33.DataPropertyName = "Id"; + dataGridViewCellStyle79.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn33.DefaultCellStyle = dataGridViewCellStyle79; + this.dataGridViewTextBoxColumn33.HeaderText = "Sun"; + this.dataGridViewTextBoxColumn33.Name = "dataGridViewTextBoxColumn33"; + this.dataGridViewTextBoxColumn33.ReadOnly = true; + this.dataGridViewTextBoxColumn33.Visible = false; + this.dataGridViewTextBoxColumn33.Width = 65; + // + // dataGridViewTextBoxColumn34 + // + this.dataGridViewTextBoxColumn34.DataPropertyName = "Name"; + dataGridViewCellStyle80.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle80.Font = new System.Drawing.Font("΢ź", 12F); + this.dataGridViewTextBoxColumn34.DefaultCellStyle = dataGridViewCellStyle80; + this.dataGridViewTextBoxColumn34.HeaderText = ""; + this.dataGridViewTextBoxColumn34.Name = "dataGridViewTextBoxColumn34"; + this.dataGridViewTextBoxColumn34.ReadOnly = true; + this.dataGridViewTextBoxColumn34.Visible = false; + this.dataGridViewTextBoxColumn34.Width = 65; + // + // dataGridViewTextBoxColumn35 + // + this.dataGridViewTextBoxColumn35.DataPropertyName = "deptName"; + this.dataGridViewTextBoxColumn35.HeaderText = ""; + this.dataGridViewTextBoxColumn35.Name = "dataGridViewTextBoxColumn35"; + this.dataGridViewTextBoxColumn35.ReadOnly = true; + this.dataGridViewTextBoxColumn35.Visible = false; + this.dataGridViewTextBoxColumn35.Width = 40; + // + // dataGridViewTextBoxColumn36 + // + this.dataGridViewTextBoxColumn36.DataPropertyName = "RowNumber"; + dataGridViewCellStyle81.Font = new System.Drawing.Font("΢ź", 14F); + this.dataGridViewTextBoxColumn36.DefaultCellStyle = dataGridViewCellStyle81; + this.dataGridViewTextBoxColumn36.HeaderText = ""; + this.dataGridViewTextBoxColumn36.Name = "dataGridViewTextBoxColumn36"; + this.dataGridViewTextBoxColumn36.ReadOnly = true; + this.dataGridViewTextBoxColumn36.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.dataGridViewTextBoxColumn36.Visible = false; + this.dataGridViewTextBoxColumn36.Width = 140; + // + // dataGridViewTextBoxColumn37 + // + this.dataGridViewTextBoxColumn37.DataPropertyName = "OperationPriorityId "; + dataGridViewCellStyle82.Font = new System.Drawing.Font("΢ź", 14F); + this.dataGridViewTextBoxColumn37.DefaultCellStyle = dataGridViewCellStyle82; + this.dataGridViewTextBoxColumn37.HeaderText = "ҽʦ"; + this.dataGridViewTextBoxColumn37.Name = "dataGridViewTextBoxColumn37"; + this.dataGridViewTextBoxColumn37.ReadOnly = true; + this.dataGridViewTextBoxColumn37.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.dataGridViewTextBoxColumn37.Width = 70; + // + // dataGridViewTextBoxColumn38 + // + dataGridViewCellStyle83.Font = new System.Drawing.Font("΢ź", 14F); + this.dataGridViewTextBoxColumn38.DefaultCellStyle = dataGridViewCellStyle83; + this.dataGridViewTextBoxColumn38.HeaderText = "ʱ"; + this.dataGridViewTextBoxColumn38.Name = "dataGridViewTextBoxColumn38"; + this.dataGridViewTextBoxColumn38.ReadOnly = true; + this.dataGridViewTextBoxColumn38.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.dataGridViewTextBoxColumn38.Width = 50; + // + // dataGridViewTextBoxColumn39 + // + dataGridViewCellStyle84.Font = new System.Drawing.Font("΢ź", 11F); + this.dataGridViewTextBoxColumn39.DefaultCellStyle = dataGridViewCellStyle84; + this.dataGridViewTextBoxColumn39.HeaderText = ""; + this.dataGridViewTextBoxColumn39.Name = "dataGridViewTextBoxColumn39"; + this.dataGridViewTextBoxColumn39.ReadOnly = true; + this.dataGridViewTextBoxColumn39.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.dataGridViewTextBoxColumn39.Width = 65; + // + // dataGridViewTextBoxColumn40 + // + dataGridViewCellStyle85.Font = new System.Drawing.Font("΢ź", 11F); + this.dataGridViewTextBoxColumn40.DefaultCellStyle = dataGridViewCellStyle85; + this.dataGridViewTextBoxColumn40.HeaderText = ""; + this.dataGridViewTextBoxColumn40.Name = "dataGridViewTextBoxColumn40"; + this.dataGridViewTextBoxColumn40.ReadOnly = true; + this.dataGridViewTextBoxColumn40.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.dataGridViewTextBoxColumn40.Width = 80; + // + // dataGridViewTextBoxColumn41 + // + dataGridViewCellStyle86.Font = new System.Drawing.Font("΢ź", 12F); + this.dataGridViewTextBoxColumn41.DefaultCellStyle = dataGridViewCellStyle86; + this.dataGridViewTextBoxColumn41.HeaderText = ""; + this.dataGridViewTextBoxColumn41.Name = "dataGridViewTextBoxColumn41"; + this.dataGridViewTextBoxColumn41.ReadOnly = true; + this.dataGridViewTextBoxColumn41.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.dataGridViewTextBoxColumn41.Visible = false; + this.dataGridViewTextBoxColumn41.Width = 65; + // + // dataGridViewTextBoxColumn42 + // + dataGridViewCellStyle87.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn42.DefaultCellStyle = dataGridViewCellStyle87; + this.dataGridViewTextBoxColumn42.HeaderText = "ע"; + this.dataGridViewTextBoxColumn42.Name = "dataGridViewTextBoxColumn42"; + this.dataGridViewTextBoxColumn42.ReadOnly = true; + this.dataGridViewTextBoxColumn42.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.dataGridViewTextBoxColumn42.Visible = false; + this.dataGridViewTextBoxColumn42.Width = 80; + // + // dataGridViewTextBoxColumn43 + // + dataGridViewCellStyle88.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewTextBoxColumn43.DefaultCellStyle = dataGridViewCellStyle88; + this.dataGridViewTextBoxColumn43.HeaderText = "סԺ"; + this.dataGridViewTextBoxColumn43.Name = "dataGridViewTextBoxColumn43"; + this.dataGridViewTextBoxColumn43.ReadOnly = true; + this.dataGridViewTextBoxColumn43.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.dataGridViewTextBoxColumn43.Width = 80; + // + // dataGridViewTextBoxColumn44 + // + this.dataGridViewTextBoxColumn44.HeaderText = "Ա"; + this.dataGridViewTextBoxColumn44.Name = "dataGridViewTextBoxColumn44"; + this.dataGridViewTextBoxColumn44.ReadOnly = true; + this.dataGridViewTextBoxColumn44.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.dataGridViewTextBoxColumn44.Width = 65; + // + // dataGridViewTextBoxColumn45 + // + this.dataGridViewTextBoxColumn45.DataPropertyName = "OperationPriorityId "; + this.dataGridViewTextBoxColumn45.HeaderText = ""; + this.dataGridViewTextBoxColumn45.Name = "dataGridViewTextBoxColumn45"; + this.dataGridViewTextBoxColumn45.ReadOnly = true; + this.dataGridViewTextBoxColumn45.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; + this.dataGridViewTextBoxColumn45.Width = 65; + // + // dataGridViewTextBoxColumn46 + // + this.dataGridViewTextBoxColumn46.HeaderText = ""; + this.dataGridViewTextBoxColumn46.Name = "dataGridViewTextBoxColumn46"; + this.dataGridViewTextBoxColumn46.Width = 80; + // + // dataGridViewTextBoxColumn47 + // + this.dataGridViewTextBoxColumn47.HeaderText = "ʩ"; + this.dataGridViewTextBoxColumn47.Name = "dataGridViewTextBoxColumn47"; + // + // dataGridViewTextBoxColumn48 + // + this.dataGridViewTextBoxColumn48.DataPropertyName = "OperationPriorityId "; + this.dataGridViewTextBoxColumn48.HeaderText = ""; + this.dataGridViewTextBoxColumn48.Name = "dataGridViewTextBoxColumn48"; + // + // frmOperationSchedulePlan + // + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; + this.AutoScroll = true; + this.ClientSize = new System.Drawing.Size(1358, 737); + this.Controls.Add(this.spcMain); + this.DoubleBuffered = true; + this.Name = "frmOperationSchedulePlan"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "ų̿Ƭ"; + this.Load += new System.EventHandler(this.frmOperationSchedulePlan_Load); + this.navigationPane1.ResumeLayout(false); + this.navigationPanePanel1.ResumeLayout(false); + this.groupBoxsel.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.dgvApplyOrDoctor)).EndInit(); + this.panel3.ResumeLayout(false); + this.panel3.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dtpSearchTime)).EndInit(); + this.navigationPanePanel4.ResumeLayout(false); + this.groupBox2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.dgvInstrumentNurse)).EndInit(); + this.panel4.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).EndInit(); + this.navigationPanePanel5.ResumeLayout(false); + this.v.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.dgvTourNurse)).EndInit(); + this.panel5.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput3)).EndInit(); + this.navigationPanePanel2.ResumeLayout(false); + this.groupBox1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.dgvWorkers)).EndInit(); + this.panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit(); + this.panlemian.ResumeLayout(false); + this.panlemian.PerformLayout(); + this.ctsThisRoom.ResumeLayout(false); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); + this.contextMenuStrip1.ResumeLayout(false); + this.tcOperationRoomsPage.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.tabScheduling)).EndInit(); + this.tabScheduling.ResumeLayout(false); + this.superTabControlPanel1.ResumeLayout(false); + this.superTabControlPanel2.ResumeLayout(false); + this.superTabControlPanel8.ResumeLayout(false); + this.superTabControlPanel7.ResumeLayout(false); + this.superTabControlPanel6.ResumeLayout(false); + this.superTabControlPanel5.ResumeLayout(false); + this.superTabControlPanel4.ResumeLayout(false); + this.superTabControlPanel3.ResumeLayout(false); + this.spcMain.Panel1.ResumeLayout(false); + this.spcMain.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.spcMain)).EndInit(); + this.spcMain.ResumeLayout(false); + this.spcLeft.Panel1.ResumeLayout(false); + this.spcLeft.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.spcLeft)).EndInit(); + this.spcLeft.ResumeLayout(false); + this.spcUP.Panel1.ResumeLayout(false); + this.spcUP.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.spcUP)).EndInit(); + this.spcUP.ResumeLayout(false); + this.ResumeLayout(false); + + } + #endregion + #endregion + + #region ʼԺ + //#region Ȩ޿ + ///// + ///// Ƿų̻ + ///// + //private bool IsAllowPat = false; + ///// + ///// Ƿų + ///// + //private bool IsAllowAns = false; + ///// + ///// Ƿų̻ʿ + ///// + //private bool IsAllowNur = false; + ///// + ///// Ƿ + ///// + //private bool IsAllowAdtApply = false; + ///// + ///// Ƿֹͣ + ///// + //private bool IsAllowStopOpe = false; + ///// + ///// Ƿųͨ + ///// + //private bool IsAllowPassOpe = false; + //#endregion + + /// + /// ǰɫ 1 :"ʿ" 2 :"ʦ" 0 :"ȫ" + /// + //private int nowRole; + /// + /// ǰѡdgv + /// + //private DataGridView SelectDgv; + /// + /// ǰѡԱ + /// + public workerType _workerType; + /// + /// ǰѡ + /// + public string selApply; + /// + /// ǰѡԱб + /// + public DataTable SchedulingTable; + /// + /// + /// + public List operationRooms; + public SelOperationRooms selOperationRooms; + public static int hiscount = 0; + public Panel SelectPanel; + public List ucOpeRooms; + public SysConfig sysPass = BSysConfig.SelectSingle(" name='ųͨ' ", null); + + /// + /// ؼֱ + /// + private const int TopBottomMargin = 3; + /// + /// ؼˮƽ + /// + private const int LeftRightMargin = 6; + public int CurrentRoom = 0; + string outMsg = ""; + int _rowColumnOfPage = 0; + public int OpeCount = 0; + public List SSSDept; + public List MZKDept; + public DataTable NowPatientDataTable; + public frmOperationSchedulePlanOld() + { + try + { + InitializeComponent(); + //Զ + dgvApplyOrDoctor.AutoGenerateColumns = false; + dgvWorkers.AutoGenerateColumns = false; + dgvTourNurse.AutoGenerateColumns = false; + dgvInstrumentNurse.AutoGenerateColumns = false; + this.dgvApplyOrDoctor.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvApplyOrDoctor_DataError); + this.dgvWorkers.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvApplyOrDoctor_DataError); + this.dgvInstrumentNurse.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvApplyOrDoctor_DataError); + this.dgvTourNurse.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvApplyOrDoctor_DataError); + this.dgvDetail.DataError += DgvDetail_DataError; + + for (int i = 0; i < this.dgvWorkers.Columns.Count; i++) + { + dgvWorkers.Columns[i].SortMode = DataGridViewColumnSortMode.NotSortable; + } + for (int i = 0; i < dgvInstrumentNurse.Columns.Count; i++) + { + dgvInstrumentNurse.Columns[i].SortMode = DataGridViewColumnSortMode.NotSortable; + } + for (int i = 0; i < dgvTourNurse.Columns.Count; i++) + { + dgvTourNurse.Columns[i].SortMode = DataGridViewColumnSortMode.NotSortable; + } + dgvApplyOrDoctor.BackgroundColor = SystemColors.Control; + dgvWorkers.BackgroundColor = SystemColors.Control; + dgvInstrumentNurse.BackgroundColor = SystemColors.Control; + dgvTourNurse.BackgroundColor = SystemColors.Control; + + } + catch (Exception ex) + { + PublicMethod.WriteLog(ex); + } + } + + + private void frmOperationSchedulePlan_Load(object sender, EventArgs e) + { + try + { + dtpSearchTime.Value = DateTime.Now; + string week = Day[Convert.ToInt32(dtpSearchTime.Value.DayOfWeek.ToString("d"))].ToString(); + labelWeek.Text = week; + if (sysPass.IsValid == 1 && sysPass.Value == "1") + { btnpass.Visible = true; toolStripSeparator3.Visible = true; } + else + { btnpass.Visible = false; toolStripSeparator3.Visible = false; } + + FirstLoad(); + } + catch (Exception ex) + { + PublicMethod.WriteLog(ex); + } + + } + + private void frmOperationSchedulePlan_VisibleChanged(object sender, EventArgs e) + { + if (this.Visible == false) return; + RoomCardManage.SelectIds = null; + } + #endregion + + #region ҳпؼ + + public void FirstLoad() + { + operationRooms = BOperationRoom.Select(" IsValid=1 and Site='' order by [RoomOrder]", null, RecursiveType.None, 0); + + SSSDept = BDepartment.Select(" NAME ='' and IsValid=1 ", null, RecursiveType.None, 0); + MZKDept = BDepartment.Select(" NAME ='' and IsValid=1 ", null, RecursiveType.None, 0); + if ((MZKDept == null || MZKDept.Count <= 0) && SSSDept != null) MZKDept = SSSDept; + + + txtQuery.Visible = true; + comboBoxExRoom.Visible = false; + RoomCardManage.SelectDgv = dgvApplyOrDoctor; + RoomCardManage.OnDataSaved = marksManager_OnDataSaved; + //Ŀǰȼص չ + //0.б 1 + //1.ѡӦ¼1 + //1.俨ƬӦų̵Ļб 1 + //2.俨Ƭؾ̨ԱϢ + //3.俨ƬҼл ȡԱų̹ + //4.俨Ƭdgv + //5.dgvݵ̨޸ ɾ + //6.Աų̵Ҳ dgv or Ƭ + LoadSelectDate(""); + LoadOperationRooms(); + tabScheduling_SelectedTabChanged(null, null); + + navigationPane1.ShowMoreButtons(); + dgvApplyOrDoctor.ClearSelection(); + dtpSearchTime.Focus(); + dtpSearchTime.ValueChanged += new EventHandler(dtpSearchTime_ValueChanged); + this.VisibleChanged += new EventHandler(frmOperationSchedulePlan_VisibleChanged); + } + private void tabScheduling_SelectedTabChanged(object sender, SuperTabStripSelectedTabChangedEventArgs e) + { + selOperationRooms = tabScheduling.SelectedTab.Tag as SelOperationRooms; + if (tabScheduling.SelectedTab.Name == "superTabItem1") + { + SelectPanel = tcOperationRoomsPage1; + SelectPanel.Controls.Clear(); + } + else if (tabScheduling.SelectedTab.Name == "superTabItem2") + { + SelectPanel = tcOperationRoomsPage2; + SelectPanel.Controls.Clear(); + } + else if (tabScheduling.SelectedTab.Name == "superTabItem3") + { + SelectPanel = tcOperationRoomsPage3; + SelectPanel.Controls.Clear(); + } + else if (tabScheduling.SelectedTab.Name == "superTabItem4") + { + SelectPanel = tcOperationRoomsPage4; + SelectPanel.Controls.Clear(); + } + else if (tabScheduling.SelectedTab.Name == "superTabItem5") + { + SelectPanel = tcOperationRoomsPage5; + SelectPanel.Controls.Clear(); + } + else if (tabScheduling.SelectedTab.Name == "superTabItem6") + { + SelectPanel = tcOperationRoomsPage6; + SelectPanel.Controls.Clear(); + } + else if (tabScheduling.SelectedTab.Name == "superTabItem7") + { + SelectPanel = tcOperationRoomsPage7; + SelectPanel.Controls.Clear(); + } + else if (tabScheduling.SelectedTab.Name == "superTabItem8") + { + SelectPanel = tcOperationRoomsPage8; + SelectPanel.Controls.Clear(); + } + ucOpeRooms = new List(); + int width = (SelectPanel.Width - 30) / 5; + int row = 0; + int column = 0; + for (int i = 0; i < selOperationRooms.Rooms.Count; i++) + { + ucPlanOperationRoomCard ucOpeRoom = new ucPlanOperationRoomCard(selOperationRooms.Rooms[i], operationRooms); + ucOpeRoom.Width = width; + ucOpeRoom.Height = 135; + ucOpeRoom.dgvDetail = dgvDetail; + + if (row != i / 5) + { + column = 0; + row = i / 5; + } + + ucOpeRoom.Location = new Point(column * (ucOpeRoom.Width + LeftRightMargin) + LeftRightMargin, + row * (ucOpeRoom.Height + TopBottomMargin) + TopBottomMargin); + SelectPanel.Controls.Add(ucOpeRoom); + ucOpeRooms.Add(ucOpeRoom); + column++; + } + + + LoadOperationInfo(); + } + + public void LoadOperationRooms() + { + for (int i = 0; i < tabScheduling.Tabs.Count; i++) + { + tabScheduling.Tabs[i].Text = ""; + tabScheduling.Tabs[i].Tag = null; + if (i != 0) tabScheduling.Tabs[i].Visible = false; + } + + _rowColumnOfPage = 15; + + List rooms = operationRooms; + int allpage = 0; + int pages = rooms.Count / _rowColumnOfPage; + if (pages * _rowColumnOfPage < rooms.Count) pages++; + List roms = new List(); + for (int i = 0; i < pages; i++) + { + roms = new List(); + tabScheduling.Tabs["superTabItem" + (allpage + i + 1)].Text = (i * _rowColumnOfPage + 1) + "-" + (_rowColumnOfPage * (i + 1)) + ""; + for (int j = i * _rowColumnOfPage; j < rooms.Count; j++) + { + if (j < _rowColumnOfPage + _rowColumnOfPage * i) + roms.Add(rooms[j]); + } + SelOperationRooms selOperationRooms = new SelOperationRooms(); + selOperationRooms.Rooms = roms; + selOperationRooms.ExecDeparmentId = 0; + tabScheduling.Tabs["superTabItem" + (allpage + i + 1)].Tag = selOperationRooms; + } + allpage += pages; + + mnuChangeOptRoomTo.DropDownItems.Clear(); + foreach (OperationRoom opeRoom in operationRooms) + { + #region ָij + ToolStripItem toolStripItem2 = new ToolStripMenuItem(opeRoom.Name); + toolStripItem2.Tag = opeRoom; + toolStripItem2.Click += ToolStripItem2_Click; + mnuChangeOptRoomTo.DropDownItems.Add(toolStripItem2); + #endregion + } + for (int i = 0; i < tabScheduling.Tabs.Count; i++) + { + if (tabScheduling.Tabs[i].Tag != null) + tabScheduling.Tabs[i].Visible = true; + } + } + private void marksManager_OnDataSaved(ucPlanOperationRoomCard infoMark, OperationRoom _operoom, bool isAll, int currentPage) + { + try + { + if (RoomCardManage.SelectDgv.Name == "dgvApplyOrDoctor") + { + LoadSelectDate(txtQuery.Text.Trim()); + lblcount.Text = "ǰ" + dgvApplyOrDoctor.Rows.Count + "\\" + OpeCount + ""; + } + else FullWorkerDgv(""); + + if (isAll == true) + { + LoadOperationInfo(); + } + else + LoadOperationInfo(_operoom.Id.Value); + if (RoomCardManage.lastSelectOpeRoom != null) + RoomCardManage.lastSelectOpeRoom.ShowDetial(RoomCardManage.lastSelectOpeRoom); + } + catch (Exception ex) + { + PublicMethod.WriteLog(ex); + } + } + private void tcOperationRoomsPage1_Resize(object sender, EventArgs e) + { + //Panel pe = sender as Panel; + //if (SelectPanel != null && SelectPanel.Tag != null) + //{ + // OperationInfoMarksManagerSDY manager = SelectPanel.Tag as OperationInfoMarksManagerSDY; + // if (manager != null) + // { + // manager.ShowOperationInfoControls(pe.Width); + // } + // SelectPanel.Invalidate(); + //} + } + + #endregion + + #region Ϣ + private readonly static object _Sync = new object(); + public void LoadOperationInfo() + { + //Task.Factory.StartNew(() => + //{ + // lock (_Sync) + // { + foreach (ucPlanOperationRoomCard item in ucOpeRooms) + { + item.PlanOperationTime = dtpSearchTime.Value; + DataTable Newdt = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, "OperationRoomId ='" + item.OperationRoomId + "' and State <> '˻' ", "PlanOrder"); + item.LoadInfo(Newdt); + } + //SelectPanel.Invalidate(); + // } + //}); + } + + public void LoadOperationInfo(int UpdateRoom) + { + NowPatientDataTable = BOperationApply.GetOperationFrontDataTable(dtpSearchTime.Value.ToString("yyyy-MM-dd 00:00:00"), dtpSearchTime.Value.ToString("yyyy-MM-dd 23:59:59")); + foreach (ucPlanOperationRoomCard item in ucOpeRooms) + { + if (item.operationRoom.Id.Value != UpdateRoom) continue; + item.PlanOperationTime = dtpSearchTime.Value; + DataTable Newdt = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, "OperationRoomId ='" + item.OperationRoomId + "' and State <> '˻' ", "PlanOrder"); + item.LoadInfo(Newdt); + } + //SelectPanel.Invalidate(); + } + public void LoadOperationInfoDgv(int UpdateRoom) + { + NowPatientDataTable = BOperationApply.GetOperationFrontDataTable(dtpSearchTime.Value.ToString("yyyy-MM-dd 00:00:00"), dtpSearchTime.Value.ToString("yyyy-MM-dd 23:59:59")); + foreach (ucPlanOperationRoomCard item in ucOpeRooms) + { + if (item.operationRoom.Id.Value != UpdateRoom) continue; + item.PlanOperationTime = dtpSearchTime.Value; + DataTable Newdt = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, "OperationRoomId ='" + item.OperationRoomId + "' and State <> '˻' ", "PlanOrder"); + item.LoadInfo(Newdt); + item.FillRoomDetail(); + } + //SelectPanel.Invalidate(); + } + + + /// + /// ѯDGV + /// + public void LoadSelectDate(string selname) + { + NowPatientDataTable = BOperationApply.GetOperationFrontDataTable(dtpSearchTime.Value.ToString("yyyy-MM-dd 00:00:00"), dtpSearchTime.Value.ToString("yyyy-MM-dd 23:59:59")); + DataTable Newdt = new DataTable(); + if (selname == "") + Newdt = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, "State IN ('') ", ""); + else + Newdt = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, "State IN ('') and (OperationDoctor LIKE '%" + selname + "%' or OperationDoctorcode LIKE '%" + selname + "%' ) ", ""); + + dgvApplyOrDoctor.AutoGenerateColumns = false; + dgvApplyOrDoctor.DataSource = Newdt; + foreach (DataGridViewRow item in dgvApplyOrDoctor.Rows) + { + if (item.Cells["OperationType"].Value != null && item.Cells["OperationType"].Value.ToString() == "") + { + item.DefaultCellStyle.BackColor = Color.Red; + } + if (item.Cells["OperationType"].Value != null && item.Cells["OperationType"].Value.ToString() == "ռ") + { + item.DefaultCellStyle.BackColor = Color.DeepSkyBlue; + } + if (item.Cells["Contagion"].Value != null && item.Cells["Contagion"].Value.ToString() != "" && item.Cells["Contagion"].Value.ToString() != "" && item.Cells["Contagion"].ToString() != "δ") + { + item.DefaultCellStyle.BackColor = Color.Purple; + } + } + dgvApplyOrDoctor.ClearSelection(); + OpeCount = NowPatientDataTable.Rows.Count; + } + + #endregion + + #region ǰһ һ ʱѯ¼ + private void btnSearchOperation_Click(object sender, EventArgs e) + { + RoomCardManage.SelectDgv = dgvApplyOrDoctor; + dgvDetail.PrimaryGrid.Rows.Clear(); + if (RoomCardManage.lastSelectOpeRoom != null) + RoomCardManage.lastSelectOpeRoom.panelExMain.Style.BackColor1.Color = System.Drawing.SystemColors.Control; + RoomCardManage.lastSelectOpeRoom = null; + LoadSelectDate(txtQuery.Text.Trim()); + LoadOperationInfo(); + lblcount.Text = "ǰ" + dgvApplyOrDoctor.Rows.Count + "\\" + OpeCount + ""; + } + + private void txtQuery_TextChanged(object sender, EventArgs e) + { + RoomCardManage.SelectDgv = dgvApplyOrDoctor; + LoadSelectDate(txtQuery.Text.Trim()); + lblcount.Text = "ǰ" + dgvApplyOrDoctor.Rows.Count + "\\" + OpeCount + ""; + } + + private void btnBeforeDay_Click(object sender, EventArgs e) + { + dtpSearchTime.Value = dtpSearchTime.Value.AddDays(-1); + } + + private void btnAfterDay_Click(object sender, EventArgs e) + { + dtpSearchTime.Value = dtpSearchTime.Value.AddDays(1); + } + + private string[] Day = new string[] { "", "һ", "ܶ", "", "", "", "" }; + private void dtpSearchTime_ValueChanged(object sender, EventArgs e) + { + string week = Day[Convert.ToInt32(dtpSearchTime.Value.DayOfWeek.ToString("d"))].ToString(); + labelWeek.Text = week; + //labelWeek.Text = System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.GetDayName(dtpSearchTime.Value.DayOfWeek); + btnSearchOperation_Click(null, null); + } + #endregion + + #region dgvѡԱ + private void dgv_CellClick(object sender, DataGridViewCellEventArgs e) + { + //RoomCardManage.SelectDgv = sender as DataGridView; + //if (RoomCardManage.SelectDgv.CurrentRow == null || e.RowIndex <= -1) return; + + //foreach (DataGridViewRow item in RoomCardManage.SelectDgv.SelectedRows) + //{ + // DataGridViewCell senderdgvr = item.Cells[0]; + // senderdgvr.Value = (senderdgvr.EditedFormattedValue.ToString() == "True") ? false : true; + //} + + //if (RoomCardManage.SelectDgv.CurrentRow == null) return; + //if (RoomCardManage.SelectIds == null) RoomCardManage.SelectIds = new List(); + //int id = Convert.ToInt32(RoomCardManage.SelectDgv.CurrentRow.Cells[1].Value); + //RoomCardManage.SelectIds.Clear(); + //RoomCardManage.SelectIds.Add(id); + ////RoomCardManage.SelectIds = GetSelectIds(); + } + + /// + /// ѡҪų̵ID + /// + /// + private List GetSelectIds() + { + List opas = new List(); + foreach (DataGridViewRow item in RoomCardManage.SelectDgv.Rows) + { + bool isChoose = bool.Parse(item.Cells[0].EditedFormattedValue.ToString()); + if (isChoose) + { + string SelectId = item.Cells[1].Value.ToString();// as string; + if (SelectId != "") + opas.Add(Convert.ToInt32(SelectId)); + } + } + return opas; + } + public void ClearSelectDoctor() + { + if (RoomCardManage.SelectIds != null && RoomCardManage.SelectIds.Count > 0) + for (int i = 0; i < RoomCardManage.SelectDgv.Rows.Count;) + { + DataGridViewRow row = RoomCardManage.SelectDgv.Rows[i]; + + bool isChoose = bool.Parse(row.Cells[0].EditedFormattedValue.ToString()); + if (isChoose) + { + row.Cells[0].Value = false; + //RoomCardManage.SelectDgv.Rows.Remove(row); + } + else + i++; + } + RoomCardManage.SelectIds = new List(); + } + + private int SaveApplyScheduling(int room, int applyID) + { + if (CurrentRoom <= 0) return 0; + OperationApply opeapply = BOperationApply.SelectSingle(applyID, RecursiveType.None, 0); + if (sysPass.IsValid == 1 && sysPass.Value == "1") + { + opeapply.State = 3; + } + else + { + opeapply.State = 4; + } + opeapply.OperationRoomId = room; + opeapply.PlanOperationTime = dtpSearchTime.Value; + opeapply.PlanOrder = BOperationApply.GetMaxPlanOrder(opeapply.PlanOperationTime.Value, opeapply.OperationRoomId.Value) + 1; + return BOperationApply.Update(opeapply); + } + /// + /// ҽ + /// + /// + /// + /// + private int SaveAnasDoctor(int applyId, string dnIDs, bool IsUpload = false) + { + int res = 0; + if (_workerType == workerType.AnesthesiaDoctor) + { + BApplyPersonDuty.Delete(applyId, 5, int.Parse(dnIDs)); + ApplyPersonDuty ApplyPersonDutyAnesthesiaDoctor = new ApplyPersonDuty(); + ApplyPersonDutyAnesthesiaDoctor.OperationApplyId = applyId; + ApplyPersonDutyAnesthesiaDoctor.PersonDutyId = 5; // ҽ + ApplyPersonDutyAnesthesiaDoctor.PersonId = int.Parse(dnIDs); + ApplyPersonDutyAnesthesiaDoctor.OperatorNo = AIMSExtension.PublicMethod.OperatorNo; + ApplyPersonDutyAnesthesiaDoctor.OperatorName = AIMSExtension.PublicMethod.OperatorName; + ApplyPersonDutyAnesthesiaDoctor.OperateDate = DateTime.Now; + res += BApplyPersonDuty.Add(ApplyPersonDutyAnesthesiaDoctor); + } + else + { + if (_workerType == workerType.InstrumentNurse) + { + BApplyPersonDuty.Delete(applyId, 6, int.Parse(dnIDs)); + ApplyPersonDuty ApplyPersonDutyAnesthesiaDoctor = new ApplyPersonDuty(); + ApplyPersonDutyAnesthesiaDoctor.OperationApplyId = applyId; + ApplyPersonDutyAnesthesiaDoctor.PersonDutyId = 6; + ApplyPersonDutyAnesthesiaDoctor.PersonId = int.Parse(dnIDs); + ApplyPersonDutyAnesthesiaDoctor.OperatorNo = AIMSExtension.PublicMethod.OperatorNo; + ApplyPersonDutyAnesthesiaDoctor.OperatorName = AIMSExtension.PublicMethod.OperatorName; + ApplyPersonDutyAnesthesiaDoctor.OperateDate = DateTime.Now; + res += BApplyPersonDuty.Add(ApplyPersonDutyAnesthesiaDoctor); + + } + if (_workerType == workerType.TourNurse) + { + BApplyPersonDuty.Delete(applyId, 7, int.Parse(dnIDs)); + ApplyPersonDuty ApplyPersonDutyAnesthesiaDoctor = new ApplyPersonDuty(); + ApplyPersonDutyAnesthesiaDoctor.OperationApplyId = applyId; + ApplyPersonDutyAnesthesiaDoctor.PersonDutyId = 7; + ApplyPersonDutyAnesthesiaDoctor.PersonId = int.Parse(dnIDs); + ApplyPersonDutyAnesthesiaDoctor.OperatorNo = AIMSExtension.PublicMethod.OperatorNo; + ApplyPersonDutyAnesthesiaDoctor.OperatorName = AIMSExtension.PublicMethod.OperatorName; + ApplyPersonDutyAnesthesiaDoctor.OperateDate = DateTime.Now; + res += BApplyPersonDuty.Add(ApplyPersonDutyAnesthesiaDoctor); + } + } + return res; + } + + #endregion + + #region + /// + /// Ϣ¼ + /// + /// + /// + private void tsbNewOperationApply_Click(object sender, EventArgs e) + { + frmOperationApplyDetail frmOperationApplyDetail = new frmOperationApplyDetail(); + frmOperationApplyDetail.State = AIMSExtension.EditState.ADD; + frmOperationApplyDetail.FormClosed += (s, er) => LoadSelectDate(txtQuery.Text.Trim()); + frmOperationApplyDetail.ShowDialog(); + } + + /// + /// ޸Ϣ¼ + /// + /// + /// + private void tsbModifyOperationApply_Click(object sender, EventArgs e) + { + if (selApply == null || selApply == "") return; + frmOperationApplyDetail frmOperationApplyDetail = new frmOperationApplyDetail(); + frmOperationApplyDetail.State = AIMSExtension.EditState.EDIT; + frmOperationApplyDetail.EditApplyId = int.Parse(selApply); + frmOperationApplyDetail.FormClosed += (s, er) => + { + LoadSelectDate(txtQuery.Text.Trim()); + LoadOperationInfo(); + //dgvDetail.PrimaryGrid.Rows.Clear(); + if (grCurrentSub != null) + { + OperationApply apply = BOperationApply.SelectSingle(int.Parse(selApply)); + if (apply.PlanOperationTime == null || apply.PlanOperationTime.Value.ToShortDateString() != dtpSearchTime.Value.ToShortDateString()) + { + dgvDetail.PrimaryGrid.Rows.Remove(grCurrentSub); + } + } + selApply = null; + RoomCardManage.SelectIds = null; + lblcount.Text = "ǰ" + dgvApplyOrDoctor.Rows.Count + "\\" + OpeCount + ""; + }; + frmOperationApplyDetail.ShowDialog(); + } + + /// + /// ȡϢ¼ + /// + /// + /// + private void tsbCancelOperationApply_Click(object sender, EventArgs e) + { + if (selApply == null || selApply == "") return; + frmStopOperation frmStop = new frmStopOperation(); + frmStop.ApplyIdList = new List() { int.Parse(selApply) }; + DialogResult ddr = frmStop.ShowDialog(); + if (ddr == System.Windows.Forms.DialogResult.OK) + { + LoadSelectDate(""); + selApply = null; + RoomCardManage.SelectIds = null; + if (grCurrentSub != null) + { + BOperationApply.UpdteOperationOrder(dtpSearchTime.Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + outMsg = string.Format("{2} ֹͣ :{0} :{1} ɹ", grCurrentSub.Cells["Patient"].Value, grCurrentSub.Cells["OperationName"].Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Name); + RoomCardManage.WriteMsg(rtbLog, outMsg); + LoadOperationInfoDgv(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + dgvDetail.PrimaryGrid.Rows.Remove(grCurrentSub); + } + + } + } + + + private void ToolStripItem2_Click(object sender, EventArgs e) + { + if (selApply == null || selApply == "") return; + try + { + OperationApply opeapply = BOperationApply.SelectSingle(int.Parse(selApply), RecursiveType.None, 0); + if (opeapply.State > 5) { MessageBox.Show(" л䣡"); return; } + OperationRoom opeRoom = (sender as ToolStripItem).Tag as OperationRoom; + BOperationApply.UpdateApplyRoom(int.Parse(selApply), opeRoom.Id.Value, dtpSearchTime.Value); + BOperationApply.UpdteOperationOrder(dtpSearchTime.Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + outMsg = string.Format("{2} :{0} {1} ɹ", grCurrentSub.Cells["Patient"].Value, opeRoom, RoomCardManage.lastSelectOpeRoom.operationRoom.Name); + RoomCardManage.WriteMsg(rtbLog, outMsg); + LoadOperationInfo(opeRoom.Id.Value); + LoadOperationInfoDgv(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + //dgvDetail.PrimaryGrid.Rows.Remove(grCurrentSub); + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + } + + } + + private void ȡųͨToolStripMenuItem_Click(object sender, EventArgs e) + { + DataTable dt = BOperationApply.GetOperationFrontDataTable(dtpSearchTime.Value.ToString("yyyy-MM-dd"), dtpSearchTime.Value.AddDays(1).ToString("yyyy-MM-dd")); + DataTable Newdt = AIMSExtension.PublicMethod.GetNewDataTable(dt, "OperationType <>'ؼ' and State IN ('Ԥų','ų')", ""); + if (Newdt.Rows.Count > 0) + { + for (int i = 0; i < Newdt.Rows.Count; i++) + { + int ApplyId = int.Parse(Newdt.Rows[i]["ApplyId"].ToString()); + + BOperationApply.UpdateApplyState(ApplyId, 3); + } + + MessageBox.Show("ȡͨɹ", "ϵͳʾ"); + LoadSelectDate(""); + LoadOperationInfo(); + } + } + + private void btnPlan_Click(object sender, EventArgs e) + { + frmSelectiveOperationsPrint frm = new frmSelectiveOperationsPrint(); + frm.beginTime = dtpSearchTime.Value.Date; + frm.endTime = dtpSearchTime.Value.Date.AddHours(23).AddMinutes(59); + frm.Show(); + } + + private void button3_Click(object sender, EventArgs e) + { + NowPatientDataTable = BOperationApply.GetOperationFrontDataTable(dtpSearchTime.Value.ToString("yyyy-MM-dd 00:00:00"), dtpSearchTime.Value.ToString("yyyy-MM-dd 23:59:59")); + DataTable Newdt = AIMSExtension.PublicMethod.GetNewDataTable(NowPatientDataTable, " State <> '˻' ", "PlanOrder"); + if (Newdt == null || Newdt.Rows.Count <= 0) return; + frmPrintingArrangemen frm = new frmPrintingArrangemen(); + frm.dt = Newdt; + frm.beginTime = dtpSearchTime.Value.Date; + frm.endTime = dtpSearchTime.Value.Date.AddHours(23).AddMinutes(59); + frm.ShowDialog(); + } + + private void btnWorkPlan_Click(object sender, EventArgs e) + { + frmPersonSchedul fw = new frmPersonSchedul(); + fw.Show(); + } + #endregion + + #region ѡԱ + private void dgvApplyOrDoctor_CellDoubleClick(object sender, DataGridViewCellEventArgs e) + { + if (RoomCardManage.lastSelectOpeRoom == null) return; + CurrentRoom = RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value; + + int returnValue = 0; + int rowIndex = e.RowIndex; + int rowIndexLastDisplayed = 0; + bool IsUpdate = false; + if (RoomCardManage.SelectIds == null) return; + RoomCardManage.SelectIds.ForEach(s => + { + returnValue = SaveApplyScheduling(CurrentRoom, s); + if (returnValue > 0) + IsUpdate = true; + }); + if (IsUpdate == true) + { + LoadOperationInfo(CurrentRoom); + //dgvApplyOrDoctor.Rows.RemoveAt(dgvApplyOrDoctor.CurrentRow.Index); + RoomCardManage.SelectIds = new List(); + for (int i = dgvApplyOrDoctor.Rows.Count - 1; i >= 0; i--) + { + DataGridViewCell senderdgvr = dgvApplyOrDoctor.Rows[i].Cells[0]; + if (senderdgvr.EditedFormattedValue.ToString() == "True") + { + string outMsg = string.Format(":{0} :{1} --> {2}ɹ", dgvApplyOrDoctor.Rows[i].Cells["PatientName"].Value, dgvApplyOrDoctor.Rows[i].Cells["Operation"].Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Name); + RoomCardManage.WriteMsg(rtbLog, outMsg); + dgvApplyOrDoctor.Rows.RemoveAt(senderdgvr.RowIndex); + } + + } + foreach (DataGridViewRow item in dgvApplyOrDoctor.Rows) + { + if (item.Displayed == true) + rowIndexLastDisplayed = item.Index; + + DataGridViewCell senderdgvr = item.Cells[0]; + senderdgvr.Value = false; + } + RoomCardManage.lastSelectOpeRoom.ShowDetial(RoomCardManage.lastSelectOpeRoom); + //manager.OnDataSaved(null, manager.lastSelectOpeRoom.OpeRoom, true, 1); + lblcount.Text = "ǰ" + dgvApplyOrDoctor.Rows.Count + "\\" + OpeCount + ""; + } + + #region ѡһ벢ɼ + if (rowIndex >= dgvApplyOrDoctor.Rows.Count) + { + rowIndex = dgvApplyOrDoctor.Rows.Count - 1; + rowIndexLastDisplayed = rowIndex; + } + //жdgvApplyOrDoctor.Rows.Count>0 + if (rowIndex >= 0 && dgvApplyOrDoctor.Rows.Count > 0) + { + dgvApplyOrDoctor.Rows[rowIndex].Selected = true; + if (dgvApplyOrDoctor.Rows[rowIndex].Displayed == false) + { + dgvApplyOrDoctor.FirstDisplayedScrollingRowIndex = rowIndexLastDisplayed; + } + } + #endregion + } + + private void buttonItemApply_Click(object sender, EventArgs e) + { + txtQuery.Text = ""; + RoomCardManage.SelectIds = null; + SchedulingTable = new DataTable(); + btnSearchOperation_Click(null, null); + } + private void buttonItemDoctor_Click(object sender, EventArgs e) + { + textBoxX2.Text = ""; + RoomCardManage.SelectIds = null; + _workerType = workerType.AnesthesiaDoctor; + RoomCardManage.SelectDgv = dgvWorkers; + dateTimeInput1.Value = dtpSearchTime.Value; + FullWorkerDgv(textBoxX2.Text.Trim()); + } + private void textBoxX2_TextChanged(object sender, EventArgs e) + { + FullWorkerDgv(textBoxX2.Text.Trim()); + } + private void buttonInstrumentNurse_Click(object sender, EventArgs e) + { + textBoxX3.Text = ""; + RoomCardManage.SelectIds = null; + _workerType = workerType.InstrumentNurse; + RoomCardManage.SelectDgv = dgvInstrumentNurse; + dateTimeInput2.Value = dtpSearchTime.Value; + FullWorkerDgv(textBoxX3.Text.Trim()); + } + private void textBoxX3_TextChanged(object sender, EventArgs e) + { + FullWorkerDgv(textBoxX3.Text.Trim()); + } + private void buttonItemTourNurse_Click(object sender, EventArgs e) + { + textBoxX4.Text = ""; + RoomCardManage.SelectIds = null; + _workerType = workerType.TourNurse; + RoomCardManage.SelectDgv = dgvTourNurse; + dateTimeInput3.Value = dtpSearchTime.Value; + FullWorkerDgv(textBoxX4.Text.Trim()); + } + private void textBoxX4_TextChanged(object sender, EventArgs e) + { + FullWorkerDgv(textBoxX4.Text.Trim()); + } + private void buttonX3_Click(object sender, EventArgs e) + { + textBoxX2.Text = ""; + textBoxX3.Text = ""; + textBoxX4.Text = ""; + //RoomCardManage.SelectIds = new List(); + ClearSelectDoctor(); + } + + private void FullWorkerDgv(string selname) + { + if (RoomCardManage.SelectDgv == null) return; + RoomCardManage.SelectIds = null; + ChineseCalendar cc; + if (RoomCardManage.SelectDgv != dgvApplyOrDoctor) + { + for (int i = 0; i < 7; i++) + { + cc = new ChineseCalendar(dtpSearchTime.Value.AddDays(i)); + RoomCardManage.SelectDgv.Columns[5 + i].HeaderText = dtpSearchTime.Value.AddDays(i).ToString("MM-dd") + + System.Environment.NewLine + cc.WeekDayStr; + RoomCardManage.SelectDgv.Columns[5 + i].DataPropertyName = dtpSearchTime.Value.AddDays(i).ToString("yyyy-MM-dd"); + } + } + if (_workerType == workerType.AnesthesiaDoctor) + { + SchedulingTable = BPerson.GetSchedulingForSelect(dtpSearchTime.Value, "ҽ");//MZKDept[0].Id.Value + RoomCardManage.SelectDgv.DataSource = SchedulingTable; + } + else + { + SchedulingTable = BPerson.GetSchedulingForSelect(dtpSearchTime.Value, "һʿ");//SSSDept[0].Id.Value + RoomCardManage.SelectDgv.DataSource = SchedulingTable; + } + } + public enum workerType + { + /// + /// + /// + OperationApply = 0, + /// + /// ҽʦ + /// + AnesthesiaDoctor = 1, + /// + /// ϴֻʿ + /// + InstrumentNurse = 2, + /// + /// Ѳػʿ + /// + TourNurse = 3 + } + + public class SelOperationRooms + { + public List Rooms { get; set; } + public int ExecDeparmentId { get; set; } + } + #endregion + + #region ų̹ + private GridRow grCurrentSub; + private int oldGridHight = 22; + private void sgcDetail_CellClick(object sender, DevComponents.DotNetBar.SuperGrid.GridCellClickEventArgs e) + { + if (e.GridCell == null) + return; + grCurrentSub = (GridRow)e.GridCell.GridRow; + int iRowID = int.Parse(grCurrentSub.Cells["Id"].Value.ToString()); + //int StateId = int.Parse(grCurrentSub.Cells["State"].Value.ToString()); + selApply = iRowID.ToString(); + RoomCardManage.IsFillAll = false; + if (e.GridCell.Value != null) + { + if (e.GridCell.Value.ToString() == "") + { + #region ȡų̲ + OperationApply opeapply = BOperationApply.SelectSingle(iRowID, RecursiveType.None, 0); + if (opeapply.State > 5) { MessageBox.Show(" ɾ"); return; } + opeapply.State = 2; + opeapply.OperationRoomId = null; + opeapply.PlanOperationTime = null; + opeapply.PlanOrder = null; + + if (BOperationApply.Update(opeapply) > 0) + { + BApplyPersonDuty.Delete(" PersonDutyId in(5,6,7,8,9,10) and OperationApplyId=" + iRowID, null); + outMsg = string.Format("{2} Ƴ :{0} :{1} ɹ", grCurrentSub.Cells["Patient"].Value, grCurrentSub.Cells["OperationName"].Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Name); + + BOperationApply.UpdteOperationOrder(dtpSearchTime.Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + RoomCardManage.WriteMsg(rtbLog, outMsg); + LoadSelectDate(""); + LoadOperationInfoDgv(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + } + #endregion + } + } + } + private List lstOrderStr = new List { "̨", "", "סԺ", "", "ҽ", "", "ʱ" }; + private void dgvWorkers_CellDoubleClick(object sender, DataGridViewCellEventArgs e) + { + if (RoomCardManage.lastSelectOpeRoom == null) return; + + if (RoomCardManage.SelectIds == null) RoomCardManage.SelectIds = new List(); + int id = Convert.ToInt32(RoomCardManage.SelectDgv.CurrentRow.Cells[1].Value); + RoomCardManage.SelectIds.Clear(); + RoomCardManage.SelectIds.Add(id); + + int iRet = 0; + int rowId = e.RowIndex; + CurrentRoom = RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value; + if (RoomCardManage.SelectDgv != dgvApplyOrDoctor) + { + string DoctorNures = RoomCardManage.SelectIds.FirstOrDefault().ToString(); + if (_workerType == workerType.AnesthesiaDoctor) + { + #region ҽ + foreach (DataRow item in RoomCardManage.lastSelectOpeRoom.pDataTable.Rows) + { + if (RoomCardManage.IsFillAll == true || item["ApplyID"].ToString() == selApply) + iRet = SaveAnasDoctor(int.Parse(item["ApplyID"].ToString()), DoctorNures); + } + if (iRet != -1) + outMsg = string.Format("ҽ:{0} --> {1}ɹ", dgvWorkers.CurrentRow.Cells["oName"].Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Name); + #endregion + } + else + { + #region ʿ + if (_workerType == workerType.InstrumentNurse) + { + foreach (DataRow item in RoomCardManage.lastSelectOpeRoom.pDataTable.Rows) + { + if (RoomCardManage.IsFillAll == true || item["ApplyID"].ToString() == selApply) + iRet = SaveAnasDoctor(int.Parse(item["ApplyID"].ToString()), DoctorNures); + } + if (iRet != -1) + outMsg = string.Format("ϴֻʿ:{0} --> {1}ɹ", dgvInstrumentNurse.CurrentRow.Cells[2].Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Name); + } + if (_workerType == workerType.TourNurse) + { + foreach (DataRow item in RoomCardManage.lastSelectOpeRoom.pDataTable.Rows) + { + if (RoomCardManage.IsFillAll == true || item["ApplyID"].ToString() == selApply) + iRet = SaveAnasDoctor(int.Parse(item["ApplyID"].ToString()), DoctorNures); + } + if (iRet != -1) + outMsg = string.Format(" Ѳػʿ:{0} --> {1}ɹ", dgvTourNurse.CurrentRow.Cells[2].Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Name); + } + #endregion + } + #region ˢҳ + RoomCardManage.WriteMsg(rtbLog, outMsg); + LoadOperationInfoDgv(CurrentRoom); + + //RoomCardManage.SelectDgv.Rows[rowId].Selected = true; + //if (RoomCardManage.SelectDgv.Rows[rowId].Displayed == false) + //{ + // RoomCardManage.SelectDgv.FirstDisplayedScrollingRowIndex = rowId; + //} + #endregion + } + } + + private void SwapByStep(int step) + { + if (dgvDetail.PrimaryGrid.Rows.Count == 0 || dgvDetail.PrimaryGrid.Rows.Count == 1) return; + + GridRow SelGridRow = null; + GridRow stepGridRow = null; + foreach (GridRow item in dgvDetail.PrimaryGrid.Rows) + { + if (item.Cells[0].Value.ToString() == selApply.ToString()) + { + try + { + SelGridRow = item; + stepGridRow = (GridRow)dgvDetail.PrimaryGrid.Rows[item.RowIndex + step]; + } + catch (Exception) + { + } + + } + } + if (SelGridRow == null || stepGridRow == null) + return; + + BOperationApply.UpdatePlanOrder(Convert.ToInt32(SelGridRow.Cells[0].Value), Convert.ToInt32(stepGridRow.Cells[1].Value)); + BOperationApply.UpdatePlanOrder(Convert.ToInt32(stepGridRow.Cells[0].Value), Convert.ToInt32(SelGridRow.Cells[1].Value)); + + LoadOperationInfoDgv(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + + foreach (GridRow grCurrent in dgvDetail.PrimaryGrid.Rows) + { + if (grCurrent.Cells["Id"].Value.ToString() == selApply) + { + grCurrent.SetActive(true); + break; ; + } + } + + + } + + private void btnReOrderPlanOperationUP_Click(object sender, EventArgs e) + { + SwapByStep(-1); + } + + private void btnReOrderPlanOperationDown_Click(object sender, EventArgs e) + { + SwapByStep(1); + } + + private void sgcDetail_RowHeaderClick(object sender, GridRowHeaderClickEventArgs e) + { + grCurrentSub = (GridRow)e.GridRow; + int iRowID = int.Parse(grCurrentSub.Cells["Id"].Value.ToString()); + selApply = iRowID.ToString(); + } + + + private void ctsThisRoom_Opening(object sender, CancelEventArgs e) + { + if (selApply == null || selApply == "") return; + + mnuCancelADoctor.DropDownItems.Clear(); + mnuCancelINurse.DropDownItems.Clear(); + mnuCancelTNurse.DropDownItems.Clear(); + if (selApply == "") + return; + if (RoomCardManage.lastSelectOpeRoom == null) return; + + System.Data.DataTable Newdt = AIMSExtension.PublicMethod.GetNewDataTable(RoomCardManage.lastSelectOpeRoom.pDataTable, " ApplyID=" + selApply, ""); + if (Newdt != null && Newdt.Rows.Count > 0) + { + DataRow item = Newdt.Rows[0]; + #region ҽ + string sAnesthesiaDoctor = item["AnesthesiaDoctor"].ToString(); + if (!string.IsNullOrWhiteSpace(sAnesthesiaDoctor)) + { + List Anesthesia = sAnesthesiaDoctor.Split(',').ToList(); + List AnesthesiaId = item["AnesthesiaDoctorId"].ToString().Split(',').ToList(); + if (Anesthesia.Count > 0 && AnesthesiaId.Count > 0) + { + for (int i = 0; i < AnesthesiaId.Count; i++) + { + ToolStripItem tspAnes = new ToolStripMenuItem(Anesthesia[i]); + tspAnes.Tag = AnesthesiaId[i]; + tspAnes.Click += TspAnes_Click; + mnuCancelADoctor.DropDownItems.Add(tspAnes); + } + } + } + #endregion + + #region ϴֻʿ + string sInstrumentNurse = item["InstrumentNurse"].ToString(); + if (!string.IsNullOrWhiteSpace(sInstrumentNurse)) + { + List Instrument = sInstrumentNurse.Split(',').ToList(); + List InstrumentId = item["InstrumentNurseId"].ToString().Split(',').ToList(); + if (Instrument.Count > 0 && InstrumentId.Count > 0) + { + for (int i = 0; i < InstrumentId.Count; i++) + { + ToolStripItem tspIns = new ToolStripMenuItem( Instrument[i]); + tspIns.Tag = InstrumentId[i]; + tspIns.Click += TspNurse1_Click; + mnuCancelINurse.DropDownItems.Add( tspIns); + } + } + } + #endregion + #region Ѳػʿ + string sTourNurse = item["TourNurse"].ToString(); + if (!string.IsNullOrWhiteSpace(sTourNurse)) + { + List Tour = sTourNurse.Split(',').ToList(); + List TourId = item["TourNurseId"].ToString().Split(',').ToList(); + if (Tour.Count > 0 && TourId.Count > 0) + { + for (int i = 0; i < TourId.Count; i++) + { + ToolStripItem tspNurse2 = new ToolStripMenuItem( Tour[i]); + tspNurse2.Tag = TourId[i] ; + tspNurse2.Click += TspNurse2_Click; + mnuCancelTNurse.DropDownItems.Add(tspNurse2 ); + } + } + } + #endregion + } + } + + + private void TspAnes_Click(object sender, EventArgs e) + { + if (selApply == null || selApply == "") return; + int dict = int.Parse((sender as ToolStripItem).Tag.ToString()); + BApplyPersonDuty.Delete(" PersonId='" + dict + "' and PersonDutyId in(5) and OperationApplyId=" + selApply, null); + LoadOperationInfoDgv(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + MessageBox.Show("ҽɹ"); + } + private void TspNurse1_Click(object sender, EventArgs e) + { + if (selApply == null || selApply == "") return; + int dict = int.Parse((sender as ToolStripItem).Tag.ToString()); + BApplyPersonDuty.Delete(" PersonId='" + dict + "' and PersonDutyId in(6) and OperationApplyId=" + selApply , null); + LoadOperationInfoDgv(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + MessageBox.Show("ϴֻʿɹ"); + } + + private void TspNurse2_Click(object sender, EventArgs e) + { + if (selApply == null || selApply == "") return; + int dict = int.Parse((sender as ToolStripItem).Tag.ToString()); + BApplyPersonDuty.Delete(" PersonId='" + dict + "' and PersonDutyId in(7) and OperationApplyId=" + selApply , null); + LoadOperationInfoDgv(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + MessageBox.Show("Ѳػʿɹ"); + } + + private void sgcDetail_RowActivated(object sender, GridRowActivatedEventArgs e) + { + if (e.NewActiveRow != null) + grCurrentSub = (GridRow)e.NewActiveRow; + else + grCurrentSub = (GridRow)e.OldActiveRow; + int iRowID = int.Parse(grCurrentSub.Cells["Id"].Value.ToString()); + selApply = iRowID.ToString(); + + } + + private void sgcDetail_ColumnHeaderClick(object sender, GridColumnHeaderClickEventArgs e) + { + if (lstOrderStr.Contains(e.GridColumn.HeaderText)) + { + RoomCardManage.CallObjectEvent(buttonItem1, "OnClick"); + buttonItemApply_Click(buttonItem1, new EventArgs()); + //setCellBackground(0); + } + else if (e.GridColumn.HeaderText == "ҽ") + { + e.GridColumn.AllowSelection = true; + RoomCardManage.CallObjectEvent(buttonItemAnas, "OnClick"); + buttonItemDoctor_Click(buttonItemAnas, new EventArgs()); + RoomCardManage.IsFillAll = true; + //setCellBackground(e.GridColumn.ColumnIndex); + } + else if (e.GridColumn.HeaderText == "ϴֻʿ") + { + RoomCardManage.CallObjectEvent(buttonInstrumentNurse, "OnClick"); + buttonInstrumentNurse_Click(buttonInstrumentNurse, new EventArgs()); + RoomCardManage.IsFillAll = true; + //setCellBackground(e.GridColumn.ColumnIndex); + } + else if (e.GridColumn.HeaderText == "Ѳػʿ") + { + RoomCardManage.CallObjectEvent(buttonItemTourNurse, "OnClick"); + buttonItemTourNurse_Click(buttonItemTourNurse, new EventArgs()); + RoomCardManage.IsFillAll = true; + //setCellBackground(e.GridColumn.ColumnIndex); + } + + } + private void dgvApplyOrDoctor_CellClick(object sender, DataGridViewCellEventArgs e) + { + try + { + RoomCardManage.SelectDgv = sender as DataGridView; + if (RoomCardManage.SelectDgv.CurrentRow == null || e.RowIndex <= -1 || e.ColumnIndex != 0) return; + foreach (DataGridViewRow item in RoomCardManage.SelectDgv.SelectedRows) + { + DataGridViewCell senderdgvr = item.Cells[0]; + senderdgvr.Value = (senderdgvr.EditedFormattedValue.ToString() == "True") ? false : true; + break; + } + + if (RoomCardManage.SelectDgv.CurrentRow == null) return; + if (RoomCardManage.SelectIds == null) RoomCardManage.SelectIds = new List(); + int id = Convert.ToInt32(RoomCardManage.SelectDgv.CurrentRow.Cells[1].Value); + if (RoomCardManage.SelectDgv.CurrentRow.Cells[0].EditedFormattedValue.ToString() == "True") + { + if (!RoomCardManage.SelectIds.Contains(id)) + { + RoomCardManage.SelectIds.Add(id); + selApply = id.ToString(); + } + } + else + { + if (RoomCardManage.SelectIds.Contains(id)) + { + RoomCardManage.SelectIds.Remove(id); + } + } + //if (IsAllowPat == false) + //{ + // RoomCardManage.SelectIds .Clear(); + //} + } + finally + { + RoomCardManage.SelectDgv.ClearSelection(); + } + } + + private void dgvApplyOrDoctor_ColumnHeaderMouseClick(object sender, DataGridViewCellMouseEventArgs e) + { + if (e.ColumnIndex == 0) + { + foreach (DataGridViewRow item in dgvApplyOrDoctor.Rows) + { + DataGridViewCell senderdgvr = item.Cells[0]; + senderdgvr.Value = (senderdgvr.EditedFormattedValue.ToString() == "True") ? false : true; + } + RoomCardManage.SelectIds = GetSelectIds(); + } + + } + + private void button1_Click(object sender, EventArgs e) + { + DataTable dt = BOperationApply.GetOperationFrontDataTable(dtpSearchTime.Value.ToString("yyyy-MM-dd"), dtpSearchTime.Value.AddDays(1).ToString("yyyy-MM-dd")); + DataTable Newdt = AIMSExtension.PublicMethod.GetNewDataTable(dt, "OperationType <>'ؼ' and State IN ('Ԥų')", ""); + if (Newdt.Rows.Count > 0) + { + for (int i = 0; i < Newdt.Rows.Count; i++) + { + int ApplyId = int.Parse(Newdt.Rows[i]["ApplyId"].ToString()); + + BOperationApply.UpdateApplyState(ApplyId, 4); + } + LoadSelectDate(""); + LoadOperationInfo(); + MessageBox.Show("ųͨɹ", "ϵͳʾ"); + } + } + + private void mnuCancelINurse_Click(object sender, EventArgs e) + { + if (selApply == null || selApply == "") return; + try + { + BApplyPersonDuty.Delete(" PersonDutyId in(6) and OperationApplyId=" + int.Parse(selApply), null); + outMsg = string.Format("{2} ȡ :{0} ϴֻʿ ɹ", grCurrentSub.Cells["Patient"].Value, grCurrentSub.Cells["OperationName"].Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Name); + RoomCardManage.WriteMsg(rtbLog, outMsg); + grCurrentSub.Cells["InstrumentNurse"].Value = ""; + LoadOperationInfo(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + } + } + + private void mnuCancelTNurse_Click(object sender, EventArgs e) + { + if (selApply == null || selApply == "") return; + try + { + BApplyPersonDuty.Delete(" PersonDutyId in(7) and OperationApplyId=" + int.Parse(selApply), null); + outMsg = string.Format("{2} ȡ :{0} Ѳػʿ ɹ", grCurrentSub.Cells["Patient"].Value, grCurrentSub.Cells["OperationName"].Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Name); + RoomCardManage.WriteMsg(rtbLog, outMsg); + grCurrentSub.Cells["TourNurse"].Value = ""; + LoadOperationInfo(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + } + + } + + private void mnuCancelADoctor_Click(object sender, EventArgs e) + { + if (selApply == null || selApply == "") return; + try + { + BApplyPersonDuty.Delete(" PersonDutyId in(5) and OperationApplyId=" + int.Parse(selApply), null); + outMsg = string.Format("{2} ȡ :{0} ҽ ɹ", grCurrentSub.Cells["Patient"].Value, grCurrentSub.Cells["OperationName"].Value, RoomCardManage.lastSelectOpeRoom.operationRoom.Name); + RoomCardManage.WriteMsg(rtbLog, outMsg); + grCurrentSub.Cells["AnesthesiaDoctor"].Value = ""; + LoadOperationInfo(RoomCardManage.lastSelectOpeRoom.operationRoom.Id.Value); + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + } + + } + #endregion + + private void dgvDetail_CellMouseUp(object sender, GridCellMouseEventArgs e) + { + if (e.Button != System.Windows.Forms.MouseButtons.Left) return; + if (e.GridPanel.DefaultRowHeight == oldGridHight) + e.GridPanel.DefaultRowHeight = 0; + else + e.GridPanel.DefaultRowHeight = oldGridHight; + } + + private void btnDataCente_Click(object sender, EventArgs e) + { + if (selApply == null || selApply == "") + { + MessageBox.Show("ѡߣ","ϵͳʾ"); + return; + } + EMRExtension.OpenEMRS(0, int.Parse(selApply)); + } + + private void dgvApplyOrDoctor_DataError(object sender, DataGridViewDataErrorEventArgs e) + { + + } + private void DgvDetail_DataError(object sender, GridDataErrorEventArgs e) + { + } + } +} \ No newline at end of file diff --git a/AIMS/OperationFront/frmOperationSchedulePlanOld.resx b/AIMS/OperationFront/frmOperationSchedulePlanOld.resx new file mode 100644 index 0000000..5ee6477 --- /dev/null +++ b/AIMS/OperationFront/frmOperationSchedulePlanOld.resx @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + 245, 17 + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAD+ + CAAAAk1TRnQBSQFMAgEBAgEAAewBEwHsARMBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA + AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 + AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA + AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm + AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM + AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA + ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz + AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ + AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM + AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA + AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA + AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ + AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/ + AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA + AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm + ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ + Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz + AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA + AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM + AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM + ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM + Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA + AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM + AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ + AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz + AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm + AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw + AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wMAASoLKTMAAioLUgEp + MgABUgFRAVkIUgFRAW4BSgIAASoLKSQAAlIEWQFYAVIBdAJzAnQBSgEAASoBWQtSASkiAAVGAUwBRgJ0 + AXkDegF5AXMBSgFSAlkIWAJSASoiAALjAxcB4wFMBZoBegF5AXQB6gFSAXoJWQFYAVIBKSIAAUYBFgTj + AW8BmQGaBJkBegF0AYwBUgF6CVkBWAJSASkiAAFMAhYB4wFGAXMEHAGZAhwBdAGnAVIBegpZAlIBKiIA + BEwCWQHPAfMBtQHyAs8BtQHzAc8BUgF6C1kBWAEqIgABUgJ0AVICWQHPAd0BtQHyAvEBvAK1AVIBegVZ + BHoDWQEqIQABUgSaAVIBWQGuAbUB8gO1AQkB8AEJAVICegNZBnoBWQEqIgABUgF1A3oBdQFLAQABzwG8 + AQkBzwHzAfIB8QEJAXQDegNZAVIDdAJSIwABOAFZAlIBdQF6AgABzwLxAQkCtQHPAacBAAF0A3oBWQEq + KQABWQHlAaABmgF5AVICAAGnAs8DpwMAAf8CdAJSKgABUgKgAsMBdAIAAqc4AAJSPAABQgFNAT4HAAE+ + AwABKAMAAUADAAEQAwABAQEAAQEFAAGAFwAD/wEAAcABAwL/BAABgAEBAv8EAAGAAQEBgAEHBAABgAEB + AQABAwcAAQMHAAEDBwABAQQAAYACAAEBBAABgAIAAQEEAAGAAgABAQcAAQMEAAEBAgABBwQAAQMBAAGB + Af8EAAIDAYMB/wQAAQMBPwL/BAABzwP/BAAL + + + + 144, 17 + + + 17, 17 + + + 525, 17 + + + 360, 17 + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + 44 + + \ No newline at end of file diff --git a/AIMS/OperationFront/frmPrintingArrangemen.cs b/AIMS/OperationFront/frmPrintingArrangemen.cs index 0507188..c583bc7 100644 --- a/AIMS/OperationFront/frmPrintingArrangemen.cs +++ b/AIMS/OperationFront/frmPrintingArrangemen.cs @@ -58,6 +58,10 @@ namespace AIMS.OperationFront.UI { dt = BOperationApply.SelectPlanedOpeByRoom("OrderOperationTime>='" + dtpTime.Value.ToString("yyyy-MM-dd 00:00:00") + "' and OrderOperationTime<='" + dtpTime.Value.ToString("yyyy-MM-dd 23:59:59") + "' Order By OperationRoomID ,PlanOrder"); } + if (CboOperationSite.Visible == true && CboOperationSite.SelectedIndex > 0) + { + dt = AIMSExtension.PublicMethod.GetNewDataTable(dt, " OperationSite ='" + CboOperationSite.SelectedValue + "' ", ""); + } if (dt == null) return; FullDgv(dt); dgvApplyOrDoctor.ClearSelection(); @@ -259,6 +263,9 @@ namespace AIMS.OperationFront.UI cboOperationRoom.DataSource = rooms; cboOperationRoom.DisplayMember = "Name"; cboOperationRoom.ValueMember = "Id"; + + ControlExtension.GetOperationSite(labelSite,CboOperationSite); + this.CboOperationSite.SelectedIndexChanged += new System.EventHandler(this.CboOperationSite_SelectedIndexChanged); } private void FullDgv(DataTable operationApplys) @@ -351,5 +358,10 @@ namespace AIMS.OperationFront.UI { cboOperationRoom_SelectedIndexChanged(null, null); } + private void CboOperationSite_SelectedIndexChanged(object sender, EventArgs e) + { + //ControlExtension.SetOperationSite(CboOperationSite); + cboOperationRoom_SelectedIndexChanged(null, null); + } } } diff --git a/AIMS/OperationFront/frmPrintingArrangemen.designer.cs b/AIMS/OperationFront/frmPrintingArrangemen.designer.cs index a95e5fa..04a2403 100644 --- a/AIMS/OperationFront/frmPrintingArrangemen.designer.cs +++ b/AIMS/OperationFront/frmPrintingArrangemen.designer.cs @@ -52,6 +52,8 @@ this.cboOperationRoom = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.tsbNewOperationApply = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); this.rbosh = new System.Windows.Forms.RadioButton(); this.rbosq = new System.Windows.Forms.RadioButton(); this.rboall = new System.Windows.Forms.RadioButton(); @@ -121,7 +123,7 @@ // this.dtpTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dtpTime.Name = "dtpTime"; - this.dtpTime.Size = new System.Drawing.Size(180, 28); + this.dtpTime.Size = new System.Drawing.Size(135, 28); this.dtpTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.dtpTime.TabIndex = 497; this.dtpTime.ValueChanged += new System.EventHandler(this.dtpTime_ValueChanged); @@ -131,7 +133,7 @@ this.btnAfterDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnAfterDay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnAfterDay.Font = new System.Drawing.Font("微软雅黑", 11F); - this.btnAfterDay.Location = new System.Drawing.Point(315, 10); + this.btnAfterDay.Location = new System.Drawing.Point(270, 10); this.btnAfterDay.Name = "btnAfterDay"; this.btnAfterDay.Size = new System.Drawing.Size(105, 34); this.btnAfterDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; @@ -156,7 +158,7 @@ // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 11F); - this.label4.Location = new System.Drawing.Point(438, 17); + this.label4.Location = new System.Drawing.Point(393, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(54, 20); this.label4.TabIndex = 501; @@ -167,7 +169,7 @@ // this.cboOperationRoom.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.cboOperationRoom.FormattingEnabled = true; - this.cboOperationRoom.Location = new System.Drawing.Point(497, 12); + this.cboOperationRoom.Location = new System.Drawing.Point(452, 12); this.cboOperationRoom.Name = "cboOperationRoom"; this.cboOperationRoom.Size = new System.Drawing.Size(103, 28); this.cboOperationRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014; @@ -181,7 +183,7 @@ this.tsbNewOperationApply.FlatAppearance.BorderSize = 0; this.tsbNewOperationApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.tsbNewOperationApply.Font = new System.Drawing.Font("微软雅黑", 11F); - this.tsbNewOperationApply.Location = new System.Drawing.Point(991, 0); + this.tsbNewOperationApply.Location = new System.Drawing.Point(1094, 0); this.tsbNewOperationApply.Name = "tsbNewOperationApply"; this.tsbNewOperationApply.Size = new System.Drawing.Size(90, 45); this.tsbNewOperationApply.TabIndex = 502; @@ -192,6 +194,8 @@ // panel1 // this.panel1.AutoScroll = true; + this.panel1.Controls.Add(this.CboOperationSite); + this.panel1.Controls.Add(this.labelSite); this.panel1.Controls.Add(this.rbosh); this.panel1.Controls.Add(this.rbosq); this.panel1.Controls.Add(this.rboall); @@ -206,13 +210,40 @@ this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1081, 45); + this.panel1.Size = new System.Drawing.Size(1184, 45); this.panel1.TabIndex = 5; // + // CboOperationSite + // + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(897, 12); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 508; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.SystemColors.Control; + this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.labelSite.Location = new System.Drawing.Point(831, 14); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 509; + this.labelSite.Text = "手术地点"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // // rbosh // this.rbosh.AutoSize = true; - this.rbosh.Location = new System.Drawing.Point(770, 18); + this.rbosh.Location = new System.Drawing.Point(725, 18); this.rbosh.Name = "rbosh"; this.rbosh.Size = new System.Drawing.Size(71, 16); this.rbosh.TabIndex = 506; @@ -224,7 +255,7 @@ // rbosq // this.rbosq.AutoSize = true; - this.rbosq.Location = new System.Drawing.Point(718, 18); + this.rbosq.Location = new System.Drawing.Point(673, 18); this.rbosq.Name = "rbosq"; this.rbosq.Size = new System.Drawing.Size(47, 16); this.rbosq.TabIndex = 504; @@ -237,7 +268,7 @@ // this.rboall.AutoSize = true; this.rboall.Checked = true; - this.rboall.Location = new System.Drawing.Point(665, 18); + this.rboall.Location = new System.Drawing.Point(620, 18); this.rboall.Name = "rboall"; this.rboall.Size = new System.Drawing.Size(47, 16); this.rboall.TabIndex = 505; @@ -251,7 +282,7 @@ // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 11F); - this.label1.Location = new System.Drawing.Point(619, 16); + this.label1.Location = new System.Drawing.Point(574, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(39, 20); this.label1.TabIndex = 507; @@ -265,7 +296,7 @@ this.btnPreview.FlatAppearance.BorderSize = 0; this.btnPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPreview.Font = new System.Drawing.Font("微软雅黑", 11F); - this.btnPreview.Location = new System.Drawing.Point(901, 0); + this.btnPreview.Location = new System.Drawing.Point(1004, 0); this.btnPreview.Name = "btnPreview"; this.btnPreview.Size = new System.Drawing.Size(90, 45); this.btnPreview.TabIndex = 503; @@ -577,12 +608,13 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1081, 744); + this.ClientSize = new System.Drawing.Size(1184, 744); this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.dgvApplyOrDoctor); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmPrintingArrangemen"; + this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "病人手术安排表"; this.Load += new System.EventHandler(this.frmPrintingArrangemen_Load); @@ -635,5 +667,7 @@ private System.Windows.Forms.RadioButton rbosq; private System.Windows.Forms.RadioButton rboall; private System.Windows.Forms.Label label1; + private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; + private System.Windows.Forms.Label labelSite; } } \ No newline at end of file diff --git a/AIMS/OperationFront/frmPrintingArrangemen.resx b/AIMS/OperationFront/frmPrintingArrangemen.resx index f13e1d9..548a4d5 100644 --- a/AIMS/OperationFront/frmPrintingArrangemen.resx +++ b/AIMS/OperationFront/frmPrintingArrangemen.resx @@ -129,168 +129,1134 @@ - AAABAAEAMDAAAAEAIACoJQAAFgAAACgAAAAwAAAAYAAAAAEAIAAAAAAAACQAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAPSkQgL1pUIO9aVCMPWlQj71pUJA9aVCPvSkQj70pEI+9aRCPvSkQj71pUI+9KVCPvSk - Qj71pUI+9KVCPvWkQj71pEI+9KRCPvWkQj71pUI+9KRBPvKgPT7umDI+7ZUvPu2WMD7tlTA+7ZUwPu2W - MD7tlS8+7ZUwPu2WLz7tli8+7ZUwPu2VLz7tli8+7ZYwPu2VLz7tlS8+7ZUwPuyWMEDslS8+7JYwMO2W - Lw7tljACAAAAAAAAAAAAAAAA9aVCBPWlQij1pUJy9aVCr/WlQr31pUK/9aVCv/WlQr/1pUK/9KVBv/Sl - Qr/1pUK/9KRBv/SkQr/1pUK/9KRBv/WlQr/1pUK/9KVCv/SlQr/1pUK/9KRBv/KgPb/umDK/7ZYvv+yV - L7/sljC/7JUvv+yWML/slTC/7JYvv+yWL7/sljC/7ZYwv+yVL7/tljC/7JUvv+yVL7/sljC/7ZYwv+2W - ML/tljC97ZYvr+2WL3LtlTAo7JYwBAAAAAD1pUIC9aVCKPWlQo30pUHN9KVB2/WlQtv0pEHb9aVB2/Sk - Qdv0pEHb9aVC2/WlQtv1pUHb9KRC2/WlQtv1pELb9aRC2/WlQtv1pULb9aRC2/WlQtv1pULb9aVC2/Oi - PtvumDLb7ZUv2+2VMNvtlTDb7ZYw2+2WMNvtlTDb7ZYw2+2VMNvtljDb7JYv2+2VMNvtljDb7ZYw2+2V - MNvtljDb7ZYw2+2WMNvtljDb7JYv2+2WL83slTCN7ZUvKO2WMAL0pEEQ9KRCdPSkQc30pEHb9aVC2/Sl - Qtv1pULb9aVC2/WlQtv1pULb9KRB2/WlQtv1pUHb9aVC2/WlQtv1pUHb9aVC2/SlQtv1pUHb9aVC2/Sl - Qdv1pUHb9aVC2/SiP9vumDPb7ZUv2+2WMNvtljDb7ZYw2+2WMNvtljDb7JYw2+2WMNvtljDb7ZYw2+2W - MNvtljDb7ZYw2+2WMNvtljDb7ZYw2+2WMNvtljDb7ZYw2+2WMNvtljDN7ZYwcuyVLw71pUIw9aVCr/Wk - Qtv1pULb9aVC2/WlQtv1pULb9KRB2/WlQtv1pULb9aVC2/SlQtv1pULb9KRB2/SkQtv1pULb9aVB2/Sl - Qdv1pULb9aVB2/SlQdv0pULb9aVC2/SiQNvumDPb7ZUv2+yVL9vtljDb7ZYw2+yVL9vslS/b7ZYw2+yV - L9vsljDb7ZYw2+2WMNvtli/b7ZYw2+2VMNvtljDb7ZUw2+2WMNvslS/b7ZYw2+yVMNvsli/b7JUwreyW - LzD1pUI+9aVCvfWlQtv0pEHb9aVC2/WlQtv1pULb9aVC2/WlQtv1pULb9aVC2/WlQtv1pEHb9aVC2/Wl - Qtv1pULb9aVC2/WkQdv1pULb9aVB2/WlQtv1pULb9aVC2/SjP9vumDLb7JUv2+2WMNvtljDb7ZYw2+2V - MNvtljDb7JYv2+2WMNvslS/b7ZYw2+2WMNvslS/b7JUv2+2WMNvtljDb7JYv2+2WMNvtljDb7JUv2+2W - MNvtljDb7ZUvve2WMD71pUI+9KRBv/WlQtv1pELb9aVC2/SlQtv1pULb9aVB2/WlQtv1pULb9aVC2/Wk - Qdv1pULb9KRC2/WlQtv1pULb9KRC2/WlQtv1pULb9aVC2/WlQtv1pULb9aVC2/SjP9vtlzLb7JUv2+2W - MNvtljDb7JUv2+2WMNvtljDb7JUv2+2WMNvtljDb7ZYw2+2WMNvtljDb7ZYw2+2WMNvtljDb7ZYv2+2W - MNvtljDb7JUv2+2WMNvtljDb7ZYwv+2WMED0pUE+9KRCv/WlQtv0pULb9aVB2/WlQtv1pUHb9aVC2/Wl - Qtv1pULb9KVC2/WlQtv0pULb9aVC2/WlQtv1pULb9aVC2/WlQtv1pULb9aZF2/atU9/616rt/vXr+/zu - 3Pnzunnn7Zs73eyWMNvsljDb7ZYw2+2WMNvtljDb7JUw2+yVL9vsljDb7JYw2+2WMNvtljDb7ZYw2+yW - MNvsljDb7ZYw2+yWL9vslTDb7ZUw2+2WMNvsljDb7JUvv+yVLz71pUI+9KVBv/WlQtv1pUHb9aVC2/Sk - Qtv1pULb9aRC2/SlQdv0pUHb9aVC2/WlQdv1pEHb9KVC2/WlQtv1pULb9aVB2/WlQtv2r1ff+cWH5/vi - w/P++vb9///////////88eP799Op7++nUeHtljDb7ZYw2+2VMNvtljDb7ZUw2+2WMNvtljDb7ZYw2+2W - MNvslS/b7JYv2+2WMNvtljDb7JYv2+2WMNvtljDb7ZYw2+2WMNvtljDb7JUvv+2VLz71pUI+9KRCv/Sl - Qdv1pELb9aRB2/SlQtv1pULb9aVC2/WlQtv1pULb9aRC2/SlQdv1pULb9aVB2/WlQtv1pULb9KRB2/ax - XN/73rvx/vbs+/7+/v///////v7+//7+/v///////v79//nev/Pwq1nh7Zgz2+2WMNvtljDb7JYw2+2W - MNvtljDb7JYw2+2WMNvtljDb7ZYw2+2VMNvtljDb7JYv2+2WMNvtljDb7JUw2+2WMNvtljDb7ZYvv+2W - MD71pUI+9KRBv/WlQtv1pULb9aVC2/WlQtv1pULb9KVC2/WlQtv1pULb9aVC2/SlQtv1pULb9aVC2/Sk - Qdv1pULb9rFb3/vfu/H+/Pj9/////////////////////////////////v7+//78+v376NP39MKH6e2Z - N93tljDb7ZYw2+2WMNvtlTDb7ZUw2+2WMNvtlTDb7ZUw2+2WMNvtljDb7ZYw2+2WMNvsljDb7ZYw2+2W - MNvtljDb7JUvv+2VMD71pUI+9aVCv/WlQtv0pEHb9aVC2/SlQtv1pULb9KVC2/WlQtv1pULb9aRB2/Wl - Qtv1pEHb9KVC2/WlQtv2tmbh/OTI8/79+//+/v7////////+/v/++vb9+9y28fznzfX9+PH9/v79//7+ - /v/+/v7//vr2/fXJlevumzvd8rRr5fXHkuvun0Hd7ZYw2+yVL9vsljDb7ZYw2+2WMNvsli/b7ZYw2+yW - MNvsljDb7JYw2+yWL9vtljDb7ZYwv+2WLz71pUI+9aRBv/WlQtv1pELb9aVC2/SlQtv1pULb9aVC2/Wl - Qtv1pULb9aVC2/WlQtv1pULb9KRB2/ayX9/85cnz/v37//7+/v///////vz5/f3v3vn606Pt9apM3fWx - Xd/1xo3p/PDi+f////////////////337/33zp/t++nU9/779/331Knv8a9j4+6cPd3tljDb7ZYw2+2W - MNvtljDb7ZYw2+2WMNvtljDb7ZYw2+2WMNvtljDb7JYwv+2WLz71pUI+9KRBv/SkQtv1pULb9aVC2/Sk - Qdv1pULb9KVC2/WlQtv0pEHb9KVB2/WlQtv1pUPb9rJe4frhwPP+/fv////////////+/fz//OnR9fe+ - eOX1qUvd9aVC2/SjP9vunDrd875/6f327v3+/v7///////7+/f/++vb9/v38///////++/f9++3b+ffS - p+/vp1Hh7ZUw2+yWMNvtlTDb7ZYw2+2WMNvslS/b7ZYw2+2WMNvsli/b7ZYwv+2VMD71pEI+9aVCv/Wl - Qdv1pELb9aVC2/WlQtv1pULb9KRB2/SkQdv0pEHb9aVC2/SkQdv1qkzd+tmv7/77+P3//////v7+//76 - 9P374cDx97pu4/SmRdvxokTb76FG2+6fRNvqlTXb7Jg23fO+f+n76NP3/vr2/f/////+/v7//v7+//// - /////////v7+//77+P354cPz7qFF3+2XMtvtljDb7JYw2+2WMNvtljDb7ZYw2+yVL9vtljDb7JYvv+2W - Lz71pUI+9KVCv/WlQtv0pULb9aVC2/SlQtv1pULb9aVC2/WlQtv1pULb9aRC2/SkQdv1q07d+9+88/79 - /P/+/v7//vr2/fnOmev1p0bb9aVB2++gRt2baYXnYEC18V9As/GRY33p4pE33e2WMNvxrmHj++vZ9/7+ - /v///////v7+///+/v///v7////////////+/v7/++fR9/TBhuntnD3d7JYw2+2WMNvtljDb7JUv2+2W - MNvtljDb7JYvv+2WLz71pUI+9KRBv/SkQtv0pELb9aVC2/SkQtv1pULb9KRC2/WlQtv1pULb9aVB2/Wl - Qtv1rFHd++C+8/79/P/+/v7//OrV9/a0Y+H1pULb9aVB2+ueSd1dQLXxAQH9/wAB/v9VQrDz244+3eyV - L9vunDzd9s+g7f77+P3//////v38//rix/X76NL3/v7+/////////////v7+//316/v1xpDr7Zo53e2V - MNvsli/b7ZYw2+2VMNvtljDb7JYvv+2VMD71pEI+9aVCv/WkQtv0pULb9KVC2/WlQtv0pEHb9KVC2/Sk - Qdv0pEHb9aVC2/WnR9v4xYbn/fHk+f7+/v/+/fz/+tiu7/WnR93yo0Pb76FG3eicS91fQbPxAQH9/wAA - /v9XQq7x3I8+3e6oV+Hwq1nh9L5/5/zz6fv//////vv4/fK3cuXxrV7j+uLG9f758/3+/v7//v7+///+ - /v/99ez79MOJ6e2XMtvtljDb7ZYw2+2WMNvtljDb7JYwv+2WLz71pUI+9KRCv/WlQtv0pULb9aVB2/Sl - Qtv0pEHb9KVC2/SkQdv1pUPb9apN3fjGiOf98+b7/v79//7+/v/+/fz/+dmy7/SoSt2iboDnVzu68Vg8 - uvElGuL5AAH+/wEA/f9hR6bx35VE3/zw4vn99/D9/vfx/f78+v/+/v7//vv4/fK3cOXtlzLb7p0/3fTA - g+n98uf7///+//7+/v/+/v7//fXr+++mUOHtljDb7JUv2+2VMNvtljDb7JYvv+2WMD71pUI+9KRBv/Wk - Qtv1pULb9aVC2/SkQtv1pULb9aVC2/WlQ9v2tGLh+tu07/737/v+/v7//v7+//7+/v/+/v7/+Ovh+fO1 - bONuSqntAAD+/wAA//8AAP//AAD+/wIB/f9xUKbv5JhE3/338Pv//////v7+///////+/v7//vv4/fK3 - ceXtljDb7JUv2+2XMtvzvX7n/fXr+/7+/f/+/v7//v37//fSp+/tljDb7ZYw2+2WMNvsli/b7JUvv+2V - MD71pUE+9KVBv/WkQdv1pELb9aVC2/WlQtv1pULb9KVC2/azX+H74L/z/vz4/f/////+/v7///////// - ///+/v7/9/Hx/fK6eOVwTabtAgX7/wEE/P8AAf3/AAD+/wIB/f98WKnv6JtH3/359f3+/v7///////7+ - /v/+/v7//v38//K4dOXtljDb7ZYw2+2WMNvtmDXb9ceS6/337/3//////v7+//nhxPPtljDb7JUv2+2W - MNvtljDb7ZYwv+2VMD71pUI+9KRBv/SkQdv0pUHb9aVC2/WlQtv1pULb9rFb3/vhwfP++/j9//////// - ///+/v7////////////+/v7/9/Du+/K5duWodXjlX0qx8V5GsvEnHt75AAD+/wIB/f98Warv6JlC3fjY - svH53Lrz+dy68fncuvH53Lrx+Nq38/CsW+PtljDb7JYv2+2VMNvtljDb8a5g4/zw4vn//////v7+//ng - wvPtljDb7JYv2+2WMNvtlTDb7JUvv+2WLz70pUI+9KRCv/WkQdv1pULb9aVC2/SlQdv1pUHb+MaH5/7+ - /f///////v7+//78+v/85831/OnS9f79+////////Pbv/fa9duXzo0Pb8KJF2+ufSN1gQbTvAQH9/wIB - /f9kQavx34483e2XM9vtmDTb7Zg02+2YNdvtmDXb7Zg12+2XMtvtljDb7ZUw2+2VMNvtljDb8a9i4/zx - 4/n//////v7+//ngwvPtljDb7ZUw2+2WMNvtlS/b7JYwv+2VMD71pUI+9aVCv/WlQdv0pEHb9aVC2/Wk - Qdv1pULb/fHh+f/////+/v7///79//zmzPX3unDj+9668f79+//+/v7//vfv/fe+d+X1pUHb9aVC2+yf - SN1tTKjvFhTs/RER7/1lQqTv3o083e2WMNvtljDb7p5A3fO7eef1xIrr9cOK6/O9funtlzPb7ZYw2+2W - MNvtljDb8a9j4/zx4/n+/v7//v7+//ngwvPtli/b7ZUw2+yVMNvtlS/b7ZYvv+2WMD71pUI+9aVCv/Wl - Qdv1pULb9aVC2/SkQtv1pULb/vbs+////////////fPm+/e4auP1q07d+9+78f79/P/+/v7//vfv/fe+ - duX1pULb9aVB2/KjQ9vIiWPhoHOC6ZBqiumxd2Pl5pI02+2WL9vtmDTb9MCE6f316/v+/fz//v38//zx - 4/ntmjnd7ZYw2+2VMNvtljDb8a9j4/zx4/n+/v7//v7+//ngwvPtli/b7ZUw2+2WMNvtlS/b7ZYvv+2W - MD70pEE+9aVCv/WlQtv0pULb9aVC2/WlQtv1pEHb/vXr+/7+/v///////e3b9/WrT931q07d+9+78f79 - /P///////vjw/ffBfef1pkXb9aVC2/WlQtv1pULb86RD2++hQ9vqljTb7JUv2+2WMNvtmTfd9s6f7f77 - +f3//////v7+//zx5fvtmjnd7ZYw2+2WMNvtljDb8a9j4/zx4/n+/v7//v7+//ngwvPtljDb7ZYw2+2V - MNvtlTDb7JUvv+yVMD71pUI+9aVCv/WlQdv1pULb9aVC2/WkQdv1pULb/vXr+////////////e7c9/Wr - UN31q07d+9+78f79/P///////v37//3v3/n62K3v97535fayXt/1q0/d9aVC2/SjP9vumjbb7p5B3fK1 - beX1xpDr/O3d+f7+/f////////////zx5fvtmjnd7ZUw2+2WL9vtljDb8a9j4/zx4/n//////v7+//ng - wvPtljDb7ZYw2+yVMNvtli/b7JYvv+2WMD71pUI+9aVCv/SlQdv1pUHb9aVC2/SkQdv1pULb/vXr+/7+ - /v///////e7c9/WrUN31q07d+9+78f79/P/+/v7////////////+/Pn9/fTo+/zlyvX62a/v97x04/a1 - ZuH0unfn99Wt7/zz5/v9+fP9/v79///////+/v7///////zy5vvtmjnd7ZYw2+2WMNvtljDb8a9j4/zx - 4/n+/v7//v7+//ngwvPtli/b7ZUw2+2WL9vtljDb7JUvv+2WMD70pEE+9aVCv/WlQtv1pUHb9aVB2/Sl - Qtv1pULb/vXr+/7+/v///////e7c9/WrUN31q0/d++C/8/79+////////v7+///////+/v7///////79 - /P/+/Pn9/fHi+f3t2ff98eT7/vv4/f///////////////////////v7//v37//ndvfPtmTbb7JUv2+2W - MNvtljDb8a9j4/zx4/n+/v7//v7+//ngwvPtljDb7ZYw2+yWL9vtljDb7ZYvv+2WLz70pEI+9KRBv/Wl - Qtv1pULb9aVC2/SkQdv1pULb/vXr+////////////e7c9/WrUN31p0bb97lt4/jDguf86M/1/vjx/f79 - +//+/fz//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v3//vz5/fzy5fv30KPt87p45++j - St/tljDb7ZYv2+2WMNvtljDb8a5g4/zw4vn//////v7+//ngwvPtljDb7ZYw2+2WMNvtljDb7JUwv+yV - Lz71pUI+9aVCv/WkQtv1pULb9aVC2/WlQdv1pULb/vXr+/7+/v/+/v7//e7c9/WrUN31pULb9aVC2/Wl - Qtv1rFHf+MSE5/rZse/737zx/fPm+/758v3+/v3////////////+/v7///////7+/v/99ez7+Nm08fGw - Y+PsljDb7ZUw2+2WMNvslS/b7Zk22+6hRt/vo0nf9caP6/327vv+/v7//v7+//ngwvPtli/b7ZUw2+2W - MNvtlS/b7ZYwv+yWMD71pUI+9KVCv/WlQtv1pELb9KRB2/SlQtv0pUHb/vXr+////////////e7c9/Wr - UN31pELb9KRB2/WlQtv1pUHb9aVC2/WlQtv1qkzd97545fnOmOv75cnz/vv3/f///////////v7+///+ - /v/99+/7+uTJ9ffSpu/ytW/l8rRs5fK1bOXytGvl9MKH6fndvPP64cTz/fXr+/7+/v/+/v7//v7+//ng - wvPtljDb7ZYw2+2VL9vtljDb7JUwv+2VMD71pUI+9KRBv/WlQtv1pULb9aVC2/WkQdv1pULb/vXr+/// - /////////e7c9/WrUN31pELb9aVC2/WlQtv1pELb9aVC2/WlQtv0pEHb9aVC2/WnSN32sFrf/fDg+f7+ - /v/+/v7///////7+/v/+/v7///////77+P388+j7/PLn+/3z5/v88ub7/fbu+/7+/f////////////7+ - /v///////v7+//rhxfXtljDb7ZYw2+2WMNvtljDb7ZYwv+2WMD71pUI+9aVCv/SlQtv0pEHb9aVB2/Sk - Qtv1pULb/vXr+////////////O3b9/asUt31pULb9KRB2/WlQtv1pULb9KRB2/WlQtv1pULb9KRB2/Wl - Qtv1qEnd/e/e9////////////v7+/////////////v7+/////////////v7+/////////////v7+//// - /////////v7+//79+//++/j9/O/g+fbOn+3tli/b7JUw2+2VL9vtli/b7JUvv+2WLz71pUI+9KVBv/Wk - Qtv1pELb9aRC2/SlQtv1pULb/vXr+/7+/v/+/v7//vfv/fnJjuf2tGPh9atP3fWmRNv1pULb9KVC2/Wl - Qtv1pkTb9atP3fa0YeH5yIzn/vfv+////////////v7+//748/398+n7/vv4///+/v////////////// - /////////v7+//7+/P/++vX9/O/f+fnevvP2zZ3t8K1d4+2ZON3tljDb7JUv2+2VMNvtljDb7JUvv+yV - Lz71pUI+9aVCv/WlQdv1pULb9aVC2/WkQdv1pULb/vXr+////////////v7+//327Pv869X3+tes7/nJ - j+n2sl3f9apM3fawWd/4x4vp+tit7/zq0/f+9uz7/v7+/////////////v79//ngwvPzu3rn99Ws8fvo - 0ff++fT9/vr1/f769f399/H9+uXM9fjbufP2zZ7t8bFl4++jSt/tlzLb7JYw2+2WMNvslS/b7ZYw2+2V - MNvsli/b7ZYwv+2VMD71pUI+9KVCv/SkQdv1pULb9KRB2/SlQtv1pULb/vfv+////////////v7+//// - /////v7//vv3/f748f385871+9+98fznzfX+9+/7/vv3/f/+/v///////v7+/////////////v7+//nc - u/PtmTbd7p0/3fCnUuHzv4Hp9MGF6fTBhenzvoDp8KdR4e6fQt3tmzvd7ZYw2+2WMNvtljDb7ZYw2+2W - MNvtljDb7ZYw2+2WMNvtljDb7JYwv+2WMD71pUI+9aVCv/WkQdv1pULb9aVC2/WkQdv1pULb+9y37/32 - 7Pv++vX9/v7+//7+/v/+/v7///////////////////////7+/v///////////////////////v7+//76 - 9f399Or7/fPn+/TBhensljHb7ZUv2+2WMNvtljDb7ZUv2+2WL9vtlTDb7ZYw2+2WMNvtli/b7ZUv2+2W - L9vtljDb7ZUw2+2VMNvtli/b7ZUw2+2WL9vtli/b7ZYvv+2WLz71pUI+9aVCv/WlQtv1pEHb9aVC2/Wl - Qtv1pULb9a5V3/jBf+X606Lt/OXJ8/zq0/X++vT9/v7+//////////////////7+/v/+/v7//v7+//75 - 9P3869X3/ObL9fnTpe3zuHLl8rVu5e2aON3tljDb7ZYw2+yVL9vtljDb7ZYw2+2WMNvslS/b7JUv2+2W - MNvtljDb7ZYw2+2WMNvslS/b7JUv2+2WMNvtljDb7JUv2+2WMNvtlS/b7ZYwv+2WMD71pUI+9KVCv/Sk - Qtv1pULb9aVB2/WlQtv0pEHb9aVC2/WlQtv1qUvd9rBZ3/a0Y+H5yY7p+tiu7/737/v//fv//v36/f/9 - +//+9+/9+tqx7/nIjOn2tWXh9rBa3/SoS93tlzLb7JUv2+2WMNvslS/b7ZYw2+2WMNvtlS/b7ZYw2+2W - MNvslS/b7ZYw2+2WMNvtljDb7ZYw2+2WMNvslS/b7ZUw2+2WMNvtljDb7ZYw2+yVL9vslS/b7ZYwv+2V - MD71pUI+9aVCv/WlQdv0pULb9aVC2/WlQtv1pULb9KVC2/WlQtv1pULb9KVC2/WlQtv1pkXb9ahK3faw - Wt/2sl3f9rFd3/ayXd/2sFrf9alL3fWmRdv1pULb9aVC2/SjP9vtlzLb7JUv2+2WL9vtli/b7ZYw2+2W - L9vtli/b7ZUw2+2WL9vtljDb7ZYw2+2WL9vtlS/b7ZUw2+2WL9vtli/b7ZYw2+2WL9vtlS/b7ZUw2+2W - MNvslS/b7ZYvv+2VMD70pUJA9aVCv/WlQtv1pULb9aVC2/WlQtv1pULb9KRB2/SkQdv1pULb9aVC2/Wl - Qtv1pULb9aVC2/WlQtv1pULb9KVB2/WlQtv1pULb9aVB2/WlQtv1pULb9aVC2/SjP9vtlzLb7JUv2+2W - MNvtljDb7ZYw2+yVL9vslS/b7JUv2+2WMNvtljDb7ZYw2+yVL9vslS/b7ZYw2+2WMNvtljDb7ZYw2+2W - MNvtljDb7ZYw2+2WMNvslS/b7ZYwv+2WMD71pUI+9KVCu/WlQdv1pULb9aVC2/WlQtv1pULb9KRB2/Wl - Qtv1pULb9aRB2/WlQtv1pEHb9KVC2/WkQtv1pUHb9KVC2/WkQdv0pUHb9KVC2/WkQdv1pEHb9aVC2/Sj - P9vtlzLb7JUv2+yVL9vtlS/b7ZYw2+2VL9vtljDb7JUw2+yVL9vtljDb7JUw2+2VL9vtljDb7ZUw2+2V - L9vtlS/b7ZYw2+2VL9vtlS/b7ZYw2+yVL9vtljDb7ZYwve2WMD70pEEs9aVCq/WlQtv1pUHb9aVB2/Wl - Qtv1pULb9aVB2/WlQtv1pULb9aVC2/WlQdv1pULb9aVC2/WlQtv1pULb9aVB2/WlQtv0pEHb9aVB2/Wl - Qtv1pULb9aVC2/OiPtvumDLb7JUv2+yVMNvslS/b7ZYw2+2WMNvtljDb7ZYw2+2WMNvtljDb7ZYw2+2W - MNvsljDb7ZYw2+2WMNvtljDb7ZYw2+2WMNvtljDb7ZYw2+2WMNvtljDb7JYwr+2VLzD1pUIO9aVCbvSk - Qcv0pEHb9aVB2/WlQtv1pULb9aVC2/WkQdv1pUHb9aVC2/WlQtv1pULb9KVC2/WlQtv1pULb9aRC2/Wl - Qtv1pUHb9aVC2/SlQdv1pULb9KRB2/KgPdvumDLb7ZUv2+yVL9vslS/b7JUw2+2VL9vtli/b7ZYw2+yV - L9vtli/b7ZUw2+2VL9vsli/b7ZYw2+2WMNvtlS/b7ZYw2+yVL9vslS/b7ZUw2+yVL9vslS/N7ZUwdO2W - MBD1pEIC9aVCJvSlQYv0pULN9KRB2/WlQtv1pULb9aVB2/WlQtv1pULb9aRB2/WlQtv1pULb9aRC2/Wl - Qdv1pUHb9aRC2/SlQdv1pUHb9aVC2/SkQdv1pULb9KRB2/KgPdvumDLb7JUv2+2VMNvtlTDb7ZYw2+yV - L9vtlTDb7ZYw2+2VMNvtljDb7ZYw2+2WMNvtljDb7JYw2+2WMNvtljDb7JYw2+2WMNvtljDb7ZYw2+yW - L83sli+N7ZYwKOyWLwIAAAAA9aVCBPWlQij0pEFy9aVCr/SlQb31pUK/9aVCv/SlQr/0pUK/9aVCv/Sl - Qr/1pEK/9KRBv/WlQr/1pUK/9KVCv/WlQr/0pEK/9KRBv/SlQb/1pUK/9KRBv/KgPb/umDK/7JUvv+2W - ML/tljC/7JUvv+yWL7/sljC/7JUvv+yWL7/sli+/7JUvv+yVML/sli+/7JUvv+yVML/slTC/7ZYwv+yW - L7/tljC97ZYvr+2WMHTtljAo7ZYwBAAAAAAAAAAAAAAAAPSkQgL1pUEO9aVCMPWlQj70pUJA9aVCPvWl - Qj71pUI+9aVCPvWlQj71pUI+9aVCPvWlQj71pUI+9aVCPvWlQj70pUI+9aRCPvWlQj71pUI+9KRBPvKg - PT7umDI+7ZYvPu2WMD7slTA+7ZYwPu2WLz7tli8+7ZYwPu2WMD7tli8+7ZYwPu2WLz7tljA+7ZYwPu2W - MD7tli8+7ZYwPu2WMD7slS8+7ZYwMu2WLxDsljACAAAAAAAAAAD///////8AAPAAAAAADwAAwAAAAAAD - AADAAAAAAAMAAIAAAAAAAQAAgAAAAAABAACAAAAAAAEAAIAAAAAAAQAAgAAAAAABAACAAAAAAAEAAIAA - AAAAAQAAgAAAAAABAACAAAAAAAEAAIAAAAAAAQAAgAAAAAABAACAAAAAAAEAAIAAAAAAAQAAgAAAAAAB - AACAAAAAAAEAAIAAAAAAAQAAgAAAAAABAACAAAAAAAEAAIAAAAAAAQAAgAAAAAABAACAAAAAAAEAAIAA - AAAAAQAAgAAAAAABAACAAAAAAAEAAIAAAAAAAQAAgAAAAAABAACAAAAAAAEAAIAAAAAAAQAAgAAAAAAB - AACAAAAAAAEAAIAAAAAAAQAAgAAAAAABAACAAAAAAAEAAIAAAAAAAQAAgAAAAAABAACAAAAAAAEAAIAA - AAAAAQAAgAAAAAABAACAAAAAAAEAAIAAAAAAAQAAwAAAAAADAADAAAAAAAMAAPAAAAAADwAA//////// - AAA= + AAABAAEAgIAAAAEAIAAoCAEAFgAAACgAAACAAAAAAAEAAAEAIAAAAAAAAAABACUWAAAlFgAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8A////AP///wD///8B////D////0v///+J////vf///9/////1/////v// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////+////9f///9////+9////if// + /0v///8P////Af///wD///8A////AAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////Ff// + /0n///+J////tP///9H////l////8v////v////+//////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////7////7////8v///+X////R////tP///4n///9J////Ff///wD///8A////AP// + /wAAAAAAAAAAAP///wD///8A////A////yf///9n////sf///+7///////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////7v///7L///9o////KP///wP///8A////AAAAAAD///8A////AP///wP///8i////hv// + /9n//////////v////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////+/////////9r///+H////Iv// + /wP///8A////AP///wD///8A////Jf///4D////b/////f////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////f///9v///+A////Jf///wD///8A////AP///xX///9n////1v// + //z///////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////P// + /9b///9n////Ff///wD///8B////S////7T///////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////7T///9M////Af///w////+N////8/// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////9P///47///8Q////S////7X///////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////tv///0z///+J////0f// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////R////iv///7r////k//////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////+X///+9////2f// + //D///////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////8////+D////t////+P////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////7////9P// + //r////9//////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////7////9//////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/v3//fz7//v5+P/79/X/+vf1//v49//8+/n//v38/////v////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////+//37+v/59PH/9e3o//Ln + 4P/y59//8+rk//fx7P/7+Pb//v39//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////v///v3/+/f0//Tq4//u3NH/6tPE/+nSwv/s2cz/8eTa//jy7f/9+/r///7+//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////v7+//79/P/58uz/8d3P/+jI + sv/lu5//5bqd/+fDqv/r0b//9Ojf//v49v/+/f3///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/f3/+/r5//bq4v/u0Lv/5baV/+Opgf/jqH//5bCN/+jApf/w283/+PHt//z6 + +f/+/v7///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////7+//38+//59fP/8uLW/+vE + qf/kqH//451t/+Odbf/jo3j/5rGO/+zNuv/z5t//+fTy//79/f////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/f3//Pn4//bv6//v2Mr/6LqZ/+Sebv/jlWD/45Zh/+Oaaf/kpXv/58Cn/+3c + 0f/17+v//fz7//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////39/f/7+Pb/8unk/+vR + wP/ms5D/45lm/+OTXP/jlF3/45di/+Ofcf/jt5j/6NLD//Lp4//9+/r///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////f39//r29P/w5N3/6Mu3/+Wviv/jl2P/45Jb/+OTXP/jlmD/45xr/+Gv + jf/lybb/8eTc//z6+f////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////9/Pz/+vTy/+7f + 1v/lxa//46uF/+OWYv/jklv/45Nc/+OVXv/immj/4KqE/+XDq//w4NT//Pn3//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////38+//58/D/7NvQ/+PAqP/iqID/45Zh/+OSW//jk1z/45Re/+OY + Zv/hpXz/5b2h//Dczf/79vT///7////+/v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////v///fv7//ny + 7v/q18r/4ruh/+GlfP/jlmH/45Jb/+OTXP/jlF7/45hk/+Ojdv/nuJj/79bE//fw7P/8+/v//v7+//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////9+/v/+PHt/+rUxf/huJv/4aN5/+OVYP/jk1v/45Nc/+OT + Xf/jl2L/5KBw/+eyjf/szbf/8+ff//n29P/+/fz///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////37 + +v/48Or/6tG//+G0lP/hoXX/45Vg/+OTW//jk1z/45Nd/+OVYP/km2n/5qqB/+nDqP/t3dH/9vHs//38 + +/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////7//fv5//jv6P/qzrn/4rGO/+Gfcv/jlV//45Nb/+OT + XP/jk1z/45Re/+SXYv/ko3X/5bma/+jSwv/z6+T//Pv5//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////+ + /v/9+vj/+e7m/+3Ls//lrof/455u/+OVX//jk1v/45Nc/+OTXP/jk13/45Rf/+Odbv/isY7/5cm1//Hl + 3f/8+ff///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////v79//z49f/46uD/7sar/+eqgP/knGr/45Re/+OT + XP/jk1z/45Nc/+KSXP/jk13/4ppp/+Krhf/lwan/8eHV//z49f///v7///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///9/Pv/+fPw//Tj1//sv6D/5qR2/+SZZf/jlF3/45Nc/+OTXP/iklv/4ZFb/+KSXP/imGb/46Z9/+a7 + nv/x3M7/+/by//79/f////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////7///7+///+/v///v7///7+///+ + /v///v7///7+///+/v////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////z6+f/27ur/8NvO/+m4lf/lnm3/45Vg/+OT + XP/jk1z/4pJb/+CRWv/gkFn/4ZFa/+OXY//konX/57WS//DWxP/58uz//Pv6///+/v////////////// + //////////////////////////////////////////////////////////////////////////////// + ///+/v7//v39//38+v/8+ff//Pj2//z39f/89/T//Pf1//z49v/8+ff//Pv5//39/P/+/v7///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////v7/+vf2//Pp4//s1MT/57GM/+SaZ//jlF3/4pNc/+KSW//hkVv/35Ba/96PWf/gkFn/4pVf/+Sd + bP/mrIP/7My0//Po4P/59vT//v39//////////////////////////////////////////////////// + //////////////////////////////////////////////38/P/7+Pb/9/Ds//Pn4P/y49n/8uHW//Hg + 1f/x4db/8ePZ//Ln3//17un/+ff1//z7+//+/v7///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////+/v/59fP/8OTc/+jNuv/krIb/45hl/+OT + XP/iklv/4ZFb/+CQWv/ej1n/3Y5Y/96PWf/hklz/45hl/+Wkd//owKT/7dzQ//Xv6//9/Pv///////// + //////////////////////////////////////////////////////////////////////////////7+ + /v/9/Pr/+vXy//br5f/v3tL/6dC+/+jJtP/oxq//58Wt/+fGr//nybT/6M+8/+3azP/06eD/+fPu//z6 + +P/+/v3///7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////7+//n08f/u39b/5May/+Opgv/jmGT/45Nc/+KSW//hklv/35Fa/96PWv/cj1n/3o9a/+GR + XP/ilWH/5J5v/+S2lv/p0cH/8+ni//37+f////////////////////////////////////////////// + ///////////////////////////////////+/v3//Pv5//n07//z597/7tfI/+nHsP/luZv/5LKQ/+Sw + jP/kr4v/47CM/+OykP/kt5f/6cGm/+/Svf/z4dT/9+/p//v49//+/f3///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////+/v///v7/+PLu/+3b0P/iwar/4aZ9/+OX + Y//jk1z/4pNc/+CTXv/flF//3pNf/92TX//fk17/4ZNd/+KVX//im2r/4q6J/+bIs//x49n//Pn4//// + ///////////////////////////////////////////////////////////////////////////+//79 + +//59fL/8+jh/+3Wxv/owqj/5LGN/+Olev/ioHL/4p5v/+Kebv/in2//4qBx/+Ojdv/lq4L/6rqX/+7N + tv/y4dX/9/Ht//z6+v///v7///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////7+//79/v/38Oz/69fK/+C8ov/hpHn/45Zi/+OTXf/ilWD/4Jpq/96fcv/fonf/4KJ3/+Ke + b//jmWb/45dj/+OaaP/hqID/5cCm//He0v/8+fb///////////////////////////////////////// + /////////////////////////////////////////fz6//Xu6P/r2cv/58Oq/+Svi//ioXT/4plo/+KX + Y//ilmH/4pZh/+KWYf/il2P/45hm/+SdbP/mp3r/6bmX/+zOuf/y5Nn/+vf0//7+/f////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////+/v/+/fz//fr5//z59v/99/T//ffz//338//99/P//ffz//338//99/P//ffz//33 + 8//99/P//ffz//338//99/P//ffz//338//99/P//ffz//338//99/P//ff0//349f/9+vj//v38///+ + /v///////////////////////////////////////////////////v7//v7+//bv6v/q1MT/4Lea/+Ch + df/jlmL/45Re/+KYZf/go3r/4K+N/+K2l//luJn/5q2G/+Whc//kmmj/45pn/+Kkef/mu5z/8drL//v2 + 8////////////////////v7//fz6//z59//8+PX//ffz//338//99/P//ffz//338//99/P//ffz//33 + 8v/68uv/8eHV/+bJs//js5L/4qF2/+KYZf/jlWD/45Re/+OUXf/jlF3/45Rd/+OUXv/jlV//45Zi/+Sb + af/lqH7/57qb/+3TwP/37uj//Pn4//7+/v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////+/v7//fz8//r28//16+T/9OTZ//Xf + 0P/23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bc + y//23Mv/9tzM//bczP/13s7/9eHU//Xn3v/69PD//fv7//7+/v////////////////////////////// + ///////////////+/v/+/v3/9+7n/+rQvv/hspL/4Z9y/+KWYf/jlWD/45tr/+Kui//kwaj/6cu3/+zO + uP/pu5z/5ad+/+Odbf/jmWb/46Jz/+e3lP/v1cL/+PHs//z9/P/+/v3///79//37+v/48ev/9OXb//Tg + 0v/13c3/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//TZxf/tzbX/5rmb/+Opgf/im2r/4pRf/+OT + Xf/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXf/jlF3/45Zh/+Oebv/kq4T/6cKn//Hg1f/38e3//Pv6//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////7+/f/8+vj/9+7p/+3bzv/rzbn/7MSo/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+6/ + n//uv5//7r+f/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+3CpP/sx67/7dLA//Xp + 4f/79vT//fz8//////////////////////////////////////////////7+//7+/v/37eX/7M25/+Ku + i//hnW7/4pZh/+OXY//koHL/5rqd/+rSwv/v39T/8uDU/+vIsP/kroj/4p9x/+OZZf/kn27/6LKM/+3O + uP/06uL/+vj3//78/P/9/Pv/+vbz//Lj2P/rz7v/68Ws/+3Aov/uv5//7r+f/+6/n//uv5//7r+f/+6/ + n//uv57/7b6c/+q3k//mrIX/5KFz/+OXY//jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT + XP/jlF3/4pdj/+OfcP/ls5D/6tLB//Ln4f/79/b///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////v79//z59v/06uP/59DB/+W+ + ov/msIr/6Kl8/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ip + ff/oqX3/6Kl9/+ipff/oqX3/56uB/+axjP/ovaH/7tnL//Xt5//7+Pb////+//////////////////// + /////////////////////v7///7+//js4//uy7T/5KuE/+Kba//jl2L/5Jto/+eoff/rx67/8OHX//Xt + 5//36+T/7NC9/+Oykf/ioXX/45hk/+SaZ//mqn//6cSp/+7f0//28e7//Pr5//r39f/27Ob/7tXE/+e9 + oP/msYz/56qA/+ipfP/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipfP/nqHv/5qZ4/+Whcv/km2j/45Vf/+OT + W//jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jlF7/4pln/+Oqg//lx7L/7uDW//n1 + 8v////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/v3/+/j2//Po4f/lzLv/4raY/+Ome//lnWr/5Z1r/+Wda//lnWv/5Z1r/+Wd + a//lnWv/5Z1r/+Wda//lnWv/5Z1r/+Wda//lnWv/5Z1r/+Wda//lnWv/5Z1q/+Wcaf/knWv/5KJ0/+Wu + iP/oyrX/7+HY//jz7////v7////////////////////////////////////////+/v/+/fz/+Org/+/J + r//mqX//45po/+SYZP/mn27/6a+H//DRvf/27Ob/+vXy//nw6//s1cX/4ria/+Gkev/jl2P/45Zg/+Si + dP/muZr/6dLD//Pq5P/69vT/9vDs//Dh1v/qyLD/5rCL/+Wlef/ln27/5Z1q/+Wda//lnWv/5Z1r/+Wd + a//lnWv/5Z1r/+Wdav/lnWr/5Jto/+OYY//jlF7/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT + XP/jk1z/45Nc/+OTXP/imGT/4ad+/+LBqv/s3NH/+PPw//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////79/f/7+Pb/8+jh/+XL + uf/itpj/5KZ8/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+We + bP/lnmz/5Z5s/+WdbP/lnGn/5Jhj/+OXYv/jm2j/46Z7/+S/pf/r2Mv/9u7p//7+/f////////////// + //////////////////////7//f38//r59//15dn/7saq/+eofP/kmmf/5Jll/+ehcv/qs43/8tjE//ny + 7f/8+ff/+fPv/+3bzf/jvqT/4ah//+OYY//jlF3/451t/+Owjv/myLT/8eXc//jz7v/z6OD/6tTE/+a7 + nf/lp3z/5aBx/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnWr/5Jlk/+OV + Xv/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OXY//hp37/4cGr/+vc + 0f/48/D///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////v79//v49v/z6eP/59C//+W9ov/nsIr/6Kl8/+ipff/oqX3/6Kl9/+ip + ff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqHv/56V4/+agcf/kmGT/45Vf/+OX + Y//ioXP/4raY/+nRwP/16uP//v79//////////////////////////////////7+/v/8+/r/9/Pw//Hf + 0v/swaT/56Z5/+WaZf/kmWX/5qN0/+u2kf/028r/+/by//38+//69vL/7uDW/+XGr//irYf/45pm/+OT + XP/jmmj/4qqD/+TAp//w39T/9+/q/+/g1f/lyLL/4q+L/+Sgcf/ln23/56Jy/+ileP/oqHz/6Kl9/+ip + ff/oqX3/6Kl9/+ipff/oqHz/56Z5/+ajc//knGn/45Zg/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT + XP/jk1z/45Nc/+OTXP/jlF3/45lm/+Kpgf/jxbD/7d7V//j08f////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////+/v7//Pr5//fw + 6//u39P/7dO//+/KsP/wxaf/8Mao//DGqP/wxqj/8Mao//DGqP/wxqj/8Mao//DGqP/wxqj/8Mao//DF + qP/wxaj/8MWn/+2/oP/otpP/5KqC/+Obav/jlF//45Zg/+Kebv/hsI7/6Mu3//To3//+/v3///////// + /////////////////////////v39//v49//07ej/7dfH/+m7mv/moXL/5Jhi/+SZZf/lpXf/6rmV//Xe + zf/8+PT//v38//v49v/x6OH/6dC+/+W2lP/kn2//45Zg/+OZZv/jpnv/5rqb//Lczf/47eb/7trN/+O+ + pP/gp3//45xq/+afbf/oqHr/7LWQ/+/Bov/wxaf/8Mao//DGqP/wxqj/8MWn/+7CpP/quZf/5auD/+Of + cf/jlmH/45Jb/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OWYf/knm3/5K+L/+bM + uv/v49v/+fb0//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////7+///+/fz/+/j2//fw6v/26+H/9+fa//jl1//45df/+OXX//jl + 1//45df/+OXX//jl1//45df/+OXX//jl1//45df/+OXX//jk1v/449X/8tnI/+rKs//kt5f/46Fz/+OX + Yv/jlmH/45xr/+Kshv/pxq7/9OXa//78+//////////////////////////////////9/f3/+/b1//Hn + 4P/pz7z/5rOQ/+Sbaf/jlV//45lm/+Smev/ou5n/9N/Q//z49f/+/v3//Pr5//Xv6//u283/6MCj/+Sm + e//jmWb/45ll/+Wjdv/ptpL/89fE//fo3v/u1ML/47eY/+Gidv/jmmf/5qBv/+mtg//wxqn/9t3M//jk + 1v/45df/+OXX//jl1//35Nb/9eDQ/+3Puf/kt5n/4qZ9/+KZZ//jlF3/45Nc/+OTXP/jk1z/45Nc/+OT + XP/jk1z/45Nc/+OTXP/jlV//5Jtq/+WmfP/mupz/6tbI//Lp5P/7+Pb///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////7+ + /v/9/Pv//Pj2//v28v/89e///PTu//z07v/89O7//PTu//z07v/89O7//PTu//z07v/89O7//PTu//z0 + 7v/89O7//PPu//zz7P/26N7/7dfI/+fCqf/lqX//5Jtp/+SXY//jm2n/46h//+nCpf/y4NL/+/j1//79 + /P////7///////////////////////38/P/69fL/7uHY/+bIsv/krYj/45hk/+OTXf/jmWj/46d+/+a9 + n//z4NP//fj2///+/v/9/Pv/+fXz//Lk2v/qyK//5KyF/+Kca//jmWX/5aJy/+mxiv/vzbf/8tvN/+zJ + s//ksI3/4p9w/+OZZv/loXL/6LCL//HPuP/66+H/+/Ps//z07v/89O7//PTu//zz7v/57+f/8t/S/+jI + sv/ks5P/4qJ2/+KYZf/jlV//45Nd/+OTXP/jk1z/45Nc/+OTXP/jlF3/5JZg/+WbaP/kpXn/5bOQ/+nI + sf/w4tj/9/Ht//z7+v////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////+/v/+/v3//v38//79/P/+/Pv//vz7//78 + +//+/Pv//vz7//78+//+/Pv//vz7//78+//+/Pv//vz7//78+//+/Pv//vz6//jz7f/x49j/6s66/+ey + jP/loHH/5Jlm/+OaZv/lpXf/6ryc//DZyP/48u7//Pv6//7+/v///////////////////////fz7//nz + 8P/s3NH/5MGp/+Opgf/jlmL/45Nd/+Kaaf/iqYP/5L+m//Li1//9+ff///////7+/v/8+/r/9uzk/+zP + u//jso//4Z9x/+OZZv/ln2//6KuC/+vApP/syrX/6b2f/+Wqgf/jnGv/45lm/+Sidv/ntJP/8dXC//vz + 7v/++/r//v38//78+//+/fv//vz7//z59v/27eb/7dnM/+jErP/kr4z/4qB0/+KZZv/ilmH/45Vg/+OV + X//jlV//4pVg/+OXY//knGr/5qR4/+axjv/mwqj/69fI//Xt6P/7+Pb//v39//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////+/n2//Xt5v/u2cn/6LmY/+Slef/jmmj/45hj/+Wfbv/otJD/7dC8//Pq + 5P/69/b//v39///////////////////+///9+/r/+PLt/+rXyf/iu6D/4aV8/+OVYf/jklz/4ptr/+Gs + iP/kxK3/8uTb//359/////////7+//7+/f/48Ov/7dTE/+K3mf/gonb/45ll/+SbaP/monX/56+K/+e1 + k//mrYb/5aJz/+SZZf/jmWb/46V8/+W5nP/w2sv/+/bz///+/v///////////////////////v39//r2 + 8//06eL/7tfI/+nErP/kspH/4aV7/+Gfcv/inGz/4ptp/+Kbav/hnW//4aJ2/+Oqg//nt5b/6sau/+3W + xv/y59//+vb0//38/P///v7///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////9/Pv/+fTv//Li + 1v/nv6P/46iA/+Kbav/jlmD/5Jlm/+WshP/oxq//7uHY//jz8f/+/fz///////////////////7///37 + +v/48Or/6dLB/+G2mP/honj/45Vg/+OTXP/inW7/4rGP/+TKt//y6N///fr4/////////v7///7///nz + 7//t2cz/4r2k/+Gmff/jmWb/45Zi/+OZZv/jnm//46F0/+Oebv/kmmf/5JZh/+ObaP/jq4X/5cKq//Df + 1P/8+PX///7+/////////////////////////v7//fv6//r18v/16uL/8NvP/+nKtv/juZ3/4rGP/+Os + hv/kqoL/5aqC/+Ouiv/itZb/5cCn/+rOvP/w3dD/9erj//r08f/9+/r///7+//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////79/f/79/T/9Ofd/+fErP/irIf/4p1t/+OVX//jl2H/5KZ8/+W+ + pf/q2c7/9/Dt//78+/////////////////////7//fv5//jv6P/qzrv/4rKR/+Ggc//jlWD/45Nd/+Of + cf/jt5f/59HB//Pr5f/8+/n/////////////////+vXy/+/f1f/lxrL/462K/+Scbf/jlmL/4pVg/+GX + Y//hmGX/4pdj/+SXYv/kmGP/5aJy/+a3lv/pz77/8ujh//z69////v7////////////////////////+ + /v///f3//fr6//r08f/27Ob/8eDV/+zTwv/rzLf/7Mmx/+3Hrf/tx63/68u0/+vQvf/t2Mr/8eLZ//Xs + 5v/59PL//Pv6//7+/f////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////v7+//z5 + 9//26+L/58q1/+Gwjv/hn3H/45Rf/+OVX//jonb/47ib/+jSw//27ej//fz7//////////////////// + /v/9+/j/+O7m/+vLtf/jr4r/4p5w/+OVYP/jlF7/5KN2/+a9oP/r2c3/9u/r//38+/////////////// + ///79/b/8ubf/+nRwf/mt5j/5KJ2/+KYZf/hk13/4JJc/+GTXf/ilF7/45Zg/+SbaP/nqX7/6sOo/+/e + 0v/28e7//fv7///////////////////////////////////////+/v7//fz6//v49v/58u7/9uvk//bn + 3v/25tv/9uXZ//bl2f/259z/9erh//bu6P/48/D/+/f2//37+//+/v7///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////v7//fr4//bt5//nz77/4bWW/+GhdP/jlF7/45Re/+Kf + cv/is5P/58u5//Xr5P/9+/r////////////////////+//37+P/57eX/7cmw/+WshP/jnW3/45Zh/+SY + ZP/nqn//68eu//Dk2//49fP//v38//////////////////z6+f/37ur/793S/+nApv/kp37/4ppp/+GT + Xf/hkVr/4pJb/+KTXP/jlmH/5J5t/+evif/tzbb/9Oni//r4+P/+/f3///////////////////////// + //////////////////////7//v79//37+//8+ff//Pf1//z39P/89/P//Pfz//z39P/8+Pb//Pr5//38 + +//+/f3///7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////+ + /v/9+vn/9+/q/+nVyP/ju5//46R6/+OVYP/jlF7/4p1u/+Kui//mxrD/9eff//36+P////////////// + /////v7//fr3//ns4v/vx6v/56qA/+Sca//kmGP/5Z1r/+myi//w0bz/9u7o//v6+f/+/v7///////// + /////////v39//v28//16OH/68mz/+Osh//hnG7/4ZRf/+KSW//ik1z/45Nd/+OXYv/ioHP/5bST/+/T + wf/48ev//f39//7+/v///////////////////////////////////////////////////v////7+//79 + /P/+/fz//vz8//78/P/+/Pz//vz8//79/P/+/v3//v7+///+/v////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////+//38+v/48u7/7NzS/+fErP/lrIT/5Zpn/+OW + YP/jnGv/5KqE/+jBp//z49j/+/f0//79/f////////////79/P/79vP/9+fd/+7Ep//nqX7/5Z1q/+SZ + ZP/moHD/67eT//LXxP/59PD//f39//7+/v/////////////////+/v7//Pr4//ju6P/sz7z/47CP/+Gf + c//ilWD/4pNb/+OTXP/jk17/45hk/+Kkev/kup7/79jJ//r18P////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////7//vz7//n18v/x5d3/6826/+e0kf/loHD/45hj/+Obaf/lp33/6Lyd//Hez//48+7//Pv6//// + /////////Pv6//jy7f/z4dT/7MCh/+ene//lnGn/5Jll/+WidP/qupj/89vK//z49f/+//////////// + ///////////////////9/Pv/+fLt/+3Vxf/itpj/4aN5/+KWYv/jklv/45Nc/+OVX//jmmj/4amD/+TA + qv/v3tL/+/f0//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////+/f3/+/j3//bt6f/v18j/6bye/+Sk + eP/jmWb/45lm/+WidP/otJD/7tXD//Ts5f/6+Pb///7+///////7+Pf/9ezm/+7Zyf/puZf/5qN0/+Sa + Zv/jmWb/46N3/+m8nP/z3c3//fr3//////////////////////////////////79+//69PD/7drN/+O9 + o//hp3//45dj/+OSW//jlF7/5Jhj/+SfcP/jsZD/5sq4//Hj2//8+ff///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////+/v/++/v/+vbz//Pg1P/pw6j/4qiA/+Kaaf/jl2L/5Jxq/+aqgv/pyrT/8OPa//jz + 8P/+/v3///7+//r28//x5t3/6dC9/+axi//knWv/5Jdi/+OZZv/ipXv/576h//Le0P/9+vj///////// + /////////////////////////v38//r28v/v4Nf/5caw/+Osh//jmWX/45Nb/+OWYP/lnGr/5qh9/+e9 + of/r1sn/8+rl//z6+f////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////+//79/P/8+vj/9OXb/+nI + sf/hrIj/4pxs/+OWYf/jmWX/5KV5/+XCqP/s28//9vDr//7+/P////7/+PPw/+7g1f/lx7L/46qD/+OZ + Zv/jlmD/4ppo/+Cof//mwab/8uDT//37+f/////////////////////////////////+/f3/+/j1//Ho + 4f/p0L//5raU/+Wfbv/klV//45di/+SgcP/mr4j/68mx//Hi2f/38u///fz8//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////v79//38+v/06eD/6M25/+CxkP/hnm//45Zg/+OXYv/joXT/4rqd/+nU + xf/07OX//v38//7+/v/38e3/7NrN/+K/p//hpXz/45dj/+OVYP/im2n/4KqF/+XErP/x4tb//fv5//// + //////////////////////////////7+/v/8+/n/9fDr/+7bzv/pwKP/5qd6/+SaZ//jm2j/5KV6/+a2 + lv/u08H/9u7o//v49//+/v7///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////v7//v37//Xs + 5f/p0sH/4LaY/+Kgcv/jlmH/45Zh/+KfcP/gs5T/5868//Tp4f/+/Pv//v7+//bv6f/q1MX/4Lic/+Gi + dv/jlmL/45Vg/+Kca//grYr/5cey//Hk2v/9+/r///////////////////////////////////////38 + +//59vT/8+bc/+vLtP/lsYz/4qN3/+Kid//jrov/58Gp//De0f/69fL//vz8//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////+/v/+/fz/9u7p/+vYyf/ivqL/46R3/+OXYv/jlmH/4p1t/+Cv + i//nybP/8+bc//77+v/+/v7/9u3m/+rQvv/gspT/4Z9y/+OWYf/jlWD/4p1t/+Cxkf/mzLr/8ubf//37 + +v///////////////////////////////////////v79//37+v/37+n/7dfI/+S/pf/hsZL/4rKS/+W/ + pv/q0cL/8+jh//z59////v3///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////+//79 + /P/48u7/7t/U/+bHsf/lq4L/5Jxp/+SXY//jnGv/4qqE/+fEq//y4db//Pn3//79/f/26+T/6824/+Gv + jP/hnW7/45Vg/+OVYf/jnnD/47eZ/+jTxP/z6uT//fz7//////////////////////////////////// + //////7//v79//v28//z5t3/7NXG/+nMuP/qzbj/7dbG//Hj2v/48e3//fz7/////v////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////7//v7+//n18//y5t7/69HA/+ezj//loXL/5Jlm/+Oa + aP/jpnz/6L6h//Dczv/59fL//fv6//fq4f/sy7P/46yF/+Kca//jlWD/45dj/+SidP/mv6T/7NvP//Xv + 6v/+/fz///////////////////////////////////////////////7//fv6//nz7//16+X/9Ofe//Xn + 3v/27OX/+PPu//v59//+/v3///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///+////+/n3//bu6P/w287/6buc/+Wlev/jm2n/45hk/+Ogcf/nt5X/7tTD//Xu6f/7+Pb/+One/+7J + r//lqoD/45tp/+OWYf/kmmj/5qh9/+vJsf/x5dz/+PXx//7+/f////////////////////////////// + ///////////////////+/v3//fz7//z6+P/8+Pb//Pj2//z6+P/9/Pr//v39//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////+/Pv/+vTx//Tj2f/owaf/46mC/+Kc + a//jlmH/45ln/+athv/qybP/8OTc//jy7f/35dn/78er/+eofP/kmmf/5Jhk/+agb//qsYn/8dTB//fv + 6f/8+vj///7+///////////////////////////////////////////////////////+/v7//v38//79 + /P/+/fz//v39//7+/v/+//7///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////7+/f/7+PX/9eng/+fHsP/irYn/4p1v/+OVX//jlmH/5KV7/+a9of/q1MX/8eHV//LY + xf/tv5//56Z4/+SaZv/kmWb/5aJ1/+q1kv/z2sn/+/Tv//79/P////////////////////////////// + ///////////////////////////////////////////+//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////v7+//z5+P/27OX/58y4/+Gy + kf/hn3L/45Rf/+OUX//jn3H/47CO/+TBqv/qy7f/7Mar/+q1kP/mo3T/5Jll/+OZZ//kpHn/6bmY//Tf + z//89/T///7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////v///fr5//fu6P/o0cH/4beZ/+Gidv/jlF7/45Nd/+KZaf/go3v/4a2M/+W1 + lP/nso3/5qh+/+Sdbf/jl2P/45pp/+Omff/nvJ7/9OHT//359v////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////+/v/9+/r/9/Hs/+rY + y//jvqP/4qZ8/+OVX//iklz/4ZRh/+CYaP/fnG//4qBy/+OgcP/im2n/4ZZi/+KUX//immn/46mC/+a+ + o//z4tb//fn3//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////+//38+//49PD/7uHX/+jIsv/lroj/5Jln/+KUX//hkl7/4JNf/9+V + Yv/gl2P/4ZZi/+CUYP/gk13/4ZNd/+Kba//iq4f/5cKq//Pk2v/9+ff///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////7//v38//r4 + 9f/y6+T/7NPB/+i3lv/koHH/45Zi/+KTXP/gkVv/35Fc/9+SXP/fklz/35Fb/+CSW//hk13/4Zxt/+Gu + jP/lxrH/8+bd//36+P////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////+/v3//Pv5//fz7//w3c7/6cCi/+Slev/jmWb/4pNd/+CR + Wv/fkFr/35Ba/9+QWv/fkFr/4JJb/+GTXf/inW//4rKR/+XLuf/z6eH//fv5//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /v/+/fz/+/n2//Pk2P/pxaz/4qmB/+Kbaf/hk17/4JBa/96PWf/fkFr/35Ba/+CQWv/gkVz/4ZNe/+Kg + c//jtpj/5tDB//Pr5f/9+/n///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////79/f/8+/r/9Off/+nKtP/grYn/4Zxt/+KU + X//gkFr/349Z/9+PWf/fkFn/4JBb/+GSXv/jl2T/5KZ7/+a9ov/p18v/9e7q//37+v////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////v7+//38/P/16uP/6c68/+Cykv/hnnH/4pRg/+GRW//gkFr/349Z/96PWf/fkVv/4ZRg/+Sc + a//mrYX/6cat/+3f1f/38u///fz7//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////v7//v39//bt5//q08T/4bic/+Gh + dP/ilWH/4pJc/+GRW//fkFr/35Ba/+CRXP/ilmL/5aBw/+i0j//tz7n/8ujh//n29f/+/f3///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////+/v/+/f3/9/Dr/+zazf/kwKf/46V6/+OWYv/jk1z/4pJc/+GRW//hkVv/4pNd/+OY + ZP/lonP/6rmW//HXxf/58+///fz7//7+/v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////79/v/48/H/8OLY/+jL + tv/mrYb/5Jtp/+OVX//jk1z/4pJc/+KSXP/jlF7/45ll/+Wjdv/qu5v/89zM//z49f/+//////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////v7+//r39f/06uT/7tbG/+i2lP/lonP/5Jhj/+OTXf/jk1z/45Nc/+OU + Xv/jmWb/46V6/+m+oP/z39D//fr4//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////+/v///Pv5//jx + 7f/y4NT/6b+h/+WnfP/jm2j/45Rd/+OTXP/jk1z/45Vf/+OaaP/ip3//58Cm//Pg1P/9+/r///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////+/fz/+/fz//Xn3v/oxav/4quF/+KcbP/jlF3/45Nc/+OT + XP/jlV//4ptp/+CqhP/mw6z/8uLX//37+v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////+ + /v/8+ff/9uvj/+jKtf/hsI3/4Z5w/+OUXv/jk1v/45Nc/+OVYP/inGv/4K2K/+bHsv/y5Nr//fz6//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////7+//36+f/27ef/6M++/+G0lf/hoXX/45Re/+OT + W//jk1z/45Vh/+Kdbv/hsZH/5su5//Lm3v/9/Pv///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////v7//fv6//fw6//p1cf/4rqf/+Kkev/jlF//45Nb/+OTXP/jlmH/455w/+K1l//o0MD/8+nj//38 + +/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////v/9/Pr/+PPv/+zc0f/lwqn/46h//+OV + X//jk1v/45Nc/+OWYf/joHL/47ue/+nWyP/07ef//v38//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////79/P/69vP/8OXe/+rMuP/msIv/5Jpn/+OVXv/jlV//5Jpm/+Wme//mwqn/7NzR//Xw + 7P/+/f3///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////39//z59//27ur/79jI/+m6 + mv/loHL/45dj/+OXY//ln27/566G/+rLtf/v49v/9/Pw//7+/f////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////v7//vz7//r39P/z4dX/68On/+SnfP/jmmj/45pn/+Skdf/otZH/7dTC//Tr + 5f/69/X//v7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////+/fz//Pr5//Xn + 3f/qyLH/4auG/+KcbP/im2r/46d9/+a7nP/w3M7/+fPv//38+/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////+/f/9/Pv/9u3m/+zTw//jup7/4qqE/+Kogf/js5L/58au//Pl + 2v/7+PX//v7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////7+//7+ + /f/58+//8OLY/+nPvv/kwKb/472i/+XFr//q1cX/9uzm//37+f////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////v////v59//27+r/8OTb/+vYyv/p1cb/69rO/+/k + 3P/48/D//v38//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////v38//v59v/59PD/9u7o//Xt5v/27+r/+PTw//z6+f/+/v7///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////v7//v38//38+v/8+vj//Pn3//z6 + +P/9+/r//v39//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////v7//v7+//7+/v///v3//v79//7+/v////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////8/////v// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////+/////f////P////6//////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////v////0////4P// + //P///////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////8////+D///+8////5P////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////l////vf// + /4n////R//////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////9H///+K////S////7X///////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////tf// + /0z///8P////jf////P///////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////T///+O////D////wH///9L////tP////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////tP// + /0v///8B////AP///xX///9m////1v////z///////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////P///9b///9m////Ff///wD///8A////AP///yT///9/////2v// + //z///////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////z////a////f/// + /yT///8A////AP///wD///8A////A////yD///9/////1v/////////+//////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////7/////////1v///3////8g////A////wD///8AAAAAAP///wD///8A////A/// + /yT///9l////sP///+7///////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////7v///7H///9l////JP// + /wP///8A////AAAAAAAAAAAA////AP///wD///8A////AP///xT///9I////iP///7L////P////4/// + //L////7/////v////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////9////+P// + /+/////i////z////7L///+I////SP///xT///8A////AP///wD///8AAAAAAAAAAAAAAAAAAAAAAP// + /wD///8A////AP///wH///8O////R////4P///+4////3/////T////9//////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////r////t////1////7b///+D////Rv///w7///8B////AP// + /wD///8AAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAB4AAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAA + AAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAABgAAAAAAA + AAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAc= \ No newline at end of file diff --git a/AIMS/OperationFront/frmSelectiveOperationsPrint.cs b/AIMS/OperationFront/frmSelectiveOperationsPrint.cs index a26ec82..18eb64c 100644 --- a/AIMS/OperationFront/frmSelectiveOperationsPrint.cs +++ b/AIMS/OperationFront/frmSelectiveOperationsPrint.cs @@ -28,7 +28,9 @@ namespace AIMS.OperationFront.UI } private void QuietOperationRecordSheet_Load(object sender, EventArgs e) - { + { + ControlExtension.GetOperationSite(labelSite, CboOperationSite); + this.CboOperationSite.SelectedIndexChanged += new System.EventHandler(this.CboOperationSite_SelectedIndexChanged); dtpTime.Value = beginTime; cboOperationRoom.SelectedIndexChanged += new EventHandler(cboOperationRoom_SelectedIndexChanged); } @@ -103,6 +105,10 @@ namespace AIMS.OperationFront.UI { dt = BOperationReview.GetOperationPlanDataTable("OrderOperationTime>='" + dtpTime.Value.ToString("yyyy-MM-dd 00:00:00") + "' and OrderOperationTime<='" + dtpTime.Value.ToString("yyyy-MM-dd 23:59:59") + "' Order By OperationRoomID ,PlanOrder"); } + if (CboOperationSite.Visible == true && CboOperationSite.SelectedIndex > 0) + { + dt = AIMSExtension.PublicMethod.GetNewDataTable(dt, " OperationSite ='" + CboOperationSite.SelectedValue + "' ", ""); + } if (dt == null) return; FullDgv(dt); @@ -284,5 +290,10 @@ namespace AIMS.OperationFront.UI } } } + private void CboOperationSite_SelectedIndexChanged(object sender, EventArgs e) + { + //ControlExtension.SetOperationSite(CboOperationSite); + cboOperationRoom_SelectedIndexChanged(null, null); + } } } diff --git a/AIMS/OperationFront/frmSelectiveOperationsPrint.designer.cs b/AIMS/OperationFront/frmSelectiveOperationsPrint.designer.cs index 92fdeb4..93a0229 100644 --- a/AIMS/OperationFront/frmSelectiveOperationsPrint.designer.cs +++ b/AIMS/OperationFront/frmSelectiveOperationsPrint.designer.cs @@ -101,6 +101,8 @@ namespace AIMS.OperationFront.UI this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.CboOperationSite = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.labelSite = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtpTime)).BeginInit(); this.panel2.SuspendLayout(); @@ -109,6 +111,8 @@ namespace AIMS.OperationFront.UI // // panel1 // + this.panel1.Controls.Add(this.CboOperationSite); + this.panel1.Controls.Add(this.labelSite); this.panel1.Controls.Add(this.rbosh); this.panel1.Controls.Add(this.rbosq); this.panel1.Controls.Add(this.cboOperationRoom); @@ -129,7 +133,7 @@ namespace AIMS.OperationFront.UI // rbosh // this.rbosh.AutoSize = true; - this.rbosh.Location = new System.Drawing.Point(836, 19); + this.rbosh.Location = new System.Drawing.Point(758, 19); this.rbosh.Name = "rbosh"; this.rbosh.Size = new System.Drawing.Size(81, 18); this.rbosh.TabIndex = 1; @@ -141,7 +145,7 @@ namespace AIMS.OperationFront.UI // rbosq // this.rbosq.AutoSize = true; - this.rbosq.Location = new System.Drawing.Point(769, 19); + this.rbosq.Location = new System.Drawing.Point(693, 19); this.rbosq.Name = "rbosq"; this.rbosq.Size = new System.Drawing.Size(53, 18); this.rbosq.TabIndex = 0; @@ -154,7 +158,7 @@ namespace AIMS.OperationFront.UI // this.cboOperationRoom.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.cboOperationRoom.FormattingEnabled = true; - this.cboOperationRoom.Location = new System.Drawing.Point(522, 12); + this.cboOperationRoom.Location = new System.Drawing.Point(462, 12); this.cboOperationRoom.Name = "cboOperationRoom"; this.cboOperationRoom.Size = new System.Drawing.Size(103, 28); this.cboOperationRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014; @@ -165,7 +169,7 @@ namespace AIMS.OperationFront.UI // this.rboall.AutoSize = true; this.rboall.Checked = true; - this.rboall.Location = new System.Drawing.Point(702, 19); + this.rboall.Location = new System.Drawing.Point(628, 19); this.rboall.Name = "rboall"; this.rboall.Size = new System.Drawing.Size(53, 18); this.rboall.TabIndex = 0; @@ -179,7 +183,7 @@ namespace AIMS.OperationFront.UI // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 11F); - this.label1.Location = new System.Drawing.Point(646, 17); + this.label1.Location = new System.Drawing.Point(577, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(39, 20); this.label1.TabIndex = 501; @@ -190,7 +194,7 @@ namespace AIMS.OperationFront.UI // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 11F); - this.label4.Location = new System.Drawing.Point(452, 17); + this.label4.Location = new System.Drawing.Point(396, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(54, 20); this.label4.TabIndex = 501; @@ -241,7 +245,7 @@ namespace AIMS.OperationFront.UI this.btnAfterDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnAfterDay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnAfterDay.Font = new System.Drawing.Font("微软雅黑", 11F); - this.btnAfterDay.Location = new System.Drawing.Point(328, 10); + this.btnAfterDay.Location = new System.Drawing.Point(279, 10); this.btnAfterDay.Name = "btnAfterDay"; this.btnAfterDay.Size = new System.Drawing.Size(105, 34); this.btnAfterDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; @@ -260,7 +264,7 @@ namespace AIMS.OperationFront.UI this.dtpTime.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179))))); this.dtpTime.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.dtpTime.IsPopupCalendarOpen = false; - this.dtpTime.Location = new System.Drawing.Point(134, 13); + this.dtpTime.Location = new System.Drawing.Point(127, 13); // // // @@ -278,7 +282,7 @@ namespace AIMS.OperationFront.UI // this.dtpTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dtpTime.Name = "dtpTime"; - this.dtpTime.Size = new System.Drawing.Size(180, 28); + this.dtpTime.Size = new System.Drawing.Size(140, 28); this.dtpTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.dtpTime.TabIndex = 497; this.dtpTime.ValueChanged += new System.EventHandler(this.dtpTime_ValueChanged); @@ -656,6 +660,33 @@ namespace AIMS.OperationFront.UI this.dataGridViewTextBoxColumn18.HeaderText = "备注"; this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18"; // + // CboOperationSite + // + this.CboOperationSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CboOperationSite.DisplayMember = "Text"; + this.CboOperationSite.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; + this.CboOperationSite.Font = new System.Drawing.Font("微软雅黑", 10F); + this.CboOperationSite.FormattingEnabled = true; + this.CboOperationSite.ItemHeight = 19; + this.CboOperationSite.Location = new System.Drawing.Point(923, 17); + this.CboOperationSite.Name = "CboOperationSite"; + this.CboOperationSite.Size = new System.Drawing.Size(115, 25); + this.CboOperationSite.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.CboOperationSite.TabIndex = 510; + // + // labelSite + // + this.labelSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.labelSite.AutoSize = true; + this.labelSite.BackColor = System.Drawing.SystemColors.Control; + this.labelSite.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.labelSite.Location = new System.Drawing.Point(857, 19); + this.labelSite.Name = "labelSite"; + this.labelSite.Size = new System.Drawing.Size(65, 20); + this.labelSite.TabIndex = 511; + this.labelSite.Text = "手术地点"; + this.labelSite.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + // // frmSelectiveOperationsPrint // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); @@ -733,5 +764,7 @@ namespace AIMS.OperationFront.UI private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1; + private DevComponents.DotNetBar.Controls.ComboBoxEx CboOperationSite; + private System.Windows.Forms.Label labelSite; } } \ No newline at end of file diff --git a/AIMS/OremrUserControl/ControlExtension.cs b/AIMS/OremrUserControl/ControlExtension.cs index d99705b..f236a8d 100644 --- a/AIMS/OremrUserControl/ControlExtension.cs +++ b/AIMS/OremrUserControl/ControlExtension.cs @@ -1,10 +1,14 @@ -using AIMSModel; +using AIMSBLL; +using AIMSExtension; +using AIMSModel; +using DevComponents.DotNetBar.Controls; using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; +using System.Net; using System.Reflection; using System.Text; using System.Windows.Forms; @@ -88,7 +92,7 @@ namespace AIMS foreach (System.Windows.Forms.Control child in ctrl.Controls) BindWaterMark(child, Text); } - public static void BindWaterMark2(this Control ctrl, string Text,int x ,int y,Color color) + public static void BindWaterMark2(this Control ctrl, string Text, int x, int y, Color color) { if (ctrl == null || ctrl.IsDisposed) return; @@ -101,10 +105,10 @@ namespace AIMS var g = e.Graphics; g.SmoothingMode = SmoothingMode.AntiAlias; g.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias; - + g.DrawString(Text, new Font("微软雅黑", 23, FontStyle.Regular), - new SolidBrush(color),x,y); + new SolidBrush(color), x, y); }; //// 子控件绑定绘制事件 //foreach (System.Windows.Forms.Control child in ctrl.Controls) @@ -311,5 +315,158 @@ namespace AIMS } } } + + + public static void GetOperationSite(Label labelSite, ComboBoxEx comboBoxEx) + { + if (PublicMethod.OperationSite.Count <= 2) + { + labelSite.Visible = false; + comboBoxEx.Visible = false; + } + else + { + labelSite.Visible = true; + comboBoxEx.Visible = true; + comboBoxEx.DataSource = PublicMethod.OperationSite; + if (PublicMethod.LastOperationSite != null && PublicMethod.LastOperationSite != "") + { + comboBoxEx.Text = PublicMethod.LastOperationSite; + } + } + } + public static List SiteRooms; + public static void GetOperationSiteRoom(Label labelSite, ComboBoxEx comboBoxEx, ComboBox cboRoom) + { + if (PublicMethod.OperationSite.Count == 1) + { + labelSite.Visible = false; + comboBoxEx.Visible = false; + } + else + { + labelSite.Visible = true; + comboBoxEx.Visible = true; + comboBoxEx.DataSource = PublicMethod.OperationSite; + if (PublicMethod.LastOperationSite != null && PublicMethod.LastOperationSite != "") + { + comboBoxEx.Text = PublicMethod.LastOperationSite; + } + } + if (comboBoxEx.Visible == false || comboBoxEx.Text == "") + { + SiteRooms = BOperationRoom.GetOperationRooms("IsValid=1 and Site<>'恢复室'"); + SiteRooms.Insert(0, new OperationRoom() { Id = -1, Name = "" }); + } + else + { + SiteRooms = BOperationRoom.GetOperationRooms("IsValid=1 and Site='" + comboBoxEx.Text + "'"); + SiteRooms.Insert(0, new OperationRoom() { Id = -1, Name = "" }); + } + + if (cboRoom != null) + { + cboRoom.DataSource = SiteRooms; + cboRoom.DisplayMember = "Name"; + cboRoom.ValueMember = "Id"; + //判断如果当前手术间编号不为空,则显示当前手术间 + OperationRoom oprm = GetOperationRoom(SiteRooms); + if (oprm != null && oprm.Id.Value > 0) + { + cboRoom.SelectedValue = oprm.Id.Value; + cboRoom.Text = oprm.Name.ToString(); + } + if (cboRoom.Text == "" && PublicMethod.SelectRoom != 0) + { + cboRoom.SelectedValue = PublicMethod.SelectRoom; + } + } + } + + public static OperationRoom GetOperationRoom(List list) + { + try + { + //得到计算机名 + string strPcName = Dns.GetHostName(); + //得到本机IP地址数组 + IPHostEntry ipEntry = Dns.GetHostEntry(strPcName); + //遍历数组 + foreach (OperationRoom room in list) + { + foreach (var IPadd in ipEntry.AddressList) + { + //判断当前字符串是否为正确IP地址 + if (PublicMethod.IsRightIP(IPadd.ToString())) + { + if (room.Ip == IPadd.ToString() || room.Ip2 == IPadd.ToString() || room.Ip3 == IPadd.ToString()) + { + return room; + } + } + } + } + return null; + } + catch (Exception) + { + return null; + } + } + + + public static void SetOperationSite(ComboBoxEx comboBoxEx) + { + if (comboBoxEx.Text != PublicMethod.LastOperationSite) + { + PublicMethod.LastOperationSite = comboBoxEx.Text; + List list = PublicMethod.xmlUse.GetNode("LastOperationSite"); + if (list != null && list.Count > 0) + { + PublicMethod.xmlUse.SetNode("LastOperationSite", PublicMethod.LastOperationSite); + } + } + } + public static void SetOperationSiteRoom(ComboBoxEx comboBoxEx, ComboBox cboRoom) + { + if (comboBoxEx.Text != PublicMethod.LastOperationSite) + { + PublicMethod.LastOperationSite = comboBoxEx.Text; + PublicMethod.SelectRoom = 0; + List list = PublicMethod.xmlUse.GetNode("LastOperationSite"); + if (list != null && list.Count > 0) + { + PublicMethod.xmlUse.SetNode("LastOperationSite", PublicMethod.LastOperationSite); + } + } + if (comboBoxEx.Visible == false || comboBoxEx.Text == "") + { + SiteRooms = BOperationRoom.GetOperationRooms("IsValid=1 and Site<>'恢复室'"); + SiteRooms.Insert(0, new OperationRoom() { Id = -1, Name = "" }); + } + else + { + SiteRooms = BOperationRoom.GetOperationRooms("IsValid=1 and Site='" + comboBoxEx.Text + "'"); + SiteRooms.Insert(0, new OperationRoom() { Id = -1, Name = "" }); + } + + if (cboRoom != null) + { + cboRoom.DataSource = SiteRooms; + cboRoom.DisplayMember = "Name"; + cboRoom.ValueMember = "Id"; + //判断如果当前手术间编号不为空,则显示当前手术间 + OperationRoom oprm = GetOperationRoom(SiteRooms); + if (oprm != null && oprm.Id.Value > 0) + { + cboRoom.SelectedValue = oprm.Id.Value; + cboRoom.Text = oprm.Name.ToString(); + } + if (cboRoom.Text == "" && PublicMethod.SelectRoom != 0) + { + cboRoom.SelectedValue = PublicMethod.SelectRoom; + } + } + } } } diff --git a/AIMSEntity/BLL/Extension/BOperationApply.cs b/AIMSEntity/BLL/Extension/BOperationApply.cs index 7ac78c8..419c28d 100644 --- a/AIMSEntity/BLL/Extension/BOperationApply.cs +++ b/AIMSEntity/BLL/Extension/BOperationApply.cs @@ -51,7 +51,7 @@ namespace AIMSBLL public static DataTable GetOperationFrontDataTable(string BegInData, string EndData) { return DOperationApply.GetOperationFrontDataTable(BegInData, EndData); - } + } public static DataTable GetOperationFrontDataTableByPlanOperationTime(string BegInData, string EndData) { return DOperationApply.GetOperationFrontDataTableByPlanOperationTime(BegInData, EndData); diff --git a/AIMSEntity/BLL/Extension/BOperationRoom.cs b/AIMSEntity/BLL/Extension/BOperationRoom.cs index 1093229..7a5d5e4 100644 --- a/AIMSEntity/BLL/Extension/BOperationRoom.cs +++ b/AIMSEntity/BLL/Extension/BOperationRoom.cs @@ -14,7 +14,7 @@ namespace AIMSBLL { DOperationRoom.Add(OperationRoomObj); } - + public static OperationRoom GetModel(int Id) { @@ -33,5 +33,17 @@ namespace AIMSBLL { return DOperationRoom.GetOperationRoomIdByName(Name); } + public static List GetOperationSite() + { + List list = new List(); + list.Add(""); + string strSql = "SELECT Site FROM OperationRoom where Site<>'恢复室' group by Site"; + DataTable dt = HelperDB.DbHelperSQL.GetDataTable(strSql); + foreach (DataRow item in dt.Rows) + { + list.Add(item[0].ToString()); + } + return list; + } } } diff --git a/AIMSEntity/DAL/Extension/DOperationApply.cs b/AIMSEntity/DAL/Extension/DOperationApply.cs index 12064f4..e3dd4a2 100644 --- a/AIMSEntity/DAL/Extension/DOperationApply.cs +++ b/AIMSEntity/DAL/Extension/DOperationApply.cs @@ -208,11 +208,7 @@ namespace AIMSDAL if (ds.Tables[0].Rows[0]["OrderNo"].ToString() != "") { OperationApplyObj.OrderNo = ds.Tables[0].Rows[0]["OrderNo"].ToString() ; - } - if (ds.Tables[0].Rows[0]["OperationSite"].ToString() != "") - { - OperationApplyObj.OperationSite = ds.Tables[0].Rows[0]["OperationSite"].ToString() ; - } + } } return OperationApplyObj; } @@ -252,7 +248,7 @@ namespace AIMSDAL "of1.VerifyTime, of1.VerifyOperatorName," + "of1.PlanOperationTime, of1.OperationRoom, of1.AnesthesiaDoctor," + "of1.InstrumentNurse, of1.TourNurse, of1.AnesthesiaDoctorSucceed," + - "of1.InstrumentNurseSucceed, of1.TourNurseSucceed,of1.ASA,of1.HeartFunctionLevel,of1.IsFasting, of1.Remark,ApplyDiagnoseInfoId,ApplyOperationInfoId ,of1.PlanOrder,of1.OperationRoomId ,of1.MedicalRecord,of1.PatientType,of1.HISPatientId,of1.VisitTimes " +//,of1.Address + "of1.InstrumentNurseSucceed, of1.TourNurseSucceed,of1.ASA,of1.HeartFunctionLevel,of1.IsFasting, of1.Remark,ApplyDiagnoseInfoId,ApplyOperationInfoId ,of1.PlanOrder,of1.OperationRoomId ,of1.MedicalRecord,of1.PatientType,of1.HISPatientId,of1.VisitTimes ,of1.OperationSite " +//,of1.Address "FROM V_OperationFront of1 WHERE of1.PatientId='" + PatientId + "'"; return HelperDB.DbHelperSQL.GetDataTable(strSql.ToString()); } @@ -272,11 +268,11 @@ namespace AIMSDAL "of1.VerifyTime, of1.VerifyOperatorName," + "of1.PlanOperationTime, of1.OperationRoom, of1.OperationRoomId, of1.AnesthesiaDoctor," + "of1.InstrumentNurse, of1.TourNurse, of1.AnesthesiaDoctorSucceed," + - "of1.InstrumentNurseSucceed, of1.TourNurseSucceed,of1.Remark,of1.PlanOrder,of1.PatientType,of1.AnesthesiaDoctorId,of1.InstrumentNurseId,of1.TourNurseId " + + "of1.InstrumentNurseSucceed, of1.TourNurseSucceed,of1.Remark,of1.PlanOrder,of1.PatientType,of1.AnesthesiaDoctorId,of1.InstrumentNurseId,of1.TourNurseId ,of1.OperationSite " + "FROM V_OperationFront of1 WHERE of1.OrderOperationTime>='" + BegInData + "' and of1.OrderOperationTime<'" + EndData + "' order by OrderOperationTime asc,OperationRoomId,PlanOrder asc"; return HelperDB.DbHelperSQL.GetDataTable(strSql.ToString()); } - + public static DataTable GetOperationFrontDataTableByPlanOperationTime(string BegInData, string EndData) { string strSql = "SELECT of1.ApplyId,of1.PatientId, of1.MdrecNo, of1.ArchivesNo, of1.PatientName,of1.ApplyDepName, of1.PatientKind," + @@ -292,7 +288,7 @@ namespace AIMSDAL "of1.VerifyTime, of1.VerifyOperatorName," + "of1.PlanOperationTime, of1.OperationRoom, of1.AnesthesiaDoctor," + "of1.InstrumentNurse, of1.TourNurse, of1.AnesthesiaDoctorSucceed," + - "of1.InstrumentNurseSucceed, of1.TourNurseSucceed,of1.Remark,of1.PlanOrder,of1.PatientType " + + "of1.InstrumentNurseSucceed, of1.TourNurseSucceed,of1.Remark,of1.PlanOrder,of1.PatientType ,of1.OperationSite " + "FROM V_OperationFront of1 WHERE of1.PlanOperationTime>='" + BegInData + "' and of1.PlanOperationTime<'" + EndData + "' order by OperationRoomId,PlanOrder asc"; return HelperDB.DbHelperSQL.GetDataTable(strSql.ToString()); } diff --git a/AIMSEntity/Extensions/BOperationReview.cs b/AIMSEntity/Extensions/BOperationReview.cs index cdaf21e..5574d8c 100644 --- a/AIMSEntity/Extensions/BOperationReview.cs +++ b/AIMSEntity/Extensions/BOperationReview.cs @@ -40,7 +40,7 @@ namespace AIMSBLL public static DataTable GetOperationPlanDataTable(string ApplyId) { string strSql = "SELECT of1.ApplyId,OperationRoom,PlanOrder ,OrderOperationTime , of1.ApplyDepName,of1.SickBed, of1.MdrecNo, of1.PatientName, of1.Sex, of1.Age,of1.ApplyDiagnoseInfoName, of1.ApplyOperationInfoName,of1.OperationDoctor, of1.Assistant1 Assistant, " + - " of1.AnaesthesiaMethodName , of1.AnesthesiaDoctor , of1.InstrumentNurse , of1.TourNurse , of1.Remark ,of1.OperationType " + + " of1.AnaesthesiaMethodName , of1.AnesthesiaDoctor , of1.InstrumentNurse , of1.TourNurse , of1.Remark ,of1.OperationType,of1.OperationSite " + " FROM V_OperationFront of1 WHERE " + ApplyId + " "; return HelperDB.DbHelperSQL.GetDataTable(strSql); } diff --git a/AIMSExtension/PublicMethod.cs b/AIMSExtension/PublicMethod.cs index e6e87f2..646841b 100644 --- a/AIMSExtension/PublicMethod.cs +++ b/AIMSExtension/PublicMethod.cs @@ -8,23 +8,69 @@ using System.Runtime.InteropServices; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; +using System.Windows.Forms; namespace AIMSExtension { public class PublicMethod { + /// + /// 医院名称 + /// public static string HospitalName; + /// + /// 操作人Id + /// public static int OperatorId = 1; + /// + /// 操作人工号 + /// public static string OperatorNo = "admin"; + /// + /// 操作人姓名 + /// public static string OperatorName = "admin"; + /// + /// 科室名称 + /// public static string DeptName = ""; + /// + /// 科室Id + /// public static int DepId = 0; + /// + /// 角色Id + /// public static int RoleId = 0; + /// + /// 菜单权限设置 + /// public static List RoleName; + /// + /// 手术地点 + /// + public static List OperationSite; public static int PermissionLevel = 0; + /// + /// 版本号 + /// public static string NowVersion; - public static int SelectRoom; + /// + /// 本机Ip + /// public static string LocalIP; + /// + /// 最后操作手术地点 + /// + public static string LastOperationSite; + /// + /// 最后操作手术间 + /// + public static int SelectRoom; + /// + /// 配置文件 + /// + public static XmlUse xmlUse = new XmlUse(Application.StartupPath + "\\AIMS.xml"); [DllImport("kernel32.dll", SetLastError = true)] public static extern int SetLocalTime(ref SystemTime lpSystemTime); diff --git a/DrawGraph/AreaManage/MonitorManage.cs b/DrawGraph/AreaManage/MonitorManage.cs index a844665..04ff56a 100644 --- a/DrawGraph/AreaManage/MonitorManage.cs +++ b/DrawGraph/AreaManage/MonitorManage.cs @@ -321,6 +321,7 @@ namespace DrawGraph pdNew.Value = -1; txtNum.Tag = pdNew; TempValue = ""; + ZedControl.Refresh(); } else if (txtNum.Text.Trim() != "" && pdNew.Value > -1) { @@ -336,6 +337,7 @@ namespace DrawGraph pdNew.config.ModifyItem(pdNew, pdNew); txtNum.Tag = pdNew; TempValue = txtNum.Text.Trim(); + ZedControl.Refresh(); } } } @@ -351,6 +353,7 @@ namespace DrawGraph pdNew.config.AddPointItem(pdNew); txtNum.Tag = pdNew; TempValue = txtNum.Text.Trim(); + ZedControl.Refresh(); } } }