Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

i need help for my problem.

i will create an *.dll which includes all graphical resources.

The WinForm Project get the *.dll is depends.

Thats work well but when i change something on the *.dll it doesnt work anymore.

in attachment the sample project.


When somebody can help me to get this finally work (so that it work after changes too)


no \Bin and no \obj Folder included
http://www.share-online.biz/dl/8PVBM4KMNY7[^] MD5 466b2e67a1f5d474321d4c013d140437


Here is this file scanned by virustotal https://www.virustotal.com/de/file/c565e90d6cc2a61496f37a636fe8d90296fb16d7f7c8bf8d303ea15823286b0d/analysis/1364063772/[^]

MANY THX
Posted
Updated 23-Mar-13 8:39am
v2
Comments
[no name] 23-Mar-13 14:18pm    
Highly unlikely that someone will download your project to debug it for you. Maybe you have heard of viri and malware before?

1 solution

@ThePhantomUpvoter:
you are right, so here the project details, chane the archive and hope with the virustotal scan someone helps me

<img src="http://www.abload.de/thumb/errorafterdebugstartrcl2s.png" />

<img src="http://www.abload.de/thumb/solution5wz7i.png" />

<img src="http://www.abload.de/thumb/warningsl3bqi.png" />

the dll projectfile
XML
<?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)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{8980E321-A2FC-4724-B17B-44FC022F27ED}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Utility.Graphics</RootNamespace>
    <AssemblyName>Utility.Graphics</AssemblyName>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>Resources\Icons\Utility.Graphics.ico</ApplicationIcon>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Form\FormLayout.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form\FormLayout.Designer.cs">
      <DependentUpon>FormLayout.cs</DependentUpon>
    </Compile>
    <Compile Include="Interfaces\IFormLayout.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Form\FormLayout.resx">
      <DependentUpon>FormLayout.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>PublicResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Properties\Settings.settings">
      <Generator>PublicSettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Resources\Icons\Herweck.ico" />
    <Content Include="Resources\Icons\Implement.ico" />
    <Content Include="Resources\Icons\Utility.Graphics.ico" />
    <Content Include="Resources\Icons\Utility.ico" />
    <Content Include="Resources\Images\24x24\Add_Small.png" />
    <Content Include="Resources\Images\24x24\ArrowRight_Small.png" />
    <Content Include="Resources\Images\24x24\Checked_Small.png" />
    <Content Include="Resources\Images\24x24\Clean_Small.png" />
    <Content Include="Resources\Images\24x24\Close_Small.png" />
    <Content Include="Resources\Images\24x24\Collect_Small.png" />
    <Content Include="Resources\Images\24x24\Edit_Small.png" />
    <Content Include="Resources\Images\24x24\Info_Small.png" />
    <Content Include="Resources\Images\24x24\Login_Small.png" />
    <Content Include="Resources\Images\24x24\Log_Small.png" />
    <Content Include="Resources\Images\24x24\New_Small.png" />
    <Content Include="Resources\Images\24x24\Open_Small.png" />
    <Content Include="Resources\Images\24x24\Play_Small.png" />
    <Content Include="Resources\Images\24x24\Refresh_Small.png" />
    <Content Include="Resources\Images\24x24\Remove_Small.png" />
    <Content Include="Resources\Images\24x24\Save_Small.png" />
    <Content Include="Resources\Images\24x24\Search_Small.png" />
    <Content Include="Resources\Images\24x24\Settings_Small.png" />
    <Content Include="Resources\Images\24x24\Stop_Small.png" />
    <Content Include="Resources\Images\24x24\Unchecked_Small.png" />
    <Content Include="Resources\Images\24x24\Utility.Graphics_Small.png" />
    <Content Include="Resources\Images\24x24\Utility_Small.png" />
    <Content Include="Resources\Images\26x26\HistoryOff_Small.png" />
    <Content Include="Resources\Images\26x26\HistoryOn_Small.png" />
    <Content Include="Resources\Images\26x26\Print_Small.png" />
    <Content Include="Resources\Images\26x26\Unprint_Small.png" />
    <Content Include="Resources\Images\48x48\Add.png" />
    <Content Include="Resources\Images\48x48\ArrowRight.png" />
    <Content Include="Resources\Images\48x48\Checked.png" />
    <Content Include="Resources\Images\48x48\Clean.png" />
    <Content Include="Resources\Images\48x48\Close.png" />
    <Content Include="Resources\Images\48x48\Collect.png" />
    <Content Include="Resources\Images\48x48\Edit.png" />
    <Content Include="Resources\Images\48x48\Info.png" />
    <Content Include="Resources\Images\48x48\Log.png" />
    <Content Include="Resources\Images\48x48\Login.png" />
    <Content Include="Resources\Images\48x48\New.png" />
    <Content Include="Resources\Images\48x48\Open.png" />
    <Content Include="Resources\Images\48x48\Play.png" />
    <Content Include="Resources\Images\48x48\Refresh.png" />
    <Content Include="Resources\Images\48x48\Remove.png" />
    <Content Include="Resources\Images\48x48\Save.png" />
    <Content Include="Resources\Images\48x48\Search.png" />
    <Content Include="Resources\Images\48x48\Settings.png" />
    <Content Include="Resources\Images\48x48\Stop.png" />
    <Content Include="Resources\Images\48x48\Unchecked.png" />
    <Content Include="Resources\Images\48x48\Utility.Graphics.png" />
    <Content Include="Resources\Images\48x48\Utility.png" />
    <Content Include="Resources\Images\52x52\HistoryOff.png" />
    <Content Include="Resources\Images\52x52\HistoryOn.png" />
    <Content Include="Resources\Images\52x52\Print.png" />
    <Content Include="Resources\Images\52x52\Unprint.png" />
    <Content Include="Resources\Images\Animated\Loading.gif" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Properties\app.config">
      <SubType>Designer</SubType>
    </None>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Resources\Images\Logos\" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Utility\Utility.csproj">
      <Project>{A82E844E-3AF3-4A9F-8846-BD2ED82C4B58}</Project>
      <Name>Utility</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>


