/GitUI/CommitInfo.Designer.cs

https://github.com/adrianoc/gitextensions · C# · 235 lines · 167 code · 6 blank · 62 comment · 3 complexity · 355e3f27f3d4967898986da34f64b81e MD5 · raw file

  1. using System.Windows.Forms;
  2. namespace GitUI
  3. {
  4. partial class CommitInfo
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Component Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.tableLayout = new System.Windows.Forms.TableLayoutPanel();
  31. this.gravatar1 = new GitUI.GravatarControl();
  32. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  33. this._RevisionHeader = new System.Windows.Forms.RichTextBox();
  34. this.commitInfoContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  35. this.copyCommitInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.showContainedInBranchesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.showContainedInBranchesRemoteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.showContainedInBranchesRemoteIfNoLocalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.showContainedInTagsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.RevisionInfo = new System.Windows.Forms.RichTextBox();
  42. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  43. this.addNoteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.tableLayout.SuspendLayout();
  45. this.splitContainer1.Panel1.SuspendLayout();
  46. this.splitContainer1.Panel2.SuspendLayout();
  47. this.splitContainer1.SuspendLayout();
  48. this.commitInfoContextMenuStrip.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // tableLayout
  52. //
  53. this.tableLayout.BackColor = System.Drawing.SystemColors.Window;
  54. this.tableLayout.ColumnCount = 2;
  55. this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  56. this.tableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  57. this.tableLayout.Controls.Add(this.gravatar1, 0, 0);
  58. this.tableLayout.Controls.Add(this.splitContainer1, 1, 0);
  59. this.tableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.tableLayout.Location = new System.Drawing.Point(0, 0);
  61. this.tableLayout.Margin = new System.Windows.Forms.Padding(0);
  62. this.tableLayout.Name = "tableLayout";
  63. this.tableLayout.RowCount = 1;
  64. this.tableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  65. this.tableLayout.Size = new System.Drawing.Size(766, 334);
  66. this.tableLayout.TabIndex = 3;
  67. this.tableLayout.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayout_Paint);
  68. //
  69. // gravatar1
  70. //
  71. this.gravatar1.BackColor = System.Drawing.SystemColors.Window;
  72. this.gravatar1.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.gravatar1.Font = new System.Drawing.Font("Tahoma", 9.75F);
  74. this.gravatar1.Location = new System.Drawing.Point(0, 0);
  75. this.gravatar1.Margin = new System.Windows.Forms.Padding(0);
  76. this.gravatar1.Name = "gravatar1";
  77. this.gravatar1.Size = new System.Drawing.Size(90, 334);
  78. this.gravatar1.TabIndex = 1;
  79. //
  80. // splitContainer1
  81. //
  82. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  84. this.splitContainer1.IsSplitterFixed = true;
  85. this.splitContainer1.Location = new System.Drawing.Point(93, 2);
  86. this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  87. this.splitContainer1.Name = "splitContainer1";
  88. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  89. //
  90. // splitContainer1.Panel1
  91. //
  92. this.splitContainer1.Panel1.Controls.Add(this._RevisionHeader);
  93. //
  94. // splitContainer1.Panel2
  95. //
  96. this.splitContainer1.Panel2.Controls.Add(this.RevisionInfo);
  97. this.splitContainer1.Size = new System.Drawing.Size(670, 330);
  98. this.splitContainer1.SplitterDistance = 115;
  99. this.splitContainer1.SplitterWidth = 1;
  100. this.splitContainer1.TabIndex = 2;
  101. //
  102. // _RevisionHeader
  103. //
  104. this._RevisionHeader.BackColor = System.Drawing.SystemColors.ControlLight;
  105. this._RevisionHeader.BorderStyle = System.Windows.Forms.BorderStyle.None;
  106. this._RevisionHeader.ContextMenuStrip = this.commitInfoContextMenuStrip;
  107. this._RevisionHeader.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this._RevisionHeader.Font = new System.Drawing.Font("Tahoma", 9.75F);
  109. this._RevisionHeader.LanguageOption = RichTextBoxLanguageOptions.UIFonts;
  110. this._RevisionHeader.Location = new System.Drawing.Point(0, 0);
  111. this._RevisionHeader.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  112. this._RevisionHeader.Name = "_RevisionHeader";
  113. this._RevisionHeader.ReadOnly = true;
  114. this._RevisionHeader.Size = new System.Drawing.Size(670, 115);
  115. this._RevisionHeader.TabIndex = 0;
  116. this._RevisionHeader.Text = "";
  117. //
  118. // commitInfoContextMenuStrip
  119. //
  120. this.commitInfoContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  121. this.copyCommitInfoToolStripMenuItem,
  122. this.toolStripSeparator1,
  123. this.showContainedInBranchesToolStripMenuItem,
  124. this.showContainedInBranchesRemoteToolStripMenuItem,
  125. this.showContainedInBranchesRemoteIfNoLocalToolStripMenuItem,
  126. this.showContainedInTagsToolStripMenuItem,
  127. this.toolStripSeparator2,
  128. this.addNoteToolStripMenuItem});
  129. this.commitInfoContextMenuStrip.Name = "commitInfoContextMenuStrip";
  130. this.commitInfoContextMenuStrip.Size = new System.Drawing.Size(422, 170);
  131. //
  132. // copyCommitInfoToolStripMenuItem
  133. //
  134. this.copyCommitInfoToolStripMenuItem.Name = "copyCommitInfoToolStripMenuItem";
  135. this.copyCommitInfoToolStripMenuItem.Size = new System.Drawing.Size(421, 22);
  136. this.copyCommitInfoToolStripMenuItem.Text = "Copy commit info";
  137. this.copyCommitInfoToolStripMenuItem.Click += new System.EventHandler(this.copyCommitInfoToolStripMenuItem_Click);
  138. //
  139. // toolStripSeparator1
  140. //
  141. this.toolStripSeparator1.Name = "toolStripSeparator1";
  142. this.toolStripSeparator1.Size = new System.Drawing.Size(418, 6);
  143. //
  144. // showContainedInBranchesToolStripMenuItem
  145. //
  146. this.showContainedInBranchesToolStripMenuItem.Name = "showContainedInBranchesToolStripMenuItem";
  147. this.showContainedInBranchesToolStripMenuItem.Size = new System.Drawing.Size(421, 22);
  148. this.showContainedInBranchesToolStripMenuItem.Text = "Show local branches containing this commit";
  149. this.showContainedInBranchesToolStripMenuItem.Click += new System.EventHandler(this.showContainedInBranchesToolStripMenuItem_Click);
  150. //
  151. // showContainedInBranchesRemoteToolStripMenuItem
  152. //
  153. this.showContainedInBranchesRemoteToolStripMenuItem.Name = "showContainedInBranchesRemoteToolStripMenuItem";
  154. this.showContainedInBranchesRemoteToolStripMenuItem.Size = new System.Drawing.Size(421, 22);
  155. this.showContainedInBranchesRemoteToolStripMenuItem.Text = "Show remote branches containing this commit";
  156. this.showContainedInBranchesRemoteToolStripMenuItem.Click += new System.EventHandler(this.showContainedInBranchesRemoteToolStripMenuItem_Click);
  157. //
  158. // showContainedInBranchesRemoteIfNoLocalToolStripMenuItem
  159. //
  160. this.showContainedInBranchesRemoteIfNoLocalToolStripMenuItem.Name = "showContainedInBranchesRemoteIfNoLocalToolStripMenuItem";
  161. this.showContainedInBranchesRemoteIfNoLocalToolStripMenuItem.Size = new System.Drawing.Size(421, 22);
  162. this.showContainedInBranchesRemoteIfNoLocalToolStripMenuItem.Text = "Show remote branches only when no local branch contains this commit";
  163. this.showContainedInBranchesRemoteIfNoLocalToolStripMenuItem.Click += new System.EventHandler(this.showContainedInBranchesRemoteIfNoLocalToolStripMenuItem_Click);
  164. //
  165. // showContainedInTagsToolStripMenuItem
  166. //
  167. this.showContainedInTagsToolStripMenuItem.Name = "showContainedInTagsToolStripMenuItem";
  168. this.showContainedInTagsToolStripMenuItem.Size = new System.Drawing.Size(421, 22);
  169. this.showContainedInTagsToolStripMenuItem.Text = "Show tags containing this commit";
  170. this.showContainedInTagsToolStripMenuItem.Click += new System.EventHandler(this.showContainedInTagsToolStripMenuItem_Click);
  171. //
  172. // RevisionInfo
  173. //
  174. this.RevisionInfo.BackColor = System.Drawing.SystemColors.Window;
  175. this.RevisionInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
  176. this.RevisionInfo.ContextMenuStrip = this.commitInfoContextMenuStrip;
  177. this.RevisionInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  178. this.RevisionInfo.LanguageOption = RichTextBoxLanguageOptions.UIFonts;
  179. this.RevisionInfo.Location = new System.Drawing.Point(0, 0);
  180. this.RevisionInfo.Margin = new System.Windows.Forms.Padding(4);
  181. this.RevisionInfo.Name = "RevisionInfo";
  182. this.RevisionInfo.ReadOnly = true;
  183. this.RevisionInfo.Size = new System.Drawing.Size(670, 214);
  184. this.RevisionInfo.TabIndex = 0;
  185. this.RevisionInfo.Text = "";
  186. //
  187. // toolStripSeparator2
  188. //
  189. this.toolStripSeparator2.Name = "toolStripSeparator2";
  190. this.toolStripSeparator2.Size = new System.Drawing.Size(418, 6);
  191. //
  192. // addNoteToolStripMenuItem
  193. //
  194. this.addNoteToolStripMenuItem.Name = "addNoteToolStripMenuItem";
  195. this.addNoteToolStripMenuItem.Size = new System.Drawing.Size(421, 22);
  196. this.addNoteToolStripMenuItem.Text = "Add notes";
  197. this.addNoteToolStripMenuItem.Click += new System.EventHandler(this.addNoteToolStripMenuItem_Click);
  198. //
  199. // CommitInfo
  200. //
  201. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  202. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  203. this.Controls.Add(this.tableLayout);
  204. this.Name = "CommitInfo";
  205. this.Size = new System.Drawing.Size(766, 334);
  206. this.tableLayout.ResumeLayout(false);
  207. this.splitContainer1.Panel1.ResumeLayout(false);
  208. this.splitContainer1.Panel2.ResumeLayout(false);
  209. this.splitContainer1.ResumeLayout(false);
  210. this.commitInfoContextMenuStrip.ResumeLayout(false);
  211. this.ResumeLayout(false);
  212. }
  213. #endregion
  214. private System.Windows.Forms.TableLayoutPanel tableLayout;
  215. private GravatarControl gravatar1;
  216. private System.Windows.Forms.RichTextBox RevisionInfo;
  217. private System.Windows.Forms.ContextMenuStrip commitInfoContextMenuStrip;
  218. private System.Windows.Forms.ToolStripMenuItem showContainedInBranchesToolStripMenuItem;
  219. private System.Windows.Forms.ToolStripMenuItem showContainedInTagsToolStripMenuItem;
  220. private System.Windows.Forms.SplitContainer splitContainer1;
  221. private System.Windows.Forms.RichTextBox _RevisionHeader;
  222. private System.Windows.Forms.ToolStripMenuItem copyCommitInfoToolStripMenuItem;
  223. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  224. private System.Windows.Forms.ToolStripMenuItem showContainedInBranchesRemoteToolStripMenuItem;
  225. private System.Windows.Forms.ToolStripMenuItem showContainedInBranchesRemoteIfNoLocalToolStripMenuItem;
  226. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  227. private System.Windows.Forms.ToolStripMenuItem addNoteToolStripMenuItem;
  228. }
  229. }