Browse Source

fivescreen的6个看板页面样式以及查询优化等

master
ruoxing.wang 7 months ago
parent
commit
fd81b14024
  1. 10
      BBMPT.sln
  2. 152
      FiveScreen/FiveScreen.csproj
  3. 104
      FiveScreen/FrmCenter.Designer.cs
  4. 79
      FiveScreen/FrmCenter.cs
  5. 120
      FiveScreen/FrmCenter.resx
  6. 172
      FiveScreen/FrmInjection1.Designer.cs
  7. 68
      FiveScreen/FrmInjection1.cs
  8. 120
      FiveScreen/FrmInjection1.resx
  9. 329
      FiveScreen/FrmInjection2.Designer.cs
  10. 401
      FiveScreen/FrmInjection2.cs
  11. 123
      FiveScreen/FrmInjection2.resx
  12. 168
      FiveScreen/FrmPainting1.Designer.cs
  13. 67
      FiveScreen/FrmPainting1.cs
  14. 120
      FiveScreen/FrmPainting1.resx
  15. 172
      FiveScreen/FrmPainting2.Designer.cs
  16. 67
      FiveScreen/FrmPainting2.cs
  17. 120
      FiveScreen/FrmPainting2.resx
  18. 168
      FiveScreen/FrmPainting3.Designer.cs
  19. 67
      FiveScreen/FrmPainting3.cs
  20. 120
      FiveScreen/FrmPainting3.resx
  21. 133
      FiveScreen/LogHelper.cs
  22. 24
      FiveScreen/Program.cs
  23. 36
      FiveScreen/Properties/AssemblyInfo.cs
  24. 103
      FiveScreen/Properties/Resources.Designer.cs
  25. 133
      FiveScreen/Properties/Resources.resx
  26. 30
      FiveScreen/Properties/Settings.Designer.cs
  27. BIN
      FiveScreen/Tools.dll
  28. 42
      PaintingScreen/Handler/Function.cs
  29. 123
      PaintingScreen/Manage/CodeInput.html
  30. 113
      PaintingScreen/Manage/PaintingResultScreen1.html
  31. 141
      PaintingScreen/Manage/PaintingResultScreen2.html
  32. 53
      PaintingScreen/Manage/PaintingScreenPaoGuang.html
  33. 88
      PaintingScreen/Manage/StationPlanScreen.html
  34. 6
      PaintingScreen/PaintingScreen.csproj
  35. 12
      PaintingScreen/bin/Handler/Handler.ashx

10
BBMPT.sln

@ -60,6 +60,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintInjectionBarCode", "Pr
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PunchAndWeld", "PunchAndWeld\PunchAndWeld.csproj", "{D6371D99-5220-4A51-A72C-966FB4BFCD2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FiveScreen", "FiveScreen\FiveScreen.csproj", "{7C80977B-EF23-4658-A6D4-664A12AB67BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -172,6 +174,14 @@ Global
{D6371D99-5220-4A51-A72C-966FB4BFCD2C}.Release|Any CPU.Build.0 = Release|Any CPU
{D6371D99-5220-4A51-A72C-966FB4BFCD2C}.Release|x86.ActiveCfg = Release|Any CPU
{D6371D99-5220-4A51-A72C-966FB4BFCD2C}.Release|x86.Build.0 = Release|Any CPU
{7C80977B-EF23-4658-A6D4-664A12AB67BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C80977B-EF23-4658-A6D4-664A12AB67BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C80977B-EF23-4658-A6D4-664A12AB67BD}.Debug|x86.ActiveCfg = Debug|Any CPU
{7C80977B-EF23-4658-A6D4-664A12AB67BD}.Debug|x86.Build.0 = Debug|Any CPU
{7C80977B-EF23-4658-A6D4-664A12AB67BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C80977B-EF23-4658-A6D4-664A12AB67BD}.Release|Any CPU.Build.0 = Release|Any CPU
{7C80977B-EF23-4658-A6D4-664A12AB67BD}.Release|x86.ActiveCfg = Release|Any CPU
{7C80977B-EF23-4658-A6D4-664A12AB67BD}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

152
FiveScreen/FiveScreen.csproj

@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{7C80977B-EF23-4658-A6D4-664A12AB67BD}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FiveScreen</RootNamespace>
<AssemblyName>FiveScreen</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Tools, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>.\Tools.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="FrmCenter.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmCenter.Designer.cs">
<DependentUpon>FrmCenter.cs</DependentUpon>
</Compile>
<Compile Include="FrmInjection2.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmInjection2.Designer.cs">
<DependentUpon>FrmInjection2.cs</DependentUpon>
</Compile>
<Compile Include="FrmInjection1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmInjection1.Designer.cs">
<DependentUpon>FrmInjection1.cs</DependentUpon>
</Compile>
<Compile Include="FrmPainting3.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmPainting3.Designer.cs">
<DependentUpon>FrmPainting3.cs</DependentUpon>
</Compile>
<Compile Include="FrmPainting2.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmPainting2.Designer.cs">
<DependentUpon>FrmPainting2.cs</DependentUpon>
</Compile>
<Compile Include="FrmPainting1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmPainting1.Designer.cs">
<DependentUpon>FrmPainting1.cs</DependentUpon>
</Compile>
<Compile Include="LogHelper.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="FrmCenter.resx">
<DependentUpon>FrmCenter.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmInjection2.resx">
<DependentUpon>FrmInjection2.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmInjection1.resx">
<DependentUpon>FrmInjection1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmPainting3.resx">
<DependentUpon>FrmPainting3.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmPainting2.resx">
<DependentUpon>FrmPainting2.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmPainting1.resx">
<DependentUpon>FrmPainting1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Resources\北汽底图.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\底图2.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\底图.png" />
<None Include="Resources\zhusu2.png" />
<Content Include="Tools.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

104
FiveScreen/FrmCenter.Designer.cs

@ -0,0 +1,104 @@
namespace FiveScreen
{
partial class FrmCenter
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.panel1 = new System.Windows.Forms.Panel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// webBrowser1
//
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser1.Location = new System.Drawing.Point(0, 86);
this.webBrowser1.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.ScrollBarsEnabled = false;
this.webBrowser1.Size = new System.Drawing.Size(1904, 978);
this.webBrowser1.TabIndex = 3;
this.webBrowser1.Tag = "http://10.60.101.10:8005/Manage/PaintingResultScreen2.html";
this.webBrowser1.Url = new System.Uri("http://10.60.101.10:8005/Manage/PaintingResultScreen2.html", System.UriKind.Absolute);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.ForeColor = System.Drawing.Color.Transparent;
this.panel1.Location = new System.Drawing.Point(1231, 2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(665, 59);
this.panel1.TabIndex = 4;
this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.webBrowser1, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 86F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1904, 1064);
this.tableLayoutPanel1.TabIndex = 5;
this.tableLayoutPanel1.DoubleClick += new System.EventHandler(this.tableLayoutPanel1_DoubleClick);
//
// FrmCenter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlText;
this.BackgroundImage = global::FiveScreen.Properties.Resources.;
this.ClientSize = new System.Drawing.Size(1904, 1064);
this.ControlBox = false;
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.panel1);
this.ImeMode = System.Windows.Forms.ImeMode.Off;
this.MinimumSize = new System.Drawing.Size(16, 16);
this.Name = "FrmCenter";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
}
}

79
FiveScreen/FrmCenter.cs

@ -0,0 +1,79 @@
using DBUtility;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace FiveScreen
{
public partial class FrmCenter : Form
{
bool isMouseDown = false; // 窗体是否移动
Point currentFormLocation = new Point(); // 当前窗体位置
Point currentMouseOffset = new Point(); // 当前鼠标的按下位置
public FrmCenter()
{
InitializeComponent();
// this.WindowState = FormWindowState.Normal;
tableLayoutPanel1.MouseDown += FrmCenter_MouseDown;
tableLayoutPanel1.MouseMove += FrmCenter_MouseMove;
tableLayoutPanel1.MouseUp += FrmCenter_MouseUp;
this.WindowState = FormWindowState.Maximized;
}
private void tableLayoutPanel1_DoubleClick(object sender, EventArgs e)
{
//Application.Exit();
if (this.WindowState == FormWindowState.Maximized)
{
this.WindowState = FormWindowState.Normal;
}
else
{
this.WindowState = FormWindowState.Maximized;
}
}
private void panel1_DoubleClick(object sender, EventArgs e)
{
}
private void FrmCenter_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
isMouseDown = true;
currentFormLocation = this.Location;
currentMouseOffset = Control.MousePosition;
}
}
private void FrmCenter_MouseMove(object sender, MouseEventArgs e)
{
int rangeX = 0, rangeY = 0; // 计算当前鼠标光标的位移,让窗体进行相同大小的位移
if (isMouseDown)
{
Point pt = Control.MousePosition;
rangeX = currentMouseOffset.X - pt.X;
rangeY = currentMouseOffset.Y - pt.Y;
this.Location = new Point(currentFormLocation.X - rangeX, currentFormLocation.Y - rangeY);
}
}
private void FrmCenter_MouseUp(object sender, MouseEventArgs e)
{
isMouseDown = false; // 停止移动
}
}
}

120
FiveScreen/FrmCenter.resx

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

172
FiveScreen/FrmInjection1.Designer.cs

@ -0,0 +1,172 @@
namespace FiveScreen
{
partial class FrmInjection1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.webBrowser4 = new System.Windows.Forms.WebBrowser();
this.webBrowser3 = new System.Windows.Forms.WebBrowser();
this.webBrowser2 = new System.Windows.Forms.WebBrowser();
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackgroundImage = global::FiveScreen.Properties.Resources.;
this.panel1.Controls.Add(this.webBrowser4);
this.panel1.Controls.Add(this.webBrowser3);
this.panel1.Controls.Add(this.webBrowser2);
this.panel1.Controls.Add(this.webBrowser1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(2856, 1410);
this.panel1.TabIndex = 0;
this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
//
// webBrowser4
//
this.webBrowser4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser4.Location = new System.Drawing.Point(962, 963);
this.webBrowser4.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser4.MinimumSize = new System.Drawing.Size(30, 30);
this.webBrowser4.Name = "webBrowser4";
this.webBrowser4.ScrollBarsEnabled = false;
this.webBrowser4.Size = new System.Drawing.Size(1896, 447);
this.webBrowser4.TabIndex = 5;
this.webBrowser4.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFiveInjection1-4.html", System.UriKind.Absolute);
//
// webBrowser3
//
this.webBrowser3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser3.Location = new System.Drawing.Point(2, 963);
this.webBrowser3.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser3.MinimumSize = new System.Drawing.Size(30, 30);
this.webBrowser3.Name = "webBrowser3";
this.webBrowser3.ScrollBarsEnabled = false;
this.webBrowser3.Size = new System.Drawing.Size(982, 447);
this.webBrowser3.TabIndex = 4;
this.webBrowser3.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFiveInjection1-3.html", System.UriKind.Absolute);
//
// webBrowser2
//
this.webBrowser2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser2.Location = new System.Drawing.Point(962, 234);
this.webBrowser2.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser2.MinimumSize = new System.Drawing.Size(30, 30);
this.webBrowser2.Name = "webBrowser2";
this.webBrowser2.ScrollBarsEnabled = false;
this.webBrowser2.Size = new System.Drawing.Size(1896, 417);
this.webBrowser2.TabIndex = 3;
this.webBrowser2.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFiveInjection1-2.html", System.UriKind.Absolute);
//
// webBrowser1
//
this.webBrowser1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser1.Location = new System.Drawing.Point(2, 234);
this.webBrowser1.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser1.MinimumSize = new System.Drawing.Size(30, 30);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.ScrollBarsEnabled = false;
this.webBrowser1.Size = new System.Drawing.Size(982, 417);
this.webBrowser1.TabIndex = 2;
this.webBrowser1.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFiveInjection1-1.html", System.UriKind.Absolute);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(-8, 864);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(2848, 69);
this.label2.TabIndex = 1;
this.label2.Text = "注塑设备利用率";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(-8, 140);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(2848, 69);
this.label1.TabIndex = 0;
this.label1.Text = "注塑合格率";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// FrmInjection1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(2856, 1410);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmInjection1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Tag = "喷涂合格率";
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.WebBrowser webBrowser3;
private System.Windows.Forms.WebBrowser webBrowser2;
private System.Windows.Forms.WebBrowser webBrowser4;
}
}

