PageRenderTime 42ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/EnhancedReminders/EnhancedReminders/Code/EnhancedReminders/OutlookAddIn/EnhancedReminders/EnhancedRemindersRibbon.Designer.cs

#
C# | 223 lines | 152 code | 6 blank | 65 comment | 3 complexity | 0b261691a0ea6c8bcb86ab5f5e42c72a MD5 | raw file
  1. namespace Microsoft.EnhancedReminders.OutlookAddIn
  2. {
  3. /// <summary>
  4. /// Designer generated code behind class for Outlook Ribbon
  5. /// </summary>
  6. partial class EnhancedRemindersRibbon
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region Component Designer generated code
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher ribbonDialogLauncher1 = new Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher();
  32. Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher ribbonDialogLauncher2 = new Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher();
  33. this._ribbonTab = new Microsoft.Office.Tools.Ribbon.RibbonTab();
  34. this._ribbonGroup = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
  35. this.box1 = new Microsoft.Office.Tools.Ribbon.RibbonBox();
  36. this.label1 = new Microsoft.Office.Tools.Ribbon.RibbonLabel();
  37. this.TimeCombo = new Microsoft.Office.Tools.Ribbon.RibbonComboBox();
  38. this.NotificationChannels = new Microsoft.Office.Tools.Ribbon.RibbonButton();
  39. this._joinNowGroup = new Microsoft.Office.Tools.Ribbon.RibbonGroup();
  40. this.box2 = new Microsoft.Office.Tools.Ribbon.RibbonBox();
  41. this.label2 = new Microsoft.Office.Tools.Ribbon.RibbonLabel();
  42. this.TimeCombo2 = new Microsoft.Office.Tools.Ribbon.RibbonComboBox();
  43. this.NotificationChannels2 = new Microsoft.Office.Tools.Ribbon.RibbonButton();
  44. this.separator1 = new Microsoft.Office.Tools.Ribbon.RibbonSeparator();
  45. this.joinNowBox = new Microsoft.Office.Tools.Ribbon.RibbonBox();
  46. this.AutoJoinLabel = new Microsoft.Office.Tools.Ribbon.RibbonLabel();
  47. this.JoinNowTimeCombo = new Microsoft.Office.Tools.Ribbon.RibbonComboBox();
  48. this.JoinNowChannels = new Microsoft.Office.Tools.Ribbon.RibbonButton();
  49. this._ribbonTab.SuspendLayout();
  50. this._ribbonGroup.SuspendLayout();
  51. this.box1.SuspendLayout();
  52. this._joinNowGroup.SuspendLayout();
  53. this.box2.SuspendLayout();
  54. this.joinNowBox.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // _ribbonTab
  58. //
  59. this._ribbonTab.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
  60. this._ribbonTab.ControlId.OfficeId = "TabAppointment";
  61. this._ribbonTab.Groups.Add(this._ribbonGroup);
  62. this._ribbonTab.Groups.Add(this._joinNowGroup);
  63. this._ribbonTab.Label = "TabAppointment";
  64. this._ribbonTab.Name = "_ribbonTab";
  65. //
  66. // _ribbonGroup
  67. //
  68. this._ribbonGroup.DialogLauncher = ribbonDialogLauncher1;
  69. this._ribbonGroup.Items.Add(this.box1);
  70. this._ribbonGroup.Name = "_ribbonGroup";
  71. this._ribbonGroup.Position = Microsoft.Office.Tools.Ribbon.RibbonPosition.AfterOfficeId("GroupAppointmentOptions");
  72. this._ribbonGroup.DialogLauncherClick += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.DialogLauncherClicked);
  73. //
  74. // box1
  75. //
  76. this.box1.BoxStyle = Microsoft.Office.Tools.Ribbon.RibbonBoxStyle.Vertical;
  77. this.box1.Items.Add(this.label1);
  78. this.box1.Items.Add(this.TimeCombo);
  79. this.box1.Items.Add(this.NotificationChannels);
  80. this.box1.Name = "box1";
  81. //
  82. // label1
  83. //
  84. this.label1.Label = "Notifications";
  85. this.label1.Name = "label1";
  86. //
  87. // TimeCombo
  88. //
  89. this.TimeCombo.Label = "TimeCombo";
  90. this.TimeCombo.Name = "TimeCombo";
  91. this.TimeCombo.OfficeImageId = "TableListAlertMe";
  92. this.TimeCombo.ShowImage = true;
  93. this.TimeCombo.ShowLabel = false;
  94. this.TimeCombo.Text = null;
  95. this.TimeCombo.TextChanged += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.TimeCombo_TextChanged);
  96. //
  97. // NotificationChannels
  98. //
  99. this.NotificationChannels.Enabled = false;
  100. this.NotificationChannels.Label = "Channels";
  101. this.NotificationChannels.Name = "NotificationChannels";
  102. this.NotificationChannels.ShowImage = true;
  103. this.NotificationChannels.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.NotificationChannelsClick);
  104. //
  105. // joinNowGroup
  106. //
  107. this._joinNowGroup.DialogLauncher = ribbonDialogLauncher2;
  108. this._joinNowGroup.Items.Add(this.box2);
  109. this._joinNowGroup.Items.Add(this.separator1);
  110. this._joinNowGroup.Items.Add(this.joinNowBox);
  111. this._joinNowGroup.Name = "joinNowGroup";
  112. this._joinNowGroup.DialogLauncherClick += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.DialogLauncherClicked);
  113. //
  114. // box2
  115. //
  116. this.box2.BoxStyle = Microsoft.Office.Tools.Ribbon.RibbonBoxStyle.Vertical;
  117. this.box2.Items.Add(this.label2);
  118. this.box2.Items.Add(this.TimeCombo2);
  119. this.box2.Items.Add(this.NotificationChannels2);
  120. this.box2.Name = "box2";
  121. //
  122. // label2
  123. //
  124. this.label2.Label = "Notifications";
  125. this.label2.Name = "label2";
  126. //
  127. // TimeCombo2
  128. //
  129. this.TimeCombo2.Label = "TimeCombo";
  130. this.TimeCombo2.Name = "TimeCombo2";
  131. this.TimeCombo2.OfficeImageId = "TableListAlertMe";
  132. this.TimeCombo2.ShowImage = true;
  133. this.TimeCombo2.ShowLabel = false;
  134. this.TimeCombo2.Text = null;
  135. this.TimeCombo2.TextChanged += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.TimeCombo_TextChanged);
  136. //
  137. // NotificationChannels2
  138. //
  139. this.NotificationChannels2.Enabled = false;
  140. this.NotificationChannels2.Label = "Channels";
  141. this.NotificationChannels2.Name = "NotificationChannels2";
  142. this.NotificationChannels2.ShowImage = true;
  143. this.NotificationChannels2.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.NotificationChannelsClick);
  144. //
  145. // separator1
  146. //
  147. this.separator1.Name = "separator1";
  148. //
  149. // joinNowBox
  150. //
  151. this.joinNowBox.BoxStyle = Microsoft.Office.Tools.Ribbon.RibbonBoxStyle.Vertical;
  152. this.joinNowBox.Items.Add(this.AutoJoinLabel);
  153. this.joinNowBox.Items.Add(this.JoinNowTimeCombo);
  154. this.joinNowBox.Items.Add(this.JoinNowChannels);
  155. this.joinNowBox.Name = "joinNowBox";
  156. //
  157. // AutoJoinLabel
  158. //
  159. this.AutoJoinLabel.Label = "Auto Join";
  160. this.AutoJoinLabel.Name = "AutoJoinLabel";
  161. //
  162. // JoinNowTimeCombo
  163. //
  164. this.JoinNowTimeCombo.Label = "comboBox1";
  165. this.JoinNowTimeCombo.Name = "JoinNowTimeCombo";
  166. this.JoinNowTimeCombo.ShowImage = true;
  167. this.JoinNowTimeCombo.ShowLabel = false;
  168. this.JoinNowTimeCombo.Text = null;
  169. this.JoinNowTimeCombo.TextChanged += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.JoinNowTimeCombo_TextChanged);
  170. //
  171. // JoinNowChannels
  172. //
  173. this.JoinNowChannels.Enabled = false;
  174. this.JoinNowChannels.Label = "Channels";
  175. this.JoinNowChannels.Name = "JoinNowChannels";
  176. this.JoinNowChannels.ShowImage = true;
  177. this.JoinNowChannels.Click += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs>(this.JoinNowChannelsClick);
  178. //
  179. // EnhancedRemindersRibbon
  180. //
  181. this.Name = "EnhancedRemindersRibbon";
  182. this.RibbonType = "Microsoft.Outlook.Appointment";
  183. this.Tabs.Add(this._ribbonTab);
  184. this.Load += new System.EventHandler<Microsoft.Office.Tools.Ribbon.RibbonUIEventArgs>(this.EnhancedRemindersRibbon_Load);
  185. this._ribbonTab.ResumeLayout(false);
  186. this._ribbonTab.PerformLayout();
  187. this._ribbonGroup.ResumeLayout(false);
  188. this._ribbonGroup.PerformLayout();
  189. this.box1.ResumeLayout(false);
  190. this.box1.PerformLayout();
  191. this._joinNowGroup.ResumeLayout(false);
  192. this._joinNowGroup.PerformLayout();
  193. this.box2.ResumeLayout(false);
  194. this.box2.PerformLayout();
  195. this.joinNowBox.ResumeLayout(false);
  196. this.joinNowBox.PerformLayout();
  197. this.ResumeLayout(false);
  198. }
  199. #endregion
  200. internal Microsoft.Office.Tools.Ribbon.RibbonTab _ribbonTab;
  201. internal Microsoft.Office.Tools.Ribbon.RibbonGroup _ribbonGroup;
  202. internal Microsoft.Office.Tools.Ribbon.RibbonComboBox TimeCombo;
  203. internal Microsoft.Office.Tools.Ribbon.RibbonComboBox JoinNowTimeCombo;
  204. internal Microsoft.Office.Tools.Ribbon.RibbonBox box1;
  205. internal Microsoft.Office.Tools.Ribbon.RibbonBox joinNowBox;
  206. internal Microsoft.Office.Tools.Ribbon.RibbonLabel label1;
  207. internal Microsoft.Office.Tools.Ribbon.RibbonLabel AutoJoinLabel;
  208. internal Microsoft.Office.Tools.Ribbon.RibbonButton NotificationChannels;
  209. internal Microsoft.Office.Tools.Ribbon.RibbonButton JoinNowChannels;
  210. internal Microsoft.Office.Tools.Ribbon.RibbonGroup _joinNowGroup;
  211. internal Microsoft.Office.Tools.Ribbon.RibbonBox box2;
  212. internal Microsoft.Office.Tools.Ribbon.RibbonLabel label2;
  213. internal Microsoft.Office.Tools.Ribbon.RibbonComboBox TimeCombo2;
  214. internal Microsoft.Office.Tools.Ribbon.RibbonButton NotificationChannels2;
  215. internal Microsoft.Office.Tools.Ribbon.RibbonSeparator separator1;
  216. }
  217. }