the winform projectfile
XML
<?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>{0B132E3E-F8EF-472D-B8A6-129DDE868CAB}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>WinForm</RootNamespace>
    <AssemblyName>WinForm</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
    <FileAlignment>512</FileAlignment>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Debug\</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>
    <ApplicationIcon>Resources\Icons\Test.ico</ApplicationIcon>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\Utility.Graphics\Properties\Resources.Designer.cs">
      <Link>Properties\Resources.Designer.cs</Link>
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="..\Utility.Graphics\Properties\Settings.Designer.cs">
      <Link>Properties\Settings.Designer.cs</Link>
      <AutoGen>True</AutoGen>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
      <DependentUpon>Settings.settings</DependentUpon>
    </Compile>
    <Compile Include="WinForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="WinForm.Designer.cs">
      <DependentUpon>WinForm.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="..\Utility.Graphics\Properties\Resources.resx">
      <Link>Properties\Resources.resx</Link>
      <Generator>PublicResXFileCodeGenerator</Generator>
      <LogicalName>Utility.Graphics.Resources.resources</LogicalName>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <EmbeddedResource Include="WinForm.resx">
      <DependentUpon>WinForm.cs</DependentUpon>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="..\Utility.Graphics\Properties\Settings.settings">
      <Link>Properties\Settings.settings</Link>
      <Generator>PublicSettingsSingleFileGenerator</Generator>
      <LogicalName>Utility.Graphics.Settings.settings</LogicalName>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="..\Utility.Graphics\Properties\app.config">
      <Link>Properties\app.config</Link>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Utility.Graphics\Utility.Graphics.csproj">
      <Project>{8980E321-A2FC-4724-B17B-44FC022F27ED}</Project>
      <Name>Utility.Graphics</Name>
    </ProjectReference>
    <ProjectReference Include="..\Utility\Utility.csproj">
      <Project>{A82E844E-3AF3-4A9F-8846-BD2ED82C4B58}</Project>
      <Name>Utility</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Resources\Icons\Test.ico" />
  </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>