68
FiveScreen/FrmInjection1.cs

@ -0,0 +1,68 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace FiveScreen
{
public partial class FrmInjection1 : Form
{
bool isMouseDown = false; // 窗体是否移动
Point currentFormLocation = new Point(); // 当前窗体位置
Point currentMouseOffset = new Point(); // 当前鼠标的按下位置
public FrmInjection1()
{
InitializeComponent();
panel1.MouseDown += FrmInjection1_MouseDown;
panel1.MouseMove += FrmInjection1_MouseMove;
panel1.MouseUp += FrmInjection1_MouseUp;
this.WindowState = FormWindowState.Maximized;
}
private void panel1_DoubleClick(object sender, EventArgs e)
{
//Application.Exit();
if (this.WindowState == FormWindowState.Maximized)
{
this.WindowState = FormWindowState.Normal;
}
else
{
this.WindowState = FormWindowState.Maximized;
}
}
private void FrmInjection1_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
isMouseDown = true;
currentFormLocation = this.Location;
currentMouseOffset = Control.MousePosition;
}
}
private void FrmInjection1_MouseMove(object sender, MouseEventArgs e)
{
int rangeX = 0, rangeY = 0; // 计算当前鼠标光标的位移,让窗体进行相同大小的位移
if (isMouseDown)
{
Point pt = Control.MousePosition;
rangeX = currentMouseOffset.X - pt.X;
rangeY = currentMouseOffset.Y - pt.Y;
this.Location = new Point(currentFormLocation.X - rangeX, currentFormLocation.Y - rangeY);
}
}
private void FrmInjection1_MouseUp(object sender, MouseEventArgs e)
{
isMouseDown = false; // 停止移动
}
}
}

120
FiveScreen/FrmInjection1.resx

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

329
FiveScreen/FrmInjection2.Designer.cs

@ -0,0 +1,329 @@
namespace FiveScreen
{
partial class FrmInjection2
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.labState6 = new System.Windows.Forms.Label();
this.labState5 = new System.Windows.Forms.Label();
this.labState4 = new System.Windows.Forms.Label();
this.labState3 = new System.Windows.Forms.Label();
this.labState2 = new System.Windows.Forms.Label();
this.labState1 = new System.Windows.Forms.Label();
this.labPass6 = new System.Windows.Forms.Label();
this.labPass5 = new System.Windows.Forms.Label();
this.labPass4 = new System.Windows.Forms.Label();
this.labPass3 = new System.Windows.Forms.Label();
this.labPass2 = new System.Windows.Forms.Label();
this.labPass1 = new System.Windows.Forms.Label();
this.labUse6 = new System.Windows.Forms.Label();
this.labUse5 = new System.Windows.Forms.Label();
this.labUse4 = new System.Windows.Forms.Label();
this.labUse3 = new System.Windows.Forms.Label();
this.labUse2 = new System.Windows.Forms.Label();
this.labUse1 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Interval = 60000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.BackgroundImage = global::FiveScreen.Properties.Resources.zhusu2;
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel1.Controls.Add(this.labState6);
this.panel1.Controls.Add(this.labState5);
this.panel1.Controls.Add(this.labState4);
this.panel1.Controls.Add(this.labState3);
this.panel1.Controls.Add(this.labState2);
this.panel1.Controls.Add(this.labState1);
this.panel1.Controls.Add(this.labPass6);
this.panel1.Controls.Add(this.labPass5);
this.panel1.Controls.Add(this.labPass4);
this.panel1.Controls.Add(this.labPass3);
this.panel1.Controls.Add(this.labPass2);
this.panel1.Controls.Add(this.labPass1);
this.panel1.Controls.Add(this.labUse6);
this.panel1.Controls.Add(this.labUse5);
this.panel1.Controls.Add(this.labUse4);
this.panel1.Controls.Add(this.labUse3);
this.panel1.Controls.Add(this.labUse2);
this.panel1.Controls.Add(this.labUse1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1904, 1064);
this.panel1.TabIndex = 0;
this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
//
// labState6
//
this.labState6.BackColor = System.Drawing.Color.Transparent;
this.labState6.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labState6.ForeColor = System.Drawing.Color.White;
this.labState6.Location = new System.Drawing.Point(1587, 909);
this.labState6.Name = "labState6";
this.labState6.Size = new System.Drawing.Size(269, 119);
this.labState6.TabIndex = 17;
this.labState6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labState5
//
this.labState5.BackColor = System.Drawing.Color.Transparent;
this.labState5.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labState5.ForeColor = System.Drawing.Color.White;
this.labState5.Location = new System.Drawing.Point(1585, 788);
this.labState5.Name = "labState5";
this.labState5.Size = new System.Drawing.Size(269, 119);
this.labState5.TabIndex = 16;
this.labState5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labState4
//
this.labState4.BackColor = System.Drawing.Color.Transparent;
this.labState4.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labState4.ForeColor = System.Drawing.Color.White;
this.labState4.Location = new System.Drawing.Point(1586, 661);
this.labState4.Name = "labState4";
this.labState4.Size = new System.Drawing.Size(269, 119);
this.labState4.TabIndex = 15;
this.labState4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labState3
//
this.labState3.BackColor = System.Drawing.Color.Transparent;
this.labState3.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labState3.ForeColor = System.Drawing.Color.White;
this.labState3.Location = new System.Drawing.Point(1587, 540);
this.labState3.Name = "labState3";
this.labState3.Size = new System.Drawing.Size(269, 119);
this.labState3.TabIndex = 14;
this.labState3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labState2
//
this.labState2.BackColor = System.Drawing.Color.Transparent;
this.labState2.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labState2.ForeColor = System.Drawing.Color.White;
this.labState2.Location = new System.Drawing.Point(1588, 420);
this.labState2.Name = "labState2";
this.labState2.Size = new System.Drawing.Size(269, 119);
this.labState2.TabIndex = 13;
this.labState2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labState1
//
this.labState1.BackColor = System.Drawing.Color.Transparent;
this.labState1.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labState1.ForeColor = System.Drawing.Color.White;
this.labState1.Location = new System.Drawing.Point(1588, 292);
this.labState1.Name = "labState1";
this.labState1.Size = new System.Drawing.Size(269, 119);
this.labState1.TabIndex = 12;
this.labState1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labPass6
//
this.labPass6.BackColor = System.Drawing.Color.Transparent;
this.labPass6.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labPass6.ForeColor = System.Drawing.Color.White;
this.labPass6.Location = new System.Drawing.Point(946, 917);
this.labPass6.Name = "labPass6";
this.labPass6.Size = new System.Drawing.Size(308, 119);
this.labPass6.TabIndex = 11;
this.labPass6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labPass5
//
this.labPass5.BackColor = System.Drawing.Color.Transparent;
this.labPass5.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labPass5.ForeColor = System.Drawing.Color.White;
this.labPass5.Location = new System.Drawing.Point(944, 796);
this.labPass5.Name = "labPass5";
this.labPass5.Size = new System.Drawing.Size(308, 119);
this.labPass5.TabIndex = 10;
this.labPass5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labPass4
//
this.labPass4.BackColor = System.Drawing.Color.Transparent;
this.labPass4.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labPass4.ForeColor = System.Drawing.Color.White;
this.labPass4.Location = new System.Drawing.Point(945, 669);
this.labPass4.Name = "labPass4";
this.labPass4.Size = new System.Drawing.Size(308, 119);
this.labPass4.TabIndex = 9;
this.labPass4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labPass3
//
this.labPass3.BackColor = System.Drawing.Color.Transparent;
this.labPass3.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labPass3.ForeColor = System.Drawing.Color.White;
this.labPass3.Location = new System.Drawing.Point(946, 548);
this.labPass3.Name = "labPass3";
this.labPass3.Size = new System.Drawing.Size(308, 119);
this.labPass3.TabIndex = 8;
this.labPass3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labPass2
//
this.labPass2.BackColor = System.Drawing.Color.Transparent;
this.labPass2.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labPass2.ForeColor = System.Drawing.Color.White;
this.labPass2.Location = new System.Drawing.Point(947, 428);
this.labPass2.Name = "labPass2";
this.labPass2.Size = new System.Drawing.Size(308, 119);
this.labPass2.TabIndex = 7;
this.labPass2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labPass1
//
this.labPass1.BackColor = System.Drawing.Color.Transparent;
this.labPass1.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labPass1.ForeColor = System.Drawing.Color.White;
this.labPass1.Location = new System.Drawing.Point(947, 300);
this.labPass1.Name = "labPass1";
this.labPass1.Size = new System.Drawing.Size(308, 119);
this.labPass1.TabIndex = 6;
this.labPass1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labUse6
//
this.labUse6.BackColor = System.Drawing.Color.Transparent;
this.labUse6.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labUse6.ForeColor = System.Drawing.Color.White;
this.labUse6.Location = new System.Drawing.Point(657, 912);
this.labUse6.Name = "labUse6";
this.labUse6.Size = new System.Drawing.Size(274, 119);
this.labUse6.TabIndex = 5;
this.labUse6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labUse5
//
this.labUse5.BackColor = System.Drawing.Color.Transparent;
this.labUse5.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labUse5.ForeColor = System.Drawing.Color.White;
this.labUse5.Location = new System.Drawing.Point(655, 791);
this.labUse5.Name = "labUse5";
this.labUse5.Size = new System.Drawing.Size(274, 119);
this.labUse5.TabIndex = 4;
this.labUse5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labUse4
//
this.labUse4.BackColor = System.Drawing.Color.Transparent;
this.labUse4.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labUse4.ForeColor = System.Drawing.Color.White;
this.labUse4.Location = new System.Drawing.Point(656, 664);
this.labUse4.Name = "labUse4";
this.labUse4.Size = new System.Drawing.Size(274, 119);
this.labUse4.TabIndex = 3;
this.labUse4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labUse3
//
this.labUse3.BackColor = System.Drawing.Color.Transparent;
this.labUse3.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labUse3.ForeColor = System.Drawing.Color.White;
this.labUse3.Location = new System.Drawing.Point(657, 543);
this.labUse3.Name = "labUse3";
this.labUse3.Size = new System.Drawing.Size(274, 119);
this.labUse3.TabIndex = 2;
this.labUse3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labUse2
//
this.labUse2.BackColor = System.Drawing.Color.Transparent;
this.labUse2.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labUse2.ForeColor = System.Drawing.Color.White;
this.labUse2.Location = new System.Drawing.Point(658, 423);
this.labUse2.Name = "labUse2";
this.labUse2.Size = new System.Drawing.Size(274, 119);
this.labUse2.TabIndex = 1;
this.labUse2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labUse1
//
this.labUse1.BackColor = System.Drawing.Color.Transparent;
this.labUse1.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labUse1.ForeColor = System.Drawing.Color.White;
this.labUse1.Location = new System.Drawing.Point(658, 295);
this.labUse1.Name = "labUse1";
this.labUse1.Size = new System.Drawing.Size(274, 119);
this.labUse1.TabIndex = 0;
this.labUse1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// FrmInjection2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1904, 1064);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.Name = "FrmInjection2";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Tag = "喷涂合格率";
this.Load += new System.EventHandler(this.FrmInjection2_Load);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label labState6;
private System.Windows.Forms.Label labState5;
private System.Windows.Forms.Label labState4;
private System.Windows.Forms.Label labState3;
private System.Windows.Forms.Label labState2;
private System.Windows.Forms.Label labState1;
private System.Windows.Forms.Label labPass6;
private System.Windows.Forms.Label labPass5;
private System.Windows.Forms.Label labPass4;
private System.Windows.Forms.Label labPass3;
private System.Windows.Forms.Label labPass2;
private System.Windows.Forms.Label labPass1;
private System.Windows.Forms.Label labUse6;
private System.Windows.Forms.Label labUse5;
private System.Windows.Forms.Label labUse4;
private System.Windows.Forms.Label labUse3;
private System.Windows.Forms.Label labUse2;
private System.Windows.Forms.Label labUse1;
private System.Windows.Forms.Timer timer1;
}
}

