PageRenderTime 25ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSVstoGetWrapperObject/GetWrapperRibbon.Designer.cs

#
C# | 87 lines | 57 code | 7 blank | 23 comment | 3 complexity | 74efc3d30aae57e4dc410042a984ccc9 MD5 | raw file
  1. namespace CSVstoGetWrapperObject
  2. {
  3. partial class GetWrapperRibbon
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tabCfx = new Microsoft.Office.Tools.Ribbon.RibbonTab();
  29. this.grpGetWrapperObject = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
  30. this.btnShowGetWrapperCS = new Microsoft.Office.Tools.Ribbon.RibbonButton();
  31. this.tabCfx.SuspendLayout();
  32. this.grpGetWrapperObject.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // tabCfx
  36. //
  37. this.tabCfx.Groups.Add(this.grpGetWrapperObject);
  38. this.tabCfx.Label = "VSTO Samples";
  39. this.tabCfx.Name = "tabCfx";
  40. //
  41. // grpGetWrapperObject
  42. //
  43. this.grpGetWrapperObject.Items.Add(this.btnShowGetWrapperCS);
  44. this.grpGetWrapperObject.Label = "GetVstoObject Sample";
  45. this.grpGetWrapperObject.Name = "grpGetWrapperObject";
  46. //
  47. // btnShowGetWrapperCS
  48. //
  49. this.btnShowGetWrapperCS.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
  50. this.btnShowGetWrapperCS.Label = "Get VSTO Wrapper (C#)";
  51. this.btnShowGetWrapperCS.Name = "btnShowGetWrapperCS";
  52. this.btnShowGetWrapperCS.OfficeImageId = "UpgradeWorkbook";
  53. this.btnShowGetWrapperCS.ShowImage = true;
  54. this.btnShowGetWrapperCS.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.btnShowGetWrapperCS_Click);
  55. //
  56. // GetWrapperRibbon
  57. //
  58. this.Name = "GetWrapperRibbon";
  59. this.RibbonType = "Microsoft.Excel.Workbook";
  60. this.Tabs.Add(this.tabCfx);
  61. this.Load += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonUIEventArgs>(this.GetWrapperRibbon_Load);
  62. this.tabCfx.ResumeLayout(false);
  63. this.tabCfx.PerformLayout();
  64. this.grpGetWrapperObject.ResumeLayout(false);
  65. this.grpGetWrapperObject.PerformLayout();
  66. this.ResumeLayout(false);
  67. }
  68. #endregion
  69. internal Microsoft.Office.Tools.Ribbon.RibbonTab tabCfx;
  70. internal Microsoft.Office.Tools.Ribbon.RibbonGroup grpGetWrapperObject;
  71. internal Microsoft.Office.Tools.Ribbon.RibbonButton btnShowGetWrapperCS;
  72. }
  73. partial class ThisRibbonCollection : Microsoft.Office.Tools.Ribbon.RibbonReadOnlyCollection
  74. {
  75. internal GetWrapperRibbon GetWrapperRibbon
  76. {
  77. get { return this.GetRibbon<GetWrapperRibbon>(); }
  78. }
  79. }
  80. }