Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / Windows Forms

An easy way to add a Ribbon Panel Office 2007 style

Rate me:
Please Sign up or sign in to vote.
4.93/5 (252 votes)
18 Apr 2007CPOL3 min read 830.7K   26.7K   521  
GNU code of RibbonPanel, free software for personal and nonlucrative use, for rest please contact me
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{1F8DBC70-EB89-4D7B-A5C0-085ACDA74DA9}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>TabStripApp</RootNamespace>
    <AssemblyName>TabStripApp</AssemblyName>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</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>
  <ItemGroup>
    <Reference Include="System" />
    <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="Form1.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form1.Designer.cs">
      <DependentUpon>Form1.cs</DependentUpon>
    </Compile>
    <Compile Include="InfoForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="Form1.resx">
      <SubType>Designer</SubType>
      <DependentUpon>Form1.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="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>
    <Compile Include="RibbonButton.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="TabPanel.cs">
      <SubType>Component</SubType>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\TabStripControlLibrary\TabStripControlLibrary.csproj">
      <Project>{F63A0939-5ADD-4931-8066-6901B5FBEF67}</Project>
      <Name>TabStripControlLibrary</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\advanced-directory.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\B_click1.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\B_on1.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\B_click11.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\B_on11.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\logviewer.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\gnome-netstatus-rx.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\gnome-dev-harddisk-1394.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\stock_mail-druid.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\stock_outbox.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\stock_mail-receive.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\stock_mail-receive1.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\stock_mail-send.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\stock_mail-flag-for-followup-done.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\stock_contact.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\stock_weather-storm.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\gnome-dev-removable-usb.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\config-users.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\gnome-searchtool-animation.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\gnome-starthere.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\mozilla-thunderbird.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\gnome-finance.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\xsane.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\pan.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\stock_mail-compose.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\stock_new-spreadsheet.png" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\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>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Software Developer Expediteapps
Spain Spain
I'm Electronic Engineer, I did my end degree project at Astrophysical Institute and Tech Institute. I'm HP Procurve AIS and ASE ,Microsoft 3.5 MCTS
I live in Canary Islands ,developing customized solutions

Deeply involved in Xamarin Forms LOB (including Azure Cloud with offline support, custom controls, dependencies) projects, WP8.1 & W10 projects, WPF modern styled projects. Portable libraries like portablePDF, portableOneDrive, portableReports and portablePrinting (using Google Printing API).


Web and apps showcase at:
Expediteapps


Take a look to my blog
Blog

Comments and Discussions