401
FiveScreen/FrmInjection2.cs

@ -0,0 +1,401 @@
using DBUtility;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace FiveScreen
{
public partial class FrmInjection2 : Form
{
bool isMouseDown = false; // 窗体是否移动
Point currentFormLocation = new Point(); // 当前窗体位置
Point currentMouseOffset = new Point(); // 当前鼠标的按下位置
public FrmInjection2()
{
InitializeComponent();
panel1.MouseDown += FrmInjection1_MouseDown;
panel1.MouseMove += FrmInjection1_MouseMove;
panel1.MouseUp += FrmInjection1_MouseUp;
this.WindowState = FormWindowState.Maximized;
}
private void panel1_DoubleClick(object sender, EventArgs e)
{
//Application.Exit();
if(this.WindowState == FormWindowState.Maximized)
{
this.WindowState = FormWindowState.Normal;
}
else
{
this.WindowState = FormWindowState.Maximized;
}
}
private void FrmInjection2_Load(object sender, EventArgs e)
{
LoadDeviceState();
}
void LoadDeviceState()
{
DataTable dt = new DataTable();
try
{
#region 第一阶段内容
Label[] labUse = { labUse1, labUse2, labUse3, labUse4, labUse5, labUse6 };
Label[] labPass = { labPass1, labPass2, labPass3, labPass4, labPass5, labPass6 };
Label[] labState = { labState1, labState2, labState3, labState4, labState5, labState6 };
#region sql
string sql = @"
SELECT * INTO #temp
FROM
(
SELECT * from
(SELECT TOP 1 StationID, StationNo, [UseRate], [PassRate]
FROM tb_Report_FiveScreenLast
WHERE stationNo = 'IM01'
ORDER BY CreateTime DESC) a
UNION ALL
SELECT * from
(SELECT TOP 1 StationID, StationNo, [UseRate], [PassRate]
FROM tb_Report_FiveScreenLast
WHERE stationNo = 'IM02'
ORDER BY CreateTime DESC) b
UNION ALL
SELECT * from
(SELECT TOP 1 StationID, StationNo, [UseRate], [PassRate]
FROM tb_Report_FiveScreenLast
WHERE stationNo = 'IM03'
ORDER BY CreateTime DESC) c
UNION ALL
SELECT * from
(SELECT TOP 1 StationID, StationNo, [UseRate], [PassRate]
FROM tb_Report_FiveScreenLast
WHERE stationNo = 'IM04'
ORDER BY CreateTime DESC) d
UNION ALL
SELECT * from
(SELECT TOP 1 StationID, StationNo, [UseRate], [PassRate]
FROM tb_Report_FiveScreenLast
WHERE stationNo = 'IM05'
ORDER BY CreateTime DESC) e
UNION ALL
SELECT * from
(SELECT TOP 1 StationID, StationNo, [UseRate], [PassRate]
FROM tb_Report_FiveScreenLast
WHERE stationNo = 'IM06'
ORDER BY CreateTime DESC) f
) aa
SELECT #temp.StationID, #temp.StationNo,#temp.UseRate,#temp.PassRate,StartTime,EndTime,(CASE WHEN (starttime is not null and EndTime IS NULL) OR EndTime = '' THEN '' ELSE '' END) [State] INTO #tmp FROM #temp
LEFT JOIN tb_Injection_DownRecord
ON tb_Injection_DownRecord.StationID = #temp.StationID
ORDER BY StartTime DESC
SELECT * FROM (
SELECT TOP 1 *
FROM #tmp
WHERE stationNo = 'IM01'
ORDER BY StartTime DESC) a
UNION ALL
SELECT * FROM (
SELECT TOP 1 *
FROM #tmp
WHERE stationNo = 'IM02'
ORDER BY StartTime DESC) b
UNION ALL
SELECT * FROM (
SELECT TOP 1 *
FROM #tmp
WHERE stationNo = 'IM03'
ORDER BY StartTime DESC) c
UNION ALL
SELECT * FROM (
SELECT TOP 1 *
FROM #tmp
WHERE stationNo = 'IM04'
ORDER BY StartTime DESC) d
UNION ALL
SELECT * FROM (
SELECT TOP 1 *
FROM #tmp
WHERE stationNo = 'IM05'
ORDER BY StartTime DESC) e
UNION ALL
SELECT * FROM (
SELECT TOP 1 *
FROM #tmp
WHERE stationNo = 'IM06'
ORDER BY StartTime DESC) f
DROP TABLE #temp;
DROP TABLE #tmp;
";
#endregion
dt = SqlHelper.GetDataDateTable(SqlHelper.SqlConnString, CommandType.Text, sql, null);
if (dt != null && dt.Rows.Count > 0)
{
for (int i = 0; i < dt.Rows.Count; i++)
{
labUse[i].Text = dt.Rows[i]["UseRate"].ToString();
//labPass[i].Text = dt.Rows[i]["PassRate"].ToString();
labState[i].Text = dt.Rows[i]["State"].ToString();
}
}
#endregion
#region 第二阶段内容
Label[] labPro = new Label[6];
Label[] labProNum = new Label[6];
for (int i = 0; i < 6; i++)
{
labPro[i] = new Label();
labPro[i].Name = "labPro" + i.ToString();
labPro[i].BackColor = Color.Transparent;
labPro[i].ForeColor = Color.White;
labPro[i].Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
labPro[i].TextAlign = ContentAlignment.MiddleCenter;
labPro[i].Size = new System.Drawing.Size(269, 119);
labPro[i].Location = new System.Drawing.Point(353, 298 + i * 122);
//labPro[i].Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)| System.Windows.Forms.AnchorStyles.Left)| System.Windows.Forms.AnchorStyles.Right)));
panel1.Controls.Add(labPro[i]);
labProNum[i] = new Label();
labProNum[i].Name = "labProNum" + i.ToString();
labProNum[i].BackColor = Color.Transparent;
labProNum[i].ForeColor = Color.White;
labProNum[i].Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
labProNum[i].TextAlign = ContentAlignment.MiddleCenter;
labProNum[i].Size = new System.Drawing.Size(295, 111);
labProNum[i].Location = new System.Drawing.Point(1273, 300 + i * 123);
//labProNum[i].Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)| System.Windows.Forms.AnchorStyles.Left)| System.Windows.Forms.AnchorStyles.Right)));
panel1.Controls.Add(labProNum[i]);
}
GetLabContent();
#endregion
timer1.Enabled = true;
}
catch (Exception ex)
{
LogHelper.WriteLog(ex.ToString(), "注塑六设备大屏");
LogHelper.WriteErrLogBase(ex.ToString(), MethodBase.GetCurrentMethod().Name);
}
}
private void timer1_Tick(object sender, EventArgs e)
{
try
{
LoadDeviceState();
//GetLabContent();
}
catch (Exception ex)
{
LogHelper.WriteErrLogBase(ex.ToString(), MethodBase.GetCurrentMethod().Name);
}
}
private void GetLabContent()
{
try
{
#region 产品名称
for (int i = 0; i < 6; i++)
{
string sql_pro = @"
select top 1 ProductName as [Plan] from tb_Product WITH (NOLOCK) where StockNo = (
select top 1 StockNo from tb_InjectionPlan WITH (NOLOCK) where StationID = (
select StationID from tb_Station WITH (NOLOCK) where StationNo = '" + "IM0" + (i + 1).ToString() + @"' )
AND (IsFinish is null or IsFinish = 0)
ORDER BY BeginTime ASC
)
or PartNo = (
select top 1 PartNo from tb_InjectionPlan WITH (NOLOCK) where StationID = (
select StationID from tb_Station WITH (NOLOCK) where StationNo = '" + "IM0" + (i + 1).ToString() + @"' )
AND (IsFinish is null or IsFinish = 0)
ORDER BY BeginTime ASC
)
";
object aa = SqlHelper.ExecuteScalar(SqlHelper.SqlConnString, CommandType.Text, sql_pro, null);
if (aa != null)
{
this.panel1.Controls.Find("labPro" + i.ToString(), true)[0].Text = aa.ToString();
}
else
{
this.panel1.Controls.Find("labPro" + i.ToString(), true)[0].Text = "";
}
}
#endregion
#region 生产数
for (int i = 0; i < 6; i++)
{
string date = DateTime.Now.ToString("yyyy-MM-dd");
if (DateTime.Now.Hour >= 0 && DateTime.Now.Hour < 8)
{
date = DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd");
}
string sql_num = @"
SELECT TOP 1 isnull(ProductCount,0) ProductCount, isnull(BadCount,0) BadCount
FROM tb_Product_Injection a WITH (NOLOCK)
WHERE a.StationID = ( SELECT StationID from tb_Station WITH (NOLOCK) where StationNo = '" + "IM0" + (i + 1).ToString() + @"' )
AND (a.StockNo = (
select top 1 StockNo from tb_InjectionPlan WITH (NOLOCK) where StationID = ( select StationID from tb_Station where StationNo = '" + "IM0" + (i + 1).ToString() + @"')
AND (IsFinish is null or IsFinish = 0)
ORDER BY BeginTime ASC
)
OR a.PartNo = (
select top 1 PartNo from tb_InjectionPlan WITH (NOLOCK) where StationID = ( select StationID from tb_Station where StationNo = '" + "IM0" + (i + 1).ToString() + @"')
AND (IsFinish is null or IsFinish = 0)
ORDER BY BeginTime ASC
))
and a.PlanID = (
select top 1 InjectionPlanID from tb_InjectionPlan WITH (NOLOCK) where StationID = ( select StationID from tb_Station where StationNo = '" + "IM0" + (i + 1).ToString() + @"')
AND (IsFinish is null or IsFinish = 0)
ORDER BY BeginTime ASC
)
AND a.ProductDate = '" + date + @"'
AND a.ClassName = '" + GetWorkClass() + @"'
";
//object bb = SqlHelper.ExecuteScalar(SqlHelper.SqlConnString, CommandType.Text, sql_num, null);
//if (bb != null)
//{
// this.panel1.Controls.Find("labProNum" + i.ToString(), true)[0].Text = bb.ToString();
//}
//else
//{
// this.panel1.Controls.Find("labProNum" + i.ToString(), true)[0].Text = "";
//}
DataTable dt = SqlHelper.GetDataDateTable(SqlHelper.SqlConnString, CommandType.Text, sql_num, null);
if (dt != null && dt.Rows.Count > 0)
{
this.panel1.Controls.Find("labProNum" + i.ToString(), true)[0].Text = dt.Rows[0]["ProductCount"].ToString();
int prc = 0; int badc = 0;
string PassCount = "";
Int32.TryParse(dt.Rows[0]["ProductCount"].ToString(), out prc);
Int32.TryParse(dt.Rows[0]["BadCount"].ToString(), out badc);
PassCount = (prc - badc).ToString();
int passc = 0;
double compc = 0.0;
Int32.TryParse(PassCount, out passc);
Double.TryParse(dt.Rows[0]["ProductCount"].ToString(), out compc);
if (compc == 0.0)
{
this.panel1.Controls.Find("labPass" + (i + 1).ToString(), true)[0].Text = "0.0%";
}
else
{
this.panel1.Controls.Find("labPass" + (i + 1).ToString(), true)[0].Text = (passc / compc * 100).ToString("0.00") + "%";
}
}
else
{
this.panel1.Controls.Find("labProNum" + i.ToString(), true)[0].Text = "0";
this.panel1.Controls.Find("labPass" + (i + 1).ToString(), true)[0].Text = "0.0%";
}
}
#endregion
}
catch (Exception ex)
{
LogHelper.WriteErrLogBase(ex.ToString(), MethodBase.GetCurrentMethod().Name);
}
}
/// <summary>
/// 获取班次,规定早8至晚8为A班
/// </summary>
/// <returns></returns>
public string GetWorkClass()
{
bool classA = IsBetweenTime(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"), "2019-06-12 08:00:00", "2019-06-12 20:00:00");
if (classA)
{
return "A班";
}
else
{
return "B班";
}
}
/// <summary>
/// 判断传入时间是否在工作时间段内
/// </summary>
/// <param name="timeStr"></param>
/// <param name="startTime"></param>
/// <param name="endTime"></param>
/// <returns></returns>
public static bool IsBetweenTime(string timeStr, string startTime, string endTime)
{
//判断传入时间是否在工作时间段内
try
{
TimeSpan startSpan = DateTime.Parse(startTime).TimeOfDay;
TimeSpan endSpan = DateTime.Parse(endTime).TimeOfDay;
DateTime t1 = Convert.ToDateTime(timeStr);
TimeSpan dspNow = t1.TimeOfDay;
if (dspNow > startSpan && dspNow < endSpan)
{
return true;
}
return false;
}
catch (Exception ex)
{
LogHelper.WriteErrLogBase(ex.ToString(), MethodBase.GetCurrentMethod().Name);
return false;
}
}
private void FrmInjection1_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
isMouseDown = true;
currentFormLocation = this.Location;
currentMouseOffset = Control.MousePosition;
}
}
private void FrmInjection1_MouseMove(object sender, MouseEventArgs e)
{
int rangeX = 0, rangeY = 0; // 计算当前鼠标光标的位移,让窗体进行相同大小的位移
if (isMouseDown)
{
Point pt = Control.MousePosition;
rangeX = currentMouseOffset.X - pt.X;
rangeY = currentMouseOffset.Y - pt.Y;
this.Location = new Point(currentFormLocation.X - rangeX, currentFormLocation.Y - rangeY);
}
}
private void FrmInjection1_MouseUp(object sender, MouseEventArgs e)
{
isMouseDown = false; // 停止移动
}
}
}

