PageRenderTime 199ms CodeModel.GetById 46ms RepoModel.GetById 7ms app.codeStats 0ms

/Microsoft.Office.PowerPoint.STAMP.AddIn/Controls/CaptionEditingToolbar.Designer.cs

#
C# | 167 lines | 113 code | 7 blank | 47 comment | 3 complexity | 76e1189d42fd174748ab2a8b65d760b7 MD5 | raw file
Possible License(s): GPL-2.0
  1. namespace Microsoft.Office.PowerPoint.STAMP.Controls
  2. {
  3. partial class CaptionEditingToolbar
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CaptionEditingToolbar));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.addButton = new System.Windows.Forms.ToolStripButton();
  31. this.deleteButton = new System.Windows.Forms.ToolStripButton();
  32. this.sortButton = new System.Windows.Forms.ToolStripButton();
  33. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  34. this.setStartButton = new System.Windows.Forms.ToolStripButton();
  35. this.setEndButton = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  37. this.playbackSpeedDropdown = new System.Windows.Forms.ToolStripComboBox();
  38. this.durationTextbox = new Microsoft.Office.PowerPoint.STAMP.Controls.MillisecondTextBox();
  39. this.transparencyTextbox = new Microsoft.Office.PowerPoint.STAMP.Controls.PercentageTextBox();
  40. this.toolStrip1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // toolStrip1
  44. //
  45. resources.ApplyResources(this.toolStrip1, "toolStrip1");
  46. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  47. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  48. this.addButton,
  49. this.deleteButton,
  50. this.sortButton,
  51. this.toolStripSeparator1,
  52. this.setStartButton,
  53. this.setEndButton,
  54. this.toolStripSeparator2,
  55. this.playbackSpeedDropdown,
  56. this.durationTextbox,
  57. this.transparencyTextbox});
  58. this.toolStrip1.Name = "toolStrip1";
  59. //
  60. // addButton
  61. //
  62. resources.ApplyResources(this.addButton, "addButton");
  63. this.addButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  64. this.addButton.Name = "addButton";
  65. this.addButton.Click += new System.EventHandler(this.addButton_Click);
  66. //
  67. // deleteButton
  68. //
  69. resources.ApplyResources(this.deleteButton, "deleteButton");
  70. this.deleteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  71. this.deleteButton.Image = global::Microsoft.Office.PowerPoint.STAMP.Properties.Resources.Delete_Caption;
  72. this.deleteButton.Name = "deleteButton";
  73. this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
  74. //
  75. // sortButton
  76. //
  77. resources.ApplyResources(this.sortButton, "sortButton");
  78. this.sortButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  79. this.sortButton.Image = global::Microsoft.Office.PowerPoint.STAMP.Properties.Resources.Sort_Captions;
  80. this.sortButton.Name = "sortButton";
  81. this.sortButton.Click += new System.EventHandler(this.sortButton_Click);
  82. //
  83. // toolStripSeparator1
  84. //
  85. this.toolStripSeparator1.Name = "toolStripSeparator1";
  86. resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
  87. //
  88. // setStartButton
  89. //
  90. resources.ApplyResources(this.setStartButton, "setStartButton");
  91. this.setStartButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  92. this.setStartButton.Image = global::Microsoft.Office.PowerPoint.STAMP.Properties.Resources.Start_Caption;
  93. this.setStartButton.Name = "setStartButton";
  94. this.setStartButton.Click += new System.EventHandler(this.setStartButton_Click);
  95. //
  96. // setEndButton
  97. //
  98. resources.ApplyResources(this.setEndButton, "setEndButton");
  99. this.setEndButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  100. this.setEndButton.Image = global::Microsoft.Office.PowerPoint.STAMP.Properties.Resources.End_Caption;
  101. this.setEndButton.Name = "setEndButton";
  102. this.setEndButton.Click += new System.EventHandler(this.setEndButton_Click);
  103. //
  104. // toolStripSeparator2
  105. //
  106. this.toolStripSeparator2.Name = "toolStripSeparator2";
  107. resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
  108. //
  109. // playbackSpeedDropdown
  110. //
  111. this.playbackSpeedDropdown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  112. this.playbackSpeedDropdown.Items.AddRange(new object[] {
  113. resources.GetString("playbackSpeedDropdown.Items"),
  114. resources.GetString("playbackSpeedDropdown.Items1"),
  115. resources.GetString("playbackSpeedDropdown.Items2"),
  116. resources.GetString("playbackSpeedDropdown.Items3"),
  117. resources.GetString("playbackSpeedDropdown.Items4")});
  118. this.playbackSpeedDropdown.Name = "playbackSpeedDropdown";
  119. resources.ApplyResources(this.playbackSpeedDropdown, "playbackSpeedDropdown");
  120. this.playbackSpeedDropdown.SelectedIndexChanged += new System.EventHandler(this.playbackSpeedDropdown_SelectedIndexChanged);
  121. //
  122. // durationTextbox
  123. //
  124. this.durationTextbox.Name = "durationTextbox";
  125. resources.ApplyResources(this.durationTextbox, "durationTextbox");
  126. this.durationTextbox.Value = 0F;
  127. this.durationTextbox.TextChanged += new System.EventHandler(this.durationTextbox_TextChanged);
  128. //
  129. // transparencyTextbox
  130. //
  131. this.transparencyTextbox.Name = "transparencyTextbox";
  132. resources.ApplyResources(this.transparencyTextbox, "transparencyTextbox");
  133. this.transparencyTextbox.Value = 0;
  134. this.transparencyTextbox.TextChanged += new System.EventHandler(this.transparencyTextbox_TextChanged);
  135. //
  136. // CaptionEditingToolbar
  137. //
  138. resources.ApplyResources(this, "$this");
  139. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  140. this.Controls.Add(this.toolStrip1);
  141. this.Name = "CaptionEditingToolbar";
  142. this.toolStrip1.ResumeLayout(false);
  143. this.toolStrip1.PerformLayout();
  144. this.ResumeLayout(false);
  145. this.PerformLayout();
  146. }
  147. #endregion
  148. private System.Windows.Forms.ToolStrip toolStrip1;
  149. private System.Windows.Forms.ToolStripButton addButton;
  150. private System.Windows.Forms.ToolStripButton deleteButton;
  151. private System.Windows.Forms.ToolStripButton sortButton;
  152. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  153. private System.Windows.Forms.ToolStripButton setStartButton;
  154. private System.Windows.Forms.ToolStripButton setEndButton;
  155. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  156. private System.Windows.Forms.ToolStripComboBox playbackSpeedDropdown;
  157. private MillisecondTextBox durationTextbox;
  158. private PercentageTextBox transparencyTextbox;
  159. }
  160. }