wangsr
我叫锄头 1 year ago
parent 502ca66d25
commit 082249068a

@ -176,6 +176,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\PlugInPlatform\Mesnac.PlugIn.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Office.Interop.Excel">
<HintPath>..\..\Microsoft.Office.Interop.Excel.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\A3Lib\Json\Newtonsoft.Json.dll</HintPath>

@ -0,0 +1,37 @@
namespace Mesnac.Controls.ChemicalWeighing
{
partial class HslLedDisplay
{
/// <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 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
}
#endregion
}
}

File diff suppressed because it is too large Load Diff

@ -144,6 +144,12 @@
<Compile Include="HslLanternSimple.Designer.cs">
<DependentUpon>HslLanternSimple.cs</DependentUpon>
</Compile>
<Compile Include="HslLedDisplay.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="HslLedDisplay.Designer.cs">
<DependentUpon>HslLedDisplay.cs</DependentUpon>
</Compile>
<Compile Include="HslPipeLine.cs">
<SubType>UserControl</SubType>
</Compile>

Loading…
Cancel
Save