mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-23 16:26:35 +08:00
1、修复因加入输入位姿引发的BUG
2、PMA工具完善 3、其他BUG修复
This commit is contained in:
2
UsingControl/Controls/CButton.Designer.cs
generated
2
UsingControl/Controls/CButton.Designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
namespace Controls
|
||||
namespace Controls
|
||||
{
|
||||
partial class CButton
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
|
||||
2
UsingControl/Controls/CCheckBox.designer.cs
generated
2
UsingControl/Controls/CCheckBox.designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
namespace Controls
|
||||
namespace Controls
|
||||
{
|
||||
partial class CCheckBox
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
|
||||
2
UsingControl/Controls/CComboBox.designer.cs
generated
2
UsingControl/Controls/CComboBox.designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
namespace Controls
|
||||
namespace Controls
|
||||
{
|
||||
partial class CComboBox
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
|
||||
2
UsingControl/Controls/CNumeric.designer.cs
generated
2
UsingControl/Controls/CNumeric.designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
namespace Controls
|
||||
namespace Controls
|
||||
{
|
||||
partial class CNumeric
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
|
||||
2
UsingControl/Controls/CNumericUpDown.designer.cs
generated
2
UsingControl/Controls/CNumericUpDown.designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
namespace Controls
|
||||
namespace Controls
|
||||
{
|
||||
partial class CNumericUpDown
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
|
||||
2
UsingControl/Controls/CRadioBox.designer.cs
generated
2
UsingControl/Controls/CRadioBox.designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
namespace Controls
|
||||
namespace Controls
|
||||
{
|
||||
partial class CRadioBox
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
|
||||
2
UsingControl/Controls/CTextBox.designer.cs
generated
2
UsingControl/Controls/CTextBox.designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
namespace Controls
|
||||
namespace Controls
|
||||
{
|
||||
partial class CTextBox
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?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>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Reflection;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
|
||||
Reference in New Issue
Block a user