123
FiveScreen/FrmInjection2.resx

@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>

168
FiveScreen/FrmPainting1.Designer.cs

@ -0,0 +1,168 @@
namespace FiveScreen
{
partial class FrmPainting1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.webBrowser4 = new System.Windows.Forms.WebBrowser();
this.webBrowser3 = new System.Windows.Forms.WebBrowser();
this.webBrowser2 = new System.Windows.Forms.WebBrowser();
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackgroundImage = global::FiveScreen.Properties.Resources.;
this.panel1.Controls.Add(this.webBrowser4);
this.panel1.Controls.Add(this.webBrowser3);
this.panel1.Controls.Add(this.webBrowser2);
this.panel1.Controls.Add(this.webBrowser1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1904, 1064);
this.panel1.TabIndex = 0;
this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
//
// webBrowser4
//
this.webBrowser4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser4.Location = new System.Drawing.Point(640, 642);
this.webBrowser4.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser4.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser4.Name = "webBrowser4";
this.webBrowser4.ScrollBarsEnabled = false;
this.webBrowser4.Size = new System.Drawing.Size(1264, 422);
this.webBrowser4.TabIndex = 5;
this.webBrowser4.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting1-4.html", System.UriKind.Absolute);
//
// webBrowser3
//
this.webBrowser3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser3.Location = new System.Drawing.Point(1, 642);
this.webBrowser3.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser3.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser3.Name = "webBrowser3";
this.webBrowser3.ScrollBarsEnabled = false;
this.webBrowser3.Size = new System.Drawing.Size(655, 422);
this.webBrowser3.TabIndex = 4;
this.webBrowser3.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting1-3.html", System.UriKind.Absolute);
//
// webBrowser2
//
this.webBrowser2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser2.Location = new System.Drawing.Point(641, 156);
this.webBrowser2.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser2.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser2.Name = "webBrowser2";
this.webBrowser2.ScrollBarsEnabled = false;
this.webBrowser2.Size = new System.Drawing.Size(1264, 402);
this.webBrowser2.TabIndex = 3;
this.webBrowser2.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting1-2.html", System.UriKind.Absolute);
//
// webBrowser1
//
this.webBrowser1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser1.Location = new System.Drawing.Point(1, 156);
this.webBrowser1.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.ScrollBarsEnabled = false;
this.webBrowser1.Size = new System.Drawing.Size(655, 402);
this.webBrowser1.TabIndex = 2;
this.webBrowser1.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting1-1.html", System.UriKind.Absolute);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(-5, 576);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(1899, 46);
this.label2.TabIndex = 1;
this.label2.Text = "喷涂总合格率";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(-5, 93);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(1899, 46);
this.label1.TabIndex = 0;
this.label1.Text = "喷涂一次合格率";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// FrmPainting1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1904, 1064);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.Name = "FrmPainting1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Tag = "喷涂合格率";
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.WebBrowser webBrowser3;
private System.Windows.Forms.WebBrowser webBrowser2;
private System.Windows.Forms.WebBrowser webBrowser4;
}
}

67
FiveScreen/FrmPainting1.cs

@ -0,0 +1,67 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace FiveScreen
{
public partial class FrmPainting1 : Form
{
bool isMouseDown = false; // 窗体是否移动
Point currentFormLocation = new Point(); // 当前窗体位置
Point currentMouseOffset = new Point(); // 当前鼠标的按下位置
public FrmPainting1()
{
InitializeComponent();
panel1.MouseDown += FrmInjection1_MouseDown;
panel1.MouseMove += FrmInjection1_MouseMove;
panel1.MouseUp += FrmInjection1_MouseUp;
this.WindowState = FormWindowState.Maximized;
}
private void panel1_DoubleClick(object sender, EventArgs e)
{
//Application.Exit();
if (this.WindowState == FormWindowState.Maximized)
{
this.WindowState = FormWindowState.Normal;
}
else
{
this.WindowState = FormWindowState.Maximized;
}
}
private void FrmInjection1_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
isMouseDown = true;
currentFormLocation = this.Location;
currentMouseOffset = Control.MousePosition;
}
}
private void FrmInjection1_MouseMove(object sender, MouseEventArgs e)
{
int rangeX = 0, rangeY = 0; // 计算当前鼠标光标的位移,让窗体进行相同大小的位移
if (isMouseDown)
{
Point pt = Control.MousePosition;
rangeX = currentMouseOffset.X - pt.X;
rangeY = currentMouseOffset.Y - pt.Y;
this.Location = new Point(currentFormLocation.X - rangeX, currentFormLocation.Y - rangeY);
}
}
private void FrmInjection1_MouseUp(object sender, MouseEventArgs e)
{
isMouseDown = false; // 停止移动
}
}
}

120
FiveScreen/FrmPainting1.resx

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

172
FiveScreen/FrmPainting2.Designer.cs

