更改.UI命名空间
This commit is contained in:
parent
a93674be97
commit
692b93a583
@ -6,8 +6,8 @@
|
|||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
<ProjectGuid>{84D0ECA0-7A0B-4E7F-90F1-E86C99F9E0DA}</ProjectGuid>
|
<ProjectGuid>{84D0ECA0-7A0B-4E7F-90F1-E86C99F9E0DA}</ProjectGuid>
|
||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>AIMS.UI</RootNamespace>
|
<RootNamespace>AIMSControls</RootNamespace>
|
||||||
<AssemblyName>AIMS.UI</AssemblyName>
|
<AssemblyName>AIMSControls</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<Deterministic>true</Deterministic>
|
<Deterministic>true</Deterministic>
|
||||||
@ -858,6 +858,7 @@
|
|||||||
<Compile Include="PublicUI\MainFormManage.designer.cs">
|
<Compile Include="PublicUI\MainFormManage.designer.cs">
|
||||||
<DependentUpon>MainFormManage.cs</DependentUpon>
|
<DependentUpon>MainFormManage.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="PublicUI\OpeApplyAnalyze.cs" />
|
||||||
<EmbeddedResource Include="DataDictionary\frmAnaesthesiaChargeSelect.resx">
|
<EmbeddedResource Include="DataDictionary\frmAnaesthesiaChargeSelect.resx">
|
||||||
<DependentUpon>frmAnaesthesiaChargeSelect.cs</DependentUpon>
|
<DependentUpon>frmAnaesthesiaChargeSelect.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
@ -393,7 +393,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.ForeColor = System.Drawing.Color.Black;
|
this.tsbAdd.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 56);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -410,7 +410,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.ForeColor = System.Drawing.Color.Black;
|
this.tsbModify.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 56);
|
this.tsbModify.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -427,7 +427,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.ForeColor = System.Drawing.Color.Black;
|
this.tsbCancel.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 56);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -439,7 +439,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.ForeColor = System.Drawing.Color.Black;
|
this.tsbSava.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 56);
|
this.tsbSava.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -451,7 +451,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.ForeColor = System.Drawing.Color.Black;
|
this.tsbExit.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 56);
|
this.tsbExit.Size = new System.Drawing.Size(52, 56);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmAppliance.designer.cs
generated
10
AIMS.UI/DataDictionary/frmAppliance.designer.cs
generated
@ -318,7 +318,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 51);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -334,7 +334,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 51);
|
this.tsbModify.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -350,7 +350,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 51);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -366,7 +366,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 51);
|
this.tsbSava.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -382,7 +382,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 51);
|
this.tsbExit.Size = new System.Drawing.Size(52, 51);
|
||||||
|
|||||||
@ -276,7 +276,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 56);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -292,7 +292,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 56);
|
this.tsbModify.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -308,7 +308,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 56);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -324,7 +324,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 56);
|
this.tsbSava.Size = new System.Drawing.Size(52, 56);
|
||||||
@ -340,7 +340,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 56);
|
this.tsbExit.Size = new System.Drawing.Size(52, 56);
|
||||||
|
|||||||
@ -197,7 +197,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -324,7 +324,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -335,7 +335,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -351,7 +351,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -367,7 +367,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
@ -267,7 +267,7 @@ namespace AIMS.PublicUI.UI
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 51);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -282,7 +282,7 @@ namespace AIMS.PublicUI.UI
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 51);
|
this.tsbModify.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -297,7 +297,7 @@ namespace AIMS.PublicUI.UI
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 51);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -312,7 +312,7 @@ namespace AIMS.PublicUI.UI
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 51);
|
this.tsbSava.Size = new System.Drawing.Size(52, 51);
|
||||||
@ -327,7 +327,7 @@ namespace AIMS.PublicUI.UI
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 51);
|
this.tsbExit.Size = new System.Drawing.Size(52, 51);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmDepartment.Designer.cs
generated
10
AIMS.UI/DataDictionary/frmDepartment.Designer.cs
generated
@ -95,7 +95,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -111,7 +111,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -127,7 +127,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -143,7 +143,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -159,7 +159,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmDisease.Designer.cs
generated
10
AIMS.UI/DataDictionary/frmDisease.Designer.cs
generated
@ -81,7 +81,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -97,7 +97,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -113,7 +113,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -129,7 +129,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -145,7 +145,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmDrugs.Designer.cs
generated
10
AIMS.UI/DataDictionary/frmDrugs.Designer.cs
generated
@ -134,7 +134,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -150,7 +150,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -166,7 +166,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -182,7 +182,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -198,7 +198,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmEvents.Designer.cs
generated
10
AIMS.UI/DataDictionary/frmEvents.Designer.cs
generated
@ -89,7 +89,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -105,7 +105,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -121,7 +121,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -137,7 +137,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -153,7 +153,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmMenu.Designer.cs
generated
10
AIMS.UI/DataDictionary/frmMenu.Designer.cs
generated
@ -112,7 +112,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -128,7 +128,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -144,7 +144,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -160,7 +160,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -176,7 +176,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
@ -38,14 +38,14 @@ namespace AIMS.PublicUI.UI
|
|||||||
intMenuOrder.Text = "0";
|
intMenuOrder.Text = "0";
|
||||||
|
|
||||||
//资源图片映射
|
//资源图片映射
|
||||||
AIMS.UI.Properties.Resources res = new AIMS.UI.Properties.Resources();
|
AIMSControls.Properties.Resources res = new AIMSControls.Properties.Resources();
|
||||||
var info = res.GetType()
|
var info = res.GetType()
|
||||||
.GetProperties(BindingFlags.Static | BindingFlags.NonPublic | BindingFlags.Instance)
|
.GetProperties(BindingFlags.Static | BindingFlags.NonPublic | BindingFlags.Instance)
|
||||||
.Where(x => x.PropertyType.Name == "Bitmap" && x.Name.StartsWith("M_"));
|
.Where(x => x.PropertyType.Name == "Bitmap" && x.Name.StartsWith("M_"));
|
||||||
foreach (var item in info)
|
foreach (var item in info)
|
||||||
{
|
{
|
||||||
Image img = null;
|
Image img = null;
|
||||||
img = AIMS.UI.Properties.Resources.ResourceManager.GetObject(item.Name) as Image;
|
img = AIMSControls.Properties.Resources.ResourceManager.GetObject(item.Name) as Image;
|
||||||
if (img == null)
|
if (img == null)
|
||||||
continue;
|
continue;
|
||||||
ButtonItem bti = new ButtonItem()
|
ButtonItem bti = new ButtonItem()
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmOperation.Designer.cs
generated
10
AIMS.UI/DataDictionary/frmOperation.Designer.cs
generated
@ -82,7 +82,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -98,7 +98,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -114,7 +114,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -130,7 +130,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -146,7 +146,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
@ -84,7 +84,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -100,7 +100,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -116,7 +116,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -132,7 +132,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -148,7 +148,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
@ -84,7 +84,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -100,7 +100,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -116,7 +116,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -132,7 +132,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -148,7 +148,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmOperationRoom.designer.cs
generated
10
AIMS.UI/DataDictionary/frmOperationRoom.designer.cs
generated
@ -111,7 +111,7 @@
|
|||||||
//
|
//
|
||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新增;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新增;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(41, 54);
|
this.tsbAdd.Size = new System.Drawing.Size(41, 54);
|
||||||
@ -127,7 +127,7 @@
|
|||||||
//
|
//
|
||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(41, 54);
|
this.tsbModify.Size = new System.Drawing.Size(41, 54);
|
||||||
@ -142,7 +142,7 @@
|
|||||||
//
|
//
|
||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(41, 54);
|
this.tsbCancel.Size = new System.Drawing.Size(41, 54);
|
||||||
@ -157,7 +157,7 @@
|
|||||||
//
|
//
|
||||||
// tsbSave
|
// tsbSave
|
||||||
//
|
//
|
||||||
this.tsbSave.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSave.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSave.Name = "tsbSave";
|
this.tsbSave.Name = "tsbSave";
|
||||||
this.tsbSave.Size = new System.Drawing.Size(41, 54);
|
this.tsbSave.Size = new System.Drawing.Size(41, 54);
|
||||||
@ -172,7 +172,7 @@
|
|||||||
//
|
//
|
||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(41, 54);
|
this.tsbExit.Size = new System.Drawing.Size(41, 54);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmOutputLiquids.Designer.cs
generated
10
AIMS.UI/DataDictionary/frmOutputLiquids.Designer.cs
generated
@ -80,7 +80,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.ForeColor = System.Drawing.Color.Black;
|
this.tsbAdd.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -97,7 +97,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.ForeColor = System.Drawing.Color.Black;
|
this.tsbModify.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -114,7 +114,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.ForeColor = System.Drawing.Color.Black;
|
this.tsbCancel.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -131,7 +131,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.ForeColor = System.Drawing.Color.Black;
|
this.tsbSava.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -148,7 +148,7 @@
|
|||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.ForeColor = System.Drawing.Color.Black;
|
this.tsbExit.ForeColor = System.Drawing.Color.Black;
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmPatientKind.Designer.cs
generated
10
AIMS.UI/DataDictionary/frmPatientKind.Designer.cs
generated
@ -81,7 +81,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -97,7 +97,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -113,7 +113,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -129,7 +129,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -145,7 +145,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmPerson.Designer.cs
generated
10
AIMS.UI/DataDictionary/frmPerson.Designer.cs
generated
@ -676,7 +676,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -697,7 +697,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -728,7 +728,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -744,7 +744,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -760,7 +760,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmSysConfig.Designer.cs
generated
10
AIMS.UI/DataDictionary/frmSysConfig.Designer.cs
generated
@ -82,7 +82,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -98,7 +98,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -114,7 +114,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -130,7 +130,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -146,7 +146,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DataDictionary/frmUserPurview.Designer.cs
generated
10
AIMS.UI/DataDictionary/frmUserPurview.Designer.cs
generated
@ -80,7 +80,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -96,7 +96,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -112,7 +112,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -128,7 +128,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -144,7 +144,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DrugManagement/frmDosageKind.Designer.cs
generated
10
AIMS.UI/DrugManagement/frmDosageKind.Designer.cs
generated
@ -77,7 +77,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_手术申请;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -93,7 +93,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_申请修改;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_申请修改;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -109,7 +109,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -125,7 +125,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -141,7 +141,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DrugManagement/frmDosageUnit.Designer.cs
generated
10
AIMS.UI/DrugManagement/frmDosageUnit.Designer.cs
generated
@ -201,7 +201,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -222,7 +222,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_手术申请;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -233,7 +233,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_申请修改;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_申请修改;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -269,7 +269,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -285,7 +285,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
10
AIMS.UI/DrugManagement/frmPharmaCology.Designer.cs
generated
10
AIMS.UI/DrugManagement/frmPharmaCology.Designer.cs
generated
@ -189,7 +189,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -210,7 +210,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_手术申请;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -221,7 +221,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_申请修改;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_申请修改;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -257,7 +257,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -273,7 +273,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
@ -103,7 +103,9 @@ namespace AIMS
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
static void Reg()
|
static void Reg()
|
||||||
{
|
{
|
||||||
DCSoft.Writer.Controls.WriterControl.StaticSetRegisterCode(AIMSExtension.PublicMethod.Decrypt(UI.Properties.Resources.C));
|
// 预先初始化一些数据
|
||||||
|
DCSoft.Writer.WriterAppHost.PreloadSystem();
|
||||||
|
DCSoft.Writer.Controls.WriterControl.StaticSetRegisterCode(AIMSExtension.PublicMethod.Decrypt(AIMSControls.Properties.Resources.C));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void btnExit_Click(object sender, EventArgs e)
|
private void btnExit_Click(object sender, EventArgs e)
|
||||||
|
|||||||
@ -21,7 +21,7 @@ namespace AIMS
|
|||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
Control.CheckForIllegalCrossThreadCalls = false;
|
Control.CheckForIllegalCrossThreadCalls = false;
|
||||||
Task.Factory.StartNew(() => { PreLoad(); });
|
//Task.Factory.StartNew(() => { PreLoad(); });
|
||||||
|
|
||||||
comboBoxEx1.Items.AddRange(new object[] {
|
comboBoxEx1.Items.AddRange(new object[] {
|
||||||
eStyle.Office2013 ,
|
eStyle.Office2013 ,
|
||||||
@ -569,17 +569,17 @@ namespace AIMS
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static void PreLoad()
|
//static void PreLoad()
|
||||||
{
|
//{
|
||||||
string msg = DCSoft.Writer.Controls.WriterControl.CheckSystemEnvironment(false);
|
// string msg = DCSoft.Writer.Controls.WriterControl.CheckSystemEnvironment(false);
|
||||||
if (msg != null)
|
// if (msg != null)
|
||||||
{
|
// {
|
||||||
MessageBox.Show(null, msg, "系统提示", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
// MessageBox.Show(null, msg, "系统提示", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
// 预先初始化一些数据
|
// // 预先初始化一些数据
|
||||||
DCSoft.Writer.WriterAppHost.PreloadSystem();
|
// DCSoft.Writer.WriterAppHost.PreloadSystem();
|
||||||
DCSoft.Writer.Controls.WriterControl.StaticSetRegisterCode(AIMSExtension.PublicMethod.Decrypt(UI.Properties.Resources.C));
|
// DCSoft.Writer.Controls.WriterControl.StaticSetRegisterCode(AIMSExtension.PublicMethod.Decrypt(AIMSControls.Properties.Resources.C));
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -207,7 +207,7 @@
|
|||||||
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button8.ForeColor = System.Drawing.Color.DimGray;
|
this.button8.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button8.Image = global::AIMS.UI.Properties.Resources.系统设置;
|
this.button8.Image = global::AIMSControls.Properties.Resources.系统设置;
|
||||||
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button8.Location = new System.Drawing.Point(0, 881);
|
this.button8.Location = new System.Drawing.Point(0, 881);
|
||||||
this.button8.Name = "button8";
|
this.button8.Name = "button8";
|
||||||
@ -227,7 +227,7 @@
|
|||||||
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button7.ForeColor = System.Drawing.Color.DimGray;
|
this.button7.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button7.Image = global::AIMS.UI.Properties.Resources.文书编辑;
|
this.button7.Image = global::AIMSControls.Properties.Resources.文书编辑;
|
||||||
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button7.Location = new System.Drawing.Point(0, 450);
|
this.button7.Location = new System.Drawing.Point(0, 450);
|
||||||
this.button7.Name = "button7";
|
this.button7.Name = "button7";
|
||||||
@ -247,7 +247,7 @@
|
|||||||
this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
|
this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancelIn.Image = global::AIMS.UI.Properties.Resources.显示切换;
|
this.btnCancelIn.Image = global::AIMSControls.Properties.Resources.显示切换;
|
||||||
this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnCancelIn.Location = new System.Drawing.Point(0, 400);
|
this.btnCancelIn.Location = new System.Drawing.Point(0, 400);
|
||||||
this.btnCancelIn.Name = "btnCancelIn";
|
this.btnCancelIn.Name = "btnCancelIn";
|
||||||
@ -267,7 +267,7 @@
|
|||||||
this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
|
this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancelOperation.Image = global::AIMS.UI.Properties.Resources.取消手术;
|
this.btnCancelOperation.Image = global::AIMSControls.Properties.Resources.取消手术;
|
||||||
this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnCancelOperation.Location = new System.Drawing.Point(0, 350);
|
this.btnCancelOperation.Location = new System.Drawing.Point(0, 350);
|
||||||
this.btnCancelOperation.Name = "btnCancelOperation";
|
this.btnCancelOperation.Name = "btnCancelOperation";
|
||||||
@ -287,7 +287,7 @@
|
|||||||
this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
|
this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnTemplate.Image = global::AIMS.UI.Properties.Resources.模板应用;
|
this.btnTemplate.Image = global::AIMSControls.Properties.Resources.模板应用;
|
||||||
this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnTemplate.Location = new System.Drawing.Point(0, 300);
|
this.btnTemplate.Location = new System.Drawing.Point(0, 300);
|
||||||
this.btnTemplate.Name = "btnTemplate";
|
this.btnTemplate.Name = "btnTemplate";
|
||||||
@ -307,7 +307,7 @@
|
|||||||
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button6.ForeColor = System.Drawing.Color.DimGray;
|
this.button6.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button6.Image = global::AIMS.UI.Properties.Resources.手术申请;
|
this.button6.Image = global::AIMSControls.Properties.Resources.手术申请;
|
||||||
this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button6.Location = new System.Drawing.Point(0, 250);
|
this.button6.Location = new System.Drawing.Point(0, 250);
|
||||||
this.button6.Name = "button6";
|
this.button6.Name = "button6";
|
||||||
@ -327,7 +327,7 @@
|
|||||||
this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
|
this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnOperationInfo.Image = global::AIMS.UI.Properties.Resources.文书单;
|
this.btnOperationInfo.Image = global::AIMSControls.Properties.Resources.文书单;
|
||||||
this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnOperationInfo.Location = new System.Drawing.Point(0, 200);
|
this.btnOperationInfo.Location = new System.Drawing.Point(0, 200);
|
||||||
this.btnOperationInfo.Name = "btnOperationInfo";
|
this.btnOperationInfo.Name = "btnOperationInfo";
|
||||||
@ -347,7 +347,7 @@
|
|||||||
this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
|
this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnOutputLiquids.Image = global::AIMS.UI.Properties.Resources.快捷事件;
|
this.btnOutputLiquids.Image = global::AIMSControls.Properties.Resources.快捷事件;
|
||||||
this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnOutputLiquids.Location = new System.Drawing.Point(0, 150);
|
this.btnOutputLiquids.Location = new System.Drawing.Point(0, 150);
|
||||||
this.btnOutputLiquids.Name = "btnOutputLiquids";
|
this.btnOutputLiquids.Name = "btnOutputLiquids";
|
||||||
@ -367,7 +367,7 @@
|
|||||||
this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
|
this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnAddEvents.Image = global::AIMS.UI.Properties.Resources.事件记录;
|
this.btnAddEvents.Image = global::AIMSControls.Properties.Resources.事件记录;
|
||||||
this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnAddEvents.Location = new System.Drawing.Point(0, 100);
|
this.btnAddEvents.Location = new System.Drawing.Point(0, 100);
|
||||||
this.btnAddEvents.Name = "btnAddEvents";
|
this.btnAddEvents.Name = "btnAddEvents";
|
||||||
@ -387,7 +387,7 @@
|
|||||||
this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
|
this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnDrug.Image = global::AIMS.UI.Properties.Resources.用药记录;
|
this.btnDrug.Image = global::AIMSControls.Properties.Resources.用药记录;
|
||||||
this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnDrug.Location = new System.Drawing.Point(0, 50);
|
this.btnDrug.Location = new System.Drawing.Point(0, 50);
|
||||||
this.btnDrug.Name = "btnDrug";
|
this.btnDrug.Name = "btnDrug";
|
||||||
@ -407,7 +407,7 @@
|
|||||||
this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
|
this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnSelectPatient.Image = global::AIMS.UI.Properties.Resources.患者列表;
|
this.btnSelectPatient.Image = global::AIMSControls.Properties.Resources.患者列表;
|
||||||
this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
|
this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
|
||||||
this.btnSelectPatient.Name = "btnSelectPatient";
|
this.btnSelectPatient.Name = "btnSelectPatient";
|
||||||
@ -459,7 +459,7 @@
|
|||||||
this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnChage.ForeColor = System.Drawing.Color.DimGray;
|
this.btnChage.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnChage.Image = global::AIMS.UI.Properties.Resources.麻醉医嘱;
|
this.btnChage.Image = global::AIMSControls.Properties.Resources.麻醉医嘱;
|
||||||
this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnChage.Location = new System.Drawing.Point(0, 581);
|
this.btnChage.Location = new System.Drawing.Point(0, 581);
|
||||||
this.btnChage.Name = "btnChage";
|
this.btnChage.Name = "btnChage";
|
||||||
@ -480,7 +480,7 @@
|
|||||||
this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
|
this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnsjzx.Image = global::AIMS.UI.Properties.Resources.工作列表;
|
this.btnsjzx.Image = global::AIMSControls.Properties.Resources.工作列表;
|
||||||
this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnsjzx.Location = new System.Drawing.Point(0, 631);
|
this.btnsjzx.Location = new System.Drawing.Point(0, 631);
|
||||||
this.btnsjzx.Name = "btnsjzx";
|
this.btnsjzx.Name = "btnsjzx";
|
||||||
@ -500,7 +500,7 @@
|
|||||||
this.btnyldj.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnyldj.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnyldj.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnyldj.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnyldj.ForeColor = System.Drawing.Color.DimGray;
|
this.btnyldj.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnyldj.Image = global::AIMS.UI.Properties.Resources.麻醉记录;
|
this.btnyldj.Image = global::AIMSControls.Properties.Resources.麻醉记录;
|
||||||
this.btnyldj.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnyldj.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnyldj.Location = new System.Drawing.Point(0, 681);
|
this.btnyldj.Location = new System.Drawing.Point(0, 681);
|
||||||
this.btnyldj.Name = "btnyldj";
|
this.btnyldj.Name = "btnyldj";
|
||||||
@ -521,7 +521,7 @@
|
|||||||
this.btnzsk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnzsk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnzsk.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnzsk.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnzsk.ForeColor = System.Drawing.Color.DimGray;
|
this.btnzsk.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnzsk.Image = global::AIMS.UI.Properties.Resources.知识库;
|
this.btnzsk.Image = global::AIMSControls.Properties.Resources.知识库;
|
||||||
this.btnzsk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnzsk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnzsk.Location = new System.Drawing.Point(0, 731);
|
this.btnzsk.Location = new System.Drawing.Point(0, 731);
|
||||||
this.btnzsk.Name = "btnzsk";
|
this.btnzsk.Name = "btnzsk";
|
||||||
@ -541,7 +541,7 @@
|
|||||||
this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btndptz.ForeColor = System.Drawing.Color.DimGray;
|
this.btndptz.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btndptz.Image = global::AIMS.UI.Properties.Resources.文书状态;
|
this.btndptz.Image = global::AIMSControls.Properties.Resources.文书状态;
|
||||||
this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btndptz.Location = new System.Drawing.Point(0, 781);
|
this.btndptz.Location = new System.Drawing.Point(0, 781);
|
||||||
this.btndptz.Name = "btndptz";
|
this.btndptz.Name = "btndptz";
|
||||||
@ -561,7 +561,7 @@
|
|||||||
this.btnxldlx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnxldlx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnxldlx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnxldlx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnxldlx.ForeColor = System.Drawing.Color.DimGray;
|
this.btnxldlx.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnxldlx.Image = global::AIMS.UI.Properties.Resources.心脏复跳_select;
|
this.btnxldlx.Image = global::AIMSControls.Properties.Resources.心脏复跳_select;
|
||||||
this.btnxldlx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnxldlx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnxldlx.Location = new System.Drawing.Point(0, 831);
|
this.btnxldlx.Location = new System.Drawing.Point(0, 831);
|
||||||
this.btnxldlx.Name = "btnxldlx";
|
this.btnxldlx.Name = "btnxldlx";
|
||||||
@ -582,7 +582,7 @@
|
|||||||
this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
|
this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnsbwh.Image = global::AIMS.UI.Properties.Resources.耗材管理;
|
this.btnsbwh.Image = global::AIMSControls.Properties.Resources.耗材管理;
|
||||||
this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnsbwh.Location = new System.Drawing.Point(0, 881);
|
this.btnsbwh.Location = new System.Drawing.Point(0, 881);
|
||||||
this.btnsbwh.Name = "btnsbwh";
|
this.btnsbwh.Name = "btnsbwh";
|
||||||
@ -879,7 +879,7 @@
|
|||||||
//
|
//
|
||||||
// panel17
|
// panel17
|
||||||
//
|
//
|
||||||
this.panel17.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_末尾页;
|
this.panel17.BackgroundImage = global::AIMSControls.Properties.Resources.图标_末尾页;
|
||||||
this.panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.panel17.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.panel17.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.panel17.Location = new System.Drawing.Point(124, 4);
|
this.panel17.Location = new System.Drawing.Point(124, 4);
|
||||||
@ -892,7 +892,7 @@
|
|||||||
//
|
//
|
||||||
// btnNextPage
|
// btnNextPage
|
||||||
//
|
//
|
||||||
this.btnNextPage.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_后一页;
|
this.btnNextPage.BackgroundImage = global::AIMSControls.Properties.Resources.图标_后一页;
|
||||||
this.btnNextPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.btnNextPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.btnNextPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnNextPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.btnNextPage.Location = new System.Drawing.Point(83, 4);
|
this.btnNextPage.Location = new System.Drawing.Point(83, 4);
|
||||||
@ -905,7 +905,7 @@
|
|||||||
//
|
//
|
||||||
// panel18
|
// panel18
|
||||||
//
|
//
|
||||||
this.panel18.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_第一页;
|
this.panel18.BackgroundImage = global::AIMSControls.Properties.Resources.图标_第一页;
|
||||||
this.panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.panel18.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.panel18.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.panel18.Location = new System.Drawing.Point(1, 4);
|
this.panel18.Location = new System.Drawing.Point(1, 4);
|
||||||
@ -918,7 +918,7 @@
|
|||||||
//
|
//
|
||||||
// btnUpPage
|
// btnUpPage
|
||||||
//
|
//
|
||||||
this.btnUpPage.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_前一页;
|
this.btnUpPage.BackgroundImage = global::AIMSControls.Properties.Resources.图标_前一页;
|
||||||
this.btnUpPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.btnUpPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.btnUpPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnUpPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.btnUpPage.Location = new System.Drawing.Point(42, 4);
|
this.btnUpPage.Location = new System.Drawing.Point(42, 4);
|
||||||
@ -931,7 +931,7 @@
|
|||||||
//
|
//
|
||||||
// plPrintBrowse
|
// plPrintBrowse
|
||||||
//
|
//
|
||||||
this.plPrintBrowse.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_预览;
|
this.plPrintBrowse.BackgroundImage = global::AIMSControls.Properties.Resources.图标_预览;
|
||||||
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrintBrowse.Location = new System.Drawing.Point(256, 4);
|
this.plPrintBrowse.Location = new System.Drawing.Point(256, 4);
|
||||||
@ -943,7 +943,7 @@
|
|||||||
//
|
//
|
||||||
// plPrint
|
// plPrint
|
||||||
//
|
//
|
||||||
this.plPrint.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_打印;
|
this.plPrint.BackgroundImage = global::AIMSControls.Properties.Resources.图标_打印;
|
||||||
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrint.Location = new System.Drawing.Point(216, 4);
|
this.plPrint.Location = new System.Drawing.Point(216, 4);
|
||||||
@ -955,7 +955,7 @@
|
|||||||
//
|
//
|
||||||
// plRefresh
|
// plRefresh
|
||||||
//
|
//
|
||||||
this.plRefresh.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_刷新;
|
this.plRefresh.BackgroundImage = global::AIMSControls.Properties.Resources.图标_刷新;
|
||||||
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plRefresh.Location = new System.Drawing.Point(296, 4);
|
this.plRefresh.Location = new System.Drawing.Point(296, 4);
|
||||||
@ -1091,7 +1091,7 @@
|
|||||||
// picOutRoom
|
// picOutRoom
|
||||||
//
|
//
|
||||||
this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
|
this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOutRoom.Location = new System.Drawing.Point(2, 10);
|
this.picOutRoom.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOutRoom.Name = "picOutRoom";
|
this.picOutRoom.Name = "picOutRoom";
|
||||||
@ -1184,7 +1184,7 @@
|
|||||||
// picOpeBegin
|
// picOpeBegin
|
||||||
//
|
//
|
||||||
this.picOpeBegin.BackColor = System.Drawing.Color.Transparent;
|
this.picOpeBegin.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOpeBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOpeBegin.Location = new System.Drawing.Point(2, 10);
|
this.picOpeBegin.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOpeBegin.Name = "picOpeBegin";
|
this.picOpeBegin.Name = "picOpeBegin";
|
||||||
@ -1290,7 +1290,7 @@
|
|||||||
// picBG
|
// picBG
|
||||||
//
|
//
|
||||||
this.picBG.BackColor = System.Drawing.Color.Transparent;
|
this.picBG.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
this.picBG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picBG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picBG.Location = new System.Drawing.Point(2, 10);
|
this.picBG.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picBG.Name = "picBG";
|
this.picBG.Name = "picBG";
|
||||||
@ -1367,7 +1367,7 @@
|
|||||||
// picAnesEnd
|
// picAnesEnd
|
||||||
//
|
//
|
||||||
this.picAnesEnd.BackColor = System.Drawing.Color.Transparent;
|
this.picAnesEnd.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
this.picAnesEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picAnesEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picAnesEnd.Location = new System.Drawing.Point(2, 10);
|
this.picAnesEnd.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picAnesEnd.Name = "picAnesEnd";
|
this.picAnesEnd.Name = "picAnesEnd";
|
||||||
@ -1473,7 +1473,7 @@
|
|||||||
// picCG
|
// picCG
|
||||||
//
|
//
|
||||||
this.picCG.BackColor = System.Drawing.Color.Transparent;
|
this.picCG.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管;
|
||||||
this.picCG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picCG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picCG.Location = new System.Drawing.Point(2, 10);
|
this.picCG.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picCG.Name = "picCG";
|
this.picCG.Name = "picCG";
|
||||||
@ -1550,7 +1550,7 @@
|
|||||||
// picAnesBegin
|
// picAnesBegin
|
||||||
//
|
//
|
||||||
this.picAnesBegin.BackColor = System.Drawing.Color.Transparent;
|
this.picAnesBegin.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始;
|
||||||
this.picAnesBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picAnesBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picAnesBegin.Location = new System.Drawing.Point(2, 10);
|
this.picAnesBegin.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picAnesBegin.Name = "picAnesBegin";
|
this.picAnesBegin.Name = "picAnesBegin";
|
||||||
@ -1643,7 +1643,7 @@
|
|||||||
// picOpeEnd
|
// picOpeEnd
|
||||||
//
|
//
|
||||||
this.picOpeEnd.BackColor = System.Drawing.Color.Transparent;
|
this.picOpeEnd.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picOpeEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOpeEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOpeEnd.Location = new System.Drawing.Point(2, 10);
|
this.picOpeEnd.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOpeEnd.Name = "picOpeEnd";
|
this.picOpeEnd.Name = "picOpeEnd";
|
||||||
@ -1736,7 +1736,7 @@
|
|||||||
// picInRoom
|
// picInRoom
|
||||||
//
|
//
|
||||||
this.picInRoom.BackColor = System.Drawing.Color.Transparent;
|
this.picInRoom.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picInRoom.Location = new System.Drawing.Point(2, 10);
|
this.picInRoom.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picInRoom.Name = "picInRoom";
|
this.picInRoom.Name = "picInRoom";
|
||||||
@ -1769,7 +1769,7 @@
|
|||||||
//
|
//
|
||||||
// PanelSave
|
// PanelSave
|
||||||
//
|
//
|
||||||
this.PanelSave.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.PanelSave.BackgroundImage = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.PanelSave.Location = new System.Drawing.Point(176, 4);
|
this.PanelSave.Location = new System.Drawing.Point(176, 4);
|
||||||
|
|||||||
@ -64,14 +64,14 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtCG.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
txtCG.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
||||||
txtBG.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
txtBG.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
||||||
|
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
#endregion
|
#endregion
|
||||||
panel8.MouseWheel += new System.Windows.Forms.MouseEventHandler(panel8_MouseWheel);
|
panel8.MouseWheel += new System.Windows.Forms.MouseEventHandler(panel8_MouseWheel);
|
||||||
}
|
}
|
||||||
@ -670,32 +670,32 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "麻醉开始")
|
if (Inevent != null && Inevent.EventName == "麻醉开始")
|
||||||
{
|
{
|
||||||
_record.AnesthesiaBeginTime = null;
|
_record.AnesthesiaBeginTime = null;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始;
|
||||||
BOperationRecord.Update("AnesthesiaBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update("AnesthesiaBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术开始")
|
if (Inevent != null && Inevent.EventName == "手术开始")
|
||||||
{
|
{
|
||||||
_record.OperationBeginTime = null;
|
_record.OperationBeginTime = null;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
BOperationRecord.Update(" OperationBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" OperationBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术结束")
|
if (Inevent != null && Inevent.EventName == "手术结束")
|
||||||
{
|
{
|
||||||
_record.OperationEndTime = null;
|
_record.OperationEndTime = null;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
BOperationRecord.Update(" OperationEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" OperationEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "麻醉完成")
|
if (Inevent != null && Inevent.EventName == "麻醉完成")
|
||||||
{
|
{
|
||||||
_record.AnesthesiaEndTime = null;
|
_record.AnesthesiaEndTime = null;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
BOperationRecord.Update(" AnesthesiaEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" AnesthesiaEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == cmbCGType.Text)
|
if (Inevent != null && Inevent.EventName == cmbCGType.Text)
|
||||||
{
|
{
|
||||||
_record.InCGType = "";
|
_record.InCGType = "";
|
||||||
_record.SpileInTime = null;
|
_record.SpileInTime = null;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管;
|
||||||
BOperationRecord.Update(" SpileInTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" SpileInTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
UpdatePhysioDataResp();
|
UpdatePhysioDataResp();
|
||||||
}
|
}
|
||||||
@ -703,7 +703,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
{
|
{
|
||||||
_record.InBGType = "";
|
_record.InBGType = "";
|
||||||
_record.SpileOutTime = null;
|
_record.SpileOutTime = null;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
BOperationRecord.Update(" SpileOutTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" SpileOutTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
UpdatePhysioDataResp();
|
UpdatePhysioDataResp();
|
||||||
}
|
}
|
||||||
@ -776,7 +776,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.InRoomTime = Inevent.EventBeginTime;
|
_record.InRoomTime = Inevent.EventBeginTime;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室_select;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室_select;
|
||||||
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
|
|
||||||
//try
|
//try
|
||||||
@ -805,20 +805,20 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "麻醉开始" && _record.AnesthesiaBeginTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "麻醉开始" && _record.AnesthesiaBeginTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.AnesthesiaBeginTime = Inevent.EventBeginTime;
|
_record.AnesthesiaBeginTime = Inevent.EventBeginTime;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始_select;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始_select;
|
||||||
BOperationRecord.Update("AnesthesiaBeginTime=@AnesthesiaBeginTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaBeginTime", _record.AnesthesiaBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("AnesthesiaBeginTime=@AnesthesiaBeginTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaBeginTime", _record.AnesthesiaBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术开始" && _record.OperationBeginTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "手术开始" && _record.OperationBeginTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OperationBeginTime = Inevent.EventBeginTime;
|
_record.OperationBeginTime = Inevent.EventBeginTime;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始_select;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始_select;
|
||||||
BOperationRecord.Update("OperationBeginTime=@OperationBegin where Id=@id ", new AIMSModel.ParameterList("@OperationBegin", _record.OperationBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OperationBeginTime=@OperationBegin where Id=@id ", new AIMSModel.ParameterList("@OperationBegin", _record.OperationBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == cmbCGType.Text && _record.SpileInTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == cmbCGType.Text && _record.SpileInTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.InCGType = cmbCGType.Text;
|
_record.InCGType = cmbCGType.Text;
|
||||||
_record.SpileInTime = Inevent.EventBeginTime;
|
_record.SpileInTime = Inevent.EventBeginTime;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管_select;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管_select;
|
||||||
BOperationRecord.Update(" SpileInTime=@SpileIn where Id=@id ", new AIMSModel.ParameterList("@SpileIn", _record.SpileInTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update(" SpileInTime=@SpileIn where Id=@id ", new AIMSModel.ParameterList("@SpileIn", _record.SpileInTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
UpdatePhysioDataResp();
|
UpdatePhysioDataResp();
|
||||||
|
|
||||||
@ -827,26 +827,26 @@ namespace AIMS.OperationAanesthesia
|
|||||||
{
|
{
|
||||||
_record.InBGType = cmbBGType.Text;
|
_record.InBGType = cmbBGType.Text;
|
||||||
_record.SpileOutTime = Inevent.EventBeginTime;
|
_record.SpileOutTime = Inevent.EventBeginTime;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管_select;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管_select;
|
||||||
BOperationRecord.Update(" SpileOutTime=@SpileOut where Id=@id ", new AIMSModel.ParameterList("@SpileOut", _record.SpileOutTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update(" SpileOutTime=@SpileOut where Id=@id ", new AIMSModel.ParameterList("@SpileOut", _record.SpileOutTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
UpdatePhysioDataResp();
|
UpdatePhysioDataResp();
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术结束" && _record.OperationEndTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "手术结束" && _record.OperationEndTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OperationEndTime = Inevent.EventBeginTime;
|
_record.OperationEndTime = Inevent.EventBeginTime;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束_select;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束_select;
|
||||||
BOperationRecord.Update("OperationEndTime=@OperationEnd where Id=@id ", new AIMSModel.ParameterList("@OperationEnd", _record.OperationEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OperationEndTime=@OperationEnd where Id=@id ", new AIMSModel.ParameterList("@OperationEnd", _record.OperationEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "麻醉完成" && _record.AnesthesiaEndTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "麻醉完成" && _record.AnesthesiaEndTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.AnesthesiaEndTime = Inevent.EventBeginTime;
|
_record.AnesthesiaEndTime = Inevent.EventBeginTime;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束_select;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束_select;
|
||||||
BOperationRecord.Update("AnesthesiaEndTime=@AnesthesiaEndTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaEndTime", _record.AnesthesiaEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("AnesthesiaEndTime=@AnesthesiaEndTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaEndTime", _record.AnesthesiaEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OutRoomTime = Inevent.EventBeginTime;
|
_record.OutRoomTime = Inevent.EventBeginTime;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室_select;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室_select;
|
||||||
BOperationRecord.Update("OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@OutRoom", _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@OutRoom", _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
|
|
||||||
_record.AnalgesiaRecord.AssessmentTime = _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm");
|
_record.AnalgesiaRecord.AssessmentTime = _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm");
|
||||||
@ -1938,7 +1938,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtInRoom.ButtonDropDown.Visible = false;
|
txtInRoom.ButtonDropDown.Visible = false;
|
||||||
txtInRoom.Tag = _record.InRoomTime.Value;
|
txtInRoom.Tag = _record.InRoomTime.Value;
|
||||||
txtInRoom.Value = _record.InRoomTime.Value;
|
txtInRoom.Value = _record.InRoomTime.Value;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室_select;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室_select;
|
||||||
}
|
}
|
||||||
if (_record.AnesthesiaBeginTime != null)
|
if (_record.AnesthesiaBeginTime != null)
|
||||||
{
|
{
|
||||||
@ -1946,7 +1946,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtAnaesthesiaBegin.ButtonDropDown.Visible = false;
|
txtAnaesthesiaBegin.ButtonDropDown.Visible = false;
|
||||||
txtAnaesthesiaBegin.Tag = _record.AnesthesiaBeginTime.Value;
|
txtAnaesthesiaBegin.Tag = _record.AnesthesiaBeginTime.Value;
|
||||||
txtAnaesthesiaBegin.Value = _record.AnesthesiaBeginTime.Value;
|
txtAnaesthesiaBegin.Value = _record.AnesthesiaBeginTime.Value;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始_select;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始_select;
|
||||||
}
|
}
|
||||||
if (_record.SpileInTime != null)
|
if (_record.SpileInTime != null)
|
||||||
{
|
{
|
||||||
@ -1955,7 +1955,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtCG.CustomFormat = "MM-dd HH:mm";
|
txtCG.CustomFormat = "MM-dd HH:mm";
|
||||||
txtCG.Tag = _record.SpileInTime.Value;
|
txtCG.Tag = _record.SpileInTime.Value;
|
||||||
txtCG.Value = _record.SpileInTime.Value;
|
txtCG.Value = _record.SpileInTime.Value;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管_select;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管_select;
|
||||||
|
|
||||||
if (_record.SpileOutTime == null)
|
if (_record.SpileOutTime == null)
|
||||||
{
|
{
|
||||||
@ -1972,7 +1972,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtBG.CustomFormat = "MM-dd HH:mm";
|
txtBG.CustomFormat = "MM-dd HH:mm";
|
||||||
txtBG.Tag = _record.SpileOutTime.Value;
|
txtBG.Tag = _record.SpileOutTime.Value;
|
||||||
txtBG.Value = _record.SpileOutTime.Value;
|
txtBG.Value = _record.SpileOutTime.Value;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管_select;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管_select;
|
||||||
this.cmbBGType.SelectedIndexChanged += new System.EventHandler(this.cmbBGType_SelectedIndexChanged);
|
this.cmbBGType.SelectedIndexChanged += new System.EventHandler(this.cmbBGType_SelectedIndexChanged);
|
||||||
}
|
}
|
||||||
if (_record.OperationBeginTime != null)
|
if (_record.OperationBeginTime != null)
|
||||||
@ -1981,7 +1981,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOperationBegin.ButtonDropDown.Visible = false;
|
txtOperationBegin.ButtonDropDown.Visible = false;
|
||||||
txtOperationBegin.Tag = _record.OperationBeginTime.Value;
|
txtOperationBegin.Tag = _record.OperationBeginTime.Value;
|
||||||
txtOperationBegin.Value = _record.OperationBeginTime.Value;
|
txtOperationBegin.Value = _record.OperationBeginTime.Value;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始_select;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始_select;
|
||||||
}
|
}
|
||||||
if (_record.OperationEndTime != null)
|
if (_record.OperationEndTime != null)
|
||||||
{
|
{
|
||||||
@ -1989,7 +1989,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOperationEnd.ButtonDropDown.Visible = false;
|
txtOperationEnd.ButtonDropDown.Visible = false;
|
||||||
txtOperationEnd.Tag = _record.OperationEndTime.Value;
|
txtOperationEnd.Tag = _record.OperationEndTime.Value;
|
||||||
txtOperationEnd.Value = _record.OperationEndTime.Value;
|
txtOperationEnd.Value = _record.OperationEndTime.Value;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束_select;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束_select;
|
||||||
}
|
}
|
||||||
if (_record.AnesthesiaEndTime != null)
|
if (_record.AnesthesiaEndTime != null)
|
||||||
{
|
{
|
||||||
@ -1997,7 +1997,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtAnaesthesiaEnd.ButtonDropDown.Visible = false;
|
txtAnaesthesiaEnd.ButtonDropDown.Visible = false;
|
||||||
txtAnaesthesiaEnd.Tag = _record.AnesthesiaEndTime.Value;
|
txtAnaesthesiaEnd.Tag = _record.AnesthesiaEndTime.Value;
|
||||||
txtAnaesthesiaEnd.Value = _record.AnesthesiaEndTime.Value;
|
txtAnaesthesiaEnd.Value = _record.AnesthesiaEndTime.Value;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束_select;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束_select;
|
||||||
}
|
}
|
||||||
if (_record.OutRoomTime != null)
|
if (_record.OutRoomTime != null)
|
||||||
{
|
{
|
||||||
@ -2005,7 +2005,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOutRoom.ButtonDropDown.Visible = false;
|
txtOutRoom.ButtonDropDown.Visible = false;
|
||||||
txtOutRoom.Tag = _record.OutRoomTime.Value;
|
txtOutRoom.Tag = _record.OutRoomTime.Value;
|
||||||
txtOutRoom.Value = _record.OutRoomTime.Value;
|
txtOutRoom.Value = _record.OutRoomTime.Value;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室_select;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室_select;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_record.OutRoomTime != null && _record.StateName == "手术中")
|
if (_record.OutRoomTime != null && _record.StateName == "手术中")
|
||||||
@ -2044,14 +2044,14 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtCG.Text = "";
|
txtCG.Text = "";
|
||||||
txtBG.Text = "";
|
txtBG.Text = "";
|
||||||
|
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool GetOpeState(ref string message)
|
private bool GetOpeState(ref string message)
|
||||||
|
|||||||
@ -230,7 +230,7 @@
|
|||||||
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button10.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button10.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button10.ForeColor = System.Drawing.Color.DimGray;
|
this.button10.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button10.Image = global::AIMS.UI.Properties.Resources.安全检查;
|
this.button10.Image = global::AIMSControls.Properties.Resources.安全检查;
|
||||||
this.button10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button10.Location = new System.Drawing.Point(0, 550);
|
this.button10.Location = new System.Drawing.Point(0, 550);
|
||||||
this.button10.Name = "button10";
|
this.button10.Name = "button10";
|
||||||
@ -251,7 +251,7 @@
|
|||||||
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button8.ForeColor = System.Drawing.Color.DimGray;
|
this.button8.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button8.Image = global::AIMS.UI.Properties.Resources.系统设置;
|
this.button8.Image = global::AIMSControls.Properties.Resources.系统设置;
|
||||||
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button8.Location = new System.Drawing.Point(0, 881);
|
this.button8.Location = new System.Drawing.Point(0, 881);
|
||||||
this.button8.Name = "button8";
|
this.button8.Name = "button8";
|
||||||
@ -271,7 +271,7 @@
|
|||||||
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button7.ForeColor = System.Drawing.Color.DimGray;
|
this.button7.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button7.Image = global::AIMS.UI.Properties.Resources.文书编辑;
|
this.button7.Image = global::AIMSControls.Properties.Resources.文书编辑;
|
||||||
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button7.Location = new System.Drawing.Point(0, 500);
|
this.button7.Location = new System.Drawing.Point(0, 500);
|
||||||
this.button7.Name = "button7";
|
this.button7.Name = "button7";
|
||||||
@ -291,7 +291,7 @@
|
|||||||
this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
|
this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancelIn.Image = global::AIMS.UI.Properties.Resources.显示切换;
|
this.btnCancelIn.Image = global::AIMSControls.Properties.Resources.显示切换;
|
||||||
this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnCancelIn.Location = new System.Drawing.Point(0, 450);
|
this.btnCancelIn.Location = new System.Drawing.Point(0, 450);
|
||||||
this.btnCancelIn.Name = "btnCancelIn";
|
this.btnCancelIn.Name = "btnCancelIn";
|
||||||
@ -311,7 +311,7 @@
|
|||||||
this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
|
this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancelOperation.Image = global::AIMS.UI.Properties.Resources.取消手术;
|
this.btnCancelOperation.Image = global::AIMSControls.Properties.Resources.取消手术;
|
||||||
this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnCancelOperation.Location = new System.Drawing.Point(0, 400);
|
this.btnCancelOperation.Location = new System.Drawing.Point(0, 400);
|
||||||
this.btnCancelOperation.Name = "btnCancelOperation";
|
this.btnCancelOperation.Name = "btnCancelOperation";
|
||||||
@ -331,7 +331,7 @@
|
|||||||
this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
|
this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnTemplate.Image = global::AIMS.UI.Properties.Resources.模板应用;
|
this.btnTemplate.Image = global::AIMSControls.Properties.Resources.模板应用;
|
||||||
this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnTemplate.Location = new System.Drawing.Point(0, 350);
|
this.btnTemplate.Location = new System.Drawing.Point(0, 350);
|
||||||
this.btnTemplate.Name = "btnTemplate";
|
this.btnTemplate.Name = "btnTemplate";
|
||||||
@ -351,7 +351,7 @@
|
|||||||
this.btnBloodGasAnalysis.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnBloodGasAnalysis.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnBloodGasAnalysis.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnBloodGasAnalysis.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnBloodGasAnalysis.ForeColor = System.Drawing.Color.DimGray;
|
this.btnBloodGasAnalysis.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnBloodGasAnalysis.Image = global::AIMS.UI.Properties.Resources.血气分析;
|
this.btnBloodGasAnalysis.Image = global::AIMSControls.Properties.Resources.血气分析;
|
||||||
this.btnBloodGasAnalysis.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnBloodGasAnalysis.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnBloodGasAnalysis.Location = new System.Drawing.Point(0, 300);
|
this.btnBloodGasAnalysis.Location = new System.Drawing.Point(0, 300);
|
||||||
this.btnBloodGasAnalysis.Name = "btnBloodGasAnalysis";
|
this.btnBloodGasAnalysis.Name = "btnBloodGasAnalysis";
|
||||||
@ -371,7 +371,7 @@
|
|||||||
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button6.ForeColor = System.Drawing.Color.DimGray;
|
this.button6.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button6.Image = global::AIMS.UI.Properties.Resources.不良事件;
|
this.button6.Image = global::AIMSControls.Properties.Resources.不良事件;
|
||||||
this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button6.Location = new System.Drawing.Point(0, 250);
|
this.button6.Location = new System.Drawing.Point(0, 250);
|
||||||
this.button6.Name = "button6";
|
this.button6.Name = "button6";
|
||||||
@ -391,7 +391,7 @@
|
|||||||
this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
|
this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnOperationInfo.Image = global::AIMS.UI.Properties.Resources.文书单;
|
this.btnOperationInfo.Image = global::AIMSControls.Properties.Resources.文书单;
|
||||||
this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnOperationInfo.Location = new System.Drawing.Point(0, 200);
|
this.btnOperationInfo.Location = new System.Drawing.Point(0, 200);
|
||||||
this.btnOperationInfo.Name = "btnOperationInfo";
|
this.btnOperationInfo.Name = "btnOperationInfo";
|
||||||
@ -411,7 +411,7 @@
|
|||||||
this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
|
this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnOutputLiquids.Image = global::AIMS.UI.Properties.Resources.快捷事件;
|
this.btnOutputLiquids.Image = global::AIMSControls.Properties.Resources.快捷事件;
|
||||||
this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnOutputLiquids.Location = new System.Drawing.Point(0, 150);
|
this.btnOutputLiquids.Location = new System.Drawing.Point(0, 150);
|
||||||
this.btnOutputLiquids.Name = "btnOutputLiquids";
|
this.btnOutputLiquids.Name = "btnOutputLiquids";
|
||||||
@ -431,7 +431,7 @@
|
|||||||
this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
|
this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnAddEvents.Image = global::AIMS.UI.Properties.Resources.事件记录;
|
this.btnAddEvents.Image = global::AIMSControls.Properties.Resources.事件记录;
|
||||||
this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnAddEvents.Location = new System.Drawing.Point(0, 100);
|
this.btnAddEvents.Location = new System.Drawing.Point(0, 100);
|
||||||
this.btnAddEvents.Name = "btnAddEvents";
|
this.btnAddEvents.Name = "btnAddEvents";
|
||||||
@ -451,7 +451,7 @@
|
|||||||
this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
|
this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnDrug.Image = global::AIMS.UI.Properties.Resources.用药记录;
|
this.btnDrug.Image = global::AIMSControls.Properties.Resources.用药记录;
|
||||||
this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnDrug.Location = new System.Drawing.Point(0, 50);
|
this.btnDrug.Location = new System.Drawing.Point(0, 50);
|
||||||
this.btnDrug.Name = "btnDrug";
|
this.btnDrug.Name = "btnDrug";
|
||||||
@ -471,7 +471,7 @@
|
|||||||
this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
|
this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnSelectPatient.Image = global::AIMS.UI.Properties.Resources.患者列表;
|
this.btnSelectPatient.Image = global::AIMSControls.Properties.Resources.患者列表;
|
||||||
this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
|
this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
|
||||||
this.btnSelectPatient.Name = "btnSelectPatient";
|
this.btnSelectPatient.Name = "btnSelectPatient";
|
||||||
@ -523,7 +523,7 @@
|
|||||||
this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnChage.ForeColor = System.Drawing.Color.DimGray;
|
this.btnChage.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnChage.Image = global::AIMS.UI.Properties.Resources.麻醉医嘱;
|
this.btnChage.Image = global::AIMSControls.Properties.Resources.麻醉医嘱;
|
||||||
this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnChage.Location = new System.Drawing.Point(0, 581);
|
this.btnChage.Location = new System.Drawing.Point(0, 581);
|
||||||
this.btnChage.Name = "btnChage";
|
this.btnChage.Name = "btnChage";
|
||||||
@ -544,7 +544,7 @@
|
|||||||
this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
|
this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnsjzx.Image = global::AIMS.UI.Properties.Resources.工作列表;
|
this.btnsjzx.Image = global::AIMSControls.Properties.Resources.工作列表;
|
||||||
this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnsjzx.Location = new System.Drawing.Point(0, 631);
|
this.btnsjzx.Location = new System.Drawing.Point(0, 631);
|
||||||
this.btnsjzx.Name = "btnsjzx";
|
this.btnsjzx.Name = "btnsjzx";
|
||||||
@ -564,7 +564,7 @@
|
|||||||
this.btnyldj.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnyldj.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnyldj.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnyldj.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnyldj.ForeColor = System.Drawing.Color.DimGray;
|
this.btnyldj.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnyldj.Image = global::AIMS.UI.Properties.Resources.麻醉记录;
|
this.btnyldj.Image = global::AIMSControls.Properties.Resources.麻醉记录;
|
||||||
this.btnyldj.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnyldj.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnyldj.Location = new System.Drawing.Point(0, 681);
|
this.btnyldj.Location = new System.Drawing.Point(0, 681);
|
||||||
this.btnyldj.Name = "btnyldj";
|
this.btnyldj.Name = "btnyldj";
|
||||||
@ -585,7 +585,7 @@
|
|||||||
this.btnzsk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnzsk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnzsk.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnzsk.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnzsk.ForeColor = System.Drawing.Color.DimGray;
|
this.btnzsk.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnzsk.Image = global::AIMS.UI.Properties.Resources.知识库;
|
this.btnzsk.Image = global::AIMSControls.Properties.Resources.知识库;
|
||||||
this.btnzsk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnzsk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnzsk.Location = new System.Drawing.Point(0, 731);
|
this.btnzsk.Location = new System.Drawing.Point(0, 731);
|
||||||
this.btnzsk.Name = "btnzsk";
|
this.btnzsk.Name = "btnzsk";
|
||||||
@ -605,7 +605,7 @@
|
|||||||
this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btndptz.ForeColor = System.Drawing.Color.DimGray;
|
this.btndptz.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btndptz.Image = global::AIMS.UI.Properties.Resources.文书状态;
|
this.btndptz.Image = global::AIMSControls.Properties.Resources.文书状态;
|
||||||
this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btndptz.Location = new System.Drawing.Point(0, 781);
|
this.btndptz.Location = new System.Drawing.Point(0, 781);
|
||||||
this.btndptz.Name = "btndptz";
|
this.btndptz.Name = "btndptz";
|
||||||
@ -625,7 +625,7 @@
|
|||||||
this.btnxldlx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnxldlx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnxldlx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnxldlx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnxldlx.ForeColor = System.Drawing.Color.DimGray;
|
this.btnxldlx.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnxldlx.Image = global::AIMS.UI.Properties.Resources.心脏复跳_select;
|
this.btnxldlx.Image = global::AIMSControls.Properties.Resources.心脏复跳_select;
|
||||||
this.btnxldlx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnxldlx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnxldlx.Location = new System.Drawing.Point(0, 831);
|
this.btnxldlx.Location = new System.Drawing.Point(0, 831);
|
||||||
this.btnxldlx.Name = "btnxldlx";
|
this.btnxldlx.Name = "btnxldlx";
|
||||||
@ -646,7 +646,7 @@
|
|||||||
this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
|
this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnsbwh.Image = global::AIMS.UI.Properties.Resources.耗材管理;
|
this.btnsbwh.Image = global::AIMSControls.Properties.Resources.耗材管理;
|
||||||
this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnsbwh.Location = new System.Drawing.Point(0, 881);
|
this.btnsbwh.Location = new System.Drawing.Point(0, 881);
|
||||||
this.btnsbwh.Name = "btnsbwh";
|
this.btnsbwh.Name = "btnsbwh";
|
||||||
@ -995,7 +995,7 @@
|
|||||||
//
|
//
|
||||||
// PanelSave
|
// PanelSave
|
||||||
//
|
//
|
||||||
this.PanelSave.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.PanelSave.BackgroundImage = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.PanelSave.Location = new System.Drawing.Point(174, 4);
|
this.PanelSave.Location = new System.Drawing.Point(174, 4);
|
||||||
@ -1007,7 +1007,7 @@
|
|||||||
//
|
//
|
||||||
// panel17
|
// panel17
|
||||||
//
|
//
|
||||||
this.panel17.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_末尾页;
|
this.panel17.BackgroundImage = global::AIMSControls.Properties.Resources.图标_末尾页;
|
||||||
this.panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.panel17.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.panel17.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.panel17.Location = new System.Drawing.Point(124, 4);
|
this.panel17.Location = new System.Drawing.Point(124, 4);
|
||||||
@ -1020,7 +1020,7 @@
|
|||||||
//
|
//
|
||||||
// btnNextPage
|
// btnNextPage
|
||||||
//
|
//
|
||||||
this.btnNextPage.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_后一页;
|
this.btnNextPage.BackgroundImage = global::AIMSControls.Properties.Resources.图标_后一页;
|
||||||
this.btnNextPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.btnNextPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.btnNextPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnNextPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.btnNextPage.Location = new System.Drawing.Point(83, 4);
|
this.btnNextPage.Location = new System.Drawing.Point(83, 4);
|
||||||
@ -1033,7 +1033,7 @@
|
|||||||
//
|
//
|
||||||
// panel18
|
// panel18
|
||||||
//
|
//
|
||||||
this.panel18.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_第一页;
|
this.panel18.BackgroundImage = global::AIMSControls.Properties.Resources.图标_第一页;
|
||||||
this.panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.panel18.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.panel18.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.panel18.Location = new System.Drawing.Point(1, 4);
|
this.panel18.Location = new System.Drawing.Point(1, 4);
|
||||||
@ -1046,7 +1046,7 @@
|
|||||||
//
|
//
|
||||||
// btnUpPage
|
// btnUpPage
|
||||||
//
|
//
|
||||||
this.btnUpPage.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_前一页;
|
this.btnUpPage.BackgroundImage = global::AIMSControls.Properties.Resources.图标_前一页;
|
||||||
this.btnUpPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.btnUpPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.btnUpPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnUpPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.btnUpPage.Location = new System.Drawing.Point(42, 4);
|
this.btnUpPage.Location = new System.Drawing.Point(42, 4);
|
||||||
@ -1059,7 +1059,7 @@
|
|||||||
//
|
//
|
||||||
// plPrintBrowse
|
// plPrintBrowse
|
||||||
//
|
//
|
||||||
this.plPrintBrowse.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_预览;
|
this.plPrintBrowse.BackgroundImage = global::AIMSControls.Properties.Resources.图标_预览;
|
||||||
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrintBrowse.Location = new System.Drawing.Point(264, 4);
|
this.plPrintBrowse.Location = new System.Drawing.Point(264, 4);
|
||||||
@ -1071,7 +1071,7 @@
|
|||||||
//
|
//
|
||||||
// plPrint
|
// plPrint
|
||||||
//
|
//
|
||||||
this.plPrint.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_打印;
|
this.plPrint.BackgroundImage = global::AIMSControls.Properties.Resources.图标_打印;
|
||||||
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrint.Location = new System.Drawing.Point(219, 4);
|
this.plPrint.Location = new System.Drawing.Point(219, 4);
|
||||||
@ -1083,7 +1083,7 @@
|
|||||||
//
|
//
|
||||||
// plRefresh
|
// plRefresh
|
||||||
//
|
//
|
||||||
this.plRefresh.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_刷新;
|
this.plRefresh.BackgroundImage = global::AIMSControls.Properties.Resources.图标_刷新;
|
||||||
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plRefresh.Location = new System.Drawing.Point(309, 4);
|
this.plRefresh.Location = new System.Drawing.Point(309, 4);
|
||||||
@ -1230,7 +1230,7 @@
|
|||||||
// picOutRoom
|
// picOutRoom
|
||||||
//
|
//
|
||||||
this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
|
this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOutRoom.Location = new System.Drawing.Point(2, 10);
|
this.picOutRoom.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOutRoom.Name = "picOutRoom";
|
this.picOutRoom.Name = "picOutRoom";
|
||||||
@ -1323,7 +1323,7 @@
|
|||||||
// picOpeBegin
|
// picOpeBegin
|
||||||
//
|
//
|
||||||
this.picOpeBegin.BackColor = System.Drawing.Color.Transparent;
|
this.picOpeBegin.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOpeBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOpeBegin.Location = new System.Drawing.Point(2, 10);
|
this.picOpeBegin.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOpeBegin.Name = "picOpeBegin";
|
this.picOpeBegin.Name = "picOpeBegin";
|
||||||
@ -1429,7 +1429,7 @@
|
|||||||
// picBG
|
// picBG
|
||||||
//
|
//
|
||||||
this.picBG.BackColor = System.Drawing.Color.Transparent;
|
this.picBG.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
this.picBG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picBG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picBG.Location = new System.Drawing.Point(2, 10);
|
this.picBG.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picBG.Name = "picBG";
|
this.picBG.Name = "picBG";
|
||||||
@ -1506,7 +1506,7 @@
|
|||||||
// picAnesEnd
|
// picAnesEnd
|
||||||
//
|
//
|
||||||
this.picAnesEnd.BackColor = System.Drawing.Color.Transparent;
|
this.picAnesEnd.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
this.picAnesEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picAnesEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picAnesEnd.Location = new System.Drawing.Point(2, 10);
|
this.picAnesEnd.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picAnesEnd.Name = "picAnesEnd";
|
this.picAnesEnd.Name = "picAnesEnd";
|
||||||
@ -1612,7 +1612,7 @@
|
|||||||
// picCG
|
// picCG
|
||||||
//
|
//
|
||||||
this.picCG.BackColor = System.Drawing.Color.Transparent;
|
this.picCG.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管;
|
||||||
this.picCG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picCG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picCG.Location = new System.Drawing.Point(2, 10);
|
this.picCG.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picCG.Name = "picCG";
|
this.picCG.Name = "picCG";
|
||||||
@ -1689,7 +1689,7 @@
|
|||||||
// picAnesBegin
|
// picAnesBegin
|
||||||
//
|
//
|
||||||
this.picAnesBegin.BackColor = System.Drawing.Color.Transparent;
|
this.picAnesBegin.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始;
|
||||||
this.picAnesBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picAnesBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picAnesBegin.Location = new System.Drawing.Point(2, 10);
|
this.picAnesBegin.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picAnesBegin.Name = "picAnesBegin";
|
this.picAnesBegin.Name = "picAnesBegin";
|
||||||
@ -1782,7 +1782,7 @@
|
|||||||
// picOpeEnd
|
// picOpeEnd
|
||||||
//
|
//
|
||||||
this.picOpeEnd.BackColor = System.Drawing.Color.Transparent;
|
this.picOpeEnd.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picOpeEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOpeEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOpeEnd.Location = new System.Drawing.Point(2, 10);
|
this.picOpeEnd.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOpeEnd.Name = "picOpeEnd";
|
this.picOpeEnd.Name = "picOpeEnd";
|
||||||
@ -1875,7 +1875,7 @@
|
|||||||
// picInRoom
|
// picInRoom
|
||||||
//
|
//
|
||||||
this.picInRoom.BackColor = System.Drawing.Color.Transparent;
|
this.picInRoom.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picInRoom.Location = new System.Drawing.Point(2, 10);
|
this.picInRoom.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picInRoom.Name = "picInRoom";
|
this.picInRoom.Name = "picInRoom";
|
||||||
|
|||||||
@ -66,14 +66,14 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtCG.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
txtCG.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
||||||
txtBG.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
txtBG.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
||||||
|
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
#endregion
|
#endregion
|
||||||
panel8.MouseWheel += new System.Windows.Forms.MouseEventHandler(panel8_MouseWheel);
|
panel8.MouseWheel += new System.Windows.Forms.MouseEventHandler(panel8_MouseWheel);
|
||||||
panel82.MouseWheel += new System.Windows.Forms.MouseEventHandler(panel82_MouseWheel);
|
panel82.MouseWheel += new System.Windows.Forms.MouseEventHandler(panel82_MouseWheel);
|
||||||
@ -737,32 +737,32 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "麻醉开始")
|
if (Inevent != null && Inevent.EventName == "麻醉开始")
|
||||||
{
|
{
|
||||||
_record.AnesthesiaBeginTime = null;
|
_record.AnesthesiaBeginTime = null;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始;
|
||||||
BOperationRecord.Update("AnesthesiaBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update("AnesthesiaBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术开始")
|
if (Inevent != null && Inevent.EventName == "手术开始")
|
||||||
{
|
{
|
||||||
_record.OperationBeginTime = null;
|
_record.OperationBeginTime = null;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
BOperationRecord.Update(" OperationBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" OperationBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术结束")
|
if (Inevent != null && Inevent.EventName == "手术结束")
|
||||||
{
|
{
|
||||||
_record.OperationEndTime = null;
|
_record.OperationEndTime = null;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
BOperationRecord.Update(" OperationEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" OperationEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "麻醉完成")
|
if (Inevent != null && Inevent.EventName == "麻醉完成")
|
||||||
{
|
{
|
||||||
_record.AnesthesiaEndTime = null;
|
_record.AnesthesiaEndTime = null;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
BOperationRecord.Update(" AnesthesiaEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" AnesthesiaEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == cmbCGType.Text)
|
if (Inevent != null && Inevent.EventName == cmbCGType.Text)
|
||||||
{
|
{
|
||||||
_record.InCGType = "";
|
_record.InCGType = "";
|
||||||
_record.SpileInTime = null;
|
_record.SpileInTime = null;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管;
|
||||||
BOperationRecord.Update(" SpileInTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" SpileInTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
UpdatePhysioDataResp();
|
UpdatePhysioDataResp();
|
||||||
}
|
}
|
||||||
@ -770,7 +770,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
{
|
{
|
||||||
_record.InBGType = "";
|
_record.InBGType = "";
|
||||||
_record.SpileOutTime = null;
|
_record.SpileOutTime = null;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
BOperationRecord.Update(" SpileOutTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" SpileOutTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
UpdatePhysioDataResp();
|
UpdatePhysioDataResp();
|
||||||
}
|
}
|
||||||
@ -843,7 +843,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.InRoomTime = Inevent.EventBeginTime;
|
_record.InRoomTime = Inevent.EventBeginTime;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室_select;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室_select;
|
||||||
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
|
|
||||||
//try
|
//try
|
||||||
@ -872,20 +872,20 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "麻醉开始" && _record.AnesthesiaBeginTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "麻醉开始" && _record.AnesthesiaBeginTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.AnesthesiaBeginTime = Inevent.EventBeginTime;
|
_record.AnesthesiaBeginTime = Inevent.EventBeginTime;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始_select;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始_select;
|
||||||
BOperationRecord.Update("AnesthesiaBeginTime=@AnesthesiaBeginTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaBeginTime", _record.AnesthesiaBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("AnesthesiaBeginTime=@AnesthesiaBeginTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaBeginTime", _record.AnesthesiaBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术开始" && _record.OperationBeginTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "手术开始" && _record.OperationBeginTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OperationBeginTime = Inevent.EventBeginTime;
|
_record.OperationBeginTime = Inevent.EventBeginTime;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始_select;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始_select;
|
||||||
BOperationRecord.Update("OperationBeginTime=@OperationBegin where Id=@id ", new AIMSModel.ParameterList("@OperationBegin", _record.OperationBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OperationBeginTime=@OperationBegin where Id=@id ", new AIMSModel.ParameterList("@OperationBegin", _record.OperationBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == cmbCGType.Text && _record.SpileInTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == cmbCGType.Text && _record.SpileInTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.InCGType = cmbCGType.Text;
|
_record.InCGType = cmbCGType.Text;
|
||||||
_record.SpileInTime = Inevent.EventBeginTime;
|
_record.SpileInTime = Inevent.EventBeginTime;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管_select;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管_select;
|
||||||
BOperationRecord.Update(" SpileInTime=@SpileIn where Id=@id ", new AIMSModel.ParameterList("@SpileIn", _record.SpileInTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update(" SpileInTime=@SpileIn where Id=@id ", new AIMSModel.ParameterList("@SpileIn", _record.SpileInTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
UpdatePhysioDataResp();
|
UpdatePhysioDataResp();
|
||||||
|
|
||||||
@ -894,26 +894,26 @@ namespace AIMS.OperationAanesthesia
|
|||||||
{
|
{
|
||||||
_record.InBGType = cmbBGType.Text;
|
_record.InBGType = cmbBGType.Text;
|
||||||
_record.SpileOutTime = Inevent.EventBeginTime;
|
_record.SpileOutTime = Inevent.EventBeginTime;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管_select;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管_select;
|
||||||
BOperationRecord.Update(" SpileOutTime=@SpileOut where Id=@id ", new AIMSModel.ParameterList("@SpileOut", _record.SpileOutTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update(" SpileOutTime=@SpileOut where Id=@id ", new AIMSModel.ParameterList("@SpileOut", _record.SpileOutTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
UpdatePhysioDataResp();
|
UpdatePhysioDataResp();
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术结束" && _record.OperationEndTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "手术结束" && _record.OperationEndTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OperationEndTime = Inevent.EventBeginTime;
|
_record.OperationEndTime = Inevent.EventBeginTime;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束_select;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束_select;
|
||||||
BOperationRecord.Update("OperationEndTime=@OperationEnd where Id=@id ", new AIMSModel.ParameterList("@OperationEnd", _record.OperationEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OperationEndTime=@OperationEnd where Id=@id ", new AIMSModel.ParameterList("@OperationEnd", _record.OperationEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "麻醉完成" && _record.AnesthesiaEndTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "麻醉完成" && _record.AnesthesiaEndTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.AnesthesiaEndTime = Inevent.EventBeginTime;
|
_record.AnesthesiaEndTime = Inevent.EventBeginTime;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束_select;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束_select;
|
||||||
BOperationRecord.Update("AnesthesiaEndTime=@AnesthesiaEndTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaEndTime", _record.AnesthesiaEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("AnesthesiaEndTime=@AnesthesiaEndTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaEndTime", _record.AnesthesiaEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OutRoomTime = Inevent.EventBeginTime;
|
_record.OutRoomTime = Inevent.EventBeginTime;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室_select;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室_select;
|
||||||
BOperationRecord.Update("OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@OutRoom", _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@OutRoom", _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2187,7 +2187,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtInRoom.ButtonDropDown.Visible = false;
|
txtInRoom.ButtonDropDown.Visible = false;
|
||||||
txtInRoom.Tag = _record.InRoomTime.Value;
|
txtInRoom.Tag = _record.InRoomTime.Value;
|
||||||
txtInRoom.Value = _record.InRoomTime.Value;
|
txtInRoom.Value = _record.InRoomTime.Value;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室_select;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室_select;
|
||||||
}
|
}
|
||||||
if (_record.AnesthesiaBeginTime != null)
|
if (_record.AnesthesiaBeginTime != null)
|
||||||
{
|
{
|
||||||
@ -2195,7 +2195,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtAnaesthesiaBegin.ButtonDropDown.Visible = false;
|
txtAnaesthesiaBegin.ButtonDropDown.Visible = false;
|
||||||
txtAnaesthesiaBegin.Tag = _record.AnesthesiaBeginTime.Value;
|
txtAnaesthesiaBegin.Tag = _record.AnesthesiaBeginTime.Value;
|
||||||
txtAnaesthesiaBegin.Value = _record.AnesthesiaBeginTime.Value;
|
txtAnaesthesiaBegin.Value = _record.AnesthesiaBeginTime.Value;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始_select;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始_select;
|
||||||
}
|
}
|
||||||
if (_record.SpileInTime != null)
|
if (_record.SpileInTime != null)
|
||||||
{
|
{
|
||||||
@ -2204,7 +2204,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtCG.CustomFormat = "MM-dd HH:mm";
|
txtCG.CustomFormat = "MM-dd HH:mm";
|
||||||
txtCG.Tag = _record.SpileInTime.Value;
|
txtCG.Tag = _record.SpileInTime.Value;
|
||||||
txtCG.Value = _record.SpileInTime.Value;
|
txtCG.Value = _record.SpileInTime.Value;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管_select;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管_select;
|
||||||
|
|
||||||
if (_record.SpileOutTime == null)
|
if (_record.SpileOutTime == null)
|
||||||
{
|
{
|
||||||
@ -2221,7 +2221,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtBG.CustomFormat = "MM-dd HH:mm";
|
txtBG.CustomFormat = "MM-dd HH:mm";
|
||||||
txtBG.Tag = _record.SpileOutTime.Value;
|
txtBG.Tag = _record.SpileOutTime.Value;
|
||||||
txtBG.Value = _record.SpileOutTime.Value;
|
txtBG.Value = _record.SpileOutTime.Value;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管_select;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管_select;
|
||||||
this.cmbBGType.SelectedIndexChanged += new System.EventHandler(this.cmbBGType_SelectedIndexChanged);
|
this.cmbBGType.SelectedIndexChanged += new System.EventHandler(this.cmbBGType_SelectedIndexChanged);
|
||||||
}
|
}
|
||||||
if (_record.OperationBeginTime != null)
|
if (_record.OperationBeginTime != null)
|
||||||
@ -2230,7 +2230,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOperationBegin.ButtonDropDown.Visible = false;
|
txtOperationBegin.ButtonDropDown.Visible = false;
|
||||||
txtOperationBegin.Tag = _record.OperationBeginTime.Value;
|
txtOperationBegin.Tag = _record.OperationBeginTime.Value;
|
||||||
txtOperationBegin.Value = _record.OperationBeginTime.Value;
|
txtOperationBegin.Value = _record.OperationBeginTime.Value;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始_select;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始_select;
|
||||||
}
|
}
|
||||||
if (_record.OperationEndTime != null)
|
if (_record.OperationEndTime != null)
|
||||||
{
|
{
|
||||||
@ -2238,7 +2238,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOperationEnd.ButtonDropDown.Visible = false;
|
txtOperationEnd.ButtonDropDown.Visible = false;
|
||||||
txtOperationEnd.Tag = _record.OperationEndTime.Value;
|
txtOperationEnd.Tag = _record.OperationEndTime.Value;
|
||||||
txtOperationEnd.Value = _record.OperationEndTime.Value;
|
txtOperationEnd.Value = _record.OperationEndTime.Value;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束_select;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束_select;
|
||||||
}
|
}
|
||||||
if (_record.AnesthesiaEndTime != null)
|
if (_record.AnesthesiaEndTime != null)
|
||||||
{
|
{
|
||||||
@ -2246,7 +2246,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtAnaesthesiaEnd.ButtonDropDown.Visible = false;
|
txtAnaesthesiaEnd.ButtonDropDown.Visible = false;
|
||||||
txtAnaesthesiaEnd.Tag = _record.AnesthesiaEndTime.Value;
|
txtAnaesthesiaEnd.Tag = _record.AnesthesiaEndTime.Value;
|
||||||
txtAnaesthesiaEnd.Value = _record.AnesthesiaEndTime.Value;
|
txtAnaesthesiaEnd.Value = _record.AnesthesiaEndTime.Value;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束_select;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束_select;
|
||||||
}
|
}
|
||||||
if (_record.OutRoomTime != null)
|
if (_record.OutRoomTime != null)
|
||||||
{
|
{
|
||||||
@ -2254,7 +2254,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOutRoom.ButtonDropDown.Visible = false;
|
txtOutRoom.ButtonDropDown.Visible = false;
|
||||||
txtOutRoom.Tag = _record.OutRoomTime.Value;
|
txtOutRoom.Tag = _record.OutRoomTime.Value;
|
||||||
txtOutRoom.Value = _record.OutRoomTime.Value;
|
txtOutRoom.Value = _record.OutRoomTime.Value;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室_select;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室_select;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_record.OutRoomTime != null && _record.StateName == "手术中")
|
if (_record.OutRoomTime != null && _record.StateName == "手术中")
|
||||||
@ -2321,14 +2321,14 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtCG.Text = "";
|
txtCG.Text = "";
|
||||||
txtBG.Text = "";
|
txtBG.Text = "";
|
||||||
|
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picAnesBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉开始;
|
this.picAnesBegin.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉开始;
|
||||||
this.picCG.BackgroundImage = global::AIMS.UI.Properties.Resources.置管;
|
this.picCG.BackgroundImage = global::AIMSControls.Properties.Resources.置管;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -175,7 +175,7 @@
|
|||||||
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button8.ForeColor = System.Drawing.Color.DimGray;
|
this.button8.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button8.Image = global::AIMS.UI.Properties.Resources.系统设置;
|
this.button8.Image = global::AIMSControls.Properties.Resources.系统设置;
|
||||||
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button8.Location = new System.Drawing.Point(0, 450);
|
this.button8.Location = new System.Drawing.Point(0, 450);
|
||||||
this.button8.Name = "button8";
|
this.button8.Name = "button8";
|
||||||
@ -195,7 +195,7 @@
|
|||||||
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button7.ForeColor = System.Drawing.Color.DimGray;
|
this.button7.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button7.Image = global::AIMS.UI.Properties.Resources.文书编辑;
|
this.button7.Image = global::AIMSControls.Properties.Resources.文书编辑;
|
||||||
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button7.Location = new System.Drawing.Point(0, 400);
|
this.button7.Location = new System.Drawing.Point(0, 400);
|
||||||
this.button7.Name = "button7";
|
this.button7.Name = "button7";
|
||||||
@ -215,7 +215,7 @@
|
|||||||
this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
|
this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancelIn.Image = global::AIMS.UI.Properties.Resources.显示切换;
|
this.btnCancelIn.Image = global::AIMSControls.Properties.Resources.显示切换;
|
||||||
this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnCancelIn.Location = new System.Drawing.Point(0, 350);
|
this.btnCancelIn.Location = new System.Drawing.Point(0, 350);
|
||||||
this.btnCancelIn.Name = "btnCancelIn";
|
this.btnCancelIn.Name = "btnCancelIn";
|
||||||
@ -235,7 +235,7 @@
|
|||||||
this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
|
this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancelOperation.Image = global::AIMS.UI.Properties.Resources.取消手术;
|
this.btnCancelOperation.Image = global::AIMSControls.Properties.Resources.取消手术;
|
||||||
this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnCancelOperation.Location = new System.Drawing.Point(0, 300);
|
this.btnCancelOperation.Location = new System.Drawing.Point(0, 300);
|
||||||
this.btnCancelOperation.Name = "btnCancelOperation";
|
this.btnCancelOperation.Name = "btnCancelOperation";
|
||||||
@ -255,7 +255,7 @@
|
|||||||
this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
|
this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnTemplate.Image = global::AIMS.UI.Properties.Resources.模板应用;
|
this.btnTemplate.Image = global::AIMSControls.Properties.Resources.模板应用;
|
||||||
this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnTemplate.Location = new System.Drawing.Point(0, 250);
|
this.btnTemplate.Location = new System.Drawing.Point(0, 250);
|
||||||
this.btnTemplate.Name = "btnTemplate";
|
this.btnTemplate.Name = "btnTemplate";
|
||||||
@ -275,7 +275,7 @@
|
|||||||
this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
|
this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnOutputLiquids.Image = global::AIMS.UI.Properties.Resources.快捷事件;
|
this.btnOutputLiquids.Image = global::AIMSControls.Properties.Resources.快捷事件;
|
||||||
this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnOutputLiquids.Location = new System.Drawing.Point(0, 200);
|
this.btnOutputLiquids.Location = new System.Drawing.Point(0, 200);
|
||||||
this.btnOutputLiquids.Name = "btnOutputLiquids";
|
this.btnOutputLiquids.Name = "btnOutputLiquids";
|
||||||
@ -295,7 +295,7 @@
|
|||||||
this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
|
this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnAddEvents.Image = global::AIMS.UI.Properties.Resources.事件记录;
|
this.btnAddEvents.Image = global::AIMSControls.Properties.Resources.事件记录;
|
||||||
this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnAddEvents.Location = new System.Drawing.Point(0, 150);
|
this.btnAddEvents.Location = new System.Drawing.Point(0, 150);
|
||||||
this.btnAddEvents.Name = "btnAddEvents";
|
this.btnAddEvents.Name = "btnAddEvents";
|
||||||
@ -315,7 +315,7 @@
|
|||||||
this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
|
this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnDrug.Image = global::AIMS.UI.Properties.Resources.用药记录;
|
this.btnDrug.Image = global::AIMSControls.Properties.Resources.用药记录;
|
||||||
this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnDrug.Location = new System.Drawing.Point(0, 100);
|
this.btnDrug.Location = new System.Drawing.Point(0, 100);
|
||||||
this.btnDrug.Name = "btnDrug";
|
this.btnDrug.Name = "btnDrug";
|
||||||
@ -335,7 +335,7 @@
|
|||||||
this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
|
this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnOperationInfo.Image = global::AIMS.UI.Properties.Resources.文书单;
|
this.btnOperationInfo.Image = global::AIMSControls.Properties.Resources.文书单;
|
||||||
this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnOperationInfo.Location = new System.Drawing.Point(0, 50);
|
this.btnOperationInfo.Location = new System.Drawing.Point(0, 50);
|
||||||
this.btnOperationInfo.Name = "btnOperationInfo";
|
this.btnOperationInfo.Name = "btnOperationInfo";
|
||||||
@ -355,7 +355,7 @@
|
|||||||
this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
|
this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnSelectPatient.Image = global::AIMS.UI.Properties.Resources.患者列表;
|
this.btnSelectPatient.Image = global::AIMSControls.Properties.Resources.患者列表;
|
||||||
this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
|
this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
|
||||||
this.btnSelectPatient.Name = "btnSelectPatient";
|
this.btnSelectPatient.Name = "btnSelectPatient";
|
||||||
@ -581,7 +581,7 @@
|
|||||||
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button1.ForeColor = System.Drawing.Color.DimGray;
|
this.button1.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button1.Image = global::AIMS.UI.Properties.Resources.打印苏醒记录;
|
this.button1.Image = global::AIMSControls.Properties.Resources.打印苏醒记录;
|
||||||
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button1.Location = new System.Drawing.Point(0, 559);
|
this.button1.Location = new System.Drawing.Point(0, 559);
|
||||||
this.button1.Name = "button1";
|
this.button1.Name = "button1";
|
||||||
@ -601,7 +601,7 @@
|
|||||||
this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnChage.ForeColor = System.Drawing.Color.DimGray;
|
this.btnChage.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnChage.Image = global::AIMS.UI.Properties.Resources.麻醉医嘱;
|
this.btnChage.Image = global::AIMSControls.Properties.Resources.麻醉医嘱;
|
||||||
this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnChage.Location = new System.Drawing.Point(0, 609);
|
this.btnChage.Location = new System.Drawing.Point(0, 609);
|
||||||
this.btnChage.Name = "btnChage";
|
this.btnChage.Name = "btnChage";
|
||||||
@ -622,7 +622,7 @@
|
|||||||
this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
|
this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnsjzx.Image = global::AIMS.UI.Properties.Resources.工作列表;
|
this.btnsjzx.Image = global::AIMSControls.Properties.Resources.工作列表;
|
||||||
this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnsjzx.Location = new System.Drawing.Point(0, 659);
|
this.btnsjzx.Location = new System.Drawing.Point(0, 659);
|
||||||
this.btnsjzx.Name = "btnsjzx";
|
this.btnsjzx.Name = "btnsjzx";
|
||||||
@ -642,7 +642,7 @@
|
|||||||
this.btnzsk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnzsk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnzsk.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnzsk.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnzsk.ForeColor = System.Drawing.Color.DimGray;
|
this.btnzsk.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnzsk.Image = global::AIMS.UI.Properties.Resources.知识库;
|
this.btnzsk.Image = global::AIMSControls.Properties.Resources.知识库;
|
||||||
this.btnzsk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnzsk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnzsk.Location = new System.Drawing.Point(0, 709);
|
this.btnzsk.Location = new System.Drawing.Point(0, 709);
|
||||||
this.btnzsk.Name = "btnzsk";
|
this.btnzsk.Name = "btnzsk";
|
||||||
@ -662,7 +662,7 @@
|
|||||||
this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btndptz.ForeColor = System.Drawing.Color.DimGray;
|
this.btndptz.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btndptz.Image = global::AIMS.UI.Properties.Resources.文书状态;
|
this.btndptz.Image = global::AIMSControls.Properties.Resources.文书状态;
|
||||||
this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btndptz.Location = new System.Drawing.Point(0, 759);
|
this.btndptz.Location = new System.Drawing.Point(0, 759);
|
||||||
this.btndptz.Name = "btndptz";
|
this.btndptz.Name = "btndptz";
|
||||||
@ -682,7 +682,7 @@
|
|||||||
this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
|
this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnsbwh.Image = global::AIMS.UI.Properties.Resources.耗材管理;
|
this.btnsbwh.Image = global::AIMSControls.Properties.Resources.耗材管理;
|
||||||
this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnsbwh.Location = new System.Drawing.Point(0, 809);
|
this.btnsbwh.Location = new System.Drawing.Point(0, 809);
|
||||||
this.btnsbwh.Name = "btnsbwh";
|
this.btnsbwh.Name = "btnsbwh";
|
||||||
@ -803,7 +803,7 @@
|
|||||||
//
|
//
|
||||||
// panel17
|
// panel17
|
||||||
//
|
//
|
||||||
this.panel17.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_末尾页;
|
this.panel17.BackgroundImage = global::AIMSControls.Properties.Resources.图标_末尾页;
|
||||||
this.panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.panel17.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.panel17.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.panel17.Location = new System.Drawing.Point(126, 4);
|
this.panel17.Location = new System.Drawing.Point(126, 4);
|
||||||
@ -815,7 +815,7 @@
|
|||||||
//
|
//
|
||||||
// btnNextPage
|
// btnNextPage
|
||||||
//
|
//
|
||||||
this.btnNextPage.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_后一页;
|
this.btnNextPage.BackgroundImage = global::AIMSControls.Properties.Resources.图标_后一页;
|
||||||
this.btnNextPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.btnNextPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.btnNextPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnNextPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.btnNextPage.Location = new System.Drawing.Point(85, 4);
|
this.btnNextPage.Location = new System.Drawing.Point(85, 4);
|
||||||
@ -827,7 +827,7 @@
|
|||||||
//
|
//
|
||||||
// plPrintBrowse
|
// plPrintBrowse
|
||||||
//
|
//
|
||||||
this.plPrintBrowse.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_预览;
|
this.plPrintBrowse.BackgroundImage = global::AIMSControls.Properties.Resources.图标_预览;
|
||||||
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrintBrowse.Location = new System.Drawing.Point(254, 4);
|
this.plPrintBrowse.Location = new System.Drawing.Point(254, 4);
|
||||||
@ -838,7 +838,7 @@
|
|||||||
//
|
//
|
||||||
// plPrint
|
// plPrint
|
||||||
//
|
//
|
||||||
this.plPrint.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_打印;
|
this.plPrint.BackgroundImage = global::AIMSControls.Properties.Resources.图标_打印;
|
||||||
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrint.Location = new System.Drawing.Point(214, 4);
|
this.plPrint.Location = new System.Drawing.Point(214, 4);
|
||||||
@ -849,7 +849,7 @@
|
|||||||
//
|
//
|
||||||
// panel18
|
// panel18
|
||||||
//
|
//
|
||||||
this.panel18.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_第一页;
|
this.panel18.BackgroundImage = global::AIMSControls.Properties.Resources.图标_第一页;
|
||||||
this.panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.panel18.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.panel18.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.panel18.Location = new System.Drawing.Point(3, 4);
|
this.panel18.Location = new System.Drawing.Point(3, 4);
|
||||||
@ -861,7 +861,7 @@
|
|||||||
//
|
//
|
||||||
// btnUpPage
|
// btnUpPage
|
||||||
//
|
//
|
||||||
this.btnUpPage.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_前一页;
|
this.btnUpPage.BackgroundImage = global::AIMSControls.Properties.Resources.图标_前一页;
|
||||||
this.btnUpPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.btnUpPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.btnUpPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnUpPage.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.btnUpPage.Location = new System.Drawing.Point(44, 4);
|
this.btnUpPage.Location = new System.Drawing.Point(44, 4);
|
||||||
@ -873,7 +873,7 @@
|
|||||||
//
|
//
|
||||||
// plRefresh
|
// plRefresh
|
||||||
//
|
//
|
||||||
this.plRefresh.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_刷新;
|
this.plRefresh.BackgroundImage = global::AIMSControls.Properties.Resources.图标_刷新;
|
||||||
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plRefresh.Location = new System.Drawing.Point(294, 4);
|
this.plRefresh.Location = new System.Drawing.Point(294, 4);
|
||||||
@ -1004,7 +1004,7 @@
|
|||||||
// picOutRoom
|
// picOutRoom
|
||||||
//
|
//
|
||||||
this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
|
this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOutRoom.Location = new System.Drawing.Point(5, 12);
|
this.picOutRoom.Location = new System.Drawing.Point(5, 12);
|
||||||
this.picOutRoom.Name = "picOutRoom";
|
this.picOutRoom.Name = "picOutRoom";
|
||||||
@ -1110,7 +1110,7 @@
|
|||||||
// picBG
|
// picBG
|
||||||
//
|
//
|
||||||
this.picBG.BackColor = System.Drawing.Color.Transparent;
|
this.picBG.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
this.picBG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picBG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picBG.Location = new System.Drawing.Point(5, 12);
|
this.picBG.Location = new System.Drawing.Point(5, 12);
|
||||||
this.picBG.Name = "picBG";
|
this.picBG.Name = "picBG";
|
||||||
@ -1188,7 +1188,7 @@
|
|||||||
// picAnesEnd
|
// picAnesEnd
|
||||||
//
|
//
|
||||||
this.picAnesEnd.BackColor = System.Drawing.Color.Transparent;
|
this.picAnesEnd.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
this.picAnesEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picAnesEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picAnesEnd.Location = new System.Drawing.Point(5, 12);
|
this.picAnesEnd.Location = new System.Drawing.Point(5, 12);
|
||||||
this.picAnesEnd.Name = "picAnesEnd";
|
this.picAnesEnd.Name = "picAnesEnd";
|
||||||
@ -1281,7 +1281,7 @@
|
|||||||
// picInRoom
|
// picInRoom
|
||||||
//
|
//
|
||||||
this.picInRoom.BackColor = System.Drawing.Color.Transparent;
|
this.picInRoom.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picInRoom.Location = new System.Drawing.Point(5, 12);
|
this.picInRoom.Location = new System.Drawing.Point(5, 12);
|
||||||
this.picInRoom.Name = "picInRoom";
|
this.picInRoom.Name = "picInRoom";
|
||||||
@ -1314,7 +1314,7 @@
|
|||||||
//
|
//
|
||||||
// PanelSave
|
// PanelSave
|
||||||
//
|
//
|
||||||
this.PanelSave.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.PanelSave.BackgroundImage = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.PanelSave.Location = new System.Drawing.Point(174, 4);
|
this.PanelSave.Location = new System.Drawing.Point(174, 4);
|
||||||
|
|||||||
@ -49,10 +49,10 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtAnaesthesiaEnd.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
txtAnaesthesiaEnd.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
||||||
txtBG.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
txtBG.LostFocus += new EventHandler(txtDateTime_LostFocus);
|
||||||
|
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -471,14 +471,14 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "麻醉完成")
|
if (Inevent != null && Inevent.EventName == "麻醉完成")
|
||||||
{
|
{
|
||||||
_record.AnesthesiaEndTime = null;
|
_record.AnesthesiaEndTime = null;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
BOperationRecord.Update(" AnesthesiaEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" AnesthesiaEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == cmbBGType.Text)
|
if (Inevent != null && Inevent.EventName == cmbBGType.Text)
|
||||||
{
|
{
|
||||||
_record.InBGType = "";
|
_record.InBGType = "";
|
||||||
_record.SpileOutTime = null;
|
_record.SpileOutTime = null;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
BOperationRecord.Update(" SpileOutTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" SpileOutTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
//UpdatePhysioDataResp();
|
//UpdatePhysioDataResp();
|
||||||
}
|
}
|
||||||
@ -545,26 +545,26 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.InRoomTime = Inevent.EventBeginTime;
|
_record.InRoomTime = Inevent.EventBeginTime;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室_select;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室_select;
|
||||||
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == cmbBGType.Text && _record.SpileOutTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == cmbBGType.Text && _record.SpileOutTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.InBGType = cmbBGType.Text;
|
_record.InBGType = cmbBGType.Text;
|
||||||
_record.SpileOutTime = Inevent.EventBeginTime;
|
_record.SpileOutTime = Inevent.EventBeginTime;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管_select;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管_select;
|
||||||
BOperationRecord.Update(" SpileOutTime=@SpileOut where Id=@id ", new AIMSModel.ParameterList("@SpileOut", _record.SpileOutTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update(" SpileOutTime=@SpileOut where Id=@id ", new AIMSModel.ParameterList("@SpileOut", _record.SpileOutTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "麻醉完成" && _record.AnesthesiaEndTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "麻醉完成" && _record.AnesthesiaEndTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.AnesthesiaEndTime = Inevent.EventBeginTime;
|
_record.AnesthesiaEndTime = Inevent.EventBeginTime;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束_select;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束_select;
|
||||||
BOperationRecord.Update("AnesthesiaEndTime=@AnesthesiaEndTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaEndTime", _record.AnesthesiaEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("AnesthesiaEndTime=@AnesthesiaEndTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaEndTime", _record.AnesthesiaEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OutRoomTime = Inevent.EventBeginTime;
|
_record.OutRoomTime = Inevent.EventBeginTime;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室_select;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室_select;
|
||||||
BOperationRecord.Update("OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@OutRoom", _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@OutRoom", _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1443,7 +1443,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtInRoom.ButtonDropDown.Visible = false;
|
txtInRoom.ButtonDropDown.Visible = false;
|
||||||
txtInRoom.Tag = _record.InRoomTime.Value;
|
txtInRoom.Tag = _record.InRoomTime.Value;
|
||||||
txtInRoom.Value = _record.InRoomTime.Value;
|
txtInRoom.Value = _record.InRoomTime.Value;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室_select;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室_select;
|
||||||
}
|
}
|
||||||
if (_record.SpileOutTime != null)
|
if (_record.SpileOutTime != null)
|
||||||
{
|
{
|
||||||
@ -1451,7 +1451,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtBG.CustomFormat = "MM-dd HH:mm";
|
txtBG.CustomFormat = "MM-dd HH:mm";
|
||||||
txtBG.Tag = _record.SpileOutTime.Value;
|
txtBG.Tag = _record.SpileOutTime.Value;
|
||||||
txtBG.Value = _record.SpileOutTime.Value;
|
txtBG.Value = _record.SpileOutTime.Value;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管_select;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管_select;
|
||||||
}
|
}
|
||||||
if (_record.AnesthesiaEndTime != null)
|
if (_record.AnesthesiaEndTime != null)
|
||||||
{
|
{
|
||||||
@ -1459,7 +1459,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtAnaesthesiaEnd.ButtonDropDown.Visible = false;
|
txtAnaesthesiaEnd.ButtonDropDown.Visible = false;
|
||||||
txtAnaesthesiaEnd.Tag = _record.AnesthesiaEndTime.Value;
|
txtAnaesthesiaEnd.Tag = _record.AnesthesiaEndTime.Value;
|
||||||
txtAnaesthesiaEnd.Value = _record.AnesthesiaEndTime.Value;
|
txtAnaesthesiaEnd.Value = _record.AnesthesiaEndTime.Value;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束_select;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束_select;
|
||||||
}
|
}
|
||||||
if (_record.OutRoomTime != null)
|
if (_record.OutRoomTime != null)
|
||||||
{
|
{
|
||||||
@ -1467,7 +1467,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOutRoom.ButtonDropDown.Visible = false;
|
txtOutRoom.ButtonDropDown.Visible = false;
|
||||||
txtOutRoom.Tag = _record.OutRoomTime.Value;
|
txtOutRoom.Tag = _record.OutRoomTime.Value;
|
||||||
txtOutRoom.Value = _record.OutRoomTime.Value;
|
txtOutRoom.Value = _record.OutRoomTime.Value;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室_select;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室_select;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_record.OutRoomTime != null && _record.StateName == "麻醉复苏中")
|
if (_record.OutRoomTime != null && _record.StateName == "麻醉复苏中")
|
||||||
@ -1508,10 +1508,10 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOutRoom.Text = "";
|
txtOutRoom.Text = "";
|
||||||
txtBG.Text = "";
|
txtBG.Text = "";
|
||||||
|
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picBG.BackgroundImage = global::AIMS.UI.Properties.Resources.拔管;
|
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.拔管;
|
||||||
this.picAnesEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.麻醉结束;
|
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.麻醉结束;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
}
|
}
|
||||||
|
|
||||||
public DateTime getOpeMaxTime(OperationRecord myOpeRecord)
|
public DateTime getOpeMaxTime(OperationRecord myOpeRecord)
|
||||||
|
|||||||
@ -96,7 +96,7 @@
|
|||||||
//
|
//
|
||||||
// tsbAddAnalysis
|
// tsbAddAnalysis
|
||||||
//
|
//
|
||||||
this.tsbAddAnalysis.Image = global::AIMS.UI.Properties.Resources.图标_访视单;
|
this.tsbAddAnalysis.Image = global::AIMSControls.Properties.Resources.图标_访视单;
|
||||||
this.tsbAddAnalysis.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAddAnalysis.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAddAnalysis.Name = "tsbAddAnalysis";
|
this.tsbAddAnalysis.Name = "tsbAddAnalysis";
|
||||||
this.tsbAddAnalysis.Size = new System.Drawing.Size(71, 34);
|
this.tsbAddAnalysis.Size = new System.Drawing.Size(71, 34);
|
||||||
@ -105,7 +105,7 @@
|
|||||||
//
|
//
|
||||||
// tsbModifyAnalysis
|
// tsbModifyAnalysis
|
||||||
//
|
//
|
||||||
this.tsbModifyAnalysis.Image = global::AIMS.UI.Properties.Resources.图标_编辑;
|
this.tsbModifyAnalysis.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
||||||
this.tsbModifyAnalysis.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModifyAnalysis.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModifyAnalysis.Name = "tsbModifyAnalysis";
|
this.tsbModifyAnalysis.Name = "tsbModifyAnalysis";
|
||||||
this.tsbModifyAnalysis.Size = new System.Drawing.Size(71, 34);
|
this.tsbModifyAnalysis.Size = new System.Drawing.Size(71, 34);
|
||||||
@ -114,7 +114,7 @@
|
|||||||
//
|
//
|
||||||
// tsbSave
|
// tsbSave
|
||||||
//
|
//
|
||||||
this.tsbSave.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSave.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSave.Name = "tsbSave";
|
this.tsbSave.Name = "tsbSave";
|
||||||
this.tsbSave.Size = new System.Drawing.Size(71, 34);
|
this.tsbSave.Size = new System.Drawing.Size(71, 34);
|
||||||
@ -123,7 +123,7 @@
|
|||||||
//
|
//
|
||||||
// tsbDelConsumable
|
// tsbDelConsumable
|
||||||
//
|
//
|
||||||
this.tsbDelConsumable.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbDelConsumable.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbDelConsumable.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbDelConsumable.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbDelConsumable.Name = "tsbDelConsumable";
|
this.tsbDelConsumable.Name = "tsbDelConsumable";
|
||||||
this.tsbDelConsumable.Size = new System.Drawing.Size(71, 34);
|
this.tsbDelConsumable.Size = new System.Drawing.Size(71, 34);
|
||||||
|
|||||||
@ -341,7 +341,7 @@
|
|||||||
// dataGridViewImageColumn2
|
// dataGridViewImageColumn2
|
||||||
//
|
//
|
||||||
this.dataGridViewImageColumn2.HeaderText = " ";
|
this.dataGridViewImageColumn2.HeaderText = " ";
|
||||||
this.dataGridViewImageColumn2.Image = global::AIMS.UI.Properties.Resources.SYSCRL;
|
this.dataGridViewImageColumn2.Image = global::AIMSControls.Properties.Resources.SYSCRL;
|
||||||
this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2";
|
this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2";
|
||||||
this.dataGridViewImageColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
this.dataGridViewImageColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dataGridViewImageColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
this.dataGridViewImageColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
||||||
@ -732,7 +732,7 @@
|
|||||||
// dataGridViewImageColumn5
|
// dataGridViewImageColumn5
|
||||||
//
|
//
|
||||||
this.dataGridViewImageColumn5.HeaderText = " ";
|
this.dataGridViewImageColumn5.HeaderText = " ";
|
||||||
this.dataGridViewImageColumn5.Image = global::AIMS.UI.Properties.Resources.SYSCRL;
|
this.dataGridViewImageColumn5.Image = global::AIMSControls.Properties.Resources.SYSCRL;
|
||||||
this.dataGridViewImageColumn5.Name = "dataGridViewImageColumn5";
|
this.dataGridViewImageColumn5.Name = "dataGridViewImageColumn5";
|
||||||
this.dataGridViewImageColumn5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
this.dataGridViewImageColumn5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dataGridViewImageColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
this.dataGridViewImageColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
||||||
@ -1034,7 +1034,7 @@
|
|||||||
// dataGridViewImageColumn3
|
// dataGridViewImageColumn3
|
||||||
//
|
//
|
||||||
this.dataGridViewImageColumn3.HeaderText = " ";
|
this.dataGridViewImageColumn3.HeaderText = " ";
|
||||||
this.dataGridViewImageColumn3.Image = global::AIMS.UI.Properties.Resources.SYSCRL;
|
this.dataGridViewImageColumn3.Image = global::AIMSControls.Properties.Resources.SYSCRL;
|
||||||
this.dataGridViewImageColumn3.Name = "dataGridViewImageColumn3";
|
this.dataGridViewImageColumn3.Name = "dataGridViewImageColumn3";
|
||||||
this.dataGridViewImageColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
this.dataGridViewImageColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dataGridViewImageColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
this.dataGridViewImageColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
||||||
@ -1577,7 +1577,7 @@
|
|||||||
// dataGridViewImageColumn1
|
// dataGridViewImageColumn1
|
||||||
//
|
//
|
||||||
this.dataGridViewImageColumn1.HeaderText = " ";
|
this.dataGridViewImageColumn1.HeaderText = " ";
|
||||||
this.dataGridViewImageColumn1.Image = global::AIMS.UI.Properties.Resources.SYSCRL;
|
this.dataGridViewImageColumn1.Image = global::AIMSControls.Properties.Resources.SYSCRL;
|
||||||
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
||||||
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
||||||
|
|||||||
@ -238,7 +238,7 @@
|
|||||||
// dataGridViewImageColumn1
|
// dataGridViewImageColumn1
|
||||||
//
|
//
|
||||||
this.dataGridViewImageColumn1.HeaderText = " ";
|
this.dataGridViewImageColumn1.HeaderText = " ";
|
||||||
this.dataGridViewImageColumn1.Image = global::AIMS.UI.Properties.Resources.SYSCRL;
|
this.dataGridViewImageColumn1.Image = global::AIMSControls.Properties.Resources.SYSCRL;
|
||||||
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
||||||
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
||||||
|
|||||||
@ -279,7 +279,7 @@
|
|||||||
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button9.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button9.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button9.ForeColor = System.Drawing.Color.DimGray;
|
this.button9.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button9.Image = global::AIMS.UI.Properties.Resources.手术申请;
|
this.button9.Image = global::AIMSControls.Properties.Resources.手术申请;
|
||||||
this.button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button9.Location = new System.Drawing.Point(0, 650);
|
this.button9.Location = new System.Drawing.Point(0, 650);
|
||||||
this.button9.Name = "button9";
|
this.button9.Name = "button9";
|
||||||
@ -299,7 +299,7 @@
|
|||||||
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button1.ForeColor = System.Drawing.Color.DimGray;
|
this.button1.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button1.Image = global::AIMS.UI.Properties.Resources.添加数据;
|
this.button1.Image = global::AIMSControls.Properties.Resources.添加数据;
|
||||||
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button1.Location = new System.Drawing.Point(0, 600);
|
this.button1.Location = new System.Drawing.Point(0, 600);
|
||||||
this.button1.Name = "button1";
|
this.button1.Name = "button1";
|
||||||
@ -319,7 +319,7 @@
|
|||||||
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button8.ForeColor = System.Drawing.Color.DimGray;
|
this.button8.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button8.Image = global::AIMS.UI.Properties.Resources.系统设置;
|
this.button8.Image = global::AIMSControls.Properties.Resources.系统设置;
|
||||||
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button8.Location = new System.Drawing.Point(0, 550);
|
this.button8.Location = new System.Drawing.Point(0, 550);
|
||||||
this.button8.Name = "button8";
|
this.button8.Name = "button8";
|
||||||
@ -340,7 +340,7 @@
|
|||||||
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button7.ForeColor = System.Drawing.Color.DimGray;
|
this.button7.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button7.Image = global::AIMS.UI.Properties.Resources.文书编辑;
|
this.button7.Image = global::AIMSControls.Properties.Resources.文书编辑;
|
||||||
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button7.Location = new System.Drawing.Point(0, 500);
|
this.button7.Location = new System.Drawing.Point(0, 500);
|
||||||
this.button7.Name = "button7";
|
this.button7.Name = "button7";
|
||||||
@ -360,7 +360,7 @@
|
|||||||
this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
|
this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancelIn.Image = global::AIMS.UI.Properties.Resources.显示切换;
|
this.btnCancelIn.Image = global::AIMSControls.Properties.Resources.显示切换;
|
||||||
this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnCancelIn.Location = new System.Drawing.Point(0, 450);
|
this.btnCancelIn.Location = new System.Drawing.Point(0, 450);
|
||||||
this.btnCancelIn.Name = "btnCancelIn";
|
this.btnCancelIn.Name = "btnCancelIn";
|
||||||
@ -381,7 +381,7 @@
|
|||||||
this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
|
this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancelOperation.Image = global::AIMS.UI.Properties.Resources.取消手术;
|
this.btnCancelOperation.Image = global::AIMSControls.Properties.Resources.取消手术;
|
||||||
this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnCancelOperation.Location = new System.Drawing.Point(0, 400);
|
this.btnCancelOperation.Location = new System.Drawing.Point(0, 400);
|
||||||
this.btnCancelOperation.Name = "btnCancelOperation";
|
this.btnCancelOperation.Name = "btnCancelOperation";
|
||||||
@ -402,7 +402,7 @@
|
|||||||
this.btnBloodGasAnalysis.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnBloodGasAnalysis.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnBloodGasAnalysis.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnBloodGasAnalysis.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnBloodGasAnalysis.ForeColor = System.Drawing.Color.DimGray;
|
this.btnBloodGasAnalysis.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnBloodGasAnalysis.Image = global::AIMS.UI.Properties.Resources.血气分析;
|
this.btnBloodGasAnalysis.Image = global::AIMSControls.Properties.Resources.血气分析;
|
||||||
this.btnBloodGasAnalysis.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnBloodGasAnalysis.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnBloodGasAnalysis.Location = new System.Drawing.Point(0, 350);
|
this.btnBloodGasAnalysis.Location = new System.Drawing.Point(0, 350);
|
||||||
this.btnBloodGasAnalysis.Name = "btnBloodGasAnalysis";
|
this.btnBloodGasAnalysis.Name = "btnBloodGasAnalysis";
|
||||||
@ -423,7 +423,7 @@
|
|||||||
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button6.ForeColor = System.Drawing.Color.DimGray;
|
this.button6.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button6.Image = global::AIMS.UI.Properties.Resources.不良事件;
|
this.button6.Image = global::AIMSControls.Properties.Resources.不良事件;
|
||||||
this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button6.Location = new System.Drawing.Point(0, 300);
|
this.button6.Location = new System.Drawing.Point(0, 300);
|
||||||
this.button6.Name = "button6";
|
this.button6.Name = "button6";
|
||||||
@ -444,7 +444,7 @@
|
|||||||
this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
|
this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnOperationInfo.Image = global::AIMS.UI.Properties.Resources.文书单;
|
this.btnOperationInfo.Image = global::AIMSControls.Properties.Resources.文书单;
|
||||||
this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnOperationInfo.Location = new System.Drawing.Point(0, 250);
|
this.btnOperationInfo.Location = new System.Drawing.Point(0, 250);
|
||||||
this.btnOperationInfo.Name = "btnOperationInfo";
|
this.btnOperationInfo.Name = "btnOperationInfo";
|
||||||
@ -464,7 +464,7 @@
|
|||||||
this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
|
this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnOutputLiquids.Image = global::AIMS.UI.Properties.Resources.快捷事件;
|
this.btnOutputLiquids.Image = global::AIMSControls.Properties.Resources.快捷事件;
|
||||||
this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnOutputLiquids.Location = new System.Drawing.Point(0, 200);
|
this.btnOutputLiquids.Location = new System.Drawing.Point(0, 200);
|
||||||
this.btnOutputLiquids.Name = "btnOutputLiquids";
|
this.btnOutputLiquids.Name = "btnOutputLiquids";
|
||||||
@ -485,7 +485,7 @@
|
|||||||
this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
|
this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnAddEvents.Image = global::AIMS.UI.Properties.Resources.事件记录;
|
this.btnAddEvents.Image = global::AIMSControls.Properties.Resources.事件记录;
|
||||||
this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnAddEvents.Location = new System.Drawing.Point(0, 150);
|
this.btnAddEvents.Location = new System.Drawing.Point(0, 150);
|
||||||
this.btnAddEvents.Name = "btnAddEvents";
|
this.btnAddEvents.Name = "btnAddEvents";
|
||||||
@ -506,7 +506,7 @@
|
|||||||
this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
|
this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnDrug.Image = global::AIMS.UI.Properties.Resources.用药记录;
|
this.btnDrug.Image = global::AIMSControls.Properties.Resources.用药记录;
|
||||||
this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnDrug.Location = new System.Drawing.Point(0, 100);
|
this.btnDrug.Location = new System.Drawing.Point(0, 100);
|
||||||
this.btnDrug.Name = "btnDrug";
|
this.btnDrug.Name = "btnDrug";
|
||||||
@ -527,7 +527,7 @@
|
|||||||
this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
|
this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnTemplate.Image = global::AIMS.UI.Properties.Resources.模板应用;
|
this.btnTemplate.Image = global::AIMSControls.Properties.Resources.模板应用;
|
||||||
this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnTemplate.Location = new System.Drawing.Point(0, 50);
|
this.btnTemplate.Location = new System.Drawing.Point(0, 50);
|
||||||
this.btnTemplate.Name = "btnTemplate";
|
this.btnTemplate.Name = "btnTemplate";
|
||||||
@ -547,7 +547,7 @@
|
|||||||
this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
|
this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnSelectPatient.Image = global::AIMS.UI.Properties.Resources.患者列表;
|
this.btnSelectPatient.Image = global::AIMSControls.Properties.Resources.患者列表;
|
||||||
this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
|
this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
|
||||||
this.btnSelectPatient.Name = "btnSelectPatient";
|
this.btnSelectPatient.Name = "btnSelectPatient";
|
||||||
@ -771,7 +771,7 @@
|
|||||||
this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnChage.ForeColor = System.Drawing.Color.DimGray;
|
this.btnChage.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnChage.Image = global::AIMS.UI.Properties.Resources.麻醉医嘱;
|
this.btnChage.Image = global::AIMSControls.Properties.Resources.麻醉医嘱;
|
||||||
this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnChage.Location = new System.Drawing.Point(0, 731);
|
this.btnChage.Location = new System.Drawing.Point(0, 731);
|
||||||
this.btnChage.Name = "btnChage";
|
this.btnChage.Name = "btnChage";
|
||||||
@ -792,7 +792,7 @@
|
|||||||
this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
|
this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnsjzx.Image = global::AIMS.UI.Properties.Resources.工作列表;
|
this.btnsjzx.Image = global::AIMSControls.Properties.Resources.工作列表;
|
||||||
this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnsjzx.Location = new System.Drawing.Point(0, 781);
|
this.btnsjzx.Location = new System.Drawing.Point(0, 781);
|
||||||
this.btnsjzx.Name = "btnsjzx";
|
this.btnsjzx.Name = "btnsjzx";
|
||||||
@ -812,7 +812,7 @@
|
|||||||
this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btndptz.ForeColor = System.Drawing.Color.DimGray;
|
this.btndptz.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btndptz.Image = global::AIMS.UI.Properties.Resources.文书状态;
|
this.btndptz.Image = global::AIMSControls.Properties.Resources.文书状态;
|
||||||
this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btndptz.Location = new System.Drawing.Point(0, 831);
|
this.btndptz.Location = new System.Drawing.Point(0, 831);
|
||||||
this.btndptz.Name = "btndptz";
|
this.btndptz.Name = "btndptz";
|
||||||
@ -832,7 +832,7 @@
|
|||||||
this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
|
this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnsbwh.Image = global::AIMS.UI.Properties.Resources.耗材管理;
|
this.btnsbwh.Image = global::AIMSControls.Properties.Resources.耗材管理;
|
||||||
this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnsbwh.Location = new System.Drawing.Point(0, 881);
|
this.btnsbwh.Location = new System.Drawing.Point(0, 881);
|
||||||
this.btnsbwh.Name = "btnsbwh";
|
this.btnsbwh.Name = "btnsbwh";
|
||||||
@ -2024,7 +2024,7 @@
|
|||||||
//
|
//
|
||||||
// plPrintBrowse
|
// plPrintBrowse
|
||||||
//
|
//
|
||||||
this.plPrintBrowse.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_预览;
|
this.plPrintBrowse.BackgroundImage = global::AIMSControls.Properties.Resources.图标_预览;
|
||||||
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrintBrowse.Location = new System.Drawing.Point(205, 4);
|
this.plPrintBrowse.Location = new System.Drawing.Point(205, 4);
|
||||||
@ -2036,7 +2036,7 @@
|
|||||||
//
|
//
|
||||||
// PanelSave
|
// PanelSave
|
||||||
//
|
//
|
||||||
this.PanelSave.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.PanelSave.BackgroundImage = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.PanelSave.Location = new System.Drawing.Point(121, 4);
|
this.PanelSave.Location = new System.Drawing.Point(121, 4);
|
||||||
@ -2048,7 +2048,7 @@
|
|||||||
//
|
//
|
||||||
// plPrint
|
// plPrint
|
||||||
//
|
//
|
||||||
this.plPrint.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_打印;
|
this.plPrint.BackgroundImage = global::AIMSControls.Properties.Resources.图标_打印;
|
||||||
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrint.Location = new System.Drawing.Point(163, 4);
|
this.plPrint.Location = new System.Drawing.Point(163, 4);
|
||||||
@ -2060,7 +2060,7 @@
|
|||||||
//
|
//
|
||||||
// plRefresh
|
// plRefresh
|
||||||
//
|
//
|
||||||
this.plRefresh.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_刷新;
|
this.plRefresh.BackgroundImage = global::AIMSControls.Properties.Resources.图标_刷新;
|
||||||
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plRefresh.Location = new System.Drawing.Point(247, 4);
|
this.plRefresh.Location = new System.Drawing.Point(247, 4);
|
||||||
@ -2192,7 +2192,7 @@
|
|||||||
// picOutRoom
|
// picOutRoom
|
||||||
//
|
//
|
||||||
this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
|
this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOutRoom.Location = new System.Drawing.Point(2, 10);
|
this.picOutRoom.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOutRoom.Name = "picOutRoom";
|
this.picOutRoom.Name = "picOutRoom";
|
||||||
@ -2285,7 +2285,7 @@
|
|||||||
// picOpeBegin
|
// picOpeBegin
|
||||||
//
|
//
|
||||||
this.picOpeBegin.BackColor = System.Drawing.Color.Transparent;
|
this.picOpeBegin.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOpeBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOpeBegin.Location = new System.Drawing.Point(2, 10);
|
this.picOpeBegin.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOpeBegin.Name = "picOpeBegin";
|
this.picOpeBegin.Name = "picOpeBegin";
|
||||||
@ -2378,7 +2378,7 @@
|
|||||||
// picOpeEnd
|
// picOpeEnd
|
||||||
//
|
//
|
||||||
this.picOpeEnd.BackColor = System.Drawing.Color.Transparent;
|
this.picOpeEnd.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picOpeEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOpeEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOpeEnd.Location = new System.Drawing.Point(2, 10);
|
this.picOpeEnd.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOpeEnd.Name = "picOpeEnd";
|
this.picOpeEnd.Name = "picOpeEnd";
|
||||||
@ -2471,7 +2471,7 @@
|
|||||||
// picInRoom
|
// picInRoom
|
||||||
//
|
//
|
||||||
this.picInRoom.BackColor = System.Drawing.Color.Transparent;
|
this.picInRoom.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picInRoom.Location = new System.Drawing.Point(2, 10);
|
this.picInRoom.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picInRoom.Name = "picInRoom";
|
this.picInRoom.Name = "picInRoom";
|
||||||
|
|||||||
@ -41,10 +41,10 @@ namespace AIMS.OperationAanesthesia
|
|||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
#region 时间轴事件
|
#region 时间轴事件
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
#endregion
|
#endregion
|
||||||
//AIMSExtension.PublicMethod.SetLocalDateTime();
|
//AIMSExtension.PublicMethod.SetLocalDateTime();
|
||||||
}
|
}
|
||||||
@ -250,13 +250,13 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "手术开始")
|
if (Inevent != null && Inevent.EventName == "手术开始")
|
||||||
{
|
{
|
||||||
_record.OperationBeginTime = null;
|
_record.OperationBeginTime = null;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
BOperationRecord.Update(" OperationBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" OperationBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术结束")
|
if (Inevent != null && Inevent.EventName == "手术结束")
|
||||||
{
|
{
|
||||||
_record.OperationEndTime = null;
|
_record.OperationEndTime = null;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
BOperationRecord.Update(" OperationEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" OperationEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -320,25 +320,25 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.InRoomTime = Inevent.EventBeginTime;
|
_record.InRoomTime = Inevent.EventBeginTime;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室_select;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室_select;
|
||||||
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术开始" && _record.OperationBeginTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "手术开始" && _record.OperationBeginTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OperationBeginTime = Inevent.EventBeginTime;
|
_record.OperationBeginTime = Inevent.EventBeginTime;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始_select;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始_select;
|
||||||
BOperationRecord.Update("OperationBeginTime=@OperationBegin where Id=@id ", new AIMSModel.ParameterList("@OperationBegin", _record.OperationBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OperationBeginTime=@OperationBegin where Id=@id ", new AIMSModel.ParameterList("@OperationBegin", _record.OperationBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术结束" && _record.OperationEndTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "手术结束" && _record.OperationEndTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OperationEndTime = Inevent.EventBeginTime;
|
_record.OperationEndTime = Inevent.EventBeginTime;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束_select;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束_select;
|
||||||
BOperationRecord.Update("OperationEndTime=@OperationEnd where Id=@id ", new AIMSModel.ParameterList("@OperationEnd", _record.OperationEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OperationEndTime=@OperationEnd where Id=@id ", new AIMSModel.ParameterList("@OperationEnd", _record.OperationEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OutRoomTime = Inevent.EventBeginTime;
|
_record.OutRoomTime = Inevent.EventBeginTime;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室_select;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室_select;
|
||||||
BOperationRecord.Update("OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@OutRoom", _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@OutRoom", _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1023,7 +1023,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtInRoom.ButtonDropDown.Visible = false;
|
txtInRoom.ButtonDropDown.Visible = false;
|
||||||
txtInRoom.Tag = _record.InRoomTime.Value;
|
txtInRoom.Tag = _record.InRoomTime.Value;
|
||||||
txtInRoom.Value = _record.InRoomTime.Value;
|
txtInRoom.Value = _record.InRoomTime.Value;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室_select;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室_select;
|
||||||
}
|
}
|
||||||
if (_record.OperationBeginTime != null)
|
if (_record.OperationBeginTime != null)
|
||||||
{
|
{
|
||||||
@ -1031,7 +1031,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOperationBegin.ButtonDropDown.Visible = false;
|
txtOperationBegin.ButtonDropDown.Visible = false;
|
||||||
txtOperationBegin.Tag = _record.OperationBeginTime.Value;
|
txtOperationBegin.Tag = _record.OperationBeginTime.Value;
|
||||||
txtOperationBegin.Value = _record.OperationBeginTime.Value;
|
txtOperationBegin.Value = _record.OperationBeginTime.Value;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始_select;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始_select;
|
||||||
}
|
}
|
||||||
if (_record.OperationEndTime != null)
|
if (_record.OperationEndTime != null)
|
||||||
{
|
{
|
||||||
@ -1039,7 +1039,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOperationEnd.ButtonDropDown.Visible = false;
|
txtOperationEnd.ButtonDropDown.Visible = false;
|
||||||
txtOperationEnd.Tag = _record.OperationEndTime.Value;
|
txtOperationEnd.Tag = _record.OperationEndTime.Value;
|
||||||
txtOperationEnd.Value = _record.OperationEndTime.Value;
|
txtOperationEnd.Value = _record.OperationEndTime.Value;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束_select;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束_select;
|
||||||
}
|
}
|
||||||
if (_record.OutRoomTime != null)
|
if (_record.OutRoomTime != null)
|
||||||
{
|
{
|
||||||
@ -1047,7 +1047,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOutRoom.ButtonDropDown.Visible = false;
|
txtOutRoom.ButtonDropDown.Visible = false;
|
||||||
txtOutRoom.Tag = _record.OutRoomTime.Value;
|
txtOutRoom.Tag = _record.OutRoomTime.Value;
|
||||||
txtOutRoom.Value = _record.OutRoomTime.Value;
|
txtOutRoom.Value = _record.OutRoomTime.Value;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室_select;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室_select;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_record.OutRoomTime != null && _record.StateName == "手术中")
|
if (_record.OutRoomTime != null && _record.StateName == "手术中")
|
||||||
@ -1086,10 +1086,10 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOperationEnd.Text = "";
|
txtOperationEnd.Text = "";
|
||||||
txtOutRoom.Text = "";
|
txtOutRoom.Text = "";
|
||||||
|
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@ -193,7 +193,7 @@
|
|||||||
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button10.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button10.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button10.ForeColor = System.Drawing.Color.DimGray;
|
this.button10.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button10.Image = global::AIMS.UI.Properties.Resources.安全检查;
|
this.button10.Image = global::AIMSControls.Properties.Resources.安全检查;
|
||||||
this.button10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button10.Location = new System.Drawing.Point(0, 700);
|
this.button10.Location = new System.Drawing.Point(0, 700);
|
||||||
this.button10.Name = "button10";
|
this.button10.Name = "button10";
|
||||||
@ -214,7 +214,7 @@
|
|||||||
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button9.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button9.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button9.ForeColor = System.Drawing.Color.DimGray;
|
this.button9.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button9.Image = global::AIMS.UI.Properties.Resources.手术申请;
|
this.button9.Image = global::AIMSControls.Properties.Resources.手术申请;
|
||||||
this.button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button9.Location = new System.Drawing.Point(0, 650);
|
this.button9.Location = new System.Drawing.Point(0, 650);
|
||||||
this.button9.Name = "button9";
|
this.button9.Name = "button9";
|
||||||
@ -234,7 +234,7 @@
|
|||||||
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button1.ForeColor = System.Drawing.Color.DimGray;
|
this.button1.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button1.Image = global::AIMS.UI.Properties.Resources.添加数据;
|
this.button1.Image = global::AIMSControls.Properties.Resources.添加数据;
|
||||||
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button1.Location = new System.Drawing.Point(0, 600);
|
this.button1.Location = new System.Drawing.Point(0, 600);
|
||||||
this.button1.Name = "button1";
|
this.button1.Name = "button1";
|
||||||
@ -254,7 +254,7 @@
|
|||||||
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button8.ForeColor = System.Drawing.Color.DimGray;
|
this.button8.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button8.Image = global::AIMS.UI.Properties.Resources.系统设置;
|
this.button8.Image = global::AIMSControls.Properties.Resources.系统设置;
|
||||||
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button8.Location = new System.Drawing.Point(0, 550);
|
this.button8.Location = new System.Drawing.Point(0, 550);
|
||||||
this.button8.Name = "button8";
|
this.button8.Name = "button8";
|
||||||
@ -275,7 +275,7 @@
|
|||||||
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button7.ForeColor = System.Drawing.Color.DimGray;
|
this.button7.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button7.Image = global::AIMS.UI.Properties.Resources.文书编辑;
|
this.button7.Image = global::AIMSControls.Properties.Resources.文书编辑;
|
||||||
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button7.Location = new System.Drawing.Point(0, 500);
|
this.button7.Location = new System.Drawing.Point(0, 500);
|
||||||
this.button7.Name = "button7";
|
this.button7.Name = "button7";
|
||||||
@ -295,7 +295,7 @@
|
|||||||
this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
|
this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancelIn.Image = global::AIMS.UI.Properties.Resources.显示切换;
|
this.btnCancelIn.Image = global::AIMSControls.Properties.Resources.显示切换;
|
||||||
this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnCancelIn.Location = new System.Drawing.Point(0, 450);
|
this.btnCancelIn.Location = new System.Drawing.Point(0, 450);
|
||||||
this.btnCancelIn.Name = "btnCancelIn";
|
this.btnCancelIn.Name = "btnCancelIn";
|
||||||
@ -316,7 +316,7 @@
|
|||||||
this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
|
this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnCancelOperation.Image = global::AIMS.UI.Properties.Resources.取消手术;
|
this.btnCancelOperation.Image = global::AIMSControls.Properties.Resources.取消手术;
|
||||||
this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnCancelOperation.Location = new System.Drawing.Point(0, 400);
|
this.btnCancelOperation.Location = new System.Drawing.Point(0, 400);
|
||||||
this.btnCancelOperation.Name = "btnCancelOperation";
|
this.btnCancelOperation.Name = "btnCancelOperation";
|
||||||
@ -337,7 +337,7 @@
|
|||||||
this.btnBloodGasAnalysis.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnBloodGasAnalysis.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnBloodGasAnalysis.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnBloodGasAnalysis.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnBloodGasAnalysis.ForeColor = System.Drawing.Color.DimGray;
|
this.btnBloodGasAnalysis.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnBloodGasAnalysis.Image = global::AIMS.UI.Properties.Resources.血气分析;
|
this.btnBloodGasAnalysis.Image = global::AIMSControls.Properties.Resources.血气分析;
|
||||||
this.btnBloodGasAnalysis.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnBloodGasAnalysis.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnBloodGasAnalysis.Location = new System.Drawing.Point(0, 350);
|
this.btnBloodGasAnalysis.Location = new System.Drawing.Point(0, 350);
|
||||||
this.btnBloodGasAnalysis.Name = "btnBloodGasAnalysis";
|
this.btnBloodGasAnalysis.Name = "btnBloodGasAnalysis";
|
||||||
@ -358,7 +358,7 @@
|
|||||||
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.button6.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.button6.ForeColor = System.Drawing.Color.DimGray;
|
this.button6.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.button6.Image = global::AIMS.UI.Properties.Resources.不良事件;
|
this.button6.Image = global::AIMSControls.Properties.Resources.不良事件;
|
||||||
this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.button6.Location = new System.Drawing.Point(0, 300);
|
this.button6.Location = new System.Drawing.Point(0, 300);
|
||||||
this.button6.Name = "button6";
|
this.button6.Name = "button6";
|
||||||
@ -379,7 +379,7 @@
|
|||||||
this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
|
this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnOperationInfo.Image = global::AIMS.UI.Properties.Resources.文书单;
|
this.btnOperationInfo.Image = global::AIMSControls.Properties.Resources.文书单;
|
||||||
this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnOperationInfo.Location = new System.Drawing.Point(0, 250);
|
this.btnOperationInfo.Location = new System.Drawing.Point(0, 250);
|
||||||
this.btnOperationInfo.Name = "btnOperationInfo";
|
this.btnOperationInfo.Name = "btnOperationInfo";
|
||||||
@ -399,7 +399,7 @@
|
|||||||
this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
|
this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnOutputLiquids.Image = global::AIMS.UI.Properties.Resources.快捷事件;
|
this.btnOutputLiquids.Image = global::AIMSControls.Properties.Resources.快捷事件;
|
||||||
this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnOutputLiquids.Location = new System.Drawing.Point(0, 200);
|
this.btnOutputLiquids.Location = new System.Drawing.Point(0, 200);
|
||||||
this.btnOutputLiquids.Name = "btnOutputLiquids";
|
this.btnOutputLiquids.Name = "btnOutputLiquids";
|
||||||
@ -420,7 +420,7 @@
|
|||||||
this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
|
this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnAddEvents.Image = global::AIMS.UI.Properties.Resources.事件记录;
|
this.btnAddEvents.Image = global::AIMSControls.Properties.Resources.事件记录;
|
||||||
this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnAddEvents.Location = new System.Drawing.Point(0, 150);
|
this.btnAddEvents.Location = new System.Drawing.Point(0, 150);
|
||||||
this.btnAddEvents.Name = "btnAddEvents";
|
this.btnAddEvents.Name = "btnAddEvents";
|
||||||
@ -441,7 +441,7 @@
|
|||||||
this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
|
this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnDrug.Image = global::AIMS.UI.Properties.Resources.用药记录;
|
this.btnDrug.Image = global::AIMSControls.Properties.Resources.用药记录;
|
||||||
this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnDrug.Location = new System.Drawing.Point(0, 100);
|
this.btnDrug.Location = new System.Drawing.Point(0, 100);
|
||||||
this.btnDrug.Name = "btnDrug";
|
this.btnDrug.Name = "btnDrug";
|
||||||
@ -462,7 +462,7 @@
|
|||||||
this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
|
this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnTemplate.Image = global::AIMS.UI.Properties.Resources.模板应用;
|
this.btnTemplate.Image = global::AIMSControls.Properties.Resources.模板应用;
|
||||||
this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnTemplate.Location = new System.Drawing.Point(0, 50);
|
this.btnTemplate.Location = new System.Drawing.Point(0, 50);
|
||||||
this.btnTemplate.Name = "btnTemplate";
|
this.btnTemplate.Name = "btnTemplate";
|
||||||
@ -482,7 +482,7 @@
|
|||||||
this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
|
this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnSelectPatient.Image = global::AIMS.UI.Properties.Resources.患者列表;
|
this.btnSelectPatient.Image = global::AIMSControls.Properties.Resources.患者列表;
|
||||||
this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
|
this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
|
||||||
this.btnSelectPatient.Name = "btnSelectPatient";
|
this.btnSelectPatient.Name = "btnSelectPatient";
|
||||||
@ -706,7 +706,7 @@
|
|||||||
this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnChage.ForeColor = System.Drawing.Color.DimGray;
|
this.btnChage.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnChage.Image = global::AIMS.UI.Properties.Resources.麻醉医嘱;
|
this.btnChage.Image = global::AIMSControls.Properties.Resources.麻醉医嘱;
|
||||||
this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnChage.Location = new System.Drawing.Point(0, 731);
|
this.btnChage.Location = new System.Drawing.Point(0, 731);
|
||||||
this.btnChage.Name = "btnChage";
|
this.btnChage.Name = "btnChage";
|
||||||
@ -727,7 +727,7 @@
|
|||||||
this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
|
this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnsjzx.Image = global::AIMS.UI.Properties.Resources.工作列表;
|
this.btnsjzx.Image = global::AIMSControls.Properties.Resources.工作列表;
|
||||||
this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnsjzx.Location = new System.Drawing.Point(0, 781);
|
this.btnsjzx.Location = new System.Drawing.Point(0, 781);
|
||||||
this.btnsjzx.Name = "btnsjzx";
|
this.btnsjzx.Name = "btnsjzx";
|
||||||
@ -747,7 +747,7 @@
|
|||||||
this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btndptz.ForeColor = System.Drawing.Color.DimGray;
|
this.btndptz.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btndptz.Image = global::AIMS.UI.Properties.Resources.文书状态;
|
this.btndptz.Image = global::AIMSControls.Properties.Resources.文书状态;
|
||||||
this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btndptz.Location = new System.Drawing.Point(0, 831);
|
this.btndptz.Location = new System.Drawing.Point(0, 831);
|
||||||
this.btndptz.Name = "btndptz";
|
this.btndptz.Name = "btndptz";
|
||||||
@ -767,7 +767,7 @@
|
|||||||
this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
|
this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||||
this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
|
this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
|
||||||
this.btnsbwh.Image = global::AIMS.UI.Properties.Resources.耗材管理;
|
this.btnsbwh.Image = global::AIMSControls.Properties.Resources.耗材管理;
|
||||||
this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
this.btnsbwh.Location = new System.Drawing.Point(0, 881);
|
this.btnsbwh.Location = new System.Drawing.Point(0, 881);
|
||||||
this.btnsbwh.Name = "btnsbwh";
|
this.btnsbwh.Name = "btnsbwh";
|
||||||
@ -947,7 +947,7 @@
|
|||||||
//
|
//
|
||||||
// plPrintBrowse
|
// plPrintBrowse
|
||||||
//
|
//
|
||||||
this.plPrintBrowse.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_预览;
|
this.plPrintBrowse.BackgroundImage = global::AIMSControls.Properties.Resources.图标_预览;
|
||||||
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrintBrowse.Location = new System.Drawing.Point(205, 4);
|
this.plPrintBrowse.Location = new System.Drawing.Point(205, 4);
|
||||||
@ -959,7 +959,7 @@
|
|||||||
//
|
//
|
||||||
// PanelSave
|
// PanelSave
|
||||||
//
|
//
|
||||||
this.PanelSave.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.PanelSave.BackgroundImage = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.PanelSave.Location = new System.Drawing.Point(121, 4);
|
this.PanelSave.Location = new System.Drawing.Point(121, 4);
|
||||||
@ -971,7 +971,7 @@
|
|||||||
//
|
//
|
||||||
// plPrint
|
// plPrint
|
||||||
//
|
//
|
||||||
this.plPrint.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_打印;
|
this.plPrint.BackgroundImage = global::AIMSControls.Properties.Resources.图标_打印;
|
||||||
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrint.Location = new System.Drawing.Point(163, 4);
|
this.plPrint.Location = new System.Drawing.Point(163, 4);
|
||||||
@ -983,7 +983,7 @@
|
|||||||
//
|
//
|
||||||
// plRefresh
|
// plRefresh
|
||||||
//
|
//
|
||||||
this.plRefresh.BackgroundImage = global::AIMS.UI.Properties.Resources.图标_刷新;
|
this.plRefresh.BackgroundImage = global::AIMSControls.Properties.Resources.图标_刷新;
|
||||||
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plRefresh.Location = new System.Drawing.Point(247, 4);
|
this.plRefresh.Location = new System.Drawing.Point(247, 4);
|
||||||
@ -1115,7 +1115,7 @@
|
|||||||
// picOutRoom
|
// picOutRoom
|
||||||
//
|
//
|
||||||
this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
|
this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOutRoom.Location = new System.Drawing.Point(2, 10);
|
this.picOutRoom.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOutRoom.Name = "picOutRoom";
|
this.picOutRoom.Name = "picOutRoom";
|
||||||
@ -1208,7 +1208,7 @@
|
|||||||
// picOpeBegin
|
// picOpeBegin
|
||||||
//
|
//
|
||||||
this.picOpeBegin.BackColor = System.Drawing.Color.Transparent;
|
this.picOpeBegin.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOpeBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOpeBegin.Location = new System.Drawing.Point(2, 10);
|
this.picOpeBegin.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOpeBegin.Name = "picOpeBegin";
|
this.picOpeBegin.Name = "picOpeBegin";
|
||||||
@ -1301,7 +1301,7 @@
|
|||||||
// picOpeEnd
|
// picOpeEnd
|
||||||
//
|
//
|
||||||
this.picOpeEnd.BackColor = System.Drawing.Color.Transparent;
|
this.picOpeEnd.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picOpeEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picOpeEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picOpeEnd.Location = new System.Drawing.Point(2, 10);
|
this.picOpeEnd.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picOpeEnd.Name = "picOpeEnd";
|
this.picOpeEnd.Name = "picOpeEnd";
|
||||||
@ -1394,7 +1394,7 @@
|
|||||||
// picInRoom
|
// picInRoom
|
||||||
//
|
//
|
||||||
this.picInRoom.BackColor = System.Drawing.Color.Transparent;
|
this.picInRoom.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picInRoom.Location = new System.Drawing.Point(2, 10);
|
this.picInRoom.Location = new System.Drawing.Point(2, 10);
|
||||||
this.picInRoom.Name = "picInRoom";
|
this.picInRoom.Name = "picInRoom";
|
||||||
|
|||||||
@ -61,10 +61,10 @@ namespace AIMS.OperationAanesthesia
|
|||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
#region 时间轴事件
|
#region 时间轴事件
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -79,12 +79,23 @@ namespace AIMS.OperationAanesthesia
|
|||||||
{
|
{
|
||||||
btnChage.Visible = true;
|
btnChage.Visible = true;
|
||||||
}
|
}
|
||||||
QXList = new List<string>() {
|
if (PublicMethod.HospitalName.Contains("漳浦天福"))
|
||||||
|
{
|
||||||
|
QXList = new List<string>() {
|
||||||
|
"1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20" ,
|
||||||
|
"21","22","23","24","25","26","27","28","29","30","31","32","33","34","35","36","37","38","39","40" ,
|
||||||
|
"41","42","43","44","45","46","47","48","49","50","51","52","53","54","55","56","57","58","59","60"
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
QXList = new List<string>() {
|
||||||
"1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","61","62","63",
|
"1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","61","62","63",
|
||||||
"21","22","23","24","25","26","27","28","29","30","31","32","33","34","35","36","37","38","39","40","64","65","66",
|
"21","22","23","24","25","26","27","28","29","30","31","32","33","34","35","36","37","38","39","40","64","65","66",
|
||||||
"41","42","43","44","45","46","47","48","49","50","51","52","53","54","55","56","57","58","59","60","67","68","69"
|
"41","42","43","44","45","46","47","48","49","50","51","52","53","54","55","56","57","58","59","60","67","68","69"
|
||||||
|
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
||||||
//myEditControl初始化
|
//myEditControl初始化
|
||||||
myEditControl.MoveFocusHotKey = MoveFocusHotKeys.Tab;
|
myEditControl.MoveFocusHotKey = MoveFocusHotKeys.Tab;
|
||||||
@ -300,13 +311,13 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "手术开始")
|
if (Inevent != null && Inevent.EventName == "手术开始")
|
||||||
{
|
{
|
||||||
_record.OperationBeginTime = null;
|
_record.OperationBeginTime = null;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
BOperationRecord.Update(" OperationBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" OperationBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术结束")
|
if (Inevent != null && Inevent.EventName == "手术结束")
|
||||||
{
|
{
|
||||||
_record.OperationEndTime = null;
|
_record.OperationEndTime = null;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
BOperationRecord.Update(" OperationEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
BOperationRecord.Update(" OperationEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -370,25 +381,25 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.InRoomTime = Inevent.EventBeginTime;
|
_record.InRoomTime = Inevent.EventBeginTime;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室_select;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室_select;
|
||||||
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术开始" && _record.OperationBeginTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "手术开始" && _record.OperationBeginTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OperationBeginTime = Inevent.EventBeginTime;
|
_record.OperationBeginTime = Inevent.EventBeginTime;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始_select;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始_select;
|
||||||
BOperationRecord.Update("OperationBeginTime=@OperationBegin where Id=@id ", new AIMSModel.ParameterList("@OperationBegin", _record.OperationBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OperationBeginTime=@OperationBegin where Id=@id ", new AIMSModel.ParameterList("@OperationBegin", _record.OperationBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "手术结束" && _record.OperationEndTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "手术结束" && _record.OperationEndTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OperationEndTime = Inevent.EventBeginTime;
|
_record.OperationEndTime = Inevent.EventBeginTime;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束_select;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束_select;
|
||||||
BOperationRecord.Update("OperationEndTime=@OperationEnd where Id=@id ", new AIMSModel.ParameterList("@OperationEnd", _record.OperationEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OperationEndTime=@OperationEnd where Id=@id ", new AIMSModel.ParameterList("@OperationEnd", _record.OperationEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
|
if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
|
||||||
{
|
{
|
||||||
_record.OutRoomTime = Inevent.EventBeginTime;
|
_record.OutRoomTime = Inevent.EventBeginTime;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室_select;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室_select;
|
||||||
BOperationRecord.Update("OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@OutRoom", _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
BOperationRecord.Update("OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@OutRoom", _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -702,7 +713,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
{
|
{
|
||||||
Incount = 9;
|
Incount = 9;
|
||||||
FullUcControlsToPanel(QXList, _appliance, _record.InstrumentList, ref i1, ref j1);
|
FullUcControlsToPanel(QXList, _appliance, _record.InstrumentList, ref i1, ref j1);
|
||||||
for (int nulli = Incount; nulli < 69; nulli++)
|
for (int nulli = Incount; nulli < QXList.Count; nulli++)
|
||||||
{
|
{
|
||||||
var BillText = myEditControl.Document.Fields.ToArray().Where(x => x is XTextInputFieldElement
|
var BillText = myEditControl.Document.Fields.ToArray().Where(x => x is XTextInputFieldElement
|
||||||
&& (x as XTextInputFieldElement).Name == QXList[nulli]).FirstOrDefault();
|
&& (x as XTextInputFieldElement).Name == QXList[nulli]).FirstOrDefault();
|
||||||
@ -969,7 +980,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtInRoom.ButtonDropDown.Visible = false;
|
txtInRoom.ButtonDropDown.Visible = false;
|
||||||
txtInRoom.Tag = _record.InRoomTime.Value;
|
txtInRoom.Tag = _record.InRoomTime.Value;
|
||||||
txtInRoom.Value = _record.InRoomTime.Value;
|
txtInRoom.Value = _record.InRoomTime.Value;
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室_select;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室_select;
|
||||||
}
|
}
|
||||||
if (_record.OperationBeginTime != null)
|
if (_record.OperationBeginTime != null)
|
||||||
{
|
{
|
||||||
@ -977,7 +988,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOperationBegin.ButtonDropDown.Visible = false;
|
txtOperationBegin.ButtonDropDown.Visible = false;
|
||||||
txtOperationBegin.Tag = _record.OperationBeginTime.Value;
|
txtOperationBegin.Tag = _record.OperationBeginTime.Value;
|
||||||
txtOperationBegin.Value = _record.OperationBeginTime.Value;
|
txtOperationBegin.Value = _record.OperationBeginTime.Value;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始_select;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始_select;
|
||||||
}
|
}
|
||||||
if (_record.OperationEndTime != null)
|
if (_record.OperationEndTime != null)
|
||||||
{
|
{
|
||||||
@ -985,7 +996,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOperationEnd.ButtonDropDown.Visible = false;
|
txtOperationEnd.ButtonDropDown.Visible = false;
|
||||||
txtOperationEnd.Tag = _record.OperationEndTime.Value;
|
txtOperationEnd.Tag = _record.OperationEndTime.Value;
|
||||||
txtOperationEnd.Value = _record.OperationEndTime.Value;
|
txtOperationEnd.Value = _record.OperationEndTime.Value;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束_select;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束_select;
|
||||||
}
|
}
|
||||||
if (_record.OutRoomTime != null)
|
if (_record.OutRoomTime != null)
|
||||||
{
|
{
|
||||||
@ -993,7 +1004,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOutRoom.ButtonDropDown.Visible = false;
|
txtOutRoom.ButtonDropDown.Visible = false;
|
||||||
txtOutRoom.Tag = _record.OutRoomTime.Value;
|
txtOutRoom.Tag = _record.OutRoomTime.Value;
|
||||||
txtOutRoom.Value = _record.OutRoomTime.Value;
|
txtOutRoom.Value = _record.OutRoomTime.Value;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室_select;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室_select;
|
||||||
}
|
}
|
||||||
//回写时间数据到文书
|
//回写时间数据到文书
|
||||||
if (_record.OutRoomTime != null && _record.StateName == "手术中")
|
if (_record.OutRoomTime != null && _record.StateName == "手术中")
|
||||||
@ -1032,10 +1043,10 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtOperationEnd.Text = "";
|
txtOperationEnd.Text = "";
|
||||||
txtOutRoom.Text = "";
|
txtOutRoom.Text = "";
|
||||||
|
|
||||||
this.picInRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.入手术室;
|
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.入手术室;
|
||||||
this.picOpeBegin.BackgroundImage = global::AIMS.UI.Properties.Resources.手术开始;
|
this.picOpeBegin.BackgroundImage = global::AIMSControls.Properties.Resources.手术开始;
|
||||||
this.picOpeEnd.BackgroundImage = global::AIMS.UI.Properties.Resources.手术结束;
|
this.picOpeEnd.BackgroundImage = global::AIMSControls.Properties.Resources.手术结束;
|
||||||
this.picOutRoom.BackgroundImage = global::AIMS.UI.Properties.Resources.出手术室;
|
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.出手术室;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -1294,34 +1305,6 @@ namespace AIMS.OperationAanesthesia
|
|||||||
FullUcControlsToPanel(QXList, _appliance, _record.InstrumentList, ref i1, ref j1);
|
FullUcControlsToPanel(QXList, _appliance, _record.InstrumentList, ref i1, ref j1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private void FirstbtnEnter2()
|
|
||||||
{
|
|
||||||
if (_applianceUseType2 == null)
|
|
||||||
{
|
|
||||||
_applianceUseType2 = new List<ApplianceUseType>();
|
|
||||||
ApplianceUseType _nowApplianceUseType = BApplianceUseType.SelectSingle(1, RecursiveType.None, 0);
|
|
||||||
_applianceUseType2.Add(_nowApplianceUseType);
|
|
||||||
DataTable newDataTable = null;
|
|
||||||
if (_applianceUseType2.Count > 0) _appliance2 = BAppliance.GetApplianiceNumberByIds(_applianceUseType2[0].TheApplianceId, _applianceUseType2[0].ApplianceNumber);
|
|
||||||
newDataTable = _appliance2.Clone();
|
|
||||||
foreach (ApplianceUseType item in _applianceUseType2)
|
|
||||||
{
|
|
||||||
if (item.TheApplianceId != null && item.TheApplianceId != "")
|
|
||||||
{
|
|
||||||
DataTable dt = BAppliance.GetApplianiceNumberByIds(item.TheApplianceId, item.ApplianceNumber);
|
|
||||||
object[] obj = new object[newDataTable.Columns.Count];
|
|
||||||
//添加DataTable1的数据
|
|
||||||
for (int i = 0; i < dt.Rows.Count; i++)
|
|
||||||
{
|
|
||||||
dt.Rows[i].ItemArray.CopyTo(obj, 0);
|
|
||||||
newDataTable.Rows.Add(obj);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
_appliance2 = newDataTable;
|
|
||||||
//FullUcControlsToPanel(panelQXList2, _appliance2, _record.InstrumentList2, ref i1, ref j1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region 加载物品控件
|
#region 加载物品控件
|
||||||
@ -1338,7 +1321,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
{
|
{
|
||||||
foreach (DataRow dr in dt.Rows)
|
foreach (DataRow dr in dt.Rows)
|
||||||
{
|
{
|
||||||
if (Incount >= 70)
|
if (Incount >= QXList.Count)
|
||||||
break;
|
break;
|
||||||
var BillText = myEditControl.Document.Fields.ToArray().Where(x => x is XTextInputFieldElement
|
var BillText = myEditControl.Document.Fields.ToArray().Where(x => x is XTextInputFieldElement
|
||||||
&& (x as XTextInputFieldElement).Name == QXList[Incount]).FirstOrDefault();
|
&& (x as XTextInputFieldElement).Name == QXList[Incount]).FirstOrDefault();
|
||||||
@ -1436,7 +1419,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (int nulli = 9; nulli < 69; nulli++)
|
for (int nulli = 9; nulli < QXList.Count; nulli++)
|
||||||
{
|
{
|
||||||
var BillText = myEditControl.Document.Fields.ToArray().Where(x => x is XTextInputFieldElement
|
var BillText = myEditControl.Document.Fields.ToArray().Where(x => x is XTextInputFieldElement
|
||||||
&& (x as XTextInputFieldElement).Name == QXList[nulli]).FirstOrDefault();
|
&& (x as XTextInputFieldElement).Name == QXList[nulli]).FirstOrDefault();
|
||||||
|
|||||||
@ -358,7 +358,7 @@
|
|||||||
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
this.button1.FlatAppearance.BorderSize = 0;
|
this.button1.FlatAppearance.BorderSize = 0;
|
||||||
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button1.Image = global::AIMS.UI.Properties.Resources.麻醉记录_select;
|
this.button1.Image = global::AIMSControls.Properties.Resources.麻醉记录_select;
|
||||||
this.button1.Location = new System.Drawing.Point(863, 126);
|
this.button1.Location = new System.Drawing.Point(863, 126);
|
||||||
this.button1.Name = "button1";
|
this.button1.Name = "button1";
|
||||||
this.button1.Size = new System.Drawing.Size(45, 45);
|
this.button1.Size = new System.Drawing.Size(45, 45);
|
||||||
|
|||||||
@ -653,7 +653,7 @@
|
|||||||
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
this.button1.FlatAppearance.BorderSize = 0;
|
this.button1.FlatAppearance.BorderSize = 0;
|
||||||
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button1.Image = global::AIMS.UI.Properties.Resources.麻醉记录_select;
|
this.button1.Image = global::AIMSControls.Properties.Resources.麻醉记录_select;
|
||||||
this.button1.Location = new System.Drawing.Point(817, 346);
|
this.button1.Location = new System.Drawing.Point(817, 346);
|
||||||
this.button1.Name = "button1";
|
this.button1.Name = "button1";
|
||||||
this.button1.Size = new System.Drawing.Size(45, 45);
|
this.button1.Size = new System.Drawing.Size(45, 45);
|
||||||
|
|||||||
@ -397,7 +397,7 @@
|
|||||||
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
this.button1.FlatAppearance.BorderSize = 0;
|
this.button1.FlatAppearance.BorderSize = 0;
|
||||||
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button1.Image = global::AIMS.UI.Properties.Resources.麻醉记录_select;
|
this.button1.Image = global::AIMSControls.Properties.Resources.麻醉记录_select;
|
||||||
this.button1.Location = new System.Drawing.Point(863, 131);
|
this.button1.Location = new System.Drawing.Point(863, 131);
|
||||||
this.button1.Name = "button1";
|
this.button1.Name = "button1";
|
||||||
this.button1.Size = new System.Drawing.Size(45, 45);
|
this.button1.Size = new System.Drawing.Size(45, 45);
|
||||||
|
|||||||
@ -1,18 +1,14 @@
|
|||||||
using DrawGraph;
|
using AIMS.OremrUserControl;
|
||||||
using AIMS.OremrUserControl;
|
using AIMSBLL;
|
||||||
|
using AIMSExtension;
|
||||||
|
using AIMSModel;
|
||||||
|
using DrawGraph;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
|
||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Windows.Forms;
|
|
||||||
using AIMSModel;
|
|
||||||
using AIMSBLL;
|
|
||||||
using DCSoftDotfuscate;
|
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using AIMSExtension;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace AIMS.OperationAanesthesia
|
namespace AIMS.OperationAanesthesia
|
||||||
{
|
{
|
||||||
|
|||||||
@ -264,7 +264,7 @@
|
|||||||
//
|
//
|
||||||
// tsbSetup
|
// tsbSetup
|
||||||
//
|
//
|
||||||
this.tsbSetup.Image = global::AIMS.UI.Properties.Resources.图标_设置;
|
this.tsbSetup.Image = global::AIMSControls.Properties.Resources.图标_设置;
|
||||||
this.tsbSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSetup.Name = "tsbSetup";
|
this.tsbSetup.Name = "tsbSetup";
|
||||||
this.tsbSetup.Size = new System.Drawing.Size(99, 34);
|
this.tsbSetup.Size = new System.Drawing.Size(99, 34);
|
||||||
@ -273,7 +273,7 @@
|
|||||||
//
|
//
|
||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(71, 34);
|
this.tsbExit.Size = new System.Drawing.Size(71, 34);
|
||||||
@ -283,7 +283,7 @@
|
|||||||
//
|
//
|
||||||
// tsbSaveOperationApply
|
// tsbSaveOperationApply
|
||||||
//
|
//
|
||||||
this.tsbSaveOperationApply.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSaveOperationApply.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSaveOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSaveOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSaveOperationApply.Name = "tsbSaveOperationApply";
|
this.tsbSaveOperationApply.Name = "tsbSaveOperationApply";
|
||||||
this.tsbSaveOperationApply.Size = new System.Drawing.Size(71, 34);
|
this.tsbSaveOperationApply.Size = new System.Drawing.Size(71, 34);
|
||||||
@ -292,7 +292,7 @@
|
|||||||
//
|
//
|
||||||
// tsbConfigDataGridview
|
// tsbConfigDataGridview
|
||||||
//
|
//
|
||||||
this.tsbConfigDataGridview.Image = global::AIMS.UI.Properties.Resources.图标_回顾恢复;
|
this.tsbConfigDataGridview.Image = global::AIMSControls.Properties.Resources.图标_回顾恢复;
|
||||||
this.tsbConfigDataGridview.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbConfigDataGridview.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbConfigDataGridview.Name = "tsbConfigDataGridview";
|
this.tsbConfigDataGridview.Name = "tsbConfigDataGridview";
|
||||||
this.tsbConfigDataGridview.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.tsbConfigDataGridview.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||||
|
|||||||
@ -65,7 +65,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -81,7 +81,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_打印;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_打印;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(44, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(44, 46);
|
||||||
@ -97,7 +97,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
@ -170,7 +170,7 @@
|
|||||||
// toolStripButton2
|
// toolStripButton2
|
||||||
//
|
//
|
||||||
this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton2.Image = global::AIMS.UI.Properties.Resources.图标_预览;
|
this.toolStripButton2.Image = global::AIMSControls.Properties.Resources.图标_预览;
|
||||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton2.Name = "toolStripButton2";
|
this.toolStripButton2.Name = "toolStripButton2";
|
||||||
this.toolStripButton2.Size = new System.Drawing.Size(60, 46);
|
this.toolStripButton2.Size = new System.Drawing.Size(60, 46);
|
||||||
@ -182,7 +182,7 @@
|
|||||||
// toolStripButton1
|
// toolStripButton1
|
||||||
//
|
//
|
||||||
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton1.Image = global::AIMS.UI.Properties.Resources.图标_手术排程;
|
this.toolStripButton1.Image = global::AIMSControls.Properties.Resources.图标_手术排程;
|
||||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Name = "toolStripButton1";
|
||||||
this.toolStripButton1.Size = new System.Drawing.Size(72, 46);
|
this.toolStripButton1.Size = new System.Drawing.Size(72, 46);
|
||||||
|
|||||||
@ -207,7 +207,7 @@
|
|||||||
// toolStripButton1
|
// toolStripButton1
|
||||||
//
|
//
|
||||||
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton1.Image = global::AIMS.UI.Properties.Resources.图标_手术排程;
|
this.toolStripButton1.Image = global::AIMSControls.Properties.Resources.图标_手术排程;
|
||||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Name = "toolStripButton1";
|
||||||
this.toolStripButton1.Size = new System.Drawing.Size(68, 46);
|
this.toolStripButton1.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -223,7 +223,7 @@
|
|||||||
// tsbExportExcel
|
// tsbExportExcel
|
||||||
//
|
//
|
||||||
this.tsbExportExcel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExportExcel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExportExcel.Image = global::AIMS.UI.Properties.Resources.图标_排程通过;
|
this.tsbExportExcel.Image = global::AIMSControls.Properties.Resources.图标_排程通过;
|
||||||
this.tsbExportExcel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExportExcel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExportExcel.Name = "tsbExportExcel";
|
this.tsbExportExcel.Name = "tsbExportExcel";
|
||||||
this.tsbExportExcel.Size = new System.Drawing.Size(99, 46);
|
this.tsbExportExcel.Size = new System.Drawing.Size(99, 46);
|
||||||
@ -239,7 +239,7 @@
|
|||||||
// tsbPrint
|
// tsbPrint
|
||||||
//
|
//
|
||||||
this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbPrint.Image = global::AIMS.UI.Properties.Resources.图标_打印;
|
this.tsbPrint.Image = global::AIMSControls.Properties.Resources.图标_打印;
|
||||||
this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbPrint.Name = "tsbPrint";
|
this.tsbPrint.Name = "tsbPrint";
|
||||||
this.tsbPrint.Size = new System.Drawing.Size(100, 46);
|
this.tsbPrint.Size = new System.Drawing.Size(100, 46);
|
||||||
@ -1157,7 +1157,7 @@
|
|||||||
// toolStripButton2
|
// toolStripButton2
|
||||||
//
|
//
|
||||||
this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton2.Image = global::AIMS.UI.Properties.Resources.图标_排程通过;
|
this.toolStripButton2.Image = global::AIMSControls.Properties.Resources.图标_排程通过;
|
||||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton2.Name = "toolStripButton2";
|
this.toolStripButton2.Name = "toolStripButton2";
|
||||||
this.toolStripButton2.Size = new System.Drawing.Size(92, 46);
|
this.toolStripButton2.Size = new System.Drawing.Size(92, 46);
|
||||||
|
|||||||
@ -148,7 +148,7 @@
|
|||||||
// toolStripButton2
|
// toolStripButton2
|
||||||
//
|
//
|
||||||
this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton2.Image = global::AIMS.UI.Properties.Resources.图标_设置;
|
this.toolStripButton2.Image = global::AIMSControls.Properties.Resources.图标_设置;
|
||||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton2.Name = "toolStripButton2";
|
this.toolStripButton2.Name = "toolStripButton2";
|
||||||
this.toolStripButton2.Size = new System.Drawing.Size(60, 46);
|
this.toolStripButton2.Size = new System.Drawing.Size(60, 46);
|
||||||
@ -159,7 +159,7 @@
|
|||||||
// toolStripButton1
|
// toolStripButton1
|
||||||
//
|
//
|
||||||
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton1.Image = global::AIMS.UI.Properties.Resources.图标_手术排程;
|
this.toolStripButton1.Image = global::AIMSControls.Properties.Resources.图标_手术排程;
|
||||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Name = "toolStripButton1";
|
||||||
this.toolStripButton1.Size = new System.Drawing.Size(65, 46);
|
this.toolStripButton1.Size = new System.Drawing.Size(65, 46);
|
||||||
@ -170,7 +170,7 @@
|
|||||||
// toolStripButton3
|
// toolStripButton3
|
||||||
//
|
//
|
||||||
this.toolStripButton3.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton3.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton3.Image = global::AIMS.UI.Properties.Resources.图标_手术排程;
|
this.toolStripButton3.Image = global::AIMSControls.Properties.Resources.图标_手术排程;
|
||||||
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton3.Name = "toolStripButton3";
|
this.toolStripButton3.Name = "toolStripButton3";
|
||||||
this.toolStripButton3.Size = new System.Drawing.Size(65, 46);
|
this.toolStripButton3.Size = new System.Drawing.Size(65, 46);
|
||||||
@ -921,7 +921,7 @@
|
|||||||
//
|
//
|
||||||
this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||||
this.toolStripButton4.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton4.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton4.Image = global::AIMS.UI.Properties.Resources.图标_刷新;
|
this.toolStripButton4.Image = global::AIMSControls.Properties.Resources.图标_刷新;
|
||||||
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton4.Name = "toolStripButton4";
|
this.toolStripButton4.Name = "toolStripButton4";
|
||||||
this.toolStripButton4.Size = new System.Drawing.Size(72, 46);
|
this.toolStripButton4.Size = new System.Drawing.Size(72, 46);
|
||||||
|
|||||||
@ -134,7 +134,7 @@
|
|||||||
// toolStripButton2
|
// toolStripButton2
|
||||||
//
|
//
|
||||||
this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton2.Image = global::AIMS.UI.Properties.Resources.图标_设置;
|
this.toolStripButton2.Image = global::AIMSControls.Properties.Resources.图标_设置;
|
||||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton2.Name = "toolStripButton2";
|
this.toolStripButton2.Name = "toolStripButton2";
|
||||||
this.toolStripButton2.Size = new System.Drawing.Size(60, 46);
|
this.toolStripButton2.Size = new System.Drawing.Size(60, 46);
|
||||||
@ -145,7 +145,7 @@
|
|||||||
// toolStripButton1
|
// toolStripButton1
|
||||||
//
|
//
|
||||||
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton1.Image = global::AIMS.UI.Properties.Resources.图标_手术排程;
|
this.toolStripButton1.Image = global::AIMSControls.Properties.Resources.图标_手术排程;
|
||||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Name = "toolStripButton1";
|
||||||
this.toolStripButton1.Size = new System.Drawing.Size(65, 46);
|
this.toolStripButton1.Size = new System.Drawing.Size(65, 46);
|
||||||
@ -156,7 +156,7 @@
|
|||||||
// toolStripButton3
|
// toolStripButton3
|
||||||
//
|
//
|
||||||
this.toolStripButton3.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton3.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton3.Image = global::AIMS.UI.Properties.Resources.图标_手术排程;
|
this.toolStripButton3.Image = global::AIMSControls.Properties.Resources.图标_手术排程;
|
||||||
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton3.Name = "toolStripButton3";
|
this.toolStripButton3.Name = "toolStripButton3";
|
||||||
this.toolStripButton3.Size = new System.Drawing.Size(65, 46);
|
this.toolStripButton3.Size = new System.Drawing.Size(65, 46);
|
||||||
@ -781,7 +781,7 @@
|
|||||||
//
|
//
|
||||||
this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||||
this.toolStripButton4.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton4.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton4.Image = global::AIMS.UI.Properties.Resources.图标_刷新;
|
this.toolStripButton4.Image = global::AIMSControls.Properties.Resources.图标_刷新;
|
||||||
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton4.Name = "toolStripButton4";
|
this.toolStripButton4.Name = "toolStripButton4";
|
||||||
this.toolStripButton4.Size = new System.Drawing.Size(72, 46);
|
this.toolStripButton4.Size = new System.Drawing.Size(72, 46);
|
||||||
|
|||||||
@ -204,7 +204,7 @@
|
|||||||
// toolStripButton1
|
// toolStripButton1
|
||||||
//
|
//
|
||||||
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton1.Image = global::AIMS.UI.Properties.Resources.图标_手术排程;
|
this.toolStripButton1.Image = global::AIMSControls.Properties.Resources.图标_手术排程;
|
||||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Name = "toolStripButton1";
|
||||||
this.toolStripButton1.Size = new System.Drawing.Size(68, 46);
|
this.toolStripButton1.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -220,7 +220,7 @@
|
|||||||
// tsbReviewApply
|
// tsbReviewApply
|
||||||
//
|
//
|
||||||
this.tsbReviewApply.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbReviewApply.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbReviewApply.Image = global::AIMS.UI.Properties.Resources.图标_回顾恢复;
|
this.tsbReviewApply.Image = global::AIMSControls.Properties.Resources.图标_回顾恢复;
|
||||||
this.tsbReviewApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbReviewApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbReviewApply.Name = "tsbReviewApply";
|
this.tsbReviewApply.Name = "tsbReviewApply";
|
||||||
this.tsbReviewApply.Size = new System.Drawing.Size(68, 46);
|
this.tsbReviewApply.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -238,7 +238,7 @@
|
|||||||
// tspSetting
|
// tspSetting
|
||||||
//
|
//
|
||||||
this.tspSetting.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tspSetting.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tspSetting.Image = global::AIMS.UI.Properties.Resources.图标_设置;
|
this.tspSetting.Image = global::AIMSControls.Properties.Resources.图标_设置;
|
||||||
this.tspSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tspSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tspSetting.Name = "tspSetting";
|
this.tspSetting.Name = "tspSetting";
|
||||||
this.tspSetting.Size = new System.Drawing.Size(68, 46);
|
this.tspSetting.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -254,7 +254,7 @@
|
|||||||
// tsbExportExcel
|
// tsbExportExcel
|
||||||
//
|
//
|
||||||
this.tsbExportExcel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExportExcel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExportExcel.Image = global::AIMS.UI.Properties.Resources.图标_排程通过;
|
this.tsbExportExcel.Image = global::AIMSControls.Properties.Resources.图标_排程通过;
|
||||||
this.tsbExportExcel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExportExcel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExportExcel.Name = "tsbExportExcel";
|
this.tsbExportExcel.Name = "tsbExportExcel";
|
||||||
this.tsbExportExcel.Size = new System.Drawing.Size(73, 46);
|
this.tsbExportExcel.Size = new System.Drawing.Size(73, 46);
|
||||||
@ -270,7 +270,7 @@
|
|||||||
// tsbPrint
|
// tsbPrint
|
||||||
//
|
//
|
||||||
this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbPrint.Image = global::AIMS.UI.Properties.Resources.图标_打印;
|
this.tsbPrint.Image = global::AIMSControls.Properties.Resources.图标_打印;
|
||||||
this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbPrint.Name = "tsbPrint";
|
this.tsbPrint.Name = "tsbPrint";
|
||||||
this.tsbPrint.Size = new System.Drawing.Size(40, 46);
|
this.tsbPrint.Size = new System.Drawing.Size(40, 46);
|
||||||
|
|||||||
@ -163,7 +163,7 @@
|
|||||||
// tsbEditApply
|
// tsbEditApply
|
||||||
//
|
//
|
||||||
this.tsbEditApply.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbEditApply.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbEditApply.Image = global::AIMS.UI.Properties.Resources.图标_申请修改;
|
this.tsbEditApply.Image = global::AIMSControls.Properties.Resources.图标_申请修改;
|
||||||
this.tsbEditApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbEditApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbEditApply.Name = "tsbEditApply";
|
this.tsbEditApply.Name = "tsbEditApply";
|
||||||
this.tsbEditApply.Size = new System.Drawing.Size(68, 48);
|
this.tsbEditApply.Size = new System.Drawing.Size(68, 48);
|
||||||
@ -181,7 +181,7 @@
|
|||||||
// tsbOperationReview
|
// tsbOperationReview
|
||||||
//
|
//
|
||||||
this.tsbOperationReview.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbOperationReview.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbOperationReview.Image = global::AIMS.UI.Properties.Resources.图标_回顾手术;
|
this.tsbOperationReview.Image = global::AIMSControls.Properties.Resources.图标_回顾手术;
|
||||||
this.tsbOperationReview.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbOperationReview.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbOperationReview.Name = "tsbOperationReview";
|
this.tsbOperationReview.Name = "tsbOperationReview";
|
||||||
this.tsbOperationReview.Size = new System.Drawing.Size(68, 48);
|
this.tsbOperationReview.Size = new System.Drawing.Size(68, 48);
|
||||||
@ -199,7 +199,7 @@
|
|||||||
// tsbOperationRecover
|
// tsbOperationRecover
|
||||||
//
|
//
|
||||||
this.tsbOperationRecover.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbOperationRecover.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbOperationRecover.Image = global::AIMS.UI.Properties.Resources.图标_回顾恢复;
|
this.tsbOperationRecover.Image = global::AIMSControls.Properties.Resources.图标_回顾恢复;
|
||||||
this.tsbOperationRecover.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbOperationRecover.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbOperationRecover.Name = "tsbOperationRecover";
|
this.tsbOperationRecover.Name = "tsbOperationRecover";
|
||||||
this.tsbOperationRecover.Size = new System.Drawing.Size(68, 48);
|
this.tsbOperationRecover.Size = new System.Drawing.Size(68, 48);
|
||||||
@ -217,7 +217,7 @@
|
|||||||
// tspBAGD
|
// tspBAGD
|
||||||
//
|
//
|
||||||
this.tspBAGD.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tspBAGD.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tspBAGD.Image = global::AIMS.UI.Properties.Resources.图标_访视单;
|
this.tspBAGD.Image = global::AIMSControls.Properties.Resources.图标_访视单;
|
||||||
this.tspBAGD.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tspBAGD.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tspBAGD.Name = "tspBAGD";
|
this.tspBAGD.Name = "tspBAGD";
|
||||||
this.tspBAGD.Size = new System.Drawing.Size(64, 48);
|
this.tspBAGD.Size = new System.Drawing.Size(64, 48);
|
||||||
@ -234,7 +234,7 @@
|
|||||||
// toolStripButton1
|
// toolStripButton1
|
||||||
//
|
//
|
||||||
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton1.Image = global::AIMS.UI.Properties.Resources.图标_申请作废;
|
this.toolStripButton1.Image = global::AIMSControls.Properties.Resources.图标_申请作废;
|
||||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Name = "toolStripButton1";
|
||||||
this.toolStripButton1.Size = new System.Drawing.Size(88, 48);
|
this.toolStripButton1.Size = new System.Drawing.Size(88, 48);
|
||||||
@ -251,7 +251,7 @@
|
|||||||
// tsbSet
|
// tsbSet
|
||||||
//
|
//
|
||||||
this.tsbSet.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSet.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSet.Image = global::AIMS.UI.Properties.Resources.图标_设置;
|
this.tsbSet.Image = global::AIMSControls.Properties.Resources.图标_设置;
|
||||||
this.tsbSet.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSet.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSet.Name = "tsbSet";
|
this.tsbSet.Name = "tsbSet";
|
||||||
this.tsbSet.Size = new System.Drawing.Size(44, 48);
|
this.tsbSet.Size = new System.Drawing.Size(44, 48);
|
||||||
@ -888,7 +888,7 @@
|
|||||||
// toolStripButton2
|
// toolStripButton2
|
||||||
//
|
//
|
||||||
this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton2.Image = global::AIMS.UI.Properties.Resources.图标_回顾手术;
|
this.toolStripButton2.Image = global::AIMSControls.Properties.Resources.图标_回顾手术;
|
||||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton2.Name = "toolStripButton2";
|
this.toolStripButton2.Name = "toolStripButton2";
|
||||||
this.toolStripButton2.Size = new System.Drawing.Size(68, 48);
|
this.toolStripButton2.Size = new System.Drawing.Size(68, 48);
|
||||||
|
|||||||
@ -13,35 +13,35 @@ namespace AIMS.OperationAfter.UI
|
|||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
//申请手术
|
//申请手术
|
||||||
panel2.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSYH;
|
panel2.BackgroundImage = global::AIMSControls.Properties.Resources.GCSYH;
|
||||||
panel9.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSAS_GRAY_;
|
panel9.BackgroundImage = global::AIMSControls.Properties.Resources.GCSAS_GRAY_;
|
||||||
label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel14.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSNOTPASS;
|
panel14.BackgroundImage = global::AIMSControls.Properties.Resources.GCSNOTPASS;
|
||||||
//术前排程
|
//术前排程
|
||||||
panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel12.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSSQPC_GRAY_;
|
panel12.BackgroundImage = global::AIMSControls.Properties.Resources.GCSSQPC_GRAY_;
|
||||||
label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel18.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSNOTPASS;
|
panel18.BackgroundImage = global::AIMSControls.Properties.Resources.GCSNOTPASS;
|
||||||
//术前访视
|
//术前访视
|
||||||
panel10.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSSQFS_GRAY_;
|
panel10.BackgroundImage = global::AIMSControls.Properties.Resources.GCSSQFS_GRAY_;
|
||||||
panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel17.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSUNRATED;
|
panel17.BackgroundImage = global::AIMSControls.Properties.Resources.GCSUNRATED;
|
||||||
//麻醉计划
|
//麻醉计划
|
||||||
label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel11.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSAP_GRAY_;
|
panel11.BackgroundImage = global::AIMSControls.Properties.Resources.GCSAP_GRAY_;
|
||||||
panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel19.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSNotDevelop;
|
panel19.BackgroundImage = global::AIMSControls.Properties.Resources.GCSNotDevelop;
|
||||||
//麻醉知情同意书
|
//麻醉知情同意书
|
||||||
panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel26.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSAGREED_GRAY_;
|
panel26.BackgroundImage = global::AIMSControls.Properties.Resources.GCSAGREED_GRAY_;
|
||||||
label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel20.BackgroundImage = global::AIMS.UI.Properties.Resources.GCDONTS;
|
panel20.BackgroundImage = global::AIMSControls.Properties.Resources.GCDONTS;
|
||||||
//术后随访
|
//术后随访
|
||||||
panel23.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSYHRIG;
|
panel23.BackgroundImage = global::AIMSControls.Properties.Resources.GCSYHRIG;
|
||||||
panel15.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSSH_GRAY_;
|
panel15.BackgroundImage = global::AIMSControls.Properties.Resources.GCSSH_GRAY_;
|
||||||
label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel22.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSNOTFOLLOW;
|
panel22.BackgroundImage = global::AIMSControls.Properties.Resources.GCSNOTFOLLOW;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,18 +73,18 @@ namespace AIMS.OperationAfter.UI
|
|||||||
if (dt.Rows[i]["XmlFileName"].ToString().Contains("手术患者术前术后访视单") || dt.Rows[i]["XmlFileName"].ToString().Contains("术前访视"))
|
if (dt.Rows[i]["XmlFileName"].ToString().Contains("手术患者术前术后访视单") || dt.Rows[i]["XmlFileName"].ToString().Contains("术前访视"))
|
||||||
{
|
{
|
||||||
//label13.Text = "";
|
//label13.Text = "";
|
||||||
panel11.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSAP;
|
panel11.BackgroundImage = global::AIMSControls.Properties.Resources.GCSAP;
|
||||||
label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(86)))), ((int)(((byte)(164)))));
|
label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(86)))), ((int)(((byte)(164)))));
|
||||||
panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(86)))), ((int)(((byte)(164)))));
|
panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(86)))), ((int)(((byte)(164)))));
|
||||||
panel19.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSADevelop;
|
panel19.BackgroundImage = global::AIMSControls.Properties.Resources.GCSADevelop;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dt.Rows[i]["XmlFileName"].ToString().Contains("麻醉知情同意书") || dt.Rows[i]["XmlFileName"].ToString().Contains("知情同意书"))
|
if (dt.Rows[i]["XmlFileName"].ToString().Contains("麻醉知情同意书") || dt.Rows[i]["XmlFileName"].ToString().Contains("知情同意书"))
|
||||||
{
|
{
|
||||||
//label14.Text = "";
|
//label14.Text = "";
|
||||||
panel26.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSAGREED;
|
panel26.BackgroundImage = global::AIMSControls.Properties.Resources.GCSAGREED;
|
||||||
panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(145)))), ((int)(((byte)(205)))));
|
panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(145)))), ((int)(((byte)(205)))));
|
||||||
panel20.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSASigned;
|
panel20.BackgroundImage = global::AIMSControls.Properties.Resources.GCSASigned;
|
||||||
label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(145)))), ((int)(((byte)(205)))));
|
label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(145)))), ((int)(((byte)(205)))));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -92,39 +92,39 @@ namespace AIMS.OperationAfter.UI
|
|||||||
{
|
{
|
||||||
//label16.Text = "";
|
//label16.Text = "";
|
||||||
label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(242)))), ((int)(((byte)(7)))));
|
label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(242)))), ((int)(((byte)(7)))));
|
||||||
panel23.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSYYELLOW;
|
panel23.BackgroundImage = global::AIMSControls.Properties.Resources.GCSYYELLOW;
|
||||||
panel15.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSSH;
|
panel15.BackgroundImage = global::AIMSControls.Properties.Resources.GCSSH;
|
||||||
panel22.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSHaveFollow;
|
panel22.BackgroundImage = global::AIMSControls.Properties.Resources.GCSHaveFollow;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel24.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSSZA_GRAY_;
|
panel24.BackgroundImage = global::AIMSControls.Properties.Resources.GCSSZA_GRAY_;
|
||||||
label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel25.BackgroundImage = global::AIMS.UI.Properties.Resources.GCDONTS;
|
panel25.BackgroundImage = global::AIMSControls.Properties.Resources.GCDONTS;
|
||||||
|
|
||||||
panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel13.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSAR_GRAY_;
|
panel13.BackgroundImage = global::AIMSControls.Properties.Resources.GCSAR_GRAY_;
|
||||||
label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||||||
panel21.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSNOTPASS;
|
panel21.BackgroundImage = global::AIMSControls.Properties.Resources.GCSNOTPASS;
|
||||||
|
|
||||||
for (int i = 0; i < patientdt.Rows.Count; i++)
|
for (int i = 0; i < patientdt.Rows.Count; i++)
|
||||||
{
|
{
|
||||||
if (patientdt.Rows[i]["RecoverId"].ToString() == "1")
|
if (patientdt.Rows[i]["RecoverId"].ToString() == "1")
|
||||||
{
|
{
|
||||||
label17.Text = patientdt.Rows[0]["InRoomTime"].ToString();
|
label17.Text = patientdt.Rows[0]["InRoomTime"].ToString();
|
||||||
panel25.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSASigned;
|
panel25.BackgroundImage = global::AIMSControls.Properties.Resources.GCSASigned;
|
||||||
panel24.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSSZMZ;
|
panel24.BackgroundImage = global::AIMSControls.Properties.Resources.GCSSZMZ;
|
||||||
panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(186)))), ((int)(((byte)(159)))));
|
panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(186)))), ((int)(((byte)(159)))));
|
||||||
}
|
}
|
||||||
if (patientdt.Rows[i]["RecoverId"].ToString() == "2")
|
if (patientdt.Rows[i]["RecoverId"].ToString() == "2")
|
||||||
{
|
{
|
||||||
panel8.BackColor = Color.Lime;
|
panel8.BackColor = Color.Lime;
|
||||||
label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(143)))), ((int)(((byte)(249)))), ((int)(((byte)(1)))));
|
label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(143)))), ((int)(((byte)(249)))), ((int)(((byte)(1)))));
|
||||||
panel13.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSAR;
|
panel13.BackgroundImage = global::AIMSControls.Properties.Resources.GCSAR;
|
||||||
label15.Text = patientdt.Rows[i]["InRoomTime"].ToString();
|
label15.Text = patientdt.Rows[i]["InRoomTime"].ToString();
|
||||||
panel21.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSPASS;
|
panel21.BackgroundImage = global::AIMSControls.Properties.Resources.GCSPASS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -136,31 +136,31 @@ namespace AIMS.OperationAfter.UI
|
|||||||
private void SQFS(DataTable patientdt)
|
private void SQFS(DataTable patientdt)
|
||||||
{
|
{
|
||||||
label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(40)))), ((int)(((byte)(158)))));
|
label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(40)))), ((int)(((byte)(158)))));
|
||||||
panel10.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSSQFS;
|
panel10.BackgroundImage = global::AIMSControls.Properties.Resources.GCSSQFS;
|
||||||
panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(40)))), ((int)(((byte)(158)))));
|
panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(40)))), ((int)(((byte)(158)))));
|
||||||
if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA1)
|
if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA1)
|
||||||
{
|
{
|
||||||
panel17.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSCLASSP1;
|
panel17.BackgroundImage = global::AIMSControls.Properties.Resources.GCSCLASSP1;
|
||||||
}
|
}
|
||||||
else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA2)
|
else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA2)
|
||||||
{
|
{
|
||||||
panel17.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSCLASSP2;
|
panel17.BackgroundImage = global::AIMSControls.Properties.Resources.GCSCLASSP2;
|
||||||
}
|
}
|
||||||
else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA3)
|
else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA3)
|
||||||
{
|
{
|
||||||
panel17.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSCLASSP3;
|
panel17.BackgroundImage = global::AIMSControls.Properties.Resources.GCSCLASSP3;
|
||||||
}
|
}
|
||||||
else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA4)
|
else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA4)
|
||||||
{
|
{
|
||||||
panel17.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSCLASSP4;
|
panel17.BackgroundImage = global::AIMSControls.Properties.Resources.GCSCLASSP4;
|
||||||
}
|
}
|
||||||
else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA5)
|
else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA5)
|
||||||
{
|
{
|
||||||
panel17.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSCLASSP5;
|
panel17.BackgroundImage = global::AIMSControls.Properties.Resources.GCSCLASSP5;
|
||||||
}
|
}
|
||||||
else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA6)
|
else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA6)
|
||||||
{
|
{
|
||||||
panel17.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSCLASSP6;
|
panel17.BackgroundImage = global::AIMSControls.Properties.Resources.GCSCLASSP6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -170,8 +170,8 @@ namespace AIMS.OperationAfter.UI
|
|||||||
private void SQPC(DataTable patientdt)
|
private void SQPC(DataTable patientdt)
|
||||||
{
|
{
|
||||||
label12.Text = patientdt.Rows[0]["OrderOperationTime"].ToString();
|
label12.Text = patientdt.Rows[0]["OrderOperationTime"].ToString();
|
||||||
panel18.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSPASS;
|
panel18.BackgroundImage = global::AIMSControls.Properties.Resources.GCSPASS;
|
||||||
panel12.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSSQPC;
|
panel12.BackgroundImage = global::AIMSControls.Properties.Resources.GCSSQPC;
|
||||||
panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(167)))), ((int)(((byte)(46)))), ((int)(((byte)(146)))));
|
panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(167)))), ((int)(((byte)(46)))), ((int)(((byte)(146)))));
|
||||||
label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(167)))), ((int)(((byte)(46)))), ((int)(((byte)(146)))));
|
label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(167)))), ((int)(((byte)(46)))), ((int)(((byte)(146)))));
|
||||||
}
|
}
|
||||||
@ -183,9 +183,9 @@ namespace AIMS.OperationAfter.UI
|
|||||||
{
|
{
|
||||||
label10.Text = patientdt.Rows[0]["ApplyTime"].ToString();
|
label10.Text = patientdt.Rows[0]["ApplyTime"].ToString();
|
||||||
label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(21)))), ((int)(((byte)(131)))));
|
label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(21)))), ((int)(((byte)(131)))));
|
||||||
panel14.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSPASS;
|
panel14.BackgroundImage = global::AIMSControls.Properties.Resources.GCSPASS;
|
||||||
panel9.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSAS;
|
panel9.BackgroundImage = global::AIMSControls.Properties.Resources.GCSAS;
|
||||||
panel2.BackgroundImage = global::AIMS.UI.Properties.Resources.GCSYPink;
|
panel2.BackgroundImage = global::AIMSControls.Properties.Resources.GCSYPink;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -111,7 +111,7 @@
|
|||||||
// tspSetting
|
// tspSetting
|
||||||
//
|
//
|
||||||
this.tspSetting.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tspSetting.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tspSetting.Image = global::AIMS.UI.Properties.Resources.图标_设置;
|
this.tspSetting.Image = global::AIMSControls.Properties.Resources.图标_设置;
|
||||||
this.tspSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tspSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tspSetting.Name = "tspSetting";
|
this.tspSetting.Name = "tspSetting";
|
||||||
this.tspSetting.Size = new System.Drawing.Size(68, 46);
|
this.tspSetting.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -122,7 +122,7 @@
|
|||||||
// toolStripButton1
|
// toolStripButton1
|
||||||
//
|
//
|
||||||
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton1.Image = global::AIMS.UI.Properties.Resources.图标_手术排程;
|
this.toolStripButton1.Image = global::AIMSControls.Properties.Resources.图标_手术排程;
|
||||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Name = "toolStripButton1";
|
||||||
this.toolStripButton1.Size = new System.Drawing.Size(65, 46);
|
this.toolStripButton1.Size = new System.Drawing.Size(65, 46);
|
||||||
|
|||||||
@ -117,7 +117,7 @@
|
|||||||
// tsbExe
|
// tsbExe
|
||||||
//
|
//
|
||||||
this.tsbExe.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExe.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExe.Image = global::AIMS.UI.Properties.Resources.图标_手术申请;
|
this.tsbExe.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
|
||||||
this.tsbExe.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExe.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExe.Name = "tsbExe";
|
this.tsbExe.Name = "tsbExe";
|
||||||
this.tsbExe.Size = new System.Drawing.Size(68, 46);
|
this.tsbExe.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -133,7 +133,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -149,7 +149,7 @@
|
|||||||
// tsbSet
|
// tsbSet
|
||||||
//
|
//
|
||||||
this.tsbSet.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSet.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSet.Image = global::AIMS.UI.Properties.Resources.图标_设置;
|
this.tsbSet.Image = global::AIMSControls.Properties.Resources.图标_设置;
|
||||||
this.tsbSet.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSet.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSet.Name = "tsbSet";
|
this.tsbSet.Name = "tsbSet";
|
||||||
this.tsbSet.Size = new System.Drawing.Size(44, 46);
|
this.tsbSet.Size = new System.Drawing.Size(44, 46);
|
||||||
|
|||||||
12
AIMS.UI/OperationFront/frmOperationApply.Designer.cs
generated
12
AIMS.UI/OperationFront/frmOperationApply.Designer.cs
generated
@ -182,7 +182,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_手术申请;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(76, 46);
|
this.tsbAdd.Size = new System.Drawing.Size(76, 46);
|
||||||
@ -198,7 +198,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_申请修改;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_申请修改;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -214,7 +214,7 @@
|
|||||||
// tsbAuditing
|
// tsbAuditing
|
||||||
//
|
//
|
||||||
this.tsbAuditing.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAuditing.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAuditing.Image = global::AIMS.UI.Properties.Resources.图标_完成;
|
this.tsbAuditing.Image = global::AIMSControls.Properties.Resources.图标_完成;
|
||||||
this.tsbAuditing.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAuditing.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAuditing.Name = "tsbAuditing";
|
this.tsbAuditing.Name = "tsbAuditing";
|
||||||
this.tsbAuditing.Size = new System.Drawing.Size(40, 46);
|
this.tsbAuditing.Size = new System.Drawing.Size(40, 46);
|
||||||
@ -230,7 +230,7 @@
|
|||||||
// tsbDelete
|
// tsbDelete
|
||||||
//
|
//
|
||||||
this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbDelete.Image = global::AIMS.UI.Properties.Resources.图标_申请作废;
|
this.tsbDelete.Image = global::AIMSControls.Properties.Resources.图标_申请作废;
|
||||||
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbDelete.Name = "tsbDelete";
|
this.tsbDelete.Name = "tsbDelete";
|
||||||
this.tsbDelete.Size = new System.Drawing.Size(40, 46);
|
this.tsbDelete.Size = new System.Drawing.Size(40, 46);
|
||||||
@ -246,7 +246,7 @@
|
|||||||
// toolStripButton1
|
// toolStripButton1
|
||||||
//
|
//
|
||||||
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton1.Image = global::AIMS.UI.Properties.Resources.图标_回顾恢复;
|
this.toolStripButton1.Image = global::AIMSControls.Properties.Resources.图标_回顾恢复;
|
||||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Name = "toolStripButton1";
|
||||||
this.toolStripButton1.Size = new System.Drawing.Size(60, 46);
|
this.toolStripButton1.Size = new System.Drawing.Size(60, 46);
|
||||||
@ -262,7 +262,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
@ -163,7 +163,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -179,7 +179,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -190,7 +190,7 @@
|
|||||||
// tsbSet
|
// tsbSet
|
||||||
//
|
//
|
||||||
this.tsbSet.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSet.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSet.Image = global::AIMS.UI.Properties.Resources.图标_设置;
|
this.tsbSet.Image = global::AIMSControls.Properties.Resources.图标_设置;
|
||||||
this.tsbSet.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSet.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSet.Name = "tsbSet";
|
this.tsbSet.Name = "tsbSet";
|
||||||
this.tsbSet.Size = new System.Drawing.Size(52, 46);
|
this.tsbSet.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -207,7 +207,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
@ -1300,7 +1300,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_访视单;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_访视单;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(76, 42);
|
this.tsbAdd.Size = new System.Drawing.Size(76, 42);
|
||||||
@ -1316,7 +1316,7 @@
|
|||||||
// tsbModify
|
// tsbModify
|
||||||
//
|
//
|
||||||
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_申请修改;
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_申请修改;
|
||||||
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModify.Name = "tsbModify";
|
this.tsbModify.Name = "tsbModify";
|
||||||
this.tsbModify.Size = new System.Drawing.Size(76, 42);
|
this.tsbModify.Size = new System.Drawing.Size(76, 42);
|
||||||
@ -1332,7 +1332,7 @@
|
|||||||
// tsbWaitSet
|
// tsbWaitSet
|
||||||
//
|
//
|
||||||
this.tsbWaitSet.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbWaitSet.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbWaitSet.Image = global::AIMS.UI.Properties.Resources.图标_设置;
|
this.tsbWaitSet.Image = global::AIMSControls.Properties.Resources.图标_设置;
|
||||||
this.tsbWaitSet.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbWaitSet.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbWaitSet.Name = "tsbWaitSet";
|
this.tsbWaitSet.Name = "tsbWaitSet";
|
||||||
this.tsbWaitSet.Size = new System.Drawing.Size(80, 42);
|
this.tsbWaitSet.Size = new System.Drawing.Size(80, 42);
|
||||||
@ -1348,7 +1348,7 @@
|
|||||||
// tsbAlreadySet
|
// tsbAlreadySet
|
||||||
//
|
//
|
||||||
this.tsbAlreadySet.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAlreadySet.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAlreadySet.Image = global::AIMS.UI.Properties.Resources.图标_设置;
|
this.tsbAlreadySet.Image = global::AIMSControls.Properties.Resources.图标_设置;
|
||||||
this.tsbAlreadySet.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAlreadySet.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAlreadySet.Name = "tsbAlreadySet";
|
this.tsbAlreadySet.Name = "tsbAlreadySet";
|
||||||
this.tsbAlreadySet.Size = new System.Drawing.Size(80, 42);
|
this.tsbAlreadySet.Size = new System.Drawing.Size(80, 42);
|
||||||
@ -1366,7 +1366,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 42);
|
this.tsbExit.Size = new System.Drawing.Size(52, 42);
|
||||||
|
|||||||
@ -1057,7 +1057,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
//
|
//
|
||||||
this.buttonItem1.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
this.buttonItem1.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
||||||
this.buttonItem1.Checked = true;
|
this.buttonItem1.Checked = true;
|
||||||
this.buttonItem1.Image = global::AIMS.UI.Properties.Resources.Table1;
|
this.buttonItem1.Image = global::AIMSControls.Properties.Resources.Table1;
|
||||||
this.buttonItem1.ImagePaddingHorizontal = 15;
|
this.buttonItem1.ImagePaddingHorizontal = 15;
|
||||||
this.buttonItem1.ImagePaddingVertical = 0;
|
this.buttonItem1.ImagePaddingVertical = 0;
|
||||||
this.buttonItem1.Name = "buttonItem1";
|
this.buttonItem1.Name = "buttonItem1";
|
||||||
@ -1399,7 +1399,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
// buttonInstrumentNurse
|
// buttonInstrumentNurse
|
||||||
//
|
//
|
||||||
this.buttonInstrumentNurse.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
this.buttonInstrumentNurse.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
||||||
this.buttonInstrumentNurse.Image = global::AIMS.UI.Properties.Resources.BookNoteWhite;
|
this.buttonInstrumentNurse.Image = global::AIMSControls.Properties.Resources.BookNoteWhite;
|
||||||
this.buttonInstrumentNurse.ImagePaddingHorizontal = 15;
|
this.buttonInstrumentNurse.ImagePaddingHorizontal = 15;
|
||||||
this.buttonInstrumentNurse.ImagePaddingVertical = 0;
|
this.buttonInstrumentNurse.ImagePaddingVertical = 0;
|
||||||
this.buttonInstrumentNurse.Name = "buttonInstrumentNurse";
|
this.buttonInstrumentNurse.Name = "buttonInstrumentNurse";
|
||||||
@ -1740,7 +1740,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
// buttonItemTourNurse
|
// buttonItemTourNurse
|
||||||
//
|
//
|
||||||
this.buttonItemTourNurse.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
this.buttonItemTourNurse.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
||||||
this.buttonItemTourNurse.Image = global::AIMS.UI.Properties.Resources.BookNoteWhite;
|
this.buttonItemTourNurse.Image = global::AIMSControls.Properties.Resources.BookNoteWhite;
|
||||||
this.buttonItemTourNurse.ImagePaddingHorizontal = 15;
|
this.buttonItemTourNurse.ImagePaddingHorizontal = 15;
|
||||||
this.buttonItemTourNurse.ImagePaddingVertical = 0;
|
this.buttonItemTourNurse.ImagePaddingVertical = 0;
|
||||||
this.buttonItemTourNurse.Name = "buttonItemTourNurse";
|
this.buttonItemTourNurse.Name = "buttonItemTourNurse";
|
||||||
@ -2079,7 +2079,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
// buttonItemAnas
|
// buttonItemAnas
|
||||||
//
|
//
|
||||||
this.buttonItemAnas.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
this.buttonItemAnas.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
||||||
this.buttonItemAnas.Image = global::AIMS.UI.Properties.Resources.BookNote;
|
this.buttonItemAnas.Image = global::AIMSControls.Properties.Resources.BookNote;
|
||||||
this.buttonItemAnas.ImagePaddingHorizontal = 15;
|
this.buttonItemAnas.ImagePaddingHorizontal = 15;
|
||||||
this.buttonItemAnas.ImagePaddingVertical = 0;
|
this.buttonItemAnas.ImagePaddingVertical = 0;
|
||||||
this.buttonItemAnas.Name = "buttonItemAnas";
|
this.buttonItemAnas.Name = "buttonItemAnas";
|
||||||
@ -2496,7 +2496,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
// tsbNewOperationApply
|
// tsbNewOperationApply
|
||||||
//
|
//
|
||||||
this.tsbNewOperationApply.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
this.tsbNewOperationApply.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
||||||
this.tsbNewOperationApply.Image = global::AIMS.UI.Properties.Resources.图标_手术排程;
|
this.tsbNewOperationApply.Image = global::AIMSControls.Properties.Resources.图标_手术排程;
|
||||||
this.tsbNewOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbNewOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbNewOperationApply.Name = "tsbNewOperationApply";
|
this.tsbNewOperationApply.Name = "tsbNewOperationApply";
|
||||||
this.tsbNewOperationApply.Size = new System.Drawing.Size(68, 46);
|
this.tsbNewOperationApply.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -2507,7 +2507,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
// tsbModifyOperationApply
|
// tsbModifyOperationApply
|
||||||
//
|
//
|
||||||
this.tsbModifyOperationApply.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
this.tsbModifyOperationApply.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
||||||
this.tsbModifyOperationApply.Image = global::AIMS.UI.Properties.Resources.图标_申请修改;
|
this.tsbModifyOperationApply.Image = global::AIMSControls.Properties.Resources.图标_申请修改;
|
||||||
this.tsbModifyOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbModifyOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbModifyOperationApply.Name = "tsbModifyOperationApply";
|
this.tsbModifyOperationApply.Name = "tsbModifyOperationApply";
|
||||||
this.tsbModifyOperationApply.Size = new System.Drawing.Size(68, 46);
|
this.tsbModifyOperationApply.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -2518,7 +2518,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
// tsbCancelOperationApply
|
// tsbCancelOperationApply
|
||||||
//
|
//
|
||||||
this.tsbCancelOperationApply.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
this.tsbCancelOperationApply.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
||||||
this.tsbCancelOperationApply.Image = global::AIMS.UI.Properties.Resources.图标_申请作废;
|
this.tsbCancelOperationApply.Image = global::AIMSControls.Properties.Resources.图标_申请作废;
|
||||||
this.tsbCancelOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCancelOperationApply.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCancelOperationApply.Name = "tsbCancelOperationApply";
|
this.tsbCancelOperationApply.Name = "tsbCancelOperationApply";
|
||||||
this.tsbCancelOperationApply.Size = new System.Drawing.Size(68, 46);
|
this.tsbCancelOperationApply.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -2534,7 +2534,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
// btnpass
|
// btnpass
|
||||||
//
|
//
|
||||||
this.btnpass.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
this.btnpass.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
||||||
this.btnpass.Image = global::AIMS.UI.Properties.Resources.图标_排程通过;
|
this.btnpass.Image = global::AIMSControls.Properties.Resources.图标_排程通过;
|
||||||
this.btnpass.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.btnpass.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.btnpass.Name = "btnpass";
|
this.btnpass.Name = "btnpass";
|
||||||
this.btnpass.Size = new System.Drawing.Size(68, 46);
|
this.btnpass.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -2550,7 +2550,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
// btnPlan
|
// btnPlan
|
||||||
//
|
//
|
||||||
this.btnPlan.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
this.btnPlan.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
||||||
this.btnPlan.Image = global::AIMS.UI.Properties.Resources.图标_打印;
|
this.btnPlan.Image = global::AIMSControls.Properties.Resources.图标_打印;
|
||||||
this.btnPlan.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.btnPlan.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.btnPlan.Name = "btnPlan";
|
this.btnPlan.Name = "btnPlan";
|
||||||
this.btnPlan.Size = new System.Drawing.Size(76, 46);
|
this.btnPlan.Size = new System.Drawing.Size(76, 46);
|
||||||
@ -2561,7 +2561,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
// button3
|
// button3
|
||||||
//
|
//
|
||||||
this.button3.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
this.button3.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
||||||
this.button3.Image = global::AIMS.UI.Properties.Resources.图标_打印;
|
this.button3.Image = global::AIMSControls.Properties.Resources.图标_打印;
|
||||||
this.button3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.button3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.button3.Name = "button3";
|
this.button3.Name = "button3";
|
||||||
this.button3.Size = new System.Drawing.Size(76, 46);
|
this.button3.Size = new System.Drawing.Size(76, 46);
|
||||||
@ -2577,7 +2577,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
// btnDataCente
|
// btnDataCente
|
||||||
//
|
//
|
||||||
this.btnDataCente.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
this.btnDataCente.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
||||||
this.btnDataCente.Image = global::AIMS.UI.Properties.Resources.图标_回顾恢复;
|
this.btnDataCente.Image = global::AIMSControls.Properties.Resources.图标_回顾恢复;
|
||||||
this.btnDataCente.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.btnDataCente.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.btnDataCente.Name = "btnDataCente";
|
this.btnDataCente.Name = "btnDataCente";
|
||||||
this.btnDataCente.Size = new System.Drawing.Size(68, 46);
|
this.btnDataCente.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -2593,7 +2593,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
// tspSetting
|
// tspSetting
|
||||||
//
|
//
|
||||||
this.tspSetting.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
this.tspSetting.Font = new System.Drawing.Font("΢ÈíÑźÚ", 9F);
|
||||||
this.tspSetting.Image = global::AIMS.UI.Properties.Resources.图标_设置;
|
this.tspSetting.Image = global::AIMSControls.Properties.Resources.图标_设置;
|
||||||
this.tspSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tspSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tspSetting.Name = "tspSetting";
|
this.tspSetting.Name = "tspSetting";
|
||||||
this.tspSetting.Size = new System.Drawing.Size(68, 46);
|
this.tspSetting.Size = new System.Drawing.Size(68, 46);
|
||||||
|
|||||||
@ -54,7 +54,7 @@
|
|||||||
// tsbCancel
|
// tsbCancel
|
||||||
//
|
//
|
||||||
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_申请作废;
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_申请作废;
|
||||||
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCancel.Name = "tsbCancel";
|
this.tsbCancel.Name = "tsbCancel";
|
||||||
this.tsbCancel.Size = new System.Drawing.Size(68, 46);
|
this.tsbCancel.Size = new System.Drawing.Size(68, 46);
|
||||||
@ -70,7 +70,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
12
AIMS.UI/OremrUserControl/ucDocument.Designer.cs
generated
12
AIMS.UI/OremrUserControl/ucDocument.Designer.cs
generated
@ -88,7 +88,7 @@
|
|||||||
// tsbSave
|
// tsbSave
|
||||||
//
|
//
|
||||||
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSave.Image = global::AIMS.UI.Properties.Resources.图标_手术申请;
|
this.tsbSave.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
|
||||||
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSave.Name = "tsbSave";
|
this.tsbSave.Name = "tsbSave";
|
||||||
this.tsbSave.Size = new System.Drawing.Size(48, 46);
|
this.tsbSave.Size = new System.Drawing.Size(48, 46);
|
||||||
@ -104,7 +104,7 @@
|
|||||||
// tsbSaveAndPrint
|
// tsbSaveAndPrint
|
||||||
//
|
//
|
||||||
this.tsbSaveAndPrint.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSaveAndPrint.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSaveAndPrint.Image = global::AIMS.UI.Properties.Resources.图标_打印;
|
this.tsbSaveAndPrint.Image = global::AIMSControls.Properties.Resources.图标_打印;
|
||||||
this.tsbSaveAndPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSaveAndPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSaveAndPrint.Name = "tsbSaveAndPrint";
|
this.tsbSaveAndPrint.Name = "tsbSaveAndPrint";
|
||||||
this.tsbSaveAndPrint.Size = new System.Drawing.Size(88, 46);
|
this.tsbSaveAndPrint.Size = new System.Drawing.Size(88, 46);
|
||||||
@ -120,7 +120,7 @@
|
|||||||
// tsbPreview
|
// tsbPreview
|
||||||
//
|
//
|
||||||
this.tsbPreview.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbPreview.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbPreview.Image = global::AIMS.UI.Properties.Resources.图标_预览;
|
this.tsbPreview.Image = global::AIMSControls.Properties.Resources.图标_预览;
|
||||||
this.tsbPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbPreview.Name = "tsbPreview";
|
this.tsbPreview.Name = "tsbPreview";
|
||||||
this.tsbPreview.Size = new System.Drawing.Size(40, 46);
|
this.tsbPreview.Size = new System.Drawing.Size(40, 46);
|
||||||
@ -136,7 +136,7 @@
|
|||||||
// tsbCheckout
|
// tsbCheckout
|
||||||
//
|
//
|
||||||
this.tsbCheckout.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCheckout.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCheckout.Image = global::AIMS.UI.Properties.Resources.图标_回顾手术;
|
this.tsbCheckout.Image = global::AIMSControls.Properties.Resources.图标_回顾手术;
|
||||||
this.tsbCheckout.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCheckout.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCheckout.Name = "tsbCheckout";
|
this.tsbCheckout.Name = "tsbCheckout";
|
||||||
this.tsbCheckout.Size = new System.Drawing.Size(64, 46);
|
this.tsbCheckout.Size = new System.Drawing.Size(64, 46);
|
||||||
@ -153,7 +153,7 @@
|
|||||||
//
|
//
|
||||||
this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||||
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.toolStripButton1.Image = global::AIMS.UI.Properties.Resources.图标_麻醉知情同意书;
|
this.toolStripButton1.Image = global::AIMSControls.Properties.Resources.图标_麻醉知情同意书;
|
||||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Name = "toolStripButton1";
|
||||||
this.toolStripButton1.Size = new System.Drawing.Size(64, 46);
|
this.toolStripButton1.Size = new System.Drawing.Size(64, 46);
|
||||||
@ -165,7 +165,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
2
AIMS.UI/OremrUserControl/ucReport.Designer.cs
generated
2
AIMS.UI/OremrUserControl/ucReport.Designer.cs
generated
@ -47,7 +47,7 @@
|
|||||||
//
|
//
|
||||||
// picDocToPrint
|
// picDocToPrint
|
||||||
//
|
//
|
||||||
this.picDocToPrint.BackgroundImage = global::AIMS.UI.Properties.Resources.存为模板;
|
this.picDocToPrint.BackgroundImage = global::AIMSControls.Properties.Resources.存为模板;
|
||||||
this.picDocToPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.picDocToPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.picDocToPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.picDocToPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.picDocToPrint.Location = new System.Drawing.Point(28, 3);
|
this.picDocToPrint.Location = new System.Drawing.Point(28, 3);
|
||||||
|
|||||||
@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
|
|||||||
// 有关程序集的一般信息由以下
|
// 有关程序集的一般信息由以下
|
||||||
// 控制。更改这些特性值可修改
|
// 控制。更改这些特性值可修改
|
||||||
// 与程序集关联的信息。
|
// 与程序集关联的信息。
|
||||||
[assembly: AssemblyTitle("AIMS.UI")]
|
[assembly: AssemblyTitle("AIMSControls")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("AIMS.UI")]
|
[assembly: AssemblyProduct("AIMSControls")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2023")]
|
[assembly: AssemblyCopyright("Copyright © 2023")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|||||||
4
AIMS.UI/Properties/Resources.Designer.cs
generated
4
AIMS.UI/Properties/Resources.Designer.cs
generated
@ -8,7 +8,7 @@
|
|||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace AIMS.UI.Properties {
|
namespace AIMSControls.Properties {
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ namespace AIMS.UI.Properties {
|
|||||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
get {
|
get {
|
||||||
if (object.ReferenceEquals(resourceMan, null)) {
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AIMS.UI.Properties.Resources", typeof(Resources).Assembly);
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AIMSControls.Properties.Resources", typeof(Resources).Assembly);
|
||||||
resourceMan = temp;
|
resourceMan = temp;
|
||||||
}
|
}
|
||||||
return resourceMan;
|
return resourceMan;
|
||||||
|
|||||||
22
AIMS.UI/Properties/Settings.Designer.cs
generated
22
AIMS.UI/Properties/Settings.Designer.cs
generated
@ -1,28 +1,24 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// 此代码由工具生成。
|
||||||
// Runtime Version:4.0.30319.42000
|
// 运行时版本:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||||
// the code is regenerated.
|
// 重新生成代码,这些更改将会丢失。
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace AIMS.UI.Properties
|
namespace AIMSControls.Properties {
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0")]
|
||||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||||
{
|
|
||||||
|
|
||||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||||
|
|
||||||
public static Settings Default
|
public static Settings Default {
|
||||||
{
|
get {
|
||||||
get
|
|
||||||
{
|
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2
AIMS.UI/PublicUI/MainFormManage.designer.cs
generated
2
AIMS.UI/PublicUI/MainFormManage.designer.cs
generated
@ -119,7 +119,7 @@
|
|||||||
//
|
//
|
||||||
this.colorThemeButton.AutoExpandOnClick = true;
|
this.colorThemeButton.AutoExpandOnClick = true;
|
||||||
this.colorThemeButton.CanCustomize = false;
|
this.colorThemeButton.CanCustomize = false;
|
||||||
this.colorThemeButton.Image = global::AIMS.UI.Properties.Resources.ColorScheme;
|
this.colorThemeButton.Image = global::AIMSControls.Properties.Resources.ColorScheme;
|
||||||
this.colorThemeButton.Name = "colorThemeButton";
|
this.colorThemeButton.Name = "colorThemeButton";
|
||||||
this.colorThemeButton.ShowSubItems = false;
|
this.colorThemeButton.ShowSubItems = false;
|
||||||
this.colorThemeButton.Text = "皮肤";
|
this.colorThemeButton.Text = "皮肤";
|
||||||
|
|||||||
@ -7,7 +7,7 @@ using System.IO;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace AIMS
|
namespace AIMS.OperationAanesthesia
|
||||||
{
|
{
|
||||||
public class OpeApplyAnalyze
|
public class OpeApplyAnalyze
|
||||||
{
|
{
|
||||||
8
AIMS.UI/PublicUI/frmCreateTemplate.Designer.cs
generated
8
AIMS.UI/PublicUI/frmCreateTemplate.Designer.cs
generated
@ -204,7 +204,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 43);
|
this.tsbSava.Size = new System.Drawing.Size(52, 43);
|
||||||
@ -220,7 +220,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 43);
|
this.tsbExit.Size = new System.Drawing.Size(52, 43);
|
||||||
@ -496,7 +496,7 @@
|
|||||||
// dataGridViewImageColumn1
|
// dataGridViewImageColumn1
|
||||||
//
|
//
|
||||||
this.dataGridViewImageColumn1.HeaderText = " ";
|
this.dataGridViewImageColumn1.HeaderText = " ";
|
||||||
this.dataGridViewImageColumn1.Image = global::AIMS.UI.Properties.Resources.SYSCRL;
|
this.dataGridViewImageColumn1.Image = global::AIMSControls.Properties.Resources.SYSCRL;
|
||||||
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
||||||
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
||||||
@ -1355,7 +1355,7 @@
|
|||||||
// dataGridViewImageColumn5
|
// dataGridViewImageColumn5
|
||||||
//
|
//
|
||||||
this.dataGridViewImageColumn5.HeaderText = " ";
|
this.dataGridViewImageColumn5.HeaderText = " ";
|
||||||
this.dataGridViewImageColumn5.Image = global::AIMS.UI.Properties.Resources.SYSCRL;
|
this.dataGridViewImageColumn5.Image = global::AIMSControls.Properties.Resources.SYSCRL;
|
||||||
this.dataGridViewImageColumn5.Name = "dataGridViewImageColumn5";
|
this.dataGridViewImageColumn5.Name = "dataGridViewImageColumn5";
|
||||||
this.dataGridViewImageColumn5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
this.dataGridViewImageColumn5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dataGridViewImageColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
this.dataGridViewImageColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
||||||
|
|||||||
2
AIMS.UI/PublicUI/frmDrugSel.Designer.cs
generated
2
AIMS.UI/PublicUI/frmDrugSel.Designer.cs
generated
@ -224,7 +224,7 @@
|
|||||||
// dataGridViewImageColumn1
|
// dataGridViewImageColumn1
|
||||||
//
|
//
|
||||||
this.dataGridViewImageColumn1.HeaderText = " ";
|
this.dataGridViewImageColumn1.HeaderText = " ";
|
||||||
this.dataGridViewImageColumn1.Image = global::AIMS.UI.Properties.Resources.SYSCRL;
|
this.dataGridViewImageColumn1.Image = global::AIMSControls.Properties.Resources.SYSCRL;
|
||||||
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
||||||
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
||||||
|
|||||||
4
AIMS.UI/PublicUI/frmEditPassWord.Designer.cs
generated
4
AIMS.UI/PublicUI/frmEditPassWord.Designer.cs
generated
@ -115,7 +115,7 @@
|
|||||||
// tsbOk
|
// tsbOk
|
||||||
//
|
//
|
||||||
this.tsbOk.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbOk.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbOk.Image = global::AIMS.UI.Properties.Resources.图标_完成;
|
this.tsbOk.Image = global::AIMSControls.Properties.Resources.图标_完成;
|
||||||
this.tsbOk.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbOk.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbOk.Name = "tsbOk";
|
this.tsbOk.Name = "tsbOk";
|
||||||
this.tsbOk.Size = new System.Drawing.Size(52, 46);
|
this.tsbOk.Size = new System.Drawing.Size(52, 46);
|
||||||
@ -132,7 +132,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
||||||
|
|||||||
8
AIMS.UI/PublicUI/frmNotice.Designer.cs
generated
8
AIMS.UI/PublicUI/frmNotice.Designer.cs
generated
@ -238,7 +238,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_手术申请;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 41);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 41);
|
||||||
@ -254,7 +254,7 @@
|
|||||||
// tsbDelete
|
// tsbDelete
|
||||||
//
|
//
|
||||||
this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbDelete.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbDelete.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbDelete.Name = "tsbDelete";
|
this.tsbDelete.Name = "tsbDelete";
|
||||||
this.tsbDelete.Size = new System.Drawing.Size(48, 41);
|
this.tsbDelete.Size = new System.Drawing.Size(48, 41);
|
||||||
@ -270,7 +270,7 @@
|
|||||||
// tsbSava
|
// tsbSava
|
||||||
//
|
//
|
||||||
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存;
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
||||||
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
||||||
this.tsbSava.Name = "tsbSava";
|
this.tsbSava.Name = "tsbSava";
|
||||||
this.tsbSava.Size = new System.Drawing.Size(52, 41);
|
this.tsbSava.Size = new System.Drawing.Size(52, 41);
|
||||||
@ -286,7 +286,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 41);
|
this.tsbExit.Size = new System.Drawing.Size(52, 41);
|
||||||
|
|||||||
6
AIMS.UI/PublicUI/frmNoticeMain.Designer.cs
generated
6
AIMS.UI/PublicUI/frmNoticeMain.Designer.cs
generated
@ -124,7 +124,7 @@
|
|||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_手术申请;
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
|
||||||
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbAdd.Name = "tsbAdd";
|
this.tsbAdd.Name = "tsbAdd";
|
||||||
this.tsbAdd.Size = new System.Drawing.Size(52, 41);
|
this.tsbAdd.Size = new System.Drawing.Size(52, 41);
|
||||||
@ -140,7 +140,7 @@
|
|||||||
// tsbDelete
|
// tsbDelete
|
||||||
//
|
//
|
||||||
this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbDelete.Image = global::AIMS.UI.Properties.Resources.图标_取消;
|
this.tsbDelete.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
||||||
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbDelete.Name = "tsbDelete";
|
this.tsbDelete.Name = "tsbDelete";
|
||||||
this.tsbDelete.Size = new System.Drawing.Size(48, 41);
|
this.tsbDelete.Size = new System.Drawing.Size(48, 41);
|
||||||
@ -156,7 +156,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 41);
|
this.tsbExit.Size = new System.Drawing.Size(52, 41);
|
||||||
|
|||||||
4
AIMS.UI/PublicUI/frmTemplate.Designer.cs
generated
4
AIMS.UI/PublicUI/frmTemplate.Designer.cs
generated
@ -161,7 +161,7 @@
|
|||||||
// tsbExit
|
// tsbExit
|
||||||
//
|
//
|
||||||
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭当前页;
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
|
||||||
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbExit.Name = "tsbExit";
|
this.tsbExit.Name = "tsbExit";
|
||||||
this.tsbExit.Size = new System.Drawing.Size(52, 47);
|
this.tsbExit.Size = new System.Drawing.Size(52, 47);
|
||||||
@ -172,7 +172,7 @@
|
|||||||
// tsbCreateTemplate
|
// tsbCreateTemplate
|
||||||
//
|
//
|
||||||
this.tsbCreateTemplate.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.tsbCreateTemplate.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
this.tsbCreateTemplate.Image = global::AIMS.UI.Properties.Resources.图标_手术申请;
|
this.tsbCreateTemplate.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
|
||||||
this.tsbCreateTemplate.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tsbCreateTemplate.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.tsbCreateTemplate.Name = "tsbCreateTemplate";
|
this.tsbCreateTemplate.Name = "tsbCreateTemplate";
|
||||||
this.tsbCreateTemplate.Size = new System.Drawing.Size(72, 47);
|
this.tsbCreateTemplate.Size = new System.Drawing.Size(72, 47);
|
||||||
|
|||||||
2
AIMS.sln
2
AIMS.sln
@ -23,7 +23,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeginScreen", "BeginScreen\
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumentManagement", "DocumentManagement\DocumentManagement.csproj", "{80E69D05-8436-4342-B0B1-5ADAA8E83D41}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumentManagement", "DocumentManagement\DocumentManagement.csproj", "{80E69D05-8436-4342-B0B1-5ADAA8E83D41}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIMS.UI", "AIMS.UI\AIMS.UI.csproj", "{84D0ECA0-7A0B-4E7F-90F1-E86C99F9E0DA}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIMSControls", "AIMS.UI\AIMSControls.csproj", "{84D0ECA0-7A0B-4E7F-90F1-E86C99F9E0DA}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|||||||
@ -139,9 +139,9 @@
|
|||||||
<Content Include="UpdateList.xml" />
|
<Content Include="UpdateList.xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\AIMS.UI\AIMS.UI.csproj">
|
<ProjectReference Include="..\AIMS.UI\AIMSControls.csproj">
|
||||||
<Project>{84d0eca0-7a0b-4e7f-90f1-e86c99f9e0da}</Project>
|
<Project>{84d0eca0-7a0b-4e7f-90f1-e86c99f9e0da}</Project>
|
||||||
<Name>AIMS.UI</Name>
|
<Name>AIMSControls</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\AIMSEntity\AIMSEntity.csproj">
|
<ProjectReference Include="..\AIMSEntity\AIMSEntity.csproj">
|
||||||
<Project>{e7e04b19-8dac-41b1-b1aa-a9fea1d5d9fb}</Project>
|
<Project>{e7e04b19-8dac-41b1-b1aa-a9fea1d5d9fb}</Project>
|
||||||
|
|||||||
@ -63,7 +63,6 @@
|
|||||||
<Compile Include="BrowserHelper.cs" />
|
<Compile Include="BrowserHelper.cs" />
|
||||||
<Compile Include="ChineseCalendar.cs" />
|
<Compile Include="ChineseCalendar.cs" />
|
||||||
<Compile Include="DATADBHelper.cs" />
|
<Compile Include="DATADBHelper.cs" />
|
||||||
<Compile Include="OpeApplyAnalyze.cs" />
|
|
||||||
<Compile Include="Sign\DataSignClient.cs" />
|
<Compile Include="Sign\DataSignClient.cs" />
|
||||||
<Compile Include="DbAccessException.cs" />
|
<Compile Include="DbAccessException.cs" />
|
||||||
<Compile Include="DBHelper.cs" />
|
<Compile Include="DBHelper.cs" />
|
||||||
|
|||||||
@ -293,7 +293,7 @@ namespace DocumentManagement
|
|||||||
// //((XTextCheckBoxElement)el).Resizeable = ResizeableType;
|
// //((XTextCheckBoxElement)el).Resizeable = ResizeableType;
|
||||||
// //MessageBox.Show(((XTextCheckBoxElement)el).WidthHeightRate.ToString());
|
// //MessageBox.Show(((XTextCheckBoxElement)el).WidthHeightRate.ToString());
|
||||||
//}
|
//}
|
||||||
InitCodeCompiler();
|
//InitCodeCompiler();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user