C#
namespace WinForm
{
    partial class WinForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinForm));
            this.edtSerienNummern = new System.Windows.Forms.TextBox();
            this.tlpContent = new System.Windows.Forms.TableLayoutPanel();
            this.pSeperatorRight = new System.Windows.Forms.Panel();
            this.pSerienNummern = new System.Windows.Forms.Panel();
            this.pSeperatorLeft = new System.Windows.Forms.Panel();
            this.pFilterText = new System.Windows.Forms.Panel();
            this.lblFilterText = new System.Windows.Forms.Label();
            this.pFilterValue = new System.Windows.Forms.Panel();
            this.edtFilterValue = new System.Windows.Forms.TextBox();
            this.pSeperatorMiddleLeft = new System.Windows.Forms.Panel();
            this.pSpeicherNameText = new System.Windows.Forms.Panel();
            this.lblSpeicherNameText = new System.Windows.Forms.Label();
            this.pSpeicherNameValue = new System.Windows.Forms.Panel();
            this.edtSpeicherNameValue = new System.Windows.Forms.TextBox();
            this.pSeperatorMiddleRight = new System.Windows.Forms.Panel();
            this.pAnzahlSerienNummernText = new System.Windows.Forms.Panel();
            this.lblAnzahlSerienNummernText = new System.Windows.Forms.Label();
            this.pAnzahlSerienNummernValue = new System.Windows.Forms.Panel();
            this.edtAnzahlSerienNummernValue = new System.Windows.Forms.TextBox();
            this.btnAktionAusführen = new System.Windows.Forms.Button();
            this.pContent.SuspendLayout();
            this.pControlLeft.SuspendLayout();
            this.pControlRight.SuspendLayout();
            this.tlpContent.SuspendLayout();
            this.pSerienNummern.SuspendLayout();
            this.pFilterText.SuspendLayout();
            this.pFilterValue.SuspendLayout();
            this.pSpeicherNameText.SuspendLayout();
            this.pSpeicherNameValue.SuspendLayout();
            this.pAnzahlSerienNummernText.SuspendLayout();
            this.pAnzahlSerienNummernValue.SuspendLayout();
            this.SuspendLayout();
            // 
            // pContent
            // 
            this.pContent.Controls.Add(this.tlpContent);
            this.pContent.Size = new System.Drawing.Size(496, 384);
            // 
            // pControlLeft
            // 
            this.pControlLeft.Controls.Add(this.btnAktionAusführen);
            this.pControlLeft.Location = new System.Drawing.Point(0, 394);
            this.pControlLeft.Size = new System.Drawing.Size(124, 80);
            // 
            // pControlMiddle
            // 
            this.pControlMiddle.Location = new System.Drawing.Point(124, 394);
            this.pControlMiddle.Size = new System.Drawing.Size(248, 80);
            // 
            // pColor
            // 
            this.pColor.Location = new System.Drawing.Point(0, 384);
            this.pColor.Size = new System.Drawing.Size(496, 9);
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(25, 3);
            this.toolTip.SetToolTip(this.btnClose, "Beendet das Programm");
            // 
            // pControlRight
            // 
            this.pControlRight.Location = new System.Drawing.Point(372, 394);
            this.pControlRight.Size = new System.Drawing.Size(124, 80);
            // 
            // edtSerienNummern
            // 
            this.edtSerienNummern.AcceptsReturn = true;
            this.edtSerienNummern.AcceptsTab = true;
            this.edtSerienNummern.Dock = System.Windows.Forms.DockStyle.Fill;
            this.edtSerienNummern.Location = new System.Drawing.Point(0, 0);
            this.edtSerienNummern.Margin = new System.Windows.Forms.Padding(0);
            this.edtSerienNummern.MaxLength = 0;
            this.edtSerienNummern.Multiline = true;
            this.edtSerienNummern.Name = "edtSerienNummern";
            this.edtSerienNummern.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.edtSerienNummern.Size = new System.Drawing.Size(496, 354);
            this.edtSerienNummern.TabIndex = 0;
            this.toolTip.SetToolTip(this.edtSerienNummern, "Hier die Serien-Nr. eingeben");
            // 
            // tlpContent
            // 
            this.tlpContent.ColumnCount = 10;
            this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
            this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
            this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
            this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
            this.tlpContent.Controls.Add(this.pSeperatorRight, 10, 1);
            this.tlpContent.Controls.Add(this.pSerienNummern, 0, 0);
            this.tlpContent.Controls.Add(this.pSeperatorLeft, 0, 1);
            this.tlpContent.Controls.Add(this.pFilterText, 1, 1);
            this.tlpContent.Controls.Add(this.pFilterValue, 2, 1);
            this.tlpContent.Controls.Add(this.pSeperatorMiddleLeft, 3, 1);
            this.tlpContent.Controls.Add(this.pSpeicherNameText, 4, 1);
            this.tlpContent.Controls.Add(this.pSpeicherNameValue, 5, 1);
            this.tlpContent.Controls.Add(this.pSeperatorMiddleRight, 6, 1);
            this.tlpContent.Controls.Add(this.pAnzahlSerienNummernText, 7, 1);
            this.tlpContent.Controls.Add(this.pAnzahlSerienNummernValue, 8, 1);
            this.tlpContent.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tlpContent.Location = new System.Drawing.Point(0, 0);
            this.tlpContent.Margin = new System.Windows.Forms.Padding(0);
            this.tlpContent.Name = "tlpContent";
            this.tlpContent.RowCount = 2;
            this.tlpContent.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tlpContent.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tlpContent.Size = new System.Drawing.Size(496, 384);
            this.tlpContent.TabIndex = 0;
            // 
            // pSeperatorRight
            // 
            this.pSeperatorRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pSeperatorRight.Location = new System.Drawing.Point(480, 354);
            this.pSeperatorRight.Margin = new System.Windows.Forms.Padding(0);
            this.pSeperatorRight.Name = "pSeperatorRight";
            this.pSeperatorRight.Size = new System.Drawing.Size(16, 30);
            this.pSeperatorRight.TabIndex = 9;
            // 
            // pSerienNummern
            // 
            this.tlpContent.SetColumnSpan(this.pSerienNummern, 10);
            this.pSerienNummern.Controls.Add(this.edtSerienNummern);
            this.pSerienNummern.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pSerienNummern.Location = new System.Drawing.Point(0, 0);
            this.pSerienNummern.Margin = new System.Windows.Forms.Padding(0);
            this.pSerienNummern.Name = "pSerienNummern";
            this.pSerienNummern.Size = new System.Drawing.Size(496, 354);
            this.pSerienNummern.TabIndex = 0;
            // 
            // pSeperatorLeft
            // 
            this.pSeperatorLeft.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pSeperatorLeft.Location = new System.Drawing.Point(0, 354);
            this.pSeperatorLeft.Margin = new System.Windows.Forms.Padding(0);
            this.pSeperatorLeft.Name = "pSeperatorLeft";
            this.pSeperatorLeft.Size = new System.Drawing.Size(10, 30);
            this.pSeperatorLeft.TabIndex = 1;
            // 
            // pFilterText
            // 
            this.pFilterText.Controls.Add(this.lblFilterText);
            this.pFilterText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pFilterText.Location = new System.Drawing.Point(10, 354);
            this.pFilterText.Margin = new System.Windows.Forms.Padding(0);
            this.pFilterText.Name = "pFilterText";
            this.pFilterText.Size = new System.Drawing.Size(75, 30);
            this.pFilterText.TabIndex = 2;
            // 
            // lblFilterText
            // 
            this.lblFilterText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblFilterText.Location = new System.Drawing.Point(0, 0);
            this.lblFilterText.Margin = new System.Windows.Forms.Padding(0);
            this.lblFilterText.Name = "lblFilterText";
            this.lblFilterText.Size = new System.Drawing.Size(75, 30);
            this.lblFilterText.TabIndex = 0;
            this.lblFilterText.Text = "Trennzeichen";
            this.lblFilterText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(this.lblFilterText, "Trennzeichen nach dem gefiltert werden soll");
            // 
            // pFilterValue
            // 
            this.pFilterValue.Controls.Add(this.edtFilterValue);
            this.pFilterValue.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pFilterValue.Location = new System.Drawing.Point(85, 354);
            this.pFilterValue.Margin = new System.Windows.Forms.Padding(0);
            this.pFilterValue.Name = "pFilterValue";
            this.pFilterValue.Size = new System.Drawing.Size(75, 30);
            this.pFilterValue.TabIndex = 3;
            // 
            // edtFilterValue
            // 
            this.edtFilterValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.edtFilterValue.Location = new System.Drawing.Point(3, 3);
            this.edtFilterValue.Margin = new System.Windows.Forms.Padding(0);
            this.edtFilterValue.MaxLength = 20;
            this.edtFilterValue.Name = "edtFilterValue";
            this.edtFilterValue.Size = new System.Drawing.Size(69, 24);
            this.edtFilterValue.TabIndex = 0;
            this.toolTip.SetToolTip(this.edtFilterValue, "Hier das Trennzeichen eingeben");
            // 
            // pSeperatorMiddleLeft
            // 
            this.pSeperatorMiddleLeft.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pSeperatorMiddleLeft.Location = new System.Drawing.Point(160, 354);
            this.pSeperatorMiddleLeft.Margin = new System.Windows.Forms.Padding(0);
            this.pSeperatorMiddleLeft.Name = "pSeperatorMiddleLeft";
            this.pSeperatorMiddleLeft.Size = new System.Drawing.Size(10, 30);
            this.pSeperatorMiddleLeft.TabIndex = 1;
            // 
            // pSpeicherNameText
            // 
            this.pSpeicherNameText.Controls.Add(this.lblSpeicherNameText);
            this.pSpeicherNameText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pSpeicherNameText.Location = new System.Drawing.Point(170, 354);
            this.pSpeicherNameText.Margin = new System.Windows.Forms.Padding(0);
            this.pSpeicherNameText.Name = "pSpeicherNameText";
            this.pSpeicherNameText.Size = new System.Drawing.Size(75, 30);
            this.pSpeicherNameText.TabIndex = 4;
            // 
            // lblSpeicherNameText
            // 
            this.lblSpeicherNameText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblSpeicherNameText.Location = new System.Drawing.Point(0, 0);
            this.lblSpeicherNameText.Margin = new System.Windows.Forms.Padding(0);
            this.lblSpeicherNameText.Name = "lblSpeicherNameText";
            this.lblSpeicherNameText.Size = new System.Drawing.Size(75, 30);
            this.lblSpeicherNameText.TabIndex = 1;
            this.lblSpeicherNameText.Text = "Speichername";
            this.lblSpeicherNameText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(this.lblSpeicherNameText, "Speichername der Datei");
            // 
            // pSpeicherNameValue
            // 
            this.pSpeicherNameValue.Controls.Add(this.edtSpeicherNameValue);
            this.pSpeicherNameValue.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pSpeicherNameValue.Location = new System.Drawing.Point(245, 354);
            this.pSpeicherNameValue.Margin = new System.Windows.Forms.Padding(0);
            this.pSpeicherNameValue.Name = "pSpeicherNameValue";
            this.pSpeicherNameValue.Size = new System.Drawing.Size(75, 30);
            this.pSpeicherNameValue.TabIndex = 5;
            // 
            // edtSpeicherNameValue
            // 
            this.edtSpeicherNameValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.edtSpeicherNameValue.Location = new System.Drawing.Point(3, 3);
            this.edtSpeicherNameValue.Margin = new System.Windows.Forms.Padding(0);
            this.edtSpeicherNameValue.MaxLength = 20;
            this.edtSpeicherNameValue.Name = "edtSpeicherNameValue";
            this.edtSpeicherNameValue.Size = new System.Drawing.Size(69, 24);
            this.edtSpeicherNameValue.TabIndex = 1;
            this.toolTip.SetToolTip(this.edtSpeicherNameValue, "Hier den Speichername eingeben");
            // 
            // pSeperatorMiddleRight
            // 
            this.pSeperatorMiddleRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pSeperatorMiddleRight.Location = new System.Drawing.Point(320, 354);
            this.pSeperatorMiddleRight.Margin = new System.Windows.Forms.Padding(0);
            this.pSeperatorMiddleRight.Name = "pSeperatorMiddleRight";
            this.pSeperatorMiddleRight.Size = new System.Drawing.Size(10, 30);
            this.pSeperatorMiddleRight.TabIndex = 6;
            // 
            // pAnzahlSerienNummernText
            // 
            this.pAnzahlSerienNummernText.Controls.Add(this.lblAnzahlSerienNummernText);
            this.pAnzahlSerienNummernText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pAnzahlSerienNummernText.Location = new System.Drawing.Point(330, 354);
            this.pAnzahlSerienNummernText.Margin = new System.Windows.Forms.Padding(0);
            this.pAnzahlSerienNummernText.Name = "pAnzahlSerienNummernText";
            this.pAnzahlSerienNummernText.Size = new System.Drawing.Size(75, 30);
            this.pAnzahlSerienNummernText.TabIndex = 7;
            // 
            // lblAnzahlSerienNummernText
            // 
            this.lblAnzahlSerienNummernText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblAnzahlSerienNummernText.Location = new System.Drawing.Point(0, 0);
            this.lblAnzahlSerienNummernText.Margin = new System.Windows.Forms.Padding(0);
            this.lblAnzahlSerienNummernText.Name = "lblAnzahlSerienNummernText";
            this.lblAnzahlSerienNummernText.Size = new System.Drawing.Size(75, 30);
            this.lblAnzahlSerienNummernText.TabIndex = 1;
            this.lblAnzahlSerienNummernText.Text = "Anzahl";
            this.lblAnzahlSerienNummernText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolTip.SetToolTip(this.lblAnzahlSerienNummernText, "Anzahl Serien-Nr.");
            // 
            // pAnzahlSerienNummernValue
            // 
            this.pAnzahlSerienNummernValue.Controls.Add(this.edtAnzahlSerienNummernValue);
            this.pAnzahlSerienNummernValue.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pAnzahlSerienNummernValue.Location = new System.Drawing.Point(405, 354);
            this.pAnzahlSerienNummernValue.Margin = new System.Windows.Forms.Padding(0);
            this.pAnzahlSerienNummernValue.Name = "pAnzahlSerienNummernValue";
            this.pAnzahlSerienNummernValue.Size = new System.Drawing.Size(75, 30);
            this.pAnzahlSerienNummernValue.TabIndex = 8;
            // 
            // edtAnzahlSerienNummernValue
            // 
            this.edtAnzahlSerienNummernValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.edtAnzahlSerienNummernValue.Location = new System.Drawing.Point(4, 3);
            this.edtAnzahlSerienNummernValue.Margin = new System.Windows.Forms.Padding(0);
            this.edtAnzahlSerienNummernValue.MaxLength = 20;
            this.edtAnzahlSerienNummernValue.Name = "edtAnzahlSerienNummernValue";
            this.edtAnzahlSerienNummernValue.ReadOnly = true;
            this.edtAnzahlSerienNummernValue.Size = new System.Drawing.Size(67, 24);
            this.edtAnzahlSerienNummernValue.TabIndex = 1;
            this.toolTip.SetToolTip(this.edtAnzahlSerienNummernValue, "Anzahl gültige Serien-Nr.");
            // 
            // btnAktionAusführen
            // 
            this.btnAktionAusführen.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.btnAktionAusführen.AutoSize = true;
            this.btnAktionAusführen.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.btnAktionAusführen.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnAktionAusführen.Image = global::Utility.Graphics.Properties.Resources.Collect;
            this.btnAktionAusführen.Location = new System.Drawing.Point(9, 3);
            this.btnAktionAusführen.Margin = new System.Windows.Forms.Padding(0);
            this.btnAktionAusführen.Name = "btnAktionAusführen";
            this.btnAktionAusführen.Size = new System.Drawing.Size(106, 75);
            this.btnAktionAusführen.TabIndex = 0;
            this.btnAktionAusführen.Text = "Formatieren";
            this.btnAktionAusführen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnAktionAusführen.UseVisualStyleBackColor = true;
            // 
            // WinForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(496, 474);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximumSize = new System.Drawing.Size(768, 768);
            this.MinimumSize = new System.Drawing.Size(512, 512);
            this.Name = "WinForm";
            this.Text = "Serien-Nr. erfassen";
            this.Load += new System.EventHandler(this.WinForm_Load);
            this.pContent.ResumeLayout(false);
            this.pControlLeft.ResumeLayout(false);
            this.pControlLeft.PerformLayout();
            this.pControlRight.ResumeLayout(false);
            this.pControlRight.PerformLayout();
            this.tlpContent.ResumeLayout(false);
            this.pSerienNummern.ResumeLayout(false);
            this.pSerienNummern.PerformLayout();
            this.pFilterText.ResumeLayout(false);
            this.pFilterValue.ResumeLayout(false);
            this.pFilterValue.PerformLayout();
            this.pSpeicherNameText.ResumeLayout(false);
            this.pSpeicherNameValue.ResumeLayout(false);
            this.pSpeicherNameValue.PerformLayout();
            this.pAnzahlSerienNummernText.ResumeLayout(false);
            this.pAnzahlSerienNummernValue.ResumeLayout(false);
            this.pAnzahlSerienNummernValue.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TextBox edtSerienNummern;
        private System.Windows.Forms.TableLayoutPanel tlpContent;
        private System.Windows.Forms.Panel pSerienNummern;
        private System.Windows.Forms.Panel pAnzahlSerienNummernValue;
        private System.Windows.Forms.Panel pAnzahlSerienNummernText;
        private System.Windows.Forms.Panel pSeperatorMiddleRight;
        private System.Windows.Forms.Panel pSpeicherNameValue;
        private System.Windows.Forms.Panel pSpeicherNameText;
        private System.Windows.Forms.Panel pFilterValue;
        private System.Windows.Forms.Panel pFilterText;
        private System.Windows.Forms.Panel pSeperatorLeft;
        private System.Windows.Forms.Panel pSeperatorMiddleLeft;
        private System.Windows.Forms.Label lblFilterText;
        private System.Windows.Forms.Label lblAnzahlSerienNummernText;
        private System.Windows.Forms.Label lblSpeicherNameText;
        private System.Windows.Forms.TextBox edtFilterValue;
        private System.Windows.Forms.TextBox edtAnzahlSerienNummernValue;
        private System.Windows.Forms.TextBox edtSpeicherNameValue;
        private System.Windows.Forms.Panel pSeperatorRight;
        private System.Windows.Forms.Button btnAktionAusführen;
    }
}



i think this three files should be enough for the solution
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900