@ -0,0 +1,172 @@
namespace FiveScreen
{
partial class FrmPainting2
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.webBrowser4 = new System.Windows.Forms.WebBrowser();
this.webBrowser3 = new System.Windows.Forms.WebBrowser();
this.webBrowser2 = new System.Windows.Forms.WebBrowser();
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackgroundImage = global::FiveScreen.Properties.Resources.;
this.panel1.Controls.Add(this.webBrowser4);
this.panel1.Controls.Add(this.webBrowser3);
this.panel1.Controls.Add(this.webBrowser2);
this.panel1.Controls.Add(this.webBrowser1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1904, 1064);
this.panel1.TabIndex = 0;
this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
//
// webBrowser4
//
this.webBrowser4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser4.Location = new System.Drawing.Point(640, 642);
this.webBrowser4.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser4.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser4.Name = "webBrowser4";
this.webBrowser4.ScrollBarsEnabled = false;
this.webBrowser4.Size = new System.Drawing.Size(1264, 422);
this.webBrowser4.TabIndex = 5;
this.webBrowser4.Tag = "http://10.60.101.10:8005/Manage/HtmlFivePainting2-4.html";
this.webBrowser4.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting2-4.html", System.UriKind.Absolute);
//
// webBrowser3
//
this.webBrowser3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser3.Location = new System.Drawing.Point(1, 642);
this.webBrowser3.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser3.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser3.Name = "webBrowser3";
this.webBrowser3.ScrollBarsEnabled = false;
this.webBrowser3.Size = new System.Drawing.Size(655, 422);
this.webBrowser3.TabIndex = 4;
this.webBrowser3.Tag = "http://10.60.101.10:8005/Manage/HtmlFivePainting2-3.html";
this.webBrowser3.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting2-3.html", System.UriKind.Absolute);
//
// webBrowser2
//
this.webBrowser2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser2.Location = new System.Drawing.Point(641, 156);
this.webBrowser2.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser2.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser2.Name = "webBrowser2";
this.webBrowser2.ScrollBarsEnabled = false;
this.webBrowser2.Size = new System.Drawing.Size(1264, 402);
this.webBrowser2.TabIndex = 3;
this.webBrowser2.Tag = "http://10.60.101.10:8005/Manage/HtmlFivePainting2-2.html";
this.webBrowser2.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting2-2.html", System.UriKind.Absolute);
//
// webBrowser1
//
this.webBrowser1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser1.Location = new System.Drawing.Point(1, 156);
this.webBrowser1.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.ScrollBarsEnabled = false;
this.webBrowser1.Size = new System.Drawing.Size(655, 402);
this.webBrowser1.TabIndex = 2;
this.webBrowser1.Tag = "http://10.60.101.10:8005/Manage/HtmlFivePainting2-1.html";
this.webBrowser1.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting2-1.html", System.UriKind.Absolute);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(-5, 576);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(1899, 46);
this.label2.TabIndex = 1;
this.label2.Text = "运行滑撬数";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(-5, 93);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(1899, 46);
this.label1.TabIndex = 0;
this.label1.Text = "喷涂设备利用率";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// FrmPainting2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1904, 1064);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.Name = "FrmPainting2";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Tag = "喷涂合格率";
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.WebBrowser webBrowser3;
private System.Windows.Forms.WebBrowser webBrowser2;
private System.Windows.Forms.WebBrowser webBrowser4;
}
}

67
FiveScreen/FrmPainting2.cs

@ -0,0 +1,67 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace FiveScreen
{
public partial class FrmPainting2 : Form
{
bool isMouseDown = false; // 窗体是否移动
Point currentFormLocation = new Point(); // 当前窗体位置
Point currentMouseOffset = new Point(); // 当前鼠标的按下位置
public FrmPainting2()
{
InitializeComponent();
panel1.MouseDown += FrmInjection1_MouseDown;
panel1.MouseMove += FrmInjection1_MouseMove;
panel1.MouseUp += FrmInjection1_MouseUp;
this.WindowState = FormWindowState.Maximized;
}
private void panel1_DoubleClick(object sender, EventArgs e)
{
//Application.Exit();
if (this.WindowState == FormWindowState.Maximized)
{
this.WindowState = FormWindowState.Normal;
}
else
{
this.WindowState = FormWindowState.Maximized;
}
}
private void FrmInjection1_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
isMouseDown = true;
currentFormLocation = this.Location;
currentMouseOffset = Control.MousePosition;
}
}
private void FrmInjection1_MouseMove(object sender, MouseEventArgs e)
{
int rangeX = 0, rangeY = 0; // 计算当前鼠标光标的位移,让窗体进行相同大小的位移
if (isMouseDown)
{
Point pt = Control.MousePosition;
rangeX = currentMouseOffset.X - pt.X;
rangeY = currentMouseOffset.Y - pt.Y;
this.Location = new Point(currentFormLocation.X - rangeX, currentFormLocation.Y - rangeY);
}
}
private void FrmInjection1_MouseUp(object sender, MouseEventArgs e)
{
isMouseDown = false; // 停止移动
}
}
}

120
FiveScreen/FrmPainting2.resx

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

168
FiveScreen/FrmPainting3.Designer.cs

@ -0,0 +1,168 @@
namespace FiveScreen
{
partial class FrmPainting3
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.webBrowser4 = new System.Windows.Forms.WebBrowser();
this.webBrowser3 = new System.Windows.Forms.WebBrowser();
this.webBrowser2 = new System.Windows.Forms.WebBrowser();
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackgroundImage = global::FiveScreen.Properties.Resources.;
this.panel1.Controls.Add(this.webBrowser4);
this.panel1.Controls.Add(this.webBrowser3);
this.panel1.Controls.Add(this.webBrowser2);
this.panel1.Controls.Add(this.webBrowser1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1904, 1064);
this.panel1.TabIndex = 0;
this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
//
// webBrowser4
//
this.webBrowser4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser4.Location = new System.Drawing.Point(641, 642);
this.webBrowser4.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser4.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser4.Name = "webBrowser4";
this.webBrowser4.ScrollBarsEnabled = false;
this.webBrowser4.Size = new System.Drawing.Size(1263, 422);
this.webBrowser4.TabIndex = 5;
this.webBrowser4.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting3-4.html", System.UriKind.Absolute);
//
// webBrowser3
//
this.webBrowser3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser3.Location = new System.Drawing.Point(1, 642);
this.webBrowser3.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser3.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser3.Name = "webBrowser3";
this.webBrowser3.ScrollBarsEnabled = false;
this.webBrowser3.Size = new System.Drawing.Size(655, 422);
this.webBrowser3.TabIndex = 4;
this.webBrowser3.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting3-3.html", System.UriKind.Absolute);
//
// webBrowser2
//
this.webBrowser2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser2.Location = new System.Drawing.Point(641, 156);
this.webBrowser2.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser2.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser2.Name = "webBrowser2";
this.webBrowser2.ScrollBarsEnabled = false;
this.webBrowser2.Size = new System.Drawing.Size(1264, 402);
this.webBrowser2.TabIndex = 3;
this.webBrowser2.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting3-2.html", System.UriKind.Absolute);
//
// webBrowser1
//
this.webBrowser1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser1.Location = new System.Drawing.Point(1, 156);
this.webBrowser1.Margin = new System.Windows.Forms.Padding(0);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.ScrollBarsEnabled = false;
this.webBrowser1.Size = new System.Drawing.Size(655, 402);
this.webBrowser1.TabIndex = 2;
this.webBrowser1.Url = new System.Uri("http://10.60.101.10:8005/Manage/HtmlFivePainting3-1.html", System.UriKind.Absolute);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(-5, 576);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(1899, 46);
this.label2.TabIndex = 1;
this.label2.Text = "发货数";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(-5, 93);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(1899, 46);
this.label1.TabIndex = 0;
this.label1.Text = "喷涂入库套数";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// FrmPainting3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1904, 1064);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.Name = "FrmPainting3";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Tag = "喷涂合格率";
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.WebBrowser webBrowser3;
private System.Windows.Forms.WebBrowser webBrowser2;
private System.Windows.Forms.WebBrowser webBrowser4;
}
}

67
FiveScreen/FrmPainting3.cs

@ -0,0 +1,67 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace FiveScreen
{
public partial class FrmPainting3 : Form
{
bool isMouseDown = false; // 窗体是否移动
Point currentFormLocation = new Point(); // 当前窗体位置
Point currentMouseOffset = new Point(); // 当前鼠标的按下位置
public FrmPainting3()
{
InitializeComponent();
panel1.MouseDown += FrmInjection1_MouseDown;
panel1.MouseMove += FrmInjection1_MouseMove;
panel1.MouseUp += FrmInjection1_MouseUp;
this.WindowState = FormWindowState.Maximized;
}
private void panel1_DoubleClick(object sender, EventArgs e)
{
//Application.Exit();
if (this.WindowState == FormWindowState.Maximized)
{
this.WindowState = FormWindowState.Normal;
}
else
{
this.WindowState = FormWindowState.Maximized;
}
}
private void FrmInjection1_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
isMouseDown = true;
currentFormLocation = this.Location;
currentMouseOffset = Control.MousePosition;
}
}
private void FrmInjection1_MouseMove(object sender, MouseEventArgs e)
{
int rangeX = 0, rangeY = 0; // 计算当前鼠标光标的位移,让窗体进行相同大小的位移
if (isMouseDown)
{
Point pt = Control.MousePosition;
rangeX = currentMouseOffset.X - pt.X;
rangeY = currentMouseOffset.Y - pt.Y;
this.Location = new Point(currentFormLocation.X - rangeX, currentFormLocation.Y - rangeY);
}
}
private void FrmInjection1_MouseUp(object sender, MouseEventArgs e)
{
isMouseDown = false; // 停止移动
}
}
}

120
FiveScreen/FrmPainting3.resx

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

133
FiveScreen/LogHelper.cs

@ -0,0 +1,133 @@
using DBUtility;
using System;
using System.Data;
using System.IO;
using System.Text;
namespace FiveScreen
{
public class LogHelper
{
private static string CodeVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString().Trim();
//<summary>
//保存日志的文件夹
//<summary>
private static string logPath = AppDomain.CurrentDomain.BaseDirectory + @"log\";
/// <summary>
/// 写日志
/// </summary>
/// <param name="msg"></param>
/// <param name="errorFile"></param>
public static void WriteLog(string msg, string errorFile = "")
{
try
{
if (string.IsNullOrEmpty(msg))
{
return;
}
else
{
msg = string.Format("程序版本号:{0},Time:{1},Message:{2}", CodeVersion, DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss.ffff"), msg);
}
//如果不存在log文件夹 则创建
if (!Directory.Exists(logPath))
{
Directory.CreateDirectory(logPath);
}
StreamWriter sw = File.AppendText(logPath + errorFile + DateTime.Now.ToString("yyyyMMdd") + ".Log");
sw.WriteLine(msg);
sw.Close();
}
catch (Exception ex)
{
}
}
/// <summary>
/// 拼接错误日志
/// </summary>
/// <param name="ex">异常类</param>
/// <param name="errorFile">异常类文件夹名,可为空</param>
public static void WriteLogManager(Exception ex, string errorFile = "")
{
StringBuilder str = new StringBuilder();//保存到文件中的日志信息
str.AppendLine("****************************异常文本****************************");
str.AppendLine("【程序版本号】:" + CodeVersion + " 【出现时间】:" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
if (ex != null)
{
str.AppendLine(string.Format("【异常类型】:{0}\r\n【异常信息】:{1}\r\n【异常方法】:{2}\r\n【堆栈调用】:{3}", ex.GetType().Name, ex.Message, ex.TargetSite, ex.StackTrace));
}
else
{
str.AppendLine(string.Format("【未处理应用程序线程错误】:{0}", ex));
}
str.AppendLine("****************************************************************");
//保存日志
WriteLog(str.ToString(), "Error" + errorFile);
}
/// <summary>
/// 系统日志(写数据库)
/// </summary>
/// <param name="msg"></param>
/// <param name="method"></param>
public static void WriteSysLogBase(string msg, string method)
{
try
{
if (msg.Contains("'"))
{
msg = msg.Replace("'", "''");
}
string sql = @" INSERT INTO [dbo].[LogSys]
([ID]
,[SysContent]
,[SysSource]
,[CreateTime])
VALUES
((SELECT NEWID())
,'" + msg + @"'
,'" + method + @"'
,(SELECT GETDATE())) ";
SqlHelper.ExecuteNonQuery(SqlHelper.SqlConnString, CommandType.Text, sql, null);
}
catch (Exception ex)
{
//throw ex;
}
}
/// <summary>
/// 错误日志(写数据库)
/// </summary>
/// <param name="msg"></param>
/// <param name="method"></param>
public static void WriteErrLogBase(string msg, string method)
{
try
{
string sql = @"
INSERT INTO [dbo].[LogErr]
([ID]
,[ErrContent]
,[ErrSource]
,[ErrTime])
VALUES
((SELECT NEWID())
,'" + msg + @"'
,'" + method + @"'
,(SELECT GETDATE()))
";
SqlHelper.ExecuteNonQuery(SqlHelper.SqlConnString, CommandType.Text, sql, null);
}
catch (Exception ex)
{
//throw ex;
}
}
}
}

24
FiveScreen/Program.cs

@ -0,0 +1,24 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace FiveScreen
{
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
//Application.Run(new FrmInjection2());
Application.Run(new FrmCenter());
//Application.Run(new FrmPainting3());
}
}
}

