init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using CommonLib;
|
||||
using CommonLib.utils;
|
||||
using System.Windows.Forms;
|
||||
using Lskj.MyControl;
|
||||
|
||||
namespace Lskj.PubPageModuleDetail
|
||||
{
|
||||
/// <summary>
|
||||
/// c#库被调用统一接口类
|
||||
/// </summary>
|
||||
public sealed class DllBaseClass : IForm {
|
||||
public DllBaseClass() {
|
||||
|
||||
}
|
||||
|
||||
public DllBaseClass(string[] obj) {
|
||||
try {
|
||||
FrmMain main = new FrmMain();
|
||||
this.SubForm = main;
|
||||
main.FormText = obj[0];
|
||||
main.OperatorId = obj[1];
|
||||
main.OperatorName = obj[2];
|
||||
|
||||
|
||||
GridControlEx.OperatorId = main.OperatorId;
|
||||
GridControlEx.OperatorName = main.OperatorName;
|
||||
|
||||
main.Privilege = obj[3];
|
||||
main.DLLCoid = obj[4];
|
||||
main.ModuleId = obj[5];
|
||||
if (obj.Length > 6)
|
||||
main.ModuleDllId = obj[6];
|
||||
}
|
||||
catch (Exception ex) {
|
||||
PubUtil.WriteLog("Lskj.PubModule.dll----参数错误" + ex.Message);
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// 窗口
|
||||
/// </summary>
|
||||
public Form SubForm { get; set; }
|
||||
}
|
||||
}
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
namespace Lskj.PubPageModuleDetail
|
||||
{
|
||||
partial class FrmMain
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
|
||||
this.tabTopMain = new DevExpress.XtraTab.XtraTabControl();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabTopMain)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tabTopMain
|
||||
//
|
||||
this.tabTopMain.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
||||
this.tabTopMain.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabTopMain.Appearance.Options.UseBackColor = true;
|
||||
this.tabTopMain.Appearance.Options.UseFont = true;
|
||||
this.tabTopMain.AppearancePage.Header.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabTopMain.AppearancePage.Header.Options.UseFont = true;
|
||||
this.tabTopMain.AppearancePage.HeaderActive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabTopMain.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.Blue;
|
||||
this.tabTopMain.AppearancePage.HeaderActive.Options.UseFont = true;
|
||||
this.tabTopMain.AppearancePage.HeaderActive.Options.UseForeColor = true;
|
||||
this.tabTopMain.AppearancePage.PageClient.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabTopMain.AppearancePage.PageClient.Options.UseFont = true;
|
||||
this.tabTopMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.tabTopMain.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.tabTopMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabTopMain.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabTopMain.LookAndFeel.SkinName = "Office 2013 Light Gray";
|
||||
this.tabTopMain.LookAndFeel.UseDefaultLookAndFeel = false;
|
||||
this.tabTopMain.Name = "tabTopMain";
|
||||
this.tabTopMain.Size = new System.Drawing.Size(885, 575);
|
||||
this.tabTopMain.TabIndex = 5;
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.ClientSize = new System.Drawing.Size(885, 575);
|
||||
this.Controls.Add(this.tabTopMain);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
||||
this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
|
||||
this.Name = "FrmMain";
|
||||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||
this.Load += new System.EventHandler(this.FrmGridTree_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabTopMain)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraTab.XtraTabControl tabTopMain;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,102 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using System.Data.SqlClient;
|
||||
using System.Data.Common;
|
||||
using System.Data.Linq;
|
||||
using System.Linq;
|
||||
using System.Diagnostics;
|
||||
using System.Collections;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
using DevExpress.XtraGrid;
|
||||
using DevExpress.XtraGrid.Views.Grid;
|
||||
using DevExpress.XtraGrid.Columns;
|
||||
using DevExpress.Utils;
|
||||
using DevExpress.XtraEditors;
|
||||
using DevExpress.XtraEditors.Repository;
|
||||
using DevExpress.XtraEditors.Controls;
|
||||
|
||||
using ExcelPlus;
|
||||
using CommonLib;
|
||||
using CommonLib.utils;
|
||||
using Lskj.Common;
|
||||
using CommonLib.data;
|
||||
using System.Reflection;
|
||||
using Lskj.MyControl;
|
||||
using DevExpress.XtraTab;
|
||||
using DevExpress.Data;
|
||||
|
||||
namespace Lskj.PubPageModuleDetail
|
||||
{
|
||||
public partial class FrmMain : FormBase
|
||||
{
|
||||
public string ModuleDllId;
|
||||
|
||||
#region 构造函数
|
||||
public FrmMain()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 初始化数据
|
||||
private void FrmGridTree_Load(object sender, EventArgs e)
|
||||
{
|
||||
this.Text = FormText;
|
||||
this.DLLCoid = string.IsNullOrEmpty(ModuleDllId) ? DLLCoid : ModuleDllId;
|
||||
|
||||
// 加载默认tabPage
|
||||
TabPageContainer container = new TabPageContainer(OperatorId, OperatorName, DLLCoid, FormText, Privilege);
|
||||
container.baseForm = this;
|
||||
container.Dock = DockStyle.Fill;
|
||||
|
||||
XtraTabPage tabPage = new XtraTabPage();
|
||||
tabPage.Text = FormText;
|
||||
tabPage.Controls.Add(container);
|
||||
|
||||
this.tabTopMain.TabPages.Add(tabPage);
|
||||
|
||||
// 加载其它tabPage
|
||||
string sqlValue = string.Format("select * from p_SystemdllTabAttach where tab='{0}' and isVisible=0 order by orderid", DLLCoid);
|
||||
DataTable dtTable = SqlHelper.ExecuteDataSet(sqlValue).Tables[0];
|
||||
foreach (DataRow item in dtTable.Rows)
|
||||
{
|
||||
string unionText = item["AttachName"] + "";
|
||||
string unionMenuId = item["unionModule"] + "";
|
||||
|
||||
TabPageContainer itemContainer = new TabPageContainer(OperatorId, OperatorName, unionMenuId, unionText, Privilege);
|
||||
itemContainer.baseForm = this;
|
||||
itemContainer.Dock = DockStyle.Fill;
|
||||
|
||||
XtraTabPage itemTabPage = new XtraTabPage();
|
||||
itemTabPage.Text = unionText;
|
||||
itemTabPage.Controls.Add(itemContainer);
|
||||
|
||||
this.tabTopMain.TabPages.Add(itemTabPage);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 窗体关闭事件
|
||||
protected override void OnClosed(EventArgs e)
|
||||
{
|
||||
base.OnClosed(e);
|
||||
if (PubUtil.ModuleForms.ContainsKey(ModuleId))
|
||||
{
|
||||
DllModule dm = PubUtil.ModuleForms[ModuleId];
|
||||
if (dm != null)
|
||||
{
|
||||
dm.ModuleForm = null;
|
||||
dm.ModuleInPtr = IntPtr.Zero;
|
||||
PubUtil.ModuleForms.Remove(ModuleId);
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,194 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Lskj.PubPageModuleDetail</RootNamespace>
|
||||
<AssemblyName>Lskj.PubPageModuleDetail</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\publish\lib\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DevExpress.Data.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\publish\DevExpress.Data.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Printing.v13.1.Core, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\publish\DevExpress.Printing.v13.1.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Utils.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\publish\DevExpress.Utils.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Xpo.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\publish\DevExpress.Xpo.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraEditors.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\publish\DevExpress.XtraEditors.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraGrid.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\publish\DevExpress.XtraGrid.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraLayout.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\publish\DevExpress.XtraLayout.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraPrinting.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\publish\DevExpress.XtraPrinting.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraTreeList.v13.1, Version=13.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\publish\DevExpress.XtraTreeList.v13.1.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Dxper.LocalizationCHS.Win.v13.1.5, Version=13.1.5.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\引用DLL\Dxper.LocalizationCHS.Win.v13.1.5.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.JScript" />
|
||||
<Reference Include="NPOI, Version=2.0.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\引用DLL\NPOI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.configuration" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Data.Linq" />
|
||||
<Reference Include="System.ServiceModel" />
|
||||
<Reference Include="System.Web.Services" />
|
||||
<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" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="DllBaseClass.cs" />
|
||||
<Compile Include="FrmMain.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmMain.Designer.cs">
|
||||
<DependentUpon>FrmMain.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="TabPageContainer.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="TabPageContainer.Designer.cs">
|
||||
<DependentUpon>TabPageContainer.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="TabPageDetail.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="TabPageDetail.Designer.cs">
|
||||
<DependentUpon>TabPageDetail.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="FrmMain.resx">
|
||||
<DependentUpon>FrmMain.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="TabPageContainer.resx">
|
||||
<DependentUpon>TabPageContainer.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="TabPageDetail.resx">
|
||||
<DependentUpon>TabPageDetail.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="app.config" />
|
||||
<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="Resources\qq.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\run.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\www.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="a.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CommonLib\CommonLib.csproj">
|
||||
<Project>{3E8E6529-5D8A-4F17-8C41-27CD7380178D}</Project>
|
||||
<Name>CommonLib</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ControlLib\ControlLib.csproj">
|
||||
<Project>{73C024E7-D9DC-44C3-BABC-2AA1544ECCF9}</Project>
|
||||
<Name>ControlLib</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Lskj.Common\Lskj.Common.csproj">
|
||||
<Project>{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}</Project>
|
||||
<Name>Lskj.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Lskj.Excel\Lskj.Excel.csproj">
|
||||
<Project>{BD7394C7-C5FA-4D94-9BA1-AD8AB8270370}</Project>
|
||||
<Name>Lskj.Excel</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Lskj.MyControl\Lskj.MyControl.csproj">
|
||||
<Project>{F6502012-9A7C-44AE-AAC6-DE2AD02F5C11}</Project>
|
||||
<Name>Lskj.MyControl</Name>
|
||||
</ProjectReference>
|
||||
</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>
|
||||
@@ -0,0 +1,78 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2010
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lskj.PubPageModuleDetail", "Lskj.PubPageModuleDetail.csproj", "{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lskj.Main", "..\Lskj.Main\Lskj.Main\Lskj.Main.csproj", "{421749FA-0343-4A18-A03D-11D84BD1FFD6}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lskj.PubModule", "..\Lskj.PubModule\Lskj.PubModule\Lskj.PubModule.csproj", "{EC847F73-0E0A-4828-9291-7195EF4C94DC}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lskj.Common", "..\Lskj.Common\Lskj.Common.csproj", "{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lskj.PubModuleDetail", "..\Lskj.PubModuleDetail\Lskj.PubModuleDetail.csproj", "{7536863A-9A0A-43DD-8B12-3971A0B3FD46}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|Mixed Platforms = Debug|Mixed Platforms
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|Mixed Platforms = Release|Mixed Platforms
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||
{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||
{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}.Debug|x86.Build.0 = Debug|x86
|
||||
{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||
{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}.Release|x86.ActiveCfg = Release|x86
|
||||
{F02B0C21-51B9-41C7-B874-FDF7D6D343C7}.Release|x86.Build.0 = Release|x86
|
||||
{421749FA-0343-4A18-A03D-11D84BD1FFD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{421749FA-0343-4A18-A03D-11D84BD1FFD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{421749FA-0343-4A18-A03D-11D84BD1FFD6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{421749FA-0343-4A18-A03D-11D84BD1FFD6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{421749FA-0343-4A18-A03D-11D84BD1FFD6}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{421749FA-0343-4A18-A03D-11D84BD1FFD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{421749FA-0343-4A18-A03D-11D84BD1FFD6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{421749FA-0343-4A18-A03D-11D84BD1FFD6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{421749FA-0343-4A18-A03D-11D84BD1FFD6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{421749FA-0343-4A18-A03D-11D84BD1FFD6}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{EC847F73-0E0A-4828-9291-7195EF4C94DC}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{EC847F73-0E0A-4828-9291-7195EF4C94DC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||
{EC847F73-0E0A-4828-9291-7195EF4C94DC}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||
{EC847F73-0E0A-4828-9291-7195EF4C94DC}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{EC847F73-0E0A-4828-9291-7195EF4C94DC}.Debug|x86.Build.0 = Debug|x86
|
||||
{EC847F73-0E0A-4828-9291-7195EF4C94DC}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{EC847F73-0E0A-4828-9291-7195EF4C94DC}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{EC847F73-0E0A-4828-9291-7195EF4C94DC}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||
{EC847F73-0E0A-4828-9291-7195EF4C94DC}.Release|x86.ActiveCfg = Release|x86
|
||||
{EC847F73-0E0A-4828-9291-7195EF4C94DC}.Release|x86.Build.0 = Release|x86
|
||||
{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{DE7EFD7F-2DFE-4D50-A578-452A2DBFD088}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{7536863A-9A0A-43DD-8B12-3971A0B3FD46}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{7536863A-9A0A-43DD-8B12-3971A0B3FD46}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||
{7536863A-9A0A-43DD-8B12-3971A0B3FD46}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||
{7536863A-9A0A-43DD-8B12-3971A0B3FD46}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{7536863A-9A0A-43DD-8B12-3971A0B3FD46}.Debug|x86.Build.0 = Debug|x86
|
||||
{7536863A-9A0A-43DD-8B12-3971A0B3FD46}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{7536863A-9A0A-43DD-8B12-3971A0B3FD46}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{7536863A-9A0A-43DD-8B12-3971A0B3FD46}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||
{7536863A-9A0A-43DD-8B12-3971A0B3FD46}.Release|x86.ActiveCfg = Release|x86
|
||||
{7536863A-9A0A-43DD-8B12-3971A0B3FD46}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 有关程序集的常规信息通过以下
|
||||
// 特性集控制。更改这些特性值可修改
|
||||
// 与程序集关联的信息。
|
||||
[assembly: AssemblyTitle("Lskj.PubPageModuleDetail")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Microsoft")]
|
||||
[assembly: AssemblyProduct("Lskj.PubPageModuleDetail")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft 2015")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// 将 ComVisible 设置为 false 使此程序集中的类型
|
||||
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
|
||||
// 则将该类型上的 ComVisible 特性设置为 true。
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
||||
[assembly: Guid("b1e28475-0aee-4601-a7b4-8f9420185abc")]
|
||||
|
||||
// 程序集的版本信息由下面四个值组成:
|
||||
//
|
||||
// 主版本
|
||||
// 次版本
|
||||
// 内部版本号
|
||||
// 修订号
|
||||
//
|
||||
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
|
||||
// 方法是按如下所示使用“*”:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
@@ -0,0 +1,93 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.18408
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Lskj.PubPageModuleDetail.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("Lskj.PubPageModuleDetail.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 qq {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("qq", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap run {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("run", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap www {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("www", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,130 @@
|
||||
<?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="qq" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\qq.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="run" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\run.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="www" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\www.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -0,0 +1,26 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.18408
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Lskj.PubPageModuleDetail.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -0,0 +1,449 @@
|
||||
namespace Lskj.PubPageModuleDetail
|
||||
{
|
||||
partial class TabPageContainer
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
this.splitterControl2 = new DevExpress.XtraEditors.SplitterControl();
|
||||
this.splitterControl3 = new DevExpress.XtraEditors.SplitterControl();
|
||||
this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
|
||||
this.pl_right_where = new System.Windows.Forms.Panel();
|
||||
this.tvLeft = new Lskj.MyControl.TreeViewEx();
|
||||
this.plContainer = new System.Windows.Forms.Panel();
|
||||
this.gridLeft = new DevExpress.XtraGrid.GridControl();
|
||||
this.GridViewLeft = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.plLeft = new System.Windows.Forms.Panel();
|
||||
this.plTopMain = new System.Windows.Forms.Panel();
|
||||
this.gcMain = new Lskj.MyControl.GridControlEx();
|
||||
this.pl_down = new System.Windows.Forms.Panel();
|
||||
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.pl_search = new System.Windows.Forms.Panel();
|
||||
this.btnHelp = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnExport = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnImprt = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnCondSearch = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.txtKey = new System.Windows.Forms.TextBox();
|
||||
this.cbField = new System.Windows.Forms.ComboBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.plRightGrid = new System.Windows.Forms.Panel();
|
||||
this.tabMain = new DevExpress.XtraTab.XtraTabControl();
|
||||
this.plBottomMain = new System.Windows.Forms.Panel();
|
||||
this.plContainer.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridLeft)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GridViewLeft)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
||||
this.plLeft.SuspendLayout();
|
||||
this.plTopMain.SuspendLayout();
|
||||
this.pl_down.SuspendLayout();
|
||||
this.pl_search.SuspendLayout();
|
||||
this.plRightGrid.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// splitterControl2
|
||||
//
|
||||
this.splitterControl2.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.splitterControl2.Location = new System.Drawing.Point(1084, 0);
|
||||
this.splitterControl2.Name = "splitterControl2";
|
||||
this.splitterControl2.Size = new System.Drawing.Size(6, 673);
|
||||
this.splitterControl2.TabIndex = 19;
|
||||
this.splitterControl2.TabStop = false;
|
||||
//
|
||||
// splitterControl3
|
||||
//
|
||||
this.splitterControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.splitterControl3.Location = new System.Drawing.Point(245, 673);
|
||||
this.splitterControl3.Name = "splitterControl3";
|
||||
this.splitterControl3.Size = new System.Drawing.Size(845, 6);
|
||||
this.splitterControl3.TabIndex = 21;
|
||||
this.splitterControl3.TabStop = false;
|
||||
//
|
||||
// splitterControl1
|
||||
//
|
||||
this.splitterControl1.Location = new System.Drawing.Point(239, 0);
|
||||
this.splitterControl1.Name = "splitterControl1";
|
||||
this.splitterControl1.Size = new System.Drawing.Size(6, 679);
|
||||
this.splitterControl1.TabIndex = 17;
|
||||
this.splitterControl1.TabStop = false;
|
||||
//
|
||||
// pl_right_where
|
||||
//
|
||||
this.pl_right_where.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.pl_right_where.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.pl_right_where.Location = new System.Drawing.Point(0, 0);
|
||||
this.pl_right_where.Name = "pl_right_where";
|
||||
this.pl_right_where.Size = new System.Drawing.Size(239, 37);
|
||||
this.pl_right_where.TabIndex = 2;
|
||||
//
|
||||
// tvLeft
|
||||
//
|
||||
this.tvLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tvLeft.Location = new System.Drawing.Point(0, 37);
|
||||
this.tvLeft.MyAfterSelect = null;
|
||||
this.tvLeft.Name = "tvLeft";
|
||||
this.tvLeft.Size = new System.Drawing.Size(239, 642);
|
||||
this.tvLeft.TabIndex = 3;
|
||||
//
|
||||
// plContainer
|
||||
//
|
||||
this.plContainer.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.plContainer.Controls.Add(this.gridLeft);
|
||||
this.plContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.plContainer.Location = new System.Drawing.Point(0, 37);
|
||||
this.plContainer.Name = "plContainer";
|
||||
this.plContainer.Size = new System.Drawing.Size(239, 642);
|
||||
this.plContainer.TabIndex = 3;
|
||||
//
|
||||
// gridLeft
|
||||
//
|
||||
this.gridLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gridLeft.Location = new System.Drawing.Point(0, 0);
|
||||
this.gridLeft.MainView = this.GridViewLeft;
|
||||
this.gridLeft.Name = "gridLeft";
|
||||
this.gridLeft.Size = new System.Drawing.Size(239, 642);
|
||||
this.gridLeft.TabIndex = 0;
|
||||
this.gridLeft.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||||
this.GridViewLeft,
|
||||
this.gridView1});
|
||||
this.gridLeft.Visible = false;
|
||||
//
|
||||
// GridViewLeft
|
||||
//
|
||||
this.GridViewLeft.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.GridViewLeft.Appearance.HeaderPanel.Options.UseFont = true;
|
||||
this.GridViewLeft.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
||||
this.GridViewLeft.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||||
this.GridViewLeft.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
||||
this.GridViewLeft.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.GridViewLeft.Appearance.Preview.Options.UseFont = true;
|
||||
this.GridViewLeft.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.GridViewLeft.Appearance.Row.Options.UseFont = true;
|
||||
this.GridViewLeft.GridControl = this.gridLeft;
|
||||
this.GridViewLeft.Name = "GridViewLeft";
|
||||
this.GridViewLeft.OptionsBehavior.Editable = false;
|
||||
this.GridViewLeft.OptionsSelection.EnableAppearanceFocusedCell = false;
|
||||
this.GridViewLeft.OptionsView.ShowGroupPanel = false;
|
||||
//
|
||||
// gridView1
|
||||
//
|
||||
this.gridView1.GridControl = this.gridLeft;
|
||||
this.gridView1.Name = "gridView1";
|
||||
//
|
||||
// plLeft
|
||||
//
|
||||
this.plLeft.Controls.Add(this.plContainer);
|
||||
this.plLeft.Controls.Add(this.tvLeft);
|
||||
this.plLeft.Controls.Add(this.pl_right_where);
|
||||
this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.plLeft.Location = new System.Drawing.Point(0, 0);
|
||||
this.plLeft.Name = "plLeft";
|
||||
this.plLeft.Size = new System.Drawing.Size(239, 679);
|
||||
this.plLeft.TabIndex = 16;
|
||||
//
|
||||
// plTopMain
|
||||
//
|
||||
this.plTopMain.Controls.Add(this.gcMain);
|
||||
this.plTopMain.Controls.Add(this.pl_down);
|
||||
this.plTopMain.Controls.Add(this.pl_search);
|
||||
this.plTopMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.plTopMain.Location = new System.Drawing.Point(245, 0);
|
||||
this.plTopMain.Name = "plTopMain";
|
||||
this.plTopMain.Size = new System.Drawing.Size(839, 573);
|
||||
this.plTopMain.TabIndex = 13;
|
||||
//
|
||||
// gcMain
|
||||
//
|
||||
this.gcMain.bomCaption = null;
|
||||
this.gcMain.bomSql = null;
|
||||
this.gcMain.ConstSql = null;
|
||||
this.gcMain.detailEnableCond = null;
|
||||
this.gcMain.detailEnableMsg = null;
|
||||
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gcMain.loadBom = null;
|
||||
this.gcMain.Location = new System.Drawing.Point(0, 36);
|
||||
this.gcMain.Name = "gcMain";
|
||||
this.gcMain.pnlMain = null;
|
||||
this.gcMain.RowColorCondtion = null;
|
||||
this.gcMain.Size = new System.Drawing.Size(839, 501);
|
||||
this.gcMain.SourceType = 0;
|
||||
this.gcMain.Sql = null;
|
||||
this.gcMain.sqlC = null;
|
||||
this.gcMain.SumFieldsTable = null;
|
||||
this.gcMain.TabIndex = 8;
|
||||
this.gcMain.UnAllowEditChangeColor = true;
|
||||
//
|
||||
// pl_down
|
||||
//
|
||||
this.pl_down.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
||||
this.pl_down.Controls.Add(this.btnPrint);
|
||||
this.pl_down.Controls.Add(this.btnAdd);
|
||||
this.pl_down.Controls.Add(this.btnDelete);
|
||||
this.pl_down.Controls.Add(this.btnSave);
|
||||
this.pl_down.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.pl_down.Location = new System.Drawing.Point(0, 537);
|
||||
this.pl_down.Name = "pl_down";
|
||||
this.pl_down.Size = new System.Drawing.Size(839, 36);
|
||||
this.pl_down.TabIndex = 7;
|
||||
//
|
||||
// btnPrint
|
||||
//
|
||||
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnPrint.Location = new System.Drawing.Point(772, 5);
|
||||
this.btnPrint.Name = "btnPrint";
|
||||
this.btnPrint.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnPrint.TabIndex = 5;
|
||||
this.btnPrint.Text = "打印(&P)";
|
||||
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
||||
//
|
||||
// btnAdd
|
||||
//
|
||||
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnAdd.Location = new System.Drawing.Point(565, 5);
|
||||
this.btnAdd.Name = "btnAdd";
|
||||
this.btnAdd.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnAdd.TabIndex = 3;
|
||||
this.btnAdd.Text = "增加(&A)";
|
||||
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
||||
//
|
||||
// btnDelete
|
||||
//
|
||||
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnDelete.Location = new System.Drawing.Point(634, 5);
|
||||
this.btnDelete.Name = "btnDelete";
|
||||
this.btnDelete.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnDelete.TabIndex = 2;
|
||||
this.btnDelete.Text = "删除(&D)";
|
||||
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
||||
//
|
||||
// btnSave
|
||||
//
|
||||
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnSave.Location = new System.Drawing.Point(703, 5);
|
||||
this.btnSave.Name = "btnSave";
|
||||
this.btnSave.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnSave.TabIndex = 0;
|
||||
this.btnSave.Text = "保存(&S)";
|
||||
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||||
//
|
||||
// pl_search
|
||||
//
|
||||
this.pl_search.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
||||
this.pl_search.Controls.Add(this.btnHelp);
|
||||
this.pl_search.Controls.Add(this.btnExport);
|
||||
this.pl_search.Controls.Add(this.btnImprt);
|
||||
this.pl_search.Controls.Add(this.btnCondSearch);
|
||||
this.pl_search.Controls.Add(this.txtKey);
|
||||
this.pl_search.Controls.Add(this.cbField);
|
||||
this.pl_search.Controls.Add(this.label1);
|
||||
this.pl_search.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.pl_search.Location = new System.Drawing.Point(0, 0);
|
||||
this.pl_search.Name = "pl_search";
|
||||
this.pl_search.Size = new System.Drawing.Size(839, 36);
|
||||
this.pl_search.TabIndex = 9;
|
||||
this.pl_search.Visible = false;
|
||||
//
|
||||
// btnHelp
|
||||
//
|
||||
this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnHelp.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnHelp.Appearance.Options.UseFont = true;
|
||||
this.btnHelp.Location = new System.Drawing.Point(762, 4);
|
||||
this.btnHelp.Name = "btnHelp";
|
||||
this.btnHelp.Size = new System.Drawing.Size(72, 26);
|
||||
this.btnHelp.TabIndex = 40;
|
||||
this.btnHelp.Text = "帮助文档(&H)";
|
||||
this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
|
||||
//
|
||||
// btnExport
|
||||
//
|
||||
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnExport.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnExport.Appearance.Options.UseFont = true;
|
||||
this.btnExport.Location = new System.Drawing.Point(694, 4);
|
||||
this.btnExport.Name = "btnExport";
|
||||
this.btnExport.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnExport.TabIndex = 39;
|
||||
this.btnExport.Text = "导出(&O)";
|
||||
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
||||
//
|
||||
// btnImprt
|
||||
//
|
||||
this.btnImprt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnImprt.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnImprt.Appearance.Options.UseFont = true;
|
||||
this.btnImprt.Location = new System.Drawing.Point(627, 4);
|
||||
this.btnImprt.Name = "btnImprt";
|
||||
this.btnImprt.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnImprt.TabIndex = 38;
|
||||
this.btnImprt.Text = "导入(&I)";
|
||||
this.btnImprt.Click += new System.EventHandler(this.btnImprt_Click);
|
||||
//
|
||||
// btnCondSearch
|
||||
//
|
||||
this.btnCondSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnCondSearch.Appearance.Options.UseFont = true;
|
||||
this.btnCondSearch.Location = new System.Drawing.Point(269, 4);
|
||||
this.btnCondSearch.Name = "btnCondSearch";
|
||||
this.btnCondSearch.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnCondSearch.TabIndex = 37;
|
||||
this.btnCondSearch.Text = "查询";
|
||||
this.btnCondSearch.Visible = false;
|
||||
this.btnCondSearch.Click += new System.EventHandler(this.btnCondSearch_Click);
|
||||
//
|
||||
// txtKey
|
||||
//
|
||||
this.txtKey.Location = new System.Drawing.Point(136, 9);
|
||||
this.txtKey.Name = "txtKey";
|
||||
this.txtKey.Size = new System.Drawing.Size(126, 21);
|
||||
this.txtKey.TabIndex = 36;
|
||||
this.txtKey.Visible = false;
|
||||
this.txtKey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtKey_KeyDown);
|
||||
//
|
||||
// cbField
|
||||
//
|
||||
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cbField.FormattingEnabled = true;
|
||||
this.cbField.Location = new System.Drawing.Point(40, 9);
|
||||
this.cbField.Name = "cbField";
|
||||
this.cbField.Size = new System.Drawing.Size(88, 20);
|
||||
this.cbField.TabIndex = 35;
|
||||
this.cbField.Tag = "";
|
||||
this.cbField.Visible = false;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(6, 13);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(29, 12);
|
||||
this.label1.TabIndex = 34;
|
||||
this.label1.Text = "查询";
|
||||
this.label1.Visible = false;
|
||||
//
|
||||
// plRightGrid
|
||||
//
|
||||
this.plRightGrid.Controls.Add(this.tabMain);
|
||||
this.plRightGrid.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.plRightGrid.Location = new System.Drawing.Point(1090, 0);
|
||||
this.plRightGrid.Name = "plRightGrid";
|
||||
this.plRightGrid.Size = new System.Drawing.Size(293, 679);
|
||||
this.plRightGrid.TabIndex = 18;
|
||||
//
|
||||
// tabMain
|
||||
//
|
||||
this.tabMain.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabMain.Appearance.Options.UseFont = true;
|
||||
this.tabMain.AppearancePage.Header.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabMain.AppearancePage.Header.Options.UseFont = true;
|
||||
this.tabMain.AppearancePage.HeaderActive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabMain.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.Blue;
|
||||
this.tabMain.AppearancePage.HeaderActive.Options.UseFont = true;
|
||||
this.tabMain.AppearancePage.HeaderActive.Options.UseForeColor = true;
|
||||
this.tabMain.AppearancePage.PageClient.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tabMain.AppearancePage.PageClient.Options.UseFont = true;
|
||||
this.tabMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.tabMain.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabMain.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabMain.LookAndFeel.SkinName = "Office 2013 Light Gray";
|
||||
this.tabMain.LookAndFeel.UseDefaultLookAndFeel = false;
|
||||
this.tabMain.Name = "tabMain";
|
||||
this.tabMain.Size = new System.Drawing.Size(293, 679);
|
||||
this.tabMain.TabIndex = 2;
|
||||
//
|
||||
// plBottomMain
|
||||
//
|
||||
this.plBottomMain.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.plBottomMain.Location = new System.Drawing.Point(245, 573);
|
||||
this.plBottomMain.Name = "plBottomMain";
|
||||
this.plBottomMain.Size = new System.Drawing.Size(839, 100);
|
||||
this.plBottomMain.TabIndex = 20;
|
||||
//
|
||||
// TabPageContainer
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.plTopMain);
|
||||
this.Controls.Add(this.plBottomMain);
|
||||
this.Controls.Add(this.splitterControl2);
|
||||
this.Controls.Add(this.splitterControl3);
|
||||
this.Controls.Add(this.plRightGrid);
|
||||
this.Controls.Add(this.splitterControl1);
|
||||
this.Controls.Add(this.plLeft);
|
||||
this.Name = "TabPageContainer";
|
||||
this.Size = new System.Drawing.Size(1383, 679);
|
||||
this.plContainer.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridLeft)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GridViewLeft)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
||||
this.plLeft.ResumeLayout(false);
|
||||
this.plTopMain.ResumeLayout(false);
|
||||
this.pl_down.ResumeLayout(false);
|
||||
this.pl_search.ResumeLayout(false);
|
||||
this.pl_search.PerformLayout();
|
||||
this.plRightGrid.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabMain)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.SplitterControl splitterControl2;
|
||||
private DevExpress.XtraEditors.SplitterControl splitterControl3;
|
||||
private DevExpress.XtraEditors.SplitterControl splitterControl1;
|
||||
private System.Windows.Forms.Panel pl_right_where;
|
||||
private MyControl.TreeViewEx tvLeft;
|
||||
private System.Windows.Forms.Panel plContainer;
|
||||
private DevExpress.XtraGrid.GridControl gridLeft;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView GridViewLeft;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
||||
private System.Windows.Forms.Panel plLeft;
|
||||
private System.Windows.Forms.Panel plTopMain;
|
||||
public MyControl.GridControlEx gcMain;
|
||||
private System.Windows.Forms.Panel pl_down;
|
||||
private DevExpress.XtraEditors.SimpleButton btnPrint;
|
||||
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
||||
private DevExpress.XtraEditors.SimpleButton btnDelete;
|
||||
private DevExpress.XtraEditors.SimpleButton btnSave;
|
||||
private System.Windows.Forms.Panel pl_search;
|
||||
private DevExpress.XtraEditors.SimpleButton btnHelp;
|
||||
private DevExpress.XtraEditors.SimpleButton btnExport;
|
||||
private DevExpress.XtraEditors.SimpleButton btnImprt;
|
||||
private DevExpress.XtraEditors.SimpleButton btnCondSearch;
|
||||
private System.Windows.Forms.TextBox txtKey;
|
||||
private System.Windows.Forms.ComboBox cbField;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Panel plRightGrid;
|
||||
private DevExpress.XtraTab.XtraTabControl tabMain;
|
||||
private System.Windows.Forms.Panel plBottomMain;
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
+236
@@ -0,0 +1,236 @@
|
||||
namespace Lskj.PubPageModuleDetail
|
||||
{
|
||||
partial class TabPageDetail {
|
||||
/// <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() {
|
||||
this.pl_down = new System.Windows.Forms.Panel();
|
||||
this.btnImport = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnExport = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.gridList = new Lskj.MyControl.GridControlEx();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.btnCondSearch = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.txtKey = new System.Windows.Forms.TextBox();
|
||||
this.cbField = new System.Windows.Forms.ComboBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.pl_down.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// pl_down
|
||||
//
|
||||
this.pl_down.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
||||
this.pl_down.Controls.Add(this.btnImport);
|
||||
this.pl_down.Controls.Add(this.btnExport);
|
||||
this.pl_down.Controls.Add(this.btnPrint);
|
||||
this.pl_down.Controls.Add(this.btnAdd);
|
||||
this.pl_down.Controls.Add(this.btnDelete);
|
||||
this.pl_down.Controls.Add(this.btnUpdate);
|
||||
this.pl_down.Controls.Add(this.btnSave);
|
||||
this.pl_down.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.pl_down.Location = new System.Drawing.Point(0, 466);
|
||||
this.pl_down.Name = "pl_down";
|
||||
this.pl_down.Size = new System.Drawing.Size(704, 36);
|
||||
this.pl_down.TabIndex = 1;
|
||||
//
|
||||
// btnImport
|
||||
//
|
||||
this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnImport.Location = new System.Drawing.Point(496, 5);
|
||||
this.btnImport.Name = "btnImport";
|
||||
this.btnImport.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnImport.TabIndex = 7;
|
||||
this.btnImport.Text = "导入(&I)";
|
||||
this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
|
||||
//
|
||||
// btnExport
|
||||
//
|
||||
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnExport.Location = new System.Drawing.Point(565, 5);
|
||||
this.btnExport.Name = "btnExport";
|
||||
this.btnExport.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnExport.TabIndex = 6;
|
||||
this.btnExport.Text = "导出(&E)";
|
||||
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
||||
//
|
||||
// btnPrint
|
||||
//
|
||||
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnPrint.Location = new System.Drawing.Point(634, 5);
|
||||
this.btnPrint.Name = "btnPrint";
|
||||
this.btnPrint.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnPrint.TabIndex = 5;
|
||||
this.btnPrint.Text = "打印(&P)";
|
||||
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
||||
//
|
||||
// btnAdd
|
||||
//
|
||||
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnAdd.Location = new System.Drawing.Point(220, 5);
|
||||
this.btnAdd.Name = "btnAdd";
|
||||
this.btnAdd.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnAdd.TabIndex = 3;
|
||||
this.btnAdd.Text = "增加(&A)";
|
||||
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
||||
//
|
||||
// btnDelete
|
||||
//
|
||||
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnDelete.Location = new System.Drawing.Point(289, 5);
|
||||
this.btnDelete.Name = "btnDelete";
|
||||
this.btnDelete.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnDelete.TabIndex = 2;
|
||||
this.btnDelete.Text = "删除(&D)";
|
||||
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
||||
//
|
||||
// btnUpdate
|
||||
//
|
||||
this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnUpdate.Location = new System.Drawing.Point(358, 5);
|
||||
this.btnUpdate.Name = "btnUpdate";
|
||||
this.btnUpdate.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnUpdate.TabIndex = 1;
|
||||
this.btnUpdate.Text = "修改(&U)";
|
||||
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
|
||||
//
|
||||
// btnSave
|
||||
//
|
||||
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnSave.Location = new System.Drawing.Point(427, 5);
|
||||
this.btnSave.Name = "btnSave";
|
||||
this.btnSave.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnSave.TabIndex = 0;
|
||||
this.btnSave.Text = "保存(&S)";
|
||||
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||||
//
|
||||
// gridList
|
||||
//
|
||||
this.gridList.bomCaption = null;
|
||||
this.gridList.bomSql = null;
|
||||
this.gridList.ConstSql = null;
|
||||
this.gridList.detailEnableCond = null;
|
||||
this.gridList.detailEnableMsg = null;
|
||||
this.gridList.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gridList.loadBom = null;
|
||||
this.gridList.Location = new System.Drawing.Point(0, 36);
|
||||
this.gridList.Name = "gridList";
|
||||
this.gridList.pnlMain = null;
|
||||
this.gridList.RowColorCondtion = null;
|
||||
this.gridList.Size = new System.Drawing.Size(704, 430);
|
||||
this.gridList.SourceType = 0;
|
||||
this.gridList.Sql = null;
|
||||
this.gridList.sqlC = null;
|
||||
this.gridList.SumFieldsTable = null;
|
||||
this.gridList.TabIndex = 2;
|
||||
this.gridList.UnAllowEditChangeColor = true;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
||||
this.panel2.Controls.Add(this.btnCondSearch);
|
||||
this.panel2.Controls.Add(this.txtKey);
|
||||
this.panel2.Controls.Add(this.cbField);
|
||||
this.panel2.Controls.Add(this.label1);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(704, 36);
|
||||
this.panel2.TabIndex = 3;
|
||||
this.panel2.Visible = false;
|
||||
//
|
||||
// btnCondSearch
|
||||
//
|
||||
this.btnCondSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnCondSearch.Appearance.Options.UseFont = true;
|
||||
this.btnCondSearch.Location = new System.Drawing.Point(269, 4);
|
||||
this.btnCondSearch.Name = "btnCondSearch";
|
||||
this.btnCondSearch.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnCondSearch.TabIndex = 37;
|
||||
this.btnCondSearch.Text = "查询";
|
||||
this.btnCondSearch.Click += new System.EventHandler(this.btnCondSearch_Click);
|
||||
//
|
||||
// txtKey
|
||||
//
|
||||
this.txtKey.Location = new System.Drawing.Point(136, 9);
|
||||
this.txtKey.Name = "txtKey";
|
||||
this.txtKey.Size = new System.Drawing.Size(126, 21);
|
||||
this.txtKey.TabIndex = 36;
|
||||
//
|
||||
// cbField
|
||||
//
|
||||
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cbField.FormattingEnabled = true;
|
||||
this.cbField.Location = new System.Drawing.Point(40, 9);
|
||||
this.cbField.Name = "cbField";
|
||||
this.cbField.Size = new System.Drawing.Size(88, 20);
|
||||
this.cbField.TabIndex = 35;
|
||||
this.cbField.Tag = "";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(6, 13);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(29, 12);
|
||||
this.label1.TabIndex = 34;
|
||||
this.label1.Text = "查询";
|
||||
//
|
||||
// TabPageDetail
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.gridList);
|
||||
this.Controls.Add(this.panel2);
|
||||
this.Controls.Add(this.pl_down);
|
||||
this.Name = "TabPageDetail";
|
||||
this.Size = new System.Drawing.Size(704, 502);
|
||||
this.pl_down.ResumeLayout(false);
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.panel2.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel pl_down;
|
||||
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
||||
private DevExpress.XtraEditors.SimpleButton btnDelete;
|
||||
private DevExpress.XtraEditors.SimpleButton btnUpdate;
|
||||
private DevExpress.XtraEditors.SimpleButton btnSave;
|
||||
private DevExpress.XtraEditors.SimpleButton btnImport;
|
||||
private DevExpress.XtraEditors.SimpleButton btnExport;
|
||||
private DevExpress.XtraEditors.SimpleButton btnPrint;
|
||||
public MyControl.GridControlEx gridList;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private DevExpress.XtraEditors.SimpleButton btnCondSearch;
|
||||
private System.Windows.Forms.TextBox txtKey;
|
||||
private System.Windows.Forms.ComboBox cbField;
|
||||
private System.Windows.Forms.Label label1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,467 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using Lskj.Common;
|
||||
using CommonLib;
|
||||
using CommonLib.utils;
|
||||
using DevExpress.XtraGrid.Columns;
|
||||
using ExcelPlus;
|
||||
using System.Data.SqlClient;
|
||||
using Lskj.MyControl;
|
||||
using DevExpress.XtraGrid.Views.Grid;
|
||||
using DevExpress.XtraEditors;
|
||||
|
||||
namespace Lskj.PubPageModuleDetail
|
||||
{
|
||||
public partial class TabPageDetail : UserControl {
|
||||
//模块ID
|
||||
public string DLLCoid { get; set; }
|
||||
//管理员Id
|
||||
public string OperatorId { get; set; }
|
||||
//管理员名称
|
||||
public string OperatorName { get; set; }
|
||||
//权限
|
||||
public string Privilege { get; set; }
|
||||
//窗体标题
|
||||
public string FormText { get; set; }
|
||||
//对象Id
|
||||
public string objectId { get; set; }
|
||||
//对象值
|
||||
public string objectValue { get; set; }
|
||||
public string dllSql { get; set; }
|
||||
public string autoRefresh { get; set; }
|
||||
/// <summary>
|
||||
/// 是否报表
|
||||
/// </summary>
|
||||
public bool HasReport { get; set; }
|
||||
|
||||
private string addCond; // 添加条件
|
||||
private string deleteCond; // 删除条件
|
||||
private string modifyCond; // 修改条件
|
||||
//主表数据
|
||||
private DataTable dtSystemDlltab;
|
||||
//主键数据
|
||||
private DataTable idFiledKey;
|
||||
private bool needModified;
|
||||
/// <summary>
|
||||
/// 条件颜色
|
||||
/// </summary>
|
||||
private DataTable dtSysColorList;
|
||||
/// <summary>
|
||||
/// DbDataAdapter
|
||||
/// </summary>
|
||||
private SqlDataAdapter da;
|
||||
/// <summary>
|
||||
/// 操作Dataset
|
||||
/// </summary>
|
||||
private DataSet ds = new DataSet();
|
||||
public string pageText;
|
||||
|
||||
public TabPageDetail() {
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 初始化数据
|
||||
/// </summary>
|
||||
/// <param name="e"></param>
|
||||
protected override void OnLoad(EventArgs e) {
|
||||
dtSystemDlltab = CommonLib.SqlHelper.ExecuteDataSet("select * from P_systemDlltab where DLLCoid='" + DLLCoid + "'").Tables[0];
|
||||
if (dtSystemDlltab != null && dtSystemDlltab.Rows.Count > 0) {
|
||||
addCond = dtSystemDlltab.Rows[0]["addCond"] + "";
|
||||
deleteCond = dtSystemDlltab.Rows[0]["deleteCond"] + "";
|
||||
modifyCond = dtSystemDlltab.Rows[0]["modifyCond"].ToString();
|
||||
needModified = dtSystemDlltab.Rows[0]["modifyEnable"].ToString() == "1";
|
||||
bool addEnable = dtSystemDlltab.Rows[0]["addEnable"] + "" == "1";
|
||||
bool deleteEnable = dtSystemDlltab.Rows[0]["deleteEnable"] + "" == "1";
|
||||
bool importEnable = dtSystemDlltab.Rows[0]["importEnable"] + "" == "1";
|
||||
bool exportEnable = dtSystemDlltab.Rows[0]["exportEnable"] + "" == "1";
|
||||
bool searchEnable = dtSystemDlltab.Rows[0]["searchEnable"] + "" == "1";
|
||||
|
||||
btnAdd.Enabled = addEnable;
|
||||
btnDelete.Enabled = deleteEnable;
|
||||
btnImport.Enabled = importEnable;
|
||||
btnExport.Enabled = exportEnable;
|
||||
btnCondSearch.Enabled = searchEnable;
|
||||
btnUpdate.Enabled = needModified;
|
||||
btnSave.Enabled = needModified;
|
||||
}
|
||||
// 当前标签为报表
|
||||
if (HasReport)
|
||||
{
|
||||
btnAdd.Visible = btnDelete.Visible = btnImport.Visible = btnUpdate.Visible = btnSave.Visible = false;
|
||||
}
|
||||
idFiledKey = SqlHelper.ExecuteDataSet("select top 1 * from P_systemwordbooktab where tab='" + DLLCoid + "' order by orderid").Tables[0];
|
||||
GridMenu gm = new GridMenu(FormText, OperatorId, OperatorName, Privilege, DLLCoid, "", gridList.gridControl);
|
||||
gm.DirId = dtSystemDlltab.Rows[0]["dirid"] + "";
|
||||
gm.filedKey = idFiledKey.Rows[0]["fieldname"].ToString();
|
||||
gm.BindGridMenuWQ(DLLCoid);
|
||||
gm.OnGridMenuClickRefreshData += new EventHandler(gm_OnGridMenuClickRefreshData);
|
||||
gridList.gridControl.DoubleClick += new EventHandler(gridControl_DoubleClick);
|
||||
gridList.gridView.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(gridView_SelectionChanged);
|
||||
dtSysColorList = SqlHelper.ExecuteDataSet("select * from P_systemwordbookcolor where tab='" + DLLCoid + "' and isnull(useflag,0)=0 order by orderid").Tables[0];
|
||||
gridList.gridView.RowStyle += new RowStyleEventHandler(gridView_RowStyle);
|
||||
DataTable cbSearchFiled = SqlHelper.ExecuteDataSet("select * from P_systemwordbooktab where tab='" + DLLCoid + "' and ifSearch =0 and isnull(username1,'')<>''").Tables[0];
|
||||
//加载筛选框
|
||||
cbField.DataSource = cbSearchFiled;
|
||||
cbField.DisplayMember = "username1";
|
||||
cbField.ValueMember = "fieldname";
|
||||
|
||||
if (autoRefresh == "1") {
|
||||
InitData(gridList.Sql);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 执行右键菜单后刷新表格数据
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void gm_OnGridMenuClickRefreshData(object sender, EventArgs e)
|
||||
{
|
||||
InitData(gridList.Sql);
|
||||
}
|
||||
|
||||
#region 行颜色
|
||||
private void gridView_RowStyle(object sender, RowStyleEventArgs e) {
|
||||
if (e.RowHandle >= 0) {
|
||||
DataRow row = gridList.gridView.GetDataRow(e.RowHandle);
|
||||
string cond = string.Empty;
|
||||
string color = string.Empty;
|
||||
string forecolor = string.Empty;
|
||||
foreach (DataRow dr in dtSysColorList.Rows) {
|
||||
|
||||
//string[] strSplit = dr["condition"].ToString().Split('=');
|
||||
//if (strSplit.Length >= 2)
|
||||
//{
|
||||
// string filed = strSplit[0].Replace("{", "").Replace("}", "");
|
||||
// string value = strSplit[1];
|
||||
// if (value == row[filed] + "")
|
||||
// {
|
||||
// System.Drawing.Color color = System.Drawing.ColorTranslator.FromHtml(dr["backcolor"].ToString());
|
||||
// System.Drawing.Color foreColor = System.Drawing.ColorTranslator.FromHtml(dr["forcecolor"].ToString());
|
||||
// e.Appearance.BackColor = color;
|
||||
// e.Appearance.ForeColor = foreColor;
|
||||
// }
|
||||
//}
|
||||
|
||||
|
||||
List<string> condition = PubClass.GetParamValue(dr["condition"].ToString());
|
||||
cond = dr["condition"].ToString();
|
||||
foreach (string item in condition) {
|
||||
string filedName = item.Replace("{", "").Replace("}", "");
|
||||
cond = cond.Replace(item, row[filedName].ToString());
|
||||
}
|
||||
cond = PubClass.SqlToCode(cond);
|
||||
color = dr["backcolor"] + "";
|
||||
forecolor = dr["forcecolor"].ToString() + "";
|
||||
|
||||
string obj = Evaluator.Eval(cond) + "";
|
||||
if (obj.IndexOf("true", StringComparison.OrdinalIgnoreCase) != -1) {
|
||||
if (!string.IsNullOrEmpty(color)) {
|
||||
System.Drawing.Color color1 = System.Drawing.ColorTranslator.FromHtml(color);
|
||||
e.Appearance.BackColor = color1;
|
||||
}
|
||||
if (!string.IsNullOrEmpty(forecolor)) {
|
||||
System.Drawing.Color foreColor = System.Drawing.ColorTranslator.FromHtml(forecolor);
|
||||
e.Appearance.ForeColor = foreColor;
|
||||
|
||||
}
|
||||
FontStyle fst = new FontStyle();
|
||||
if (dr["ifBold"].ToString() == "1") {
|
||||
fst = fst | FontStyle.Bold;
|
||||
}
|
||||
if (dr["ifItalic"].ToString() == "1") {
|
||||
fst = fst | FontStyle.Italic;
|
||||
}
|
||||
if (dr["ifStrickOut"].ToString() == "1") {
|
||||
fst = fst | FontStyle.Strikeout;
|
||||
}
|
||||
if (dr["ifUnderLine"].ToString() == "1") {
|
||||
fst = fst | FontStyle.Underline;
|
||||
}
|
||||
e.Appearance.Font = new Font(e.Appearance.Font, fst);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
private void gridView_SelectionChanged(object sender, DevExpress.Data.SelectionChangedEventArgs e)
|
||||
{
|
||||
int[] rows = gridList.gridView.GetSelectedRows();
|
||||
if (rows != null && rows.Length > 0)
|
||||
{
|
||||
DataRow row = gridList.gridView.GetDataRow(rows[0]);
|
||||
bool isAdd = true;
|
||||
bool isDelete = true;
|
||||
bool isUpdate = true;
|
||||
// 添加权限
|
||||
if (!string.IsNullOrEmpty(addCond))
|
||||
{
|
||||
string tempCond = PubClass.ReqSqlWhere(row, PubClass.ReqSqlParam(addCond, OperatorId, OperatorName));
|
||||
isAdd = Convert.ToBoolean(Evaluator.Eval(tempCond));
|
||||
}
|
||||
// 删除权限
|
||||
if (!string.IsNullOrEmpty(deleteCond))
|
||||
{
|
||||
string tempCond = PubClass.ReqSqlWhere(row, PubClass.ReqSqlParam(deleteCond, OperatorId, OperatorName));
|
||||
isDelete = Convert.ToBoolean(Evaluator.Eval(tempCond));
|
||||
}
|
||||
// 修改、保存权限
|
||||
if (!string.IsNullOrEmpty(modifyCond))
|
||||
{
|
||||
string tempCond = PubClass.ReqSqlWhere(row, PubClass.ReqSqlParam(modifyCond, OperatorId, OperatorName));
|
||||
isUpdate = Convert.ToBoolean(Evaluator.Eval(tempCond));
|
||||
gridList.gridView.OptionsBehavior.Editable = isUpdate;
|
||||
}
|
||||
btnAdd.Enabled = isAdd;
|
||||
btnDelete.Enabled = isDelete;
|
||||
btnUpdate.Enabled = btnSave.Enabled = isUpdate;
|
||||
}
|
||||
}
|
||||
|
||||
private void gridControl_DoubleClick(object sender, EventArgs e) {
|
||||
if (!string.IsNullOrEmpty(dtSystemDlltab.Rows[0]["AddDllName"] + ""))
|
||||
UpdateModel();
|
||||
}
|
||||
|
||||
private void btnPrint_Click(object sender, EventArgs e) {
|
||||
PubClass.Preview(gridList.gridControl);
|
||||
}
|
||||
|
||||
private void btnDelete_Click(object sender, EventArgs e) {
|
||||
int[] rowid = gridList.gridView.GetSelectedRows();
|
||||
if (rowid.Length == 0) {
|
||||
XtraMessageBox.Show("没有选择要删除数据", "提示", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
}
|
||||
else {
|
||||
if (XtraMessageBox.Show("您确定要删除选中记录?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
|
||||
{
|
||||
string ids = string.Empty;
|
||||
foreach (int rid in rowid) {
|
||||
DataRow dr = gridList.gridView.GetDataRow(rid);
|
||||
//判断删除条件是否符合
|
||||
Boolean canDelete = string.IsNullOrEmpty(deleteCond);
|
||||
string tempCond = deleteCond;
|
||||
if (!canDelete) {
|
||||
tempCond = PubClass.ReqSqlParam(tempCond, OperatorId, OperatorName);
|
||||
tempCond = PubClass.ReqSqlWhere(dr, tempCond);
|
||||
canDelete = Convert.ToBoolean(Evaluator.Eval(tempCond));
|
||||
}
|
||||
if (canDelete)
|
||||
ids += "'" + dr[idFiledKey.Rows[0]["fieldname"] + ""] + "',";
|
||||
}
|
||||
if (ids != string.Empty) {
|
||||
string sql = "delete from " + dtSystemDlltab.Rows[0]["SQLDT1"] + " where " + idFiledKey.Rows[0]["fieldname"] + " in(" + ids.Trim(',') + ")";
|
||||
SqlHelper.ExecuteNonQuery(sql);
|
||||
InitData(gridList.Sql);
|
||||
XtraMessageBox.Show("记录删除成功", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
}
|
||||
else {
|
||||
XtraMessageBox.Show("没有符合删除条件的记录", "提示", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void btnAdd_Click(object sender, EventArgs e) {
|
||||
if (string.IsNullOrEmpty(objectValue))
|
||||
{
|
||||
XtraMessageBox.Show("请选择条数据后再添加", "提示", MessageBoxButtons.OK, MessageBoxIcon.Warning);
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!string.IsNullOrEmpty(dtSystemDlltab.Rows[0]["AddDllName"] + ""))
|
||||
{
|
||||
string[] args = {
|
||||
FormText,
|
||||
OperatorId,
|
||||
OperatorName,
|
||||
Privilege,
|
||||
DLLCoid,
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
objectId,
|
||||
objectValue,
|
||||
dllSql
|
||||
};
|
||||
IForm form = PubUtil.LoadDllForm(dtSystemDlltab.Rows[0]["AddDllName"] + "", args);
|
||||
DialogResult result = form.SubForm.ShowDialog();
|
||||
InitData(gridList.Sql);
|
||||
}
|
||||
else
|
||||
{
|
||||
AddRow(gridList.gridView);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 添加行
|
||||
/// </summary>
|
||||
/// <param name="view"></param>
|
||||
protected void AddRow(DevExpress.XtraGrid.Views.Grid.GridView view) {
|
||||
int prevDataRowIndex = view.GetFocusedDataSourceRowIndex();
|
||||
view.AddNewRow();
|
||||
DataTable dt = null;
|
||||
if (!string.IsNullOrEmpty(dllSql) && dllSql.Contains("select")) {
|
||||
dt = SqlHelper.ExecuteDataSet(dllSql).Tables[0];
|
||||
}
|
||||
//默认值
|
||||
foreach (GridColumn item in view.Columns) {
|
||||
if (item.Tag != null) {
|
||||
MyTagModel cmt = item.Tag as MyTagModel;
|
||||
if (cmt != null) {
|
||||
string defaultValue = PubClass.GetDefaultValue(cmt.DefaultValue.ToString(), OperatorId, OperatorName);
|
||||
if (item.FieldName.ToUpper().Equals(objectId.ToUpper())) {
|
||||
view.SetRowCellValue(view.FocusedRowHandle, item, objectValue);
|
||||
}
|
||||
else if (dt != null && dt.Rows.Count > 0) {
|
||||
foreach (DataColumn dc in dt.Columns) {
|
||||
if (dc.ColumnName.ToUpper() == item.FieldName.ToUpper()) {
|
||||
view.SetRowCellValue(view.FocusedRowHandle, item, dt.Rows[0][dc.ColumnName]);
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (!string.IsNullOrEmpty(defaultValue))
|
||||
{
|
||||
view.SetRowCellValue(view.FocusedRowHandle, item, defaultValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 导出Excel
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void btnExport_Click(object sender, EventArgs e) {
|
||||
PubClass.SaveXls(gridList.gridControl);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 导入Excel
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void btnImport_Click(object sender, EventArgs e) {
|
||||
//frmImport frm = new frmImport(gridList.gridControl, dtSystemDlltab.Rows[0]["SQLDT1"].ToString());
|
||||
string columnPrefix = PubClass.GetColumnPrefix(dtSystemDlltab.Rows[0]["SQLDT1"].ToString());
|
||||
frmImport frm = new frmImport(gridList, dtSystemDlltab.Rows[0]["SQLDT1"].ToString(), "", "", OperatorId, OperatorName, columnPrefix);
|
||||
frm.ShowDialog();
|
||||
}
|
||||
|
||||
public bool UpdateModel() {
|
||||
if (dtSystemDlltab.Rows[0]["AddDllName"] + "" == "")
|
||||
{
|
||||
return false;
|
||||
}
|
||||
int[] rows = gridList.gridView.GetSelectedRows();
|
||||
if (rows.Length > 0)
|
||||
{
|
||||
DataRow dr = gridList.gridView.GetDataRow(rows[0]);
|
||||
//判断修改条件是否符合
|
||||
Boolean canModify = string.IsNullOrEmpty(modifyCond);
|
||||
if (needModified)
|
||||
{
|
||||
string tempCond = modifyCond;
|
||||
if (!canModify)
|
||||
{
|
||||
tempCond = PubClass.ReqSqlParam(tempCond, OperatorId, OperatorName);
|
||||
tempCond = PubClass.ReqSqlWhere(dr, tempCond);
|
||||
canModify = Convert.ToBoolean(Evaluator.Eval(tempCond));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
canModify = false;
|
||||
}
|
||||
canModify = canModify && (!Privilege.Equals("1"));
|
||||
string productId = dr[idFiledKey.Rows[0]["fieldname"] + ""].ToString();
|
||||
string[] args = {
|
||||
FormText,
|
||||
OperatorId,
|
||||
OperatorName,
|
||||
Privilege,
|
||||
DLLCoid,
|
||||
"",
|
||||
Convert.ToInt32(!canModify).ToString(),
|
||||
productId,
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
dllSql
|
||||
};
|
||||
IForm form = PubUtil.LoadDllForm(dtSystemDlltab.Rows[0]["AddDllName"] + "", args);
|
||||
form.SubForm.ShowDialog();
|
||||
}
|
||||
InitData(gridList.Sql);
|
||||
return true;
|
||||
}
|
||||
|
||||
private void btnUpdate_Click(object sender, EventArgs e) {
|
||||
UpdateModel();
|
||||
}
|
||||
|
||||
private void btnSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
if (da == null) return;
|
||||
da.Update(ds);
|
||||
}
|
||||
catch (DBConcurrencyException dce)
|
||||
{
|
||||
// 并发异常
|
||||
XtraMessageBox.Show("数据已更新,请刷新后重试.");
|
||||
return;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
if (ex.Message.IndexOf("ix", StringComparison.OrdinalIgnoreCase) != -1)
|
||||
{
|
||||
XtraMessageBox.Show("系统检测到录入信息重复,请检查", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
XtraMessageBox.Show(ex.Message);
|
||||
return;
|
||||
}
|
||||
}
|
||||
XtraMessageBox.Show("修改成功", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 初始化数据
|
||||
/// </summary>
|
||||
/// <param name="sql"></param>
|
||||
public void InitData(string sql) {
|
||||
int oldRowHandle = (gridList.gridView).FocusedRowHandle;
|
||||
da = SqlHelper.ExecuteAdapter(CommandType.Text, PubClass.ReplaceWhereCond(sql));
|
||||
if (ds != null && ds.Tables.Count > 0)
|
||||
ds.Clear();
|
||||
da.Fill(ds);
|
||||
SqlCommandBuilder cb = new SqlCommandBuilder(da);
|
||||
gridList.gridControl.DataSource = ds.Tables[0];
|
||||
(gridList.gridView).ClearSelection();
|
||||
(gridList.gridView).FocusedRowHandle = oldRowHandle;
|
||||
(gridList.gridView).SelectRow(oldRowHandle);
|
||||
}
|
||||
|
||||
private void btnCondSearch_Click(object sender, EventArgs e) {
|
||||
InitData(gridList.Sql);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
+249
@@ -0,0 +1,249 @@
|
||||
namespace Lskj.PubPageModuleDetail
|
||||
{
|
||||
partial class TabPageMaster
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
this.gcMain = new Lskj.MyControl.GridControlEx();
|
||||
this.btnCondSearch = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.txtKey = new System.Windows.Forms.TextBox();
|
||||
this.cbField = new System.Windows.Forms.ComboBox();
|
||||
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.pl_search = new System.Windows.Forms.Panel();
|
||||
this.btnHelp = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnExport = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnImprt = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.pl_down = new System.Windows.Forms.Panel();
|
||||
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.pl_search.SuspendLayout();
|
||||
this.pl_down.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// gcMain
|
||||
//
|
||||
this.gcMain.bomCaption = null;
|
||||
this.gcMain.bomSql = null;
|
||||
this.gcMain.ConstSql = null;
|
||||
this.gcMain.detailEnableCond = null;
|
||||
this.gcMain.detailEnableMsg = null;
|
||||
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gcMain.loadBom = null;
|
||||
this.gcMain.Location = new System.Drawing.Point(0, 36);
|
||||
this.gcMain.ModuleKey = null;
|
||||
this.gcMain.ModuleType = 0;
|
||||
this.gcMain.Name = "gcMain";
|
||||
this.gcMain.pnlMain = null;
|
||||
this.gcMain.RowColorCondtion = null;
|
||||
this.gcMain.Size = new System.Drawing.Size(690, 485);
|
||||
this.gcMain.SourceType = 0;
|
||||
this.gcMain.Sql = null;
|
||||
this.gcMain.sqlC = null;
|
||||
this.gcMain.SumFieldsTable = null;
|
||||
this.gcMain.TabIndex = 5;
|
||||
this.gcMain.UnAllowEditChangeColor = true;
|
||||
//
|
||||
// btnCondSearch
|
||||
//
|
||||
this.btnCondSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnCondSearch.Appearance.Options.UseFont = true;
|
||||
this.btnCondSearch.Location = new System.Drawing.Point(269, 4);
|
||||
this.btnCondSearch.Name = "btnCondSearch";
|
||||
this.btnCondSearch.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnCondSearch.TabIndex = 37;
|
||||
this.btnCondSearch.Text = "查询";
|
||||
this.btnCondSearch.Click += new System.EventHandler(this.btnCondSearch_Click);
|
||||
//
|
||||
// txtKey
|
||||
//
|
||||
this.txtKey.Location = new System.Drawing.Point(136, 9);
|
||||
this.txtKey.Name = "txtKey";
|
||||
this.txtKey.Size = new System.Drawing.Size(126, 21);
|
||||
this.txtKey.TabIndex = 36;
|
||||
this.txtKey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtKey_KeyDown);
|
||||
//
|
||||
// cbField
|
||||
//
|
||||
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cbField.FormattingEnabled = true;
|
||||
this.cbField.Location = new System.Drawing.Point(40, 9);
|
||||
this.cbField.Name = "cbField";
|
||||
this.cbField.Size = new System.Drawing.Size(88, 20);
|
||||
this.cbField.TabIndex = 35;
|
||||
this.cbField.Tag = "";
|
||||
//
|
||||
// btnPrint
|
||||
//
|
||||
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnPrint.Location = new System.Drawing.Point(620, 5);
|
||||
this.btnPrint.Name = "btnPrint";
|
||||
this.btnPrint.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnPrint.TabIndex = 5;
|
||||
this.btnPrint.Text = "打印(&P)";
|
||||
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
||||
//
|
||||
// btnAdd
|
||||
//
|
||||
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnAdd.Location = new System.Drawing.Point(413, 5);
|
||||
this.btnAdd.Name = "btnAdd";
|
||||
this.btnAdd.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnAdd.TabIndex = 3;
|
||||
this.btnAdd.Text = "增加(&A)";
|
||||
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
||||
//
|
||||
// pl_search
|
||||
//
|
||||
this.pl_search.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
||||
this.pl_search.Controls.Add(this.btnHelp);
|
||||
this.pl_search.Controls.Add(this.btnExport);
|
||||
this.pl_search.Controls.Add(this.btnImprt);
|
||||
this.pl_search.Controls.Add(this.btnCondSearch);
|
||||
this.pl_search.Controls.Add(this.txtKey);
|
||||
this.pl_search.Controls.Add(this.cbField);
|
||||
this.pl_search.Controls.Add(this.label1);
|
||||
this.pl_search.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.pl_search.Location = new System.Drawing.Point(0, 0);
|
||||
this.pl_search.Name = "pl_search";
|
||||
this.pl_search.Size = new System.Drawing.Size(690, 36);
|
||||
this.pl_search.TabIndex = 6;
|
||||
this.pl_search.Visible = false;
|
||||
//
|
||||
// btnHelp
|
||||
//
|
||||
this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnHelp.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnHelp.Appearance.Options.UseFont = true;
|
||||
this.btnHelp.Location = new System.Drawing.Point(611, 4);
|
||||
this.btnHelp.Name = "btnHelp";
|
||||
this.btnHelp.Size = new System.Drawing.Size(72, 26);
|
||||
this.btnHelp.TabIndex = 40;
|
||||
this.btnHelp.Text = "帮助文档(&H)";
|
||||
this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
|
||||
//
|
||||
// btnExport
|
||||
//
|
||||
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnExport.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnExport.Appearance.Options.UseFont = true;
|
||||
this.btnExport.Location = new System.Drawing.Point(543, 4);
|
||||
this.btnExport.Name = "btnExport";
|
||||
this.btnExport.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnExport.TabIndex = 39;
|
||||
this.btnExport.Text = "导出(&O)";
|
||||
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
||||
//
|
||||
// btnImprt
|
||||
//
|
||||
this.btnImprt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnImprt.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnImprt.Appearance.Options.UseFont = true;
|
||||
this.btnImprt.Location = new System.Drawing.Point(476, 4);
|
||||
this.btnImprt.Name = "btnImprt";
|
||||
this.btnImprt.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnImprt.TabIndex = 38;
|
||||
this.btnImprt.Text = "导入(&I)";
|
||||
this.btnImprt.Click += new System.EventHandler(this.btnImprt_Click);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(6, 13);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(29, 12);
|
||||
this.label1.TabIndex = 34;
|
||||
this.label1.Text = "查询";
|
||||
//
|
||||
// btnDelete
|
||||
//
|
||||
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnDelete.Location = new System.Drawing.Point(482, 5);
|
||||
this.btnDelete.Name = "btnDelete";
|
||||
this.btnDelete.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnDelete.TabIndex = 2;
|
||||
this.btnDelete.Text = "删除(&D)";
|
||||
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
||||
//
|
||||
// pl_down
|
||||
//
|
||||
this.pl_down.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
||||
this.pl_down.Controls.Add(this.btnPrint);
|
||||
this.pl_down.Controls.Add(this.btnAdd);
|
||||
this.pl_down.Controls.Add(this.btnDelete);
|
||||
this.pl_down.Controls.Add(this.btnSave);
|
||||
this.pl_down.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.pl_down.Location = new System.Drawing.Point(0, 521);
|
||||
this.pl_down.Name = "pl_down";
|
||||
this.pl_down.Size = new System.Drawing.Size(690, 36);
|
||||
this.pl_down.TabIndex = 4;
|
||||
//
|
||||
// btnSave
|
||||
//
|
||||
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnSave.Location = new System.Drawing.Point(551, 5);
|
||||
this.btnSave.Name = "btnSave";
|
||||
this.btnSave.Size = new System.Drawing.Size(63, 26);
|
||||
this.btnSave.TabIndex = 0;
|
||||
this.btnSave.Text = "保存(&S)";
|
||||
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||||
//
|
||||
// TabPageMaster
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.gcMain);
|
||||
this.Controls.Add(this.pl_search);
|
||||
this.Controls.Add(this.pl_down);
|
||||
this.Name = "TabPageMaster";
|
||||
this.Size = new System.Drawing.Size(690, 557);
|
||||
this.pl_search.ResumeLayout(false);
|
||||
this.pl_search.PerformLayout();
|
||||
this.pl_down.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public MyControl.GridControlEx gcMain;
|
||||
private DevExpress.XtraEditors.SimpleButton btnCondSearch;
|
||||
private System.Windows.Forms.TextBox txtKey;
|
||||
private System.Windows.Forms.ComboBox cbField;
|
||||
private DevExpress.XtraEditors.SimpleButton btnPrint;
|
||||
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
||||
private System.Windows.Forms.Panel pl_search;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private DevExpress.XtraEditors.SimpleButton btnDelete;
|
||||
private System.Windows.Forms.Panel pl_down;
|
||||
private DevExpress.XtraEditors.SimpleButton btnSave;
|
||||
private DevExpress.XtraEditors.SimpleButton btnHelp;
|
||||
private DevExpress.XtraEditors.SimpleButton btnExport;
|
||||
private DevExpress.XtraEditors.SimpleButton btnImprt;
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
||||
Reference in New Issue
Block a user