Compare commits
110 Commits
C2024-041-
...
eaf2b14cfc
Author | SHA1 | Date | |
---|---|---|---|
eaf2b14cfc | |||
3828da2f8f | |||
1554d3cc33 | |||
d808b306b6 | |||
45aeb808fa | |||
1cf7d81aa5 | |||
f11a9536f0 | |||
c7bdcf0104 | |||
df026499d5 | |||
a3aa4157b8 | |||
8f3268e1bc | |||
5721d440e9 | |||
505c396283 | |||
643e6bc94f | |||
76502e6d97 | |||
851a0b3810 | |||
fd8dbb4c8b | |||
4ffd994c5e | |||
a34828113a | |||
461329468c | |||
35de5df04d | |||
4f0548fd60 | |||
5c1d96cc51 | |||
57049c0c52 | |||
31326e1c91 | |||
3c60994a0a | |||
773cc42346 | |||
f46a1f39dc | |||
b7175bf77f | |||
ec22232aa8 | |||
f303cd2236 | |||
f40cef4416 | |||
fbca97d38d | |||
28bd2cba5c | |||
4b35f73bbf | |||
f4706eb126 | |||
21bcb90558 | |||
ae48ac0cae | |||
cb4979d5bc | |||
7d3ae74e1f | |||
9d680aa500 | |||
0d50b1c2fe | |||
75e034863f | |||
3b42de1571 | |||
668472286e | |||
e00d34c99d | |||
9fb496dfb3 | |||
f4eaa4a3ef | |||
5d50ed6bdf | |||
d7ace4eaf9 | |||
16a4d335ea | |||
ba69bb0772 | |||
455940caa2 | |||
439344757e | |||
ad912691c9 | |||
237144aff6 | |||
810332d558 | |||
f8431d0ba1 | |||
57c3bfa16a | |||
61f1077608 | |||
8877e968b9 | |||
4575c90bee | |||
21279a87ae | |||
3d5ad4a17e | |||
9bb7b044a8 | |||
dc8f2f7561 | |||
829dbf84da | |||
7b156c17f8 | |||
cbf7cbc164 | |||
b04faa816e | |||
517ebe2902 | |||
03d0d314e3 | |||
3e804c5cce | |||
ee2b8b538e | |||
fdfd34fe92 | |||
2d6fb6523b | |||
3084bf3982 | |||
5ba51e8392 | |||
fb5eb43e34 | |||
b154056276 | |||
c67b8f9ca1 | |||
95e4181360 | |||
32dffbe56b | |||
6b3c8d373b | |||
db29107f47 | |||
355537f2ab | |||
0729ef0c21 | |||
6fe82bfd0f | |||
39bf072363 | |||
da7c384fd8 | |||
95130fd9a0 | |||
978e2344a3 | |||
c9bf45602c | |||
aa160b2036 | |||
f82b32d351 | |||
e519dc9a57 | |||
f020c37db9 | |||
5a4ec3b6b1 | |||
2602d6c9d2 | |||
ff403583d7 | |||
c5577cc2bd | |||
78be6e5dc1 | |||
b954a41375 | |||
0100a11cfe | |||
04cf2e8534 | |||
be00724818 | |||
274d93c61a | |||
7dc4c30436 | |||
028ef4bc31 | |||
42124d65c7 |
@@ -103,7 +103,7 @@
|
||||
<Reference Include="C1.Win.C1Command.2, Version=2.0.20213.532, Culture=neutral, PublicKeyToken=e808566f358766d8" />
|
||||
<Reference Include="C1.Win.C1FlexGrid.2, Version=2.0.20213.532, Culture=neutral, PublicKeyToken=79882d576c6336da, processorArchitecture=MSIL" />
|
||||
<Reference Include="C1.Win.C1Input.2, Version=2.0.20213.532, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a, processorArchitecture=MSIL" />
|
||||
<Reference Include="Csla, Version=3.8.4.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
|
||||
<Reference Include="Csla, Version=2.1.4.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\..\3rdPartyLibraries\CSLA\CSLA20cs_DLL_Net_4.8.1_Build\Csla.dll</HintPath>
|
||||
</Reference>
|
||||
|
@@ -42,7 +42,7 @@ namespace VEPROMS
|
||||
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
|
||||
this.tcSysOpts = new DevComponents.DotNetBar.TabControl();
|
||||
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.grPanUCFImpOpt = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
//this.grPanUCFImpOpt = new DevComponents.DotNetBar.Controls.GroupPanel(); // C2024-041 remove from Options panel in V button.
|
||||
this.cbUCFLForSetOnly = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.cbUCFLUseAll = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.cbUCFLOnlyImport = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
@@ -86,7 +86,7 @@ namespace VEPROMS
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcSysOpts)).BeginInit();
|
||||
this.tcSysOpts.SuspendLayout();
|
||||
this.tabControlPanel3.SuspendLayout();
|
||||
this.grPanUCFImpOpt.SuspendLayout();
|
||||
//this.grPanUCFImpOpt.SuspendLayout(); // C2024-041 remove from Options panel in V button.
|
||||
this.gpVisioPath.SuspendLayout();
|
||||
this.gpSeparateWindows.SuspendLayout();
|
||||
this.gpEnhancedDocs.SuspendLayout();
|
||||
@@ -305,7 +305,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.tabControlPanel3.Controls.Add(this.gpOpenTabs);
|
||||
this.tabControlPanel3.Controls.Add(this.gpShwRplWords);
|
||||
this.tabControlPanel3.Controls.Add(this.grPanUCFImpOpt);
|
||||
//this.tabControlPanel3.Controls.Add(this.grPanUCFImpOpt); // C2024-041 remove from Options panel in V button.
|
||||
this.tabControlPanel3.Controls.Add(this.gpVisioPath);
|
||||
this.tabControlPanel3.Controls.Add(this.gpSeparateWindows);
|
||||
this.tabControlPanel3.Controls.Add(this.gpEnhancedDocs);
|
||||
@@ -334,48 +334,50 @@ namespace VEPROMS
|
||||
//
|
||||
// grPanUCFImpOpt
|
||||
//
|
||||
this.grPanUCFImpOpt.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.grPanUCFImpOpt.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.grPanUCFImpOpt.Controls.Add(this.cbUCFLForSetOnly);
|
||||
this.grPanUCFImpOpt.Controls.Add(this.cbUCFLUseAll);
|
||||
this.grPanUCFImpOpt.Controls.Add(this.cbUCFLOnlyImport);
|
||||
this.grPanUCFImpOpt.Controls.Add(this.cbUCFLNotUsed);
|
||||
this.grPanUCFImpOpt.Controls.Add(this.cbUCFIgnore);
|
||||
this.grPanUCFImpOpt.DisabledBackColor = System.Drawing.Color.Empty;
|
||||
this.grPanUCFImpOpt.Location = new System.Drawing.Point(313, 12);
|
||||
this.grPanUCFImpOpt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.grPanUCFImpOpt.Name = "grPanUCFImpOpt";
|
||||
this.grPanUCFImpOpt.Size = new System.Drawing.Size(146, 138);
|
||||
// C2024-041 remove from Options panel in V button.
|
||||
/*this.grPanUCFImpOpt.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.grPanUCFImpOpt.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; // C2024-041 remove from Options panel in V button.
|
||||
this.grPanUCFImpOpt.Controls.Add(this.cbUCFLForSetOnly); // C2024-041 remove from Options panel in V button.
|
||||
this.grPanUCFImpOpt.Controls.Add(this.cbUCFLUseAll); // C2024-041 remove from Options panel in V button.
|
||||
this.grPanUCFImpOpt.Controls.Add(this.cbUCFLOnlyImport);
|
||||
this.grPanUCFImpOpt.Controls.Add(this.cbUCFLNotUsed);
|
||||
this.grPanUCFImpOpt.Controls.Add(this.cbUCFIgnore);
|
||||
this.grPanUCFImpOpt.DisabledBackColor = System.Drawing.Color.Empty;
|
||||
this.grPanUCFImpOpt.Location = new System.Drawing.Point(313, 12);
|
||||
this.grPanUCFImpOpt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.grPanUCFImpOpt.Name = "grPanUCFImpOpt";
|
||||
this.grPanUCFImpOpt.Size = new System.Drawing.Size(146, 138);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.grPanUCFImpOpt.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
this.grPanUCFImpOpt.Style.BackColorGradientAngle = 90;
|
||||
this.grPanUCFImpOpt.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.grPanUCFImpOpt.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.grPanUCFImpOpt.Style.BorderBottomWidth = 1;
|
||||
this.grPanUCFImpOpt.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.grPanUCFImpOpt.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.grPanUCFImpOpt.Style.BorderLeftWidth = 1;
|
||||
this.grPanUCFImpOpt.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.grPanUCFImpOpt.Style.BorderRightWidth = 1;
|
||||
this.grPanUCFImpOpt.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.grPanUCFImpOpt.Style.BorderTopWidth = 1;
|
||||
this.grPanUCFImpOpt.Style.CornerDiameter = 4;
|
||||
this.grPanUCFImpOpt.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.grPanUCFImpOpt.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.grPanUCFImpOpt.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.grPanUCFImpOpt.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
this.grPanUCFImpOpt.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
this.grPanUCFImpOpt.Style.BackColorGradientAngle = 90;
|
||||
this.grPanUCFImpOpt.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.grPanUCFImpOpt.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.grPanUCFImpOpt.Style.BorderBottomWidth = 1;
|
||||
this.grPanUCFImpOpt.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.grPanUCFImpOpt.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.grPanUCFImpOpt.Style.BorderLeftWidth = 1;
|
||||
this.grPanUCFImpOpt.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.grPanUCFImpOpt.Style.BorderRightWidth = 1;
|
||||
this.grPanUCFImpOpt.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.grPanUCFImpOpt.Style.BorderTopWidth = 1;
|
||||
this.grPanUCFImpOpt.Style.CornerDiameter = 4;
|
||||
this.grPanUCFImpOpt.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.grPanUCFImpOpt.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.grPanUCFImpOpt.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.grPanUCFImpOpt.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.grPanUCFImpOpt.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.grPanUCFImpOpt.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.grPanUCFImpOpt.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.grPanUCFImpOpt.TabIndex = 12;
|
||||
this.grPanUCFImpOpt.Text = "UCF Import Options";
|
||||
this.grPanUCFImpOpt.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.grPanUCFImpOpt.TabIndex = 12;
|
||||
this.grPanUCFImpOpt.Text = "UCF Import Options";
|
||||
*/ // C2024-041 remove from Options panel in V button.
|
||||
//
|
||||
// cbUCFLForSetOnly
|
||||
//
|
||||
@@ -1263,7 +1265,7 @@ namespace VEPROMS
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcSysOpts)).EndInit();
|
||||
this.tcSysOpts.ResumeLayout(false);
|
||||
this.tabControlPanel3.ResumeLayout(false);
|
||||
this.grPanUCFImpOpt.ResumeLayout(false);
|
||||
//this.grPanUCFImpOpt.ResumeLayout(false); // C2024-041 remove from Options panel in V button.
|
||||
this.gpVisioPath.ResumeLayout(false);
|
||||
this.gpSeparateWindows.ResumeLayout(false);
|
||||
this.gpEnhancedDocs.ResumeLayout(false);
|
||||
@@ -1323,8 +1325,8 @@ namespace VEPROMS
|
||||
private DevComponents.DotNetBar.Controls.CheckBoxX cbSeparateWindows;
|
||||
private DevComponents.DotNetBar.Controls.GroupPanel gpVisioPath;
|
||||
private DevComponents.DotNetBar.Controls.TextBoxX txbxVisioPath;
|
||||
private DevComponents.DotNetBar.Controls.GroupPanel grPanUCFImpOpt;
|
||||
private DevComponents.DotNetBar.Controls.CheckBoxX cbUCFLForSetOnly;
|
||||
//private DevComponents.DotNetBar.Controls.GroupPanel grPanUCFImpOpt; // C2024-041 remove from Options panel in V button.
|
||||
private DevComponents.DotNetBar.Controls.CheckBoxX cbUCFLForSetOnly;
|
||||
private DevComponents.DotNetBar.Controls.CheckBoxX cbUCFLUseAll;
|
||||
private DevComponents.DotNetBar.Controls.CheckBoxX cbUCFLOnlyImport;
|
||||
private DevComponents.DotNetBar.Controls.CheckBoxX cbUCFLNotUsed;
|
||||
|
@@ -2118,6 +2118,25 @@ namespace VEPROMS
|
||||
InitializeSecurity();
|
||||
UpdateUser();
|
||||
|
||||
//btnSecurity = new ButtonItem("btnSecurity", "Security"); // C2019-002: move security & format items into submenus
|
||||
//btnFormats = new ButtonItem("btnFormats", "Formats");
|
||||
//btnAdmin.SubItems.Add(btnSecurity);
|
||||
//btnAdmin.SubItems.Add(btnFormats);
|
||||
//btnUserControlOfFormats = new ButtonItem("btnUserControlOfFormats", "User Control of Formats");
|
||||
//btnFormats.SubItems.Add(btnUpdateFormats);
|
||||
//btnFormats.SubItems.Add(btnUserControlOfFormats);
|
||||
//btnUserControlOfFormats.Click += new EventHandler(btnUserControlOfFormats_Click);
|
||||
//btnUserControlOfFormatsExport = new ButtonItem("btnUserControlOfFormatsExport", "Export User Control of Formats");
|
||||
//btnFormats.SubItems.Add(btnUserControlOfFormatsExport);
|
||||
//btnUserControlOfFormatsExport.Click += new EventHandler(btnUserControlOfFormatsExport_Click);
|
||||
//btnUserControlOfFormatsImport = new ButtonItem("btnUserControlOfFormatsImport", "Import User Control of Formats");
|
||||
//btnFormats.SubItems.Add(btnUserControlOfFormatsImport);
|
||||
//btnUserControlOfFormatsImport.Click += new EventHandler(btnUserControlOfFormatsImport_Click);
|
||||
//btnManageSecurity = new ButtonItem("btnManageSecurity", "Manage Security");
|
||||
//btnSecurity.SubItems.Add(btnManageSecurity);
|
||||
//btnManageSecurity.Click += new EventHandler(btnManageSecurity_Click);
|
||||
|
||||
|
||||
btnSecurity = new ButtonItem("btnSecurity", "Security"); // C2019-002: move security & format items into submenus
|
||||
btnFormats = new ButtonItem("btnFormats", "Formats");
|
||||
btnAdmin.SubItems.Add(btnSecurity);
|
||||
@@ -2137,6 +2156,7 @@ namespace VEPROMS
|
||||
btnSecurity.SubItems.Add(btnManageSecurity);
|
||||
btnManageSecurity.Click += new EventHandler(btnManageSecurity_Click);
|
||||
|
||||
|
||||
//added by jcb: menu item to reset security requires password to implement
|
||||
btnResetSecurity = new ButtonItem("btnResetSecurity", "Reset Security");
|
||||
btnSecurity.SubItems.Add(btnResetSecurity);
|
||||
|
@@ -83,7 +83,7 @@
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Csla, Version=3.8.4.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
|
||||
<Reference Include="Csla, Version=2.1.4.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\..\3rdPartyLibraries\CSLA\CSLA20cs_DLL_Net_4.8.1_Build\Csla.dll</HintPath>
|
||||
</Reference>
|
||||
@@ -167,7 +167,9 @@
|
||||
<Compile Include="Format\PageStyles.cs" />
|
||||
<Compile Include="Format\PlantFormat.cs" />
|
||||
<Compile Include="Format\vlnFormat.cs" />
|
||||
<Compile Include="frmRofstLoadStatus.cs" />
|
||||
<Compile Include="frmRofstLoadStatus.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmRofstLoadStatus.designer.cs">
|
||||
<DependentUpon>frmRofstLoadStatus.cs</DependentUpon>
|
||||
</Compile>
|
||||
|
@@ -89,7 +89,7 @@
|
||||
</Reference>
|
||||
<Reference Include="C1.Win.C1FlexGrid.2, Version=2.0.20213.532, Culture=neutral, PublicKeyToken=79882d576c6336da, processorArchitecture=MSIL" />
|
||||
<Reference Include="C1.Win.C1SpellChecker.2, Version=2.0.20213.532, Culture=neutral, PublicKeyToken=79882d576c6336da, processorArchitecture=MSIL" />
|
||||
<Reference Include="Csla, Version=3.8.4.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
|
||||
<Reference Include="Csla, Version=2.1.4.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\..\3rdPartyLibraries\CSLA\CSLA20cs_DLL_Net_4.8.1_Build\Csla.dll</HintPath>
|
||||
</Reference>
|
||||
@@ -125,110 +125,164 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AlphabeticalNumbering.cs" />
|
||||
<Compile Include="AnnotationDetails.cs" />
|
||||
<Compile Include="AnnotationDetails.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="AnnotationDetails.designer.cs">
|
||||
<DependentUpon>AnnotationDetails.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="AnnotationSearch.cs" />
|
||||
<Compile Include="AnnotationSearch.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="AnnotationSearch.designer.cs">
|
||||
<DependentUpon>AnnotationSearch.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="BorderListBox.cs" />
|
||||
<Compile Include="BorderListBox.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="BorderListBox.designer.cs">
|
||||
<DependentUpon>BorderListBox.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="BorderSelectionPanel.cs" />
|
||||
<Compile Include="BorderSelectionPanel.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="BorderSelectionPanel.Designer.cs">
|
||||
<DependentUpon>BorderSelectionPanel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ConvertTable.cs" />
|
||||
<Compile Include="DisplayApplicability.cs" />
|
||||
<Compile Include="ConvertTable.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplayApplicability.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplayApplicability.designer.cs">
|
||||
<DependentUpon>DisplayApplicability.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DisplayBookMarks.cs" />
|
||||
<Compile Include="DisplayBookMarks.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplayBookMarks.Designer.cs">
|
||||
<DependentUpon>DisplayBookMarks.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DisplayFoldoutMaint.cs" />
|
||||
<Compile Include="DisplayFoldoutMaint.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplayFoldoutMaint.Designer.cs">
|
||||
<DependentUpon>DisplayFoldoutMaint.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DisplayHistory.cs" />
|
||||
<Compile Include="DisplayHistory.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplayHistory.designer.cs">
|
||||
<DependentUpon>DisplayHistory.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DisplayLibDocs.cs" />
|
||||
<Compile Include="DisplayLibDocs.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplayLibDocs.Designer.cs">
|
||||
<DependentUpon>DisplayLibDocs.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DisplayReports.cs" />
|
||||
<Compile Include="DisplayReports.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplayReports.designer.cs">
|
||||
<DependentUpon>DisplayReports.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DisplaySearch.cs" />
|
||||
<Compile Include="DisplaySearch.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplaySearch.Designer.cs">
|
||||
<DependentUpon>DisplaySearch.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DisplayTags.cs" />
|
||||
<Compile Include="DisplayTags.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplayTags.Designer.cs">
|
||||
<DependentUpon>DisplayTags.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="dlgChgId.cs" />
|
||||
<Compile Include="dlgChgId.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="dlgChgId.designer.cs">
|
||||
<DependentUpon>dlgChgId.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="dlgDelProcReason.cs" />
|
||||
<Compile Include="dlgDelProcReason.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="dlgDelProcReason.designer.cs">
|
||||
<DependentUpon>dlgDelProcReason.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="dlgEnhMissingItem.cs" />
|
||||
<Compile Include="dlgEnhMissingItem.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="dlgEnhMissingItem.Designer.cs">
|
||||
<DependentUpon>dlgEnhMissingItem.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="dlgUCFImportOptions.cs" />
|
||||
<Compile Include="dlgUCFImportOptions.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="dlgUCFImportOptions.Designer.cs">
|
||||
<DependentUpon>dlgUCFImportOptions.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="EditItem.cs" />
|
||||
<Compile Include="EditItem.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="EditItem.Designer.cs">
|
||||
<DependentUpon>EditItem.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FindReplace.cs" />
|
||||
<Compile Include="FindReplace.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FindReplace.designer.cs">
|
||||
<DependentUpon>FindReplace.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FormatUtility.cs" />
|
||||
<Compile Include="frmEnhanced.cs" />
|
||||
<Compile Include="frmEnhanced.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmEnhanced.Designer.cs">
|
||||
<DependentUpon>frmEnhanced.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmImportWordContents.cs" />
|
||||
<Compile Include="frmImportWordContents.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmImportWordContents.Designer.cs">
|
||||
<DependentUpon>frmImportWordContents.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmSendErrorLog.cs" />
|
||||
<Compile Include="frmSendErrorLog.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmSendErrorLog.designer.cs">
|
||||
<DependentUpon>frmSendErrorLog.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmViewTextFile.cs" />
|
||||
<Compile Include="frmViewTextFile.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmViewTextFile.designer.cs">
|
||||
<DependentUpon>frmViewTextFile.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="GridItem.cs" />
|
||||
<Compile Include="GridItem.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="GridItem.Designer.cs">
|
||||
<DependentUpon>GridItem.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ImageItem.cs" />
|
||||
<Compile Include="ImageItem.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ImageItem.designer.cs">
|
||||
<DependentUpon>ImageItem.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="LinkText.cs" />
|
||||
<Compile Include="PreviewMultiLineRO.cs" />
|
||||
<Compile Include="PreviewMultiLineRO.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="PreviewMultiLineRO.designer.cs">
|
||||
<DependentUpon>PreviewMultiLineRO.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="PreviewROImage.cs" />
|
||||
<Compile Include="PreviewROImage.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="PreviewROImage.designer.cs">
|
||||
<DependentUpon>PreviewROImage.cs</DependentUpon>
|
||||
</Compile>
|
||||
@@ -237,20 +291,28 @@
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="RTBItem.cs" />
|
||||
<Compile Include="RTBItem.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="RTBItem.designer.cs">
|
||||
<DependentUpon>RTBItem.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="RtfRawItem.cs" />
|
||||
<Compile Include="RtfRawItem.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="RtfRawItem.designer.cs">
|
||||
<DependentUpon>RtfRawItem.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Settings.cs" />
|
||||
<Compile Include="StepPanel.cs" />
|
||||
<Compile Include="StepPanel.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="StepPanel.designer.cs">
|
||||
<DependentUpon>StepPanel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DisplayRO.cs" />
|
||||
<Compile Include="DisplayRO.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplayRO.Designer.cs">
|
||||
<DependentUpon>DisplayRO.cs</DependentUpon>
|
||||
</Compile>
|
||||
@@ -260,29 +322,43 @@
|
||||
<Compile Include="DisplayTabControl.designer.cs">
|
||||
<DependentUpon>DisplayTabControl.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DisplayTabItem.cs" />
|
||||
<Compile Include="DisplayTabItem.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplayTabItem.designer.cs">
|
||||
<DependentUpon>DisplayTabItem.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="StepTabPanel.cs" />
|
||||
<Compile Include="StepTabPanel.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="StepTabPanel.designer.cs">
|
||||
<DependentUpon>StepTabPanel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="StepTabRibbon.cs" />
|
||||
<Compile Include="StepTabRibbon.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="StepTabRibbon.designer.cs">
|
||||
<DependentUpon>StepTabRibbon.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DisplayTransition.cs" />
|
||||
<Compile Include="DisplayTransition.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DisplayTransition.Designer.cs">
|
||||
<DependentUpon>DisplayTransition.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DropDownNode.cs" />
|
||||
<Compile Include="DropDownTree.cs" />
|
||||
<Compile Include="DSOTabPanel.cs" />
|
||||
<Compile Include="DropDownTree.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DSOTabPanel.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="DSOTabPanel.designer.cs">
|
||||
<DependentUpon>DSOTabPanel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FlagEnumEditor.cs" />
|
||||
<Compile Include="FlagEnumEditor.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="MostRecentItem.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
@@ -290,47 +366,65 @@
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="RichTextBox41.cs" />
|
||||
<Compile Include="RichTextBox41.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="RichTextBox41.Designer.cs">
|
||||
<DependentUpon>RichTextBox41.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="RomanNumeral.cs" />
|
||||
<Compile Include="RTBAPI.cs" />
|
||||
<Compile Include="TransPanel.cs" />
|
||||
<Compile Include="TransPanel.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="TransPanel.designer.cs">
|
||||
<DependentUpon>TransPanel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="VlnBorders.cs" />
|
||||
<Compile Include="vlnExpander.cs" />
|
||||
<Compile Include="vlnExpander.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="vlnExpander.designer.cs">
|
||||
<DependentUpon>vlnExpander.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="StepRTB.cs" />
|
||||
<Compile Include="StepRTB.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="StepRTB.designer.cs">
|
||||
<DependentUpon>StepRTB.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="VlnFlexGrid.cs" />
|
||||
<Compile Include="VlnFlexGrid.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="VlnFlexGrid.Designer.cs">
|
||||
<DependentUpon>VlnFlexGrid.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="VlnGridCellShading.cs" />
|
||||
<Compile Include="VlnSpellCheck.cs" />
|
||||
<Compile Include="VlnSpellCheckDlg.cs" />
|
||||
<Compile Include="VlnSpellCheckDlg.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="VlnSpellCheckDlg.designer.cs">
|
||||
<DependentUpon>VlnSpellCheckDlg.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="vlnTreeCombo.cs" />
|
||||
<Compile Include="vlnTreeCombo.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="vlnTreeView.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="vlnTreeView.Designer.cs">
|
||||
<DependentUpon>vlnTreeView.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="vlnTreeView3.cs" />
|
||||
<Compile Include="vlnTreeView3.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="vlnTreeView3.Designer.cs">
|
||||
<DependentUpon>vlnTreeView3.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebBrowser.cs" />
|
||||
<Compile Include="WebBrowser.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebBrowser.designer.cs">
|
||||
<DependentUpon>WebBrowser.cs</DependentUpon>
|
||||
</Compile>
|
||||
|
@@ -66,7 +66,7 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="C1.Win.C1FlexGrid.2, Version=2.0.20213.532, Culture=neutral, PublicKeyToken=79882d576c6336da, processorArchitecture=MSIL" />
|
||||
<Reference Include="Csla, Version=3.8.4.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
|
||||
<Reference Include="Csla, Version=2.1.4.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\..\3rdPartyLibraries\CSLA\CSLA20cs_DLL_Net_4.8.1_Build\Csla.dll</HintPath>
|
||||
</Reference>
|
||||
|
Reference in New Issue
Block a user