36
FiveScreen/Properties/AssemblyInfo.cs

@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下
// 特性集控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("FiveScreen")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("FiveScreen")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// 将 ComVisible 设置为 false 使此程序集中的类型
// 对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型,
// 则将该类型上的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("2c5d7cab-b77f-4a05-a4f3-691fed3f51f2")]
// 程序集的版本信息由下面四个值组成:
//
// 主版本
// 次版本
// 生成号
// 修订号
//
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]

103
FiveScreen/Properties/Resources.Designer.cs

@ -0,0 +1,103 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace FiveScreen.Properties {
using System;
/// <summary>
/// 一个强类型的资源类,用于查找本地化的字符串等。
/// </summary>
// 此类是由 StronglyTypedResourceBuilder
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// 返回此类使用的缓存的 ResourceManager 实例。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FiveScreen.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// 使用此强类型资源类,为所有资源查找
/// 重写当前线程的 CurrentUICulture 属性。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap zhusu2 {
get {
object obj = ResourceManager.GetObject("zhusu2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap {
get {
object obj = ResourceManager.GetObject("北汽底图", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap {
get {
object obj = ResourceManager.GetObject("底图", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap 2 {
get {
object obj = ResourceManager.GetObject("底图2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}

133
FiveScreen/Properties/Resources.resx

@ -0,0 +1,133 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="北汽底图" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\北汽底图.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="底图2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\底图2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="底图" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\底图.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="zhusu2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\zhusu2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

30
FiveScreen/Properties/Settings.Designer.cs

@ -0,0 +1,30 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace FiveScreen.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
{
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default
{
get
{
return defaultInstance;
}
}
}
}

BIN
FiveScreen/Tools.dll

Binary file not shown.

42
PaintingScreen/Handler/Function.cs

@ -56,7 +56,7 @@ namespace PaintingScreen.Handler
--
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #a
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE InspectTimes = '1' AND " + GetQueryTime() + @" AND productInfo != '' AND inspectResult = '[]' AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC
@ -64,7 +64,7 @@ namespace PaintingScreen.Handler
--
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #b
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult = '[]' AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC
@ -72,7 +72,7 @@ namespace PaintingScreen.Handler
--线
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #c
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult in ('[]','[]','') AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC
@ -158,7 +158,7 @@ namespace PaintingScreen.Handler
--
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #a
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE InspectTimes = '1' AND " + GetQueryTime() + @" AND productInfo != '' AND inspectResult = '[]' AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC
@ -166,7 +166,7 @@ namespace PaintingScreen.Handler
--
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #b
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult = '[]' AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC
@ -176,13 +176,13 @@ namespace PaintingScreen.Handler
(
SELECT num, productInfo FROM
(SELECT COUNT(DISTINCT barcode) num, productInfo
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult = '[]'
AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo) a
UNION
SELECT * FROM (SELECT COUNT(DISTINCT barcode) num, productInfo
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != ''
AND stationNo = 'S10' AND inspectResult <> '[]'
AND SUBSTRING(productInfo,1,1) != ','
@ -193,7 +193,7 @@ namespace PaintingScreen.Handler
--线
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #c
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult in ('[]','[]','') AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC
@ -307,7 +307,7 @@ namespace PaintingScreen.Handler
--
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #a
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE InspectTimes = '1' AND " + GetQueryTime() + @" AND productInfo != '' AND inspectResult = '[]' AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC;
@ -315,7 +315,7 @@ namespace PaintingScreen.Handler
--
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #b
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult = '[]' AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC;
@ -323,7 +323,7 @@ namespace PaintingScreen.Handler
--线
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #c
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult in ('[]','[]','[]') AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC;
@ -465,7 +465,7 @@ namespace PaintingScreen.Handler
--
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #a
FROM [tb_InspectResult]
FROM [tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult = '[]' AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC;
@ -473,7 +473,7 @@ namespace PaintingScreen.Handler
--线
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #b
FROM [tb_InspectResult]
FROM [tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult in ('[]','[]','[]') AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC;
@ -491,7 +491,7 @@ namespace PaintingScreen.Handler
,[reason]
,[productInfo]
INTO #result
FROM [tb_InspectResult]
FROM [tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @"
AND inspectResult = '[]' AND reason <> '' AND reason IS NOT NULL;
@ -620,7 +620,7 @@ namespace PaintingScreen.Handler
--
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #a
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE InspectTimes = '1' AND " + GetQueryTime() + @" AND productInfo != '' AND inspectResult = '[]' AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC
@ -628,7 +628,7 @@ namespace PaintingScreen.Handler
--
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #b
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult = '[]' AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC
@ -638,13 +638,13 @@ namespace PaintingScreen.Handler
(
SELECT num, productInfo FROM
(SELECT COUNT(DISTINCT barcode) num, productInfo
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult = '[]'
AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo) a
UNION
SELECT * FROM (SELECT COUNT(DISTINCT barcode) num, productInfo
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != ''
AND stationNo = 'S10' AND inspectResult <> '[]'
AND SUBSTRING(productInfo,1,1) != ','
@ -655,7 +655,7 @@ namespace PaintingScreen.Handler
--线
SELECT COUNT(DISTINCT barcode) num, productInfo
INTO #c
FROM [BBMPT].[dbo].[tb_InspectResult]
FROM [BBMPT].[dbo].[tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @" AND productInfo != '' AND inspectResult in ('[]','[]','') AND SUBSTRING(productInfo,1,1) != ','
GROUP BY productInfo
ORDER BY productInfo DESC
@ -735,7 +735,7 @@ namespace PaintingScreen.Handler
,[DefectName5]
,[defectRate5]
,ROW_NUMBER() OVER(ORDER BY color,productInfo) xh
FROM [tb_ReportPaintingScreen_pg]
FROM [tb_ReportPaintingScreen_pg]
) t
WHERE t.xh between @pageSize*(@pageIndex - 1)+1 and @pageSize*@pageIndex
";
@ -809,7 +809,7 @@ namespace PaintingScreen.Handler
,[reason]
,[productInfo]
INTO #result
FROM [tb_InspectResult]
FROM [tb_InspectResult] with(nolock)
WHERE " + GetQueryTime() + @"
AND inspectResult = '[]' AND reason <> '' AND reason IS NOT NULL;

123
PaintingScreen/Manage/CodeInput.html

@ -0,0 +1,123 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>模具信息</title>
<link href="../CSS/InitCSS.css" rel="stylesheet" />
<script src="../Scripts/jquery-1.8.0.min.js"></script>
<script type="text/javascript">
$(function () {
$("#TxtCode").focus();
});
function GetMoudleInfo() {
if (event.keyCode == 13) {
var mouldNo = $("#TxtCode").val();
$.ajax({
type: "GET",
url: "../Handler/StationPlanHandler.ashx?method=GetMouldInfo",
dataType: "json",
data: { "mouldNo": mouldNo },
success: function (result) {
$("#Tonnage").text(result.Tonnage);
$("#ServiceLife").text(result.ServiceLife);
$("#Supplier_a").text(result.Supplier_a);
$("#PartWeight").text(result.PartWeight);
$("#InjectionPeriod").text(result.InjectionPeriod);
$("#LocatingRingSize").text(result.LocatingRingSize);
$("#OutForm").text(result.OutForm);
$("#ModelWeight").text(result.ModelWeight);
$("#RunnerForm").text(result.RunnerForm);
$("#ModelCavityNo").text(result.ModelCavityNo);
$("#ModelSize").text(result.ModelSize);
$("#Purpose1").text(result.Purpose1);
$("#State1").text(result.State1);
$("#Supplier1").text(result.Supplier1);
$("#AddTime1").text(result.AddTime1);
$("#Remarks1").text(result.Remarks1);
$("#Purpose2").text(result.Purpose2);
$("#State2").text(result.State2);
$("#Supplier2").text(result.Supplier2);
$("#AddTime2").text(result.AddTime2);
$("#Remarks2").text(result.Remarks2);
$("#Purpose3").text(result.Purpose3);
$("#State3").text(result.State3);
$("#Supplier3").text(result.Supplier3);
$("#AddTime3").text(result.AddTime3);
$("#Remarks3").text(result.Remarks3);
$("#Purpose4").text(result.Purpose4);
$("#State4").text(result.State4);
$("#Supplier4").text(result.Supplier4);
$("#AddTime4").text(result.AddTime4);
$("#Remarks4").text(result.Remarks4);
$("#Purpose5").text(result.Purpose5);
$("#State5").text(result.State5);
$("#Supplier5").text(result.Supplier5);
$("#AddTime5").text(result.AddTime5);
$("#Remarks5").text(result.Remarks5);
$("#Purpose6").text(result.Purpose6);
$("#State6").text(result.State6);
$("#Supplier6").text(result.Supplier6);
$("#AddTime6").text(result.AddTime6);
$("#Remarks6").text(result.Remarks6);
$("#TxtCode").val('').focus();
}
});
}
}
function Close() {
window.close();
}
</script>
<style>
table, tr, td {
border: solid 1px white;
border-collapse: collapse;
text-align: center;
}
td {
width: 312px;
}
</style>
</head>
<body style="background-color:black; width:1920px; height:1000px; color:white; font-size:40px; font-family:黑体;">
<div style="margin-top:20px;">
<div style="width:1920px; height:50px;">
<div style="margin-left:650px; display:inline-block">
扫码:
<input id="TxtCode" type="text" style="font-size:40px; height:50px; width:583px;" onkeyup="GetMoudleInfo()" />
</div>
<div style="float:right; display:inline-block; margin-right:40px;">
<input id="BtnReturn" type="button" value="返回" style="height:50px; width:150px; font-size:40px;" onclick="Close()" />
</div>
</div>
</div>
<div id="mouldContent" style="margin-top:20px;">
<table>
<tr><td colspan="6">模具信息</td></tr>
<tr><td>注塑机吨位</td><td id="Tonnage"></td><td>模具寿命</td><td id="ServiceLife"></td><td>供应商</td><td id="Supplier_a"></td></tr>
<tr><td colspan="6">技术参数</td></tr>
<tr><td colspan="2">项目</td><td>数据</td><td colspan="2">项目</td><td>数据</td></tr>
<tr><td colspan="2">零件重量</td><td id="PartWeight"></td><td colspan="2">注塑周期</td><td id="InjectionPeriod"></td></tr>
<tr><td colspan="2">定位环尺寸</td><td id="LocatingRingSize"></td><td colspan="2">顶出形式</td><td id="OutForm"></td></tr>
<tr><td colspan="2">模具重量</td><td id="ModelWeight"></td><td colspan="2">流道形式</td><td id="RunnerForm"></td></tr>
<tr><td colspan="2">型腔数</td><td id="ModelCavityNo"></td><td colspan="2">模具尺寸</td><td id="ModelSize"></td></tr>
<tr><td colspan="6">工程更改</td></tr>
<tr><td>更改目的</td><td>E/Q状态E/Qstate</td><td colspan="2">状态更新时间</td><td>供应商</td><td>备注</td></tr>
<tr><td id="Purpose1"></td><td id="State1"></td><td colspan="2" id="AddTime1"></td><td id="Supplier1"></td><td id="Remarks1"></td></tr>
<tr><td id="Purpose2"></td><td id="State2"></td><td colspan="2" id="AddTime2"></td><td id="Supplier2"></td><td id="Remarks2"></td></tr>
<tr><td id="Purpose3"></td><td id="State3"></td><td colspan="2" id="AddTime3"></td><td id="Supplier3"></td><td id="Remarks3"></td></tr>
<tr><td id="Purpose4"></td><td id="State4"></td><td colspan="2" id="AddTime4"></td><td id="Supplier4"></td><td id="Remarks4"></td></tr>
<tr><td id="Purpose5"></td><td id="State5"></td><td colspan="2" id="AddTime5"></td><td id="Supplier5"></td><td id="Remarks5"></td></tr>
<tr><td id="Purpose6"></td><td id="State6"></td><td colspan="2" id="AddTime6"></td><td id="Supplier6"></td><td id="Remarks6"></td></tr>
</table>
</div>
</body>
</html>

113
PaintingScreen/Manage/PaintingResultScreen1.html

@ -11,68 +11,67 @@
<link href="../CSS/StyleSheetSpecial1.css" rel="stylesheet" />
<script>
$(function () {
//initTable1();
//initTable2();
//GetTime();
setInterval("GetTime()", 1000);
setInterval("initTable1()", 60000);
setInterval("initTable2()", 5000);
});
function initTable1() {
$.ajax({
type: "GET",
url: "../Handler/Handler.ashx?method=GetTable1",
dataType: "text",
success: function (result1) {
$("#table1").html(result1);
}
//initTable1();
//initTable2();
//GetTime();
setInterval("GetTime()", 1000);
setInterval("initTable1()", 300000);
setInterval("initTable2()", 60000);
});
//setTimeout("initTable1()", 20000);
}
function initTable2() {
$.ajax({
type: "GET",
url: "../Handler/Handler.ashx?method=GetTableSum",
dataType: "text",
success: function (resultSum) {
$("#tablesum").html(resultSum);
}
})
function initTable1() {
$.ajax({
type: "GET",
url: "../Handler/Handler.ashx?method=GetTable1",
dataType: "text",
success: function (result1) {
$("#table1").html(result1);
}
});
//setTimeout("initTable1()", 20000);
}
function initTable2() {
$.ajax({
type: "GET",
url: "../Handler/Handler.ashx?method=GetTableSum",
dataType: "text",
success: function (resultSum) {
$("#tablesum").html(resultSum);
}
})
//setTimeout("initTable2()", 2000);
}
//setTimeout("initTable2()", 2000);
}
function GetTime()
{
var today = new Date();
$("#DivTimer").html('<br>' + today.Format("yyyy-MM-dd hh:mm:ss") + '<br>');
}
function GetTime() {
var today = new Date();
$("#DivTimer").html('<br>' + today.Format("yyyy-MM-dd hh:mm:ss") + '<br>');
}
// 对Date的扩展,将 Date 转化为指定格式的String
// 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符,
// 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字)
// 例子:
// (new Date()).Format("yyyy-MM-dd hh:mm:ss.S") ==> 2006-07-02 08:09:04.423
// (new Date()).Format("yyyy-M-d h:m:s.S") ==> 2006-7-2 8:9:4.18
Date.prototype.Format = function (fmt) { //author: meizz
var o = {
"M+": this.getMonth() + 1, //月份
"d+": this.getDate(), //日
"h+": this.getHours(), //小时
"m+": this.getMinutes(), //分
"s+": this.getSeconds(), //秒
"q+": Math.floor((this.getMonth() + 3) / 3), //季度
"S": this.getMilliseconds() //毫秒
};
if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
for (var k in o)
if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
return fmt;
}
// 对Date的扩展,将 Date 转化为指定格式的String
// 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符,
// 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字)
// 例子:
// (new Date()).Format("yyyy-MM-dd hh:mm:ss.S") ==> 2006-07-02 08:09:04.423
// (new Date()).Format("yyyy-M-d h:m:s.S") ==> 2006-7-2 8:9:4.18
Date.prototype.Format = function (fmt) { //author: meizz
var o = {
"M+": this.getMonth() + 1, //月份
"d+": this.getDate(), //日
"h+": this.getHours(), //小时
"m+": this.getMinutes(), //分
"s+": this.getSeconds(), //秒
"q+": Math.floor((this.getMonth() + 3) / 3), //季度
"S": this.getMilliseconds() //毫秒
};
if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
for (var k in o)
if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
return fmt;
}
</script>
</head>
@ -91,7 +90,7 @@
<tr>
<td>
<marquee scrollamount=4 height=700 direction=up>
<div id="table1"></div>
<div id="table1"></div>
</marquee>
</td>
</tr>

141
PaintingScreen/Manage/PaintingResultScreen2.html

@ -12,72 +12,89 @@
<link href="../CSS/InitCSS.css" rel="stylesheet" />
<script>
$(function () {
setInterval("initTable2()", 3000); //每三秒刷新总计数据
setInterval("initTable1()", 6000); //每六秒刷新中间数据
});
//createTable();
initTable2();
initTable1();
setInterval("createTable()", 120000); //每十秒生成中间数据
setInterval("initTable2()", 3000 * 10); //每三秒刷新总计数据
setInterval("initTable1()", 6000 * 10); //每六秒刷新中间数据
});
//页底总计
function initTable2() {
$.ajax({
type: "GET",
url: "../Handler/Handler.ashx?method=GetTableSum",
dataType: "text",
success: function (resultSum) {
$("#tablesum").html(resultSum);
}
})
}
function createTable() {
$.ajax({
type: "GET",
url: "../Handler/Handler.ashx?method=CreateTable",
dataType: "text",
success: function (result) {
}
});
}
//中间表格
function initTable1()
{
var page = $("#page").val();
$.ajax({
type: "GET",
url: "../Handler/Handler.ashx?method=GetMiddleTableData",
data:"page="+ page,
dataType: "text",
success: function (resultTableStr) {
if (resultTableStr == "") {
window.location.href = 'PaintingScreenPaoGuang.html';
$("#page").attr("value", 0);
//页底总计
function initTable2() {
$.ajax({
type: "GET",
url: "../Handler/Handler.ashx?method=GetTableSum",
dataType: "text",
success: function (resultSum) {
$("#tablesum").html(resultSum);
}
else {
var str = resultTableStr.split(',');
$("#page").attr("value", str[1]);
$("#tableMiddle").html(str[0]);
})
}
//中间表格
function initTable1() {
var page = $("#page").val();
$.ajax({
type: "GET",
url: "../Handler/Handler.ashx?method=GetMiddleTableData",
data: "page=" + page,
dataType: "text",
success: function (resultTableStr) {
if (resultTableStr == "") {
//window.location.href = 'PaintingScreenPaoGuang.html';
//$("#page").attr("value", 0);
setTimeout(function () {
window.location.href = 'PaintingScreenPaoGuang.html';
$("#page").attr("value", 0);
}, 5000);
}
else {
var str = resultTableStr.split(',');
$("#page").attr("value", str[1]);
$("#tableMiddle").html(str[0]);
}
}
}
})
}
})
}
function GetTime()
{
var today = new Date();
$("#DivTimer").html('<br>' + today.Format("yyyy-MM-dd hh:mm:ss") + '<br>');
}
function GetTime() {
var today = new Date();
$("#DivTimer").html('<br>' + today.Format("yyyy-MM-dd hh:mm:ss") + '<br>');
}
// 对Date的扩展,将 Date 转化为指定格式的String
// 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符,
// 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字)
// 例子:
// (new Date()).Format("yyyy-MM-dd hh:mm:ss.S") ==> 2006-07-02 08:09:04.423
// (new Date()).Format("yyyy-M-d h:m:s.S") ==> 2006-7-2 8:9:4.18
Date.prototype.Format = function (fmt) { //author: meizz
var o = {
"M+": this.getMonth() + 1, //月份
"d+": this.getDate(), //日
"h+": this.getHours(), //小时
"m+": this.getMinutes(), //分
"s+": this.getSeconds(), //秒
"q+": Math.floor((this.getMonth() + 3) / 3), //季度
"S": this.getMilliseconds() //毫秒
};
if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
for (var k in o)
if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
return fmt;
}
// 对Date的扩展,将 Date 转化为指定格式的String
// 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符,
// 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字)
// 例子:
// (new Date()).Format("yyyy-MM-dd hh:mm:ss.S") ==> 2006-07-02 08:09:04.423
// (new Date()).Format("yyyy-M-d h:m:s.S") ==> 2006-7-2 8:9:4.18
Date.prototype.Format = function (fmt) { //author: meizz
var o = {
"M+": this.getMonth() + 1, //月份
"d+": this.getDate(), //日
"h+": this.getHours(), //小时
"m+": this.getMinutes(), //分
"s+": this.getSeconds(), //秒
"q+": Math.floor((this.getMonth() + 3) / 3), //季度
"S": this.getMilliseconds() //毫秒
};
if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
for (var k in o)
if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
return fmt;
}
</script>
</head>
@ -89,9 +106,9 @@
<table id="TableTitle"><tr><td id="tdImg"><img id="Img"></td><td id="Title">喷涂下线合格率看板</td><td><div id="DivTimer"></div></td></tr></table>
</td>
</tr>-->
<tr style="height:94px;">
<tr style="height:54px;">
<td>
<table class="borderTable" style="height:94px; background-image:url('../Pic/title03.png')"><tr><td class='TableTitle'>颜色</td><td class='TableTitle'>型号</td><td class='TableTitle'>下线数</td><td class='TableTitle'>一次合格数</td><td class='TableTitle'>一次合格率</td><td class='TableTitle'>总合格数</td><td class='TableTitle'>总合格率</td></tr></table>
<table class="borderTable" style="height:54px; background-image:url('../Pic/title03.png')"><tr><td class='TableTitle' style="height: 54px">颜色2</td><td class='TableTitle'>型号</td><td class='TableTitle'>下线数</td><td class='TableTitle'>一次合格数</td><td class='TableTitle'>一次合格率</td><td class='TableTitle'>总合格数</td><td class='TableTitle'>总合格率</td></tr></table>
</td>
</tr>
<tr style="height:760px;">

53
PaintingScreen/Manage/PaintingScreenPaoGuang.html

@ -11,11 +11,27 @@
<link href="../CSS/StyleSheetCommon.css" rel="stylesheet" />
<script>
$(function () {
setInterval("GetSumTable()", 3000); //每三秒刷新总计数据
setInterval("GetSumRateTable()", 3000); //每三秒刷新总计数据
setInterval("GetMiddleTablePaoGuang()", 6000); //每五秒刷新中间数据
//CreateMiddleTable(); //取消注释后,初始时频繁反复刷新
GetSumTable();
GetSumRateTable();
GetMiddleTablePaoGuang();
setInterval("CreateMiddleTable()", 120000); //每十秒生成中间数据
setInterval("GetSumTable()", 3000 * 10); //每三秒刷新总计数据
setInterval("GetSumRateTable()", 3000 * 10); //每三秒刷新总计数据
setInterval("GetMiddleTablePaoGuang()", 6000 * 10); //每五秒刷新中间数据
});
//生成中间数据
function CreateMiddleTable() {
$.ajax({
type: "GET",
url: "../Handler/Handler.ashx?method=CreateTablePaoGuang",
dataType: "text",
success: function (result) {
}
});
}
//页底总计
function GetSumTable() {
$.ajax({
@ -25,19 +41,18 @@
success: function (resultSum) {
var str = resultSum.split(',');
$("td[name='sumXiaXian']").text(str[0]);
$("td[name='sumXiaXian2']").text(str[0]);
//$("td[name='sumXiaXian2']").text(str[0]);
$("td[name='sumOnceHeGe']").text(str[1]);
$("td[name='sumOnceRate']").text(str[2]);
$("td[name='sumHeGe']").text(str[3]);
$("td[name='sumHeGe2']").text(str[3]);
//$("td[name='sumHeGe2']").text(str[3]);
$("td[name='sumHeGeRate']").text(str[4]);
}
})
}
//中间表数据显示
function GetMiddleTablePaoGuang()
{
function GetMiddleTablePaoGuang() {
var page = $("#page").val();
$.ajax({
type: "GET",
@ -46,8 +61,15 @@
dataType: "text",
success: function (resultTableStr) {
if (resultTableStr == "") {
window.location.href = 'PaintingResultScreen2.html';
$("#page").attr("value", 0);
//window.location.href = 'PaintingResultScreen2.html';
//$("#page").attr("value", 0);
setTimeout(function () {
window.location.href = 'PaintingResultScreen2.html';
$("#page").attr("value", 0);
}, 5000);
}
else {
var strs = resultTableStr.split(',');
@ -59,8 +81,7 @@
}
//中间总计缺陷率显示
function GetSumRateTable()
{
function GetSumRateTable() {
$.ajax({
type: "GET",
url: "../Handler/Handler.ashx?method=GetSumRateTable",
@ -119,10 +140,10 @@
</td>
</tr>
</table>-->
<div style="height:94px">
<table class="borderTable" width="100%" cellpadding="0" cellspacing="0" height="94" style="color:white; font-size:30px; font-family: 微软雅黑; font-weight:700; background-image:url('../Pic/title03.png')">
<div style="height:54px">
<table class="borderTable" width="100%" cellpadding="0" cellspacing="0" height="54" style="color:white; font-size:30px; font-family: 微软雅黑; font-weight:700; background-image:url('../Pic/title03.png')">
<tr>
<td align="center" width="15%">颜色</td>
<td align="center" width="15%" style="height: 54px">颜色</td>
<td align="center" width="20%">配置</td>
<td align="center" width="10%">下线数</td>
<td align="center" width="10%">合格数</td>
@ -138,7 +159,7 @@
<div style="height:160px">
<table class="borderTable" width="100%" cellpadding="0" cellspacing="0" height="160" style="color:white; font-size:30px; font-family: 微软雅黑;">
<tr>
<td align="center" colspan="2" rowspan="2" width="678px" style="color:white; font-weight:700">总数 </td>
<td align="center" colspan="2" rowspan="2" width="678px" style="color:white; font-weight:700">抛光TOP5 </td>
<td align="center" rowspan="2" width="10%" name="sumXiaXian2"></td>
<td align="center" rowspan="2" width="10%" name="sumHeGe2"></td>
<td align="center" width="9%" name="sumRateName1"></td>
@ -175,6 +196,6 @@
</tr>
</table>
</div>
<input id="page" type="text" style="visibility:hidden" value="0" />
<input id="page" type="text" style="visibility:hidden" value="0" />
</body>
</html>

88
PaintingScreen/Manage/StationPlanScreen.html

@ -1,68 +1,68 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>机台计划信息</title>
<link href="../CSS/InitCSS.css" rel="stylesheet" />
<script src="../Scripts/jquery-1.8.0.min.js"></script>
<style>
div {
border:solid 1px white;
font-family:黑体;
border: solid 1px white;
font-family: 黑体;
}
.centerT {
/*height:960px;*/
}
.centerT, .centerT tr, .centerT td {
border-bottom:solid 1px white;
border-left:solid 1px white;
border-right:solid 1px white;
border-collapse:collapse;
}
.centerT, .centerT tr, .centerT td {
border-bottom: solid 1px white;
border-left: solid 1px white;
border-right: solid 1px white;
border-collapse: collapse;
}
.title {
color:white;
font-family:黑体;
font-size:40px;
font-weight:700;
width:200px;
height:120px;
text-align:center;
background-color:blue;
color: white;
font-family: 黑体;
font-size: 40px;
font-weight: 700;
width: 200px;
height: 120px;
text-align: center;
background-color: blue;
}
.time {
color:white;
font-family:黑体;
font-size:36px;
font-weight:700;
width:384px;
height:120px;
text-align:center;
background-color:blue;
color: white;
font-family: 黑体;
font-size: 36px;
font-weight: 700;
width: 384px;
height: 120px;
text-align: center;
background-color: blue;
}
.content {
color:white;
font-family:黑体;
font-size:36px;
width:300px;
height:100px;
line-height:100px;
text-align:center;
color: white;
font-family: 黑体;
font-size: 36px;
width: 300px;
height: 100px;
line-height: 100px;
text-align: center;
}
.S1 {
color:white;
font-family:黑体;
font-size:36px;
width:110px;
height:100px;
line-height:100px;
text-align:center;
.S1 {
color: white;
font-family: 黑体;
font-size: 36px;
width: 110px;
height: 100px;
line-height: 100px;
text-align: center;
}
</style>
@ -107,8 +107,7 @@
success: function (result) {
var res = result["result"];
for (var i = 0; i < res.length; i++)
{
for (var i = 0; i < res.length; i++) {
$("td[name='contentS" + (i + 1) + "']").text(res[i].StationNo);
$("td[name='contentM" + (i + 1) + "']").text(res[i].ModelName);
$("td[name='contentP" + (i + 1) + "']").text(res[i].ProductName);
@ -121,8 +120,7 @@
})
}
function Redirect()
{
function Redirect() {
window.open('CodeInput.html');
}
</script>
@ -146,7 +144,7 @@
<tr><td name="contentS4" class="S1"></td><td name="contentM4" class="content"><td name="contentP4" class="content"></td><td name="contentN4" class="S1"></td><td name="contentB4" class="content"></td><td name="contentE4" class="content"></td><td name="contentNP4" class="content"></td></tr>
<tr><td name="contentS5" class="S1"></td><td name="contentM5" class="content"><td name="contentP5" class="content"></td><td name="contentN5" class="S1"></td><td name="contentB5" class="content"></td><td name="contentE5" class="content"></td><td name="contentNP5" class="content"></td></tr>
<tr><td name="contentS6" class="S1"></td><td name="contentM6" class="content"><td name="contentP6" class="content"></td><td name="contentN6" class="S1"></td><td name="contentB6" class="content"></td><td name="contentE6" class="content"></td><td name="contentNP6" class="content"></td></tr>
<tr><td colspan="7" style="height:100px;"><input style="width:200px; height:80px; float:right; margin-right:100px; font-family:黑体; font-size:40px;" id="BtnBarCode" type="button" value="模具信息" onclick="Redirect()"/></td></tr>
<tr><td colspan="7" style="height:100px;"><input style="width:200px; height:80px; float:right; margin-right:100px; font-family:黑体; font-size:40px;" id="BtnBarCode" type="button" value="模具信息" onclick="Redirect()" /></td></tr>
</table>
</td>
</tr>

6
PaintingScreen/PaintingScreen.csproj

@ -16,9 +16,11 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode />
<Use64BitIISExpress />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

12
PaintingScreen/bin/Handler/Handler.ashx

@ -19,10 +19,10 @@ public class Handler : IHttpHandler {
switch (method)
{
case "GetTable1":
case "GetTable1": //PaintingResultScreen1
GetTable1();
break;
case "GetTableSum":
case "GetTableSum": //PaintingResultScreen2 PaintingResultScreen1
GetTableSum();
break;
case "CreateTable":
@ -31,21 +31,21 @@ public class Handler : IHttpHandler {
case "CreateMiddleTable":
CreateMiddleTable();
break;
case "GetMiddleTableData":
case "GetMiddleTableData": //PaintingResultScreen2
string page = Request.Params["page"];
GetMiddleTableData(page);
break;
case "CreateTablePaoGuang":
CreateTablePaoGuang();
break;
case "GetTableSumPaoGuang":
case "GetTableSumPaoGuang": //PaintingScreenPaoGuang
GetTableSumPaoGuang();
break;
case "GetMiddleTablePaoGuang":
case "GetMiddleTablePaoGuang": //PaintingScreenPaoGuang
string pagePG = Request.Params["page"];
GetMiddleTablePaoGuang(pagePG);
break;
case "GetSumRateTable":
case "GetSumRateTable"://PaintingScreenPaoGuang
GetSumRateTable();
break;
default:

Loading…
Cancel
Save