/GitUI/CommandsDialogs/CommitDialog/FormCommitTemplateSettings.Designer.cs

https://github.com/XelaRellum/gitextensions · C# · 432 lines · 334 code · 6 blank · 92 comment · 3 complexity · db4a636b2f863d8f0bb1bbd0b91553a4 MD5 · raw file

  1. namespace GitUI.CommandsDialogs.CommitDialog
  2. {
  3. partial class FormCommitTemplateSettings
  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 Windows Form 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  30. this.buttonOk = new System.Windows.Forms.Button();
  31. this.buttonCancel = new System.Windows.Forms.Button();
  32. this.groupBoxCommitValidation = new System.Windows.Forms.GroupBox();
  33. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  34. this.labelUseIndent = new System.Windows.Forms.Label();
  35. this.labelMaxLineLength = new System.Windows.Forms.Label();
  36. this.labelMaxFirstLineLength = new System.Windows.Forms.Label();
  37. this._NO_TRANSLATE_numericMaxLineLength = new System.Windows.Forms.NumericUpDown();
  38. this._NO_TRANSLATE_numericMaxFirstLineLength = new System.Windows.Forms.NumericUpDown();
  39. this.labelSecondLineEmpty = new System.Windows.Forms.Label();
  40. this.checkBoxSecondLineEmpty = new System.Windows.Forms.CheckBox();
  41. this.labelRegExCheck = new System.Windows.Forms.Label();
  42. this._NO_TRANSLATE_textBoxCommitValidationRegex = new System.Windows.Forms.TextBox();
  43. this.checkBoxUseIndent = new System.Windows.Forms.CheckBox();
  44. this.groupBoxCommitTemplates = new System.Windows.Forms.GroupBox();
  45. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  46. this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
  47. this.labelCommitTemplate = new System.Windows.Forms.Label();
  48. this.labelCommitTemplateName = new System.Windows.Forms.Label();
  49. this._NO_TRANSLATE_textCommitTemplateText = new System.Windows.Forms.TextBox();
  50. this._NO_TRANSLATE_textBoxCommitTemplateName = new System.Windows.Forms.TextBox();
  51. this._NO_TRANSLATE_comboBoxCommitTemplates = new System.Windows.Forms.ComboBox();
  52. this.labelAutoWrap = new System.Windows.Forms.Label();
  53. this.checkBoxAutoWrap = new System.Windows.Forms.CheckBox();
  54. this.tableLayoutPanel1.SuspendLayout();
  55. this.tableLayoutPanel2.SuspendLayout();
  56. this.groupBoxCommitValidation.SuspendLayout();
  57. this.tableLayoutPanel3.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_numericMaxLineLength)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_numericMaxFirstLineLength)).BeginInit();
  60. this.groupBoxCommitTemplates.SuspendLayout();
  61. this.tableLayoutPanel4.SuspendLayout();
  62. this.tableLayoutPanel5.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // tableLayoutPanel1
  66. //
  67. this.tableLayoutPanel1.AutoSize = true;
  68. this.tableLayoutPanel1.ColumnCount = 1;
  69. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  70. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
  71. this.tableLayoutPanel1.Controls.Add(this.groupBoxCommitValidation, 0, 1);
  72. this.tableLayoutPanel1.Controls.Add(this.groupBoxCommitTemplates, 0, 0);
  73. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  75. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  76. this.tableLayoutPanel1.RowCount = 3;
  77. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  78. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  79. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  80. this.tableLayoutPanel1.Size = new System.Drawing.Size(698, 394);
  81. this.tableLayoutPanel1.TabIndex = 60;
  82. //
  83. // tableLayoutPanel2
  84. //
  85. this.tableLayoutPanel2.AutoSize = true;
  86. this.tableLayoutPanel2.ColumnCount = 3;
  87. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  88. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  89. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  90. this.tableLayoutPanel2.Controls.Add(this.buttonOk, 1, 0);
  91. this.tableLayoutPanel2.Controls.Add(this.buttonCancel, 2, 0);
  92. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 361);
  94. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  95. this.tableLayoutPanel2.RowCount = 1;
  96. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  97. this.tableLayoutPanel2.Size = new System.Drawing.Size(692, 30);
  98. this.tableLayoutPanel2.TabIndex = 0;
  99. //
  100. // buttonOk
  101. //
  102. this.buttonOk.Location = new System.Drawing.Point(533, 3);
  103. this.buttonOk.Name = "buttonOk";
  104. this.buttonOk.Size = new System.Drawing.Size(75, 23);
  105. this.buttonOk.TabIndex = 6;
  106. this.buttonOk.Text = "OK";
  107. this.buttonOk.UseVisualStyleBackColor = true;
  108. this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
  109. //
  110. // buttonCancel
  111. //
  112. this.buttonCancel.Location = new System.Drawing.Point(614, 3);
  113. this.buttonCancel.Name = "buttonCancel";
  114. this.buttonCancel.Size = new System.Drawing.Size(75, 23);
  115. this.buttonCancel.TabIndex = 7;
  116. this.buttonCancel.Text = "Cancel";
  117. this.buttonCancel.UseVisualStyleBackColor = true;
  118. this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
  119. //
  120. // groupBoxCommitValidation
  121. //
  122. this.groupBoxCommitValidation.Controls.Add(this.tableLayoutPanel3);
  123. this.groupBoxCommitValidation.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.groupBoxCommitValidation.Location = new System.Drawing.Point(3, 182);
  125. this.groupBoxCommitValidation.Name = "groupBoxCommitValidation";
  126. this.groupBoxCommitValidation.Size = new System.Drawing.Size(692, 173);
  127. this.groupBoxCommitValidation.TabIndex = 1;
  128. this.groupBoxCommitValidation.TabStop = false;
  129. this.groupBoxCommitValidation.Text = "Commit validation";
  130. //
  131. // tableLayoutPanel3
  132. //
  133. this.tableLayoutPanel3.ColumnCount = 2;
  134. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  135. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  136. this.tableLayoutPanel3.Controls.Add(this.labelUseIndent, 0, 4);
  137. this.tableLayoutPanel3.Controls.Add(this.labelMaxLineLength, 0, 1);
  138. this.tableLayoutPanel3.Controls.Add(this.labelMaxFirstLineLength, 0, 0);
  139. this.tableLayoutPanel3.Controls.Add(this._NO_TRANSLATE_numericMaxLineLength, 1, 1);
  140. this.tableLayoutPanel3.Controls.Add(this._NO_TRANSLATE_numericMaxFirstLineLength, 1, 0);
  141. this.tableLayoutPanel3.Controls.Add(this.labelRegExCheck, 0, 3);
  142. this.tableLayoutPanel3.Controls.Add(this._NO_TRANSLATE_textBoxCommitValidationRegex, 1, 3);
  143. this.tableLayoutPanel3.Controls.Add(this.checkBoxUseIndent, 1, 4);
  144. this.tableLayoutPanel3.Controls.Add(this.labelSecondLineEmpty, 0, 5);
  145. this.tableLayoutPanel3.Controls.Add(this.labelAutoWrap, 0, 2);
  146. this.tableLayoutPanel3.Controls.Add(this.checkBoxSecondLineEmpty, 1, 5);
  147. this.tableLayoutPanel3.Controls.Add(this.checkBoxAutoWrap, 1, 2);
  148. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 19);
  150. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  151. this.tableLayoutPanel3.RowCount = 6;
  152. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
  153. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
  154. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
  155. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
  156. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
  157. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  158. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  159. this.tableLayoutPanel3.Size = new System.Drawing.Size(686, 151);
  160. this.tableLayoutPanel3.TabIndex = 0;
  161. //
  162. // labelUseIndent
  163. //
  164. this.labelUseIndent.Anchor = System.Windows.Forms.AnchorStyles.Left;
  165. this.labelUseIndent.AutoSize = true;
  166. this.labelUseIndent.Location = new System.Drawing.Point(3, 109);
  167. this.labelUseIndent.Name = "labelUseIndent";
  168. this.labelUseIndent.Size = new System.Drawing.Size(143, 15);
  169. this.labelUseIndent.TabIndex = 11;
  170. this.labelUseIndent.Text = "Indent lines after first line:";
  171. //
  172. // labelMaxLineLength
  173. //
  174. this.labelMaxLineLength.Anchor = System.Windows.Forms.AnchorStyles.Left;
  175. this.labelMaxLineLength.AutoSize = true;
  176. this.labelMaxLineLength.Location = new System.Drawing.Point(3, 36);
  177. this.labelMaxLineLength.Name = "labelMaxLineLength";
  178. this.labelMaxLineLength.Size = new System.Drawing.Size(336, 15);
  179. this.labelMaxLineLength.TabIndex = 4;
  180. this.labelMaxLineLength.Text = "Maximum numbers of characters per line (0 = check disabled):";
  181. //
  182. // labelMaxFirstLineLength
  183. //
  184. this.labelMaxFirstLineLength.Anchor = System.Windows.Forms.AnchorStyles.Left;
  185. this.labelMaxFirstLineLength.AutoSize = true;
  186. this.labelMaxFirstLineLength.Location = new System.Drawing.Point(3, 7);
  187. this.labelMaxFirstLineLength.Name = "labelMaxFirstLineLength";
  188. this.labelMaxFirstLineLength.Size = new System.Drawing.Size(352, 15);
  189. this.labelMaxFirstLineLength.TabIndex = 0;
  190. this.labelMaxFirstLineLength.Text = "Maximum numbers of characters in first line (0 = check disabled):";
  191. //
  192. // _NO_TRANSLATE_numericMaxLineLength
  193. //
  194. this._NO_TRANSLATE_numericMaxLineLength.Anchor = System.Windows.Forms.AnchorStyles.Right;
  195. this._NO_TRANSLATE_numericMaxLineLength.Location = new System.Drawing.Point(623, 32);
  196. this._NO_TRANSLATE_numericMaxLineLength.Name = "_NO_TRANSLATE_numericMaxLineLength";
  197. this._NO_TRANSLATE_numericMaxLineLength.Size = new System.Drawing.Size(60, 23);
  198. this._NO_TRANSLATE_numericMaxLineLength.TabIndex = 4;
  199. //
  200. // _NO_TRANSLATE_numericMaxFirstLineLength
  201. //
  202. this._NO_TRANSLATE_numericMaxFirstLineLength.Anchor = System.Windows.Forms.AnchorStyles.Right;
  203. this._NO_TRANSLATE_numericMaxFirstLineLength.Location = new System.Drawing.Point(623, 3);
  204. this._NO_TRANSLATE_numericMaxFirstLineLength.Name = "_NO_TRANSLATE_numericMaxFirstLineLength";
  205. this._NO_TRANSLATE_numericMaxFirstLineLength.Size = new System.Drawing.Size(60, 23);
  206. this._NO_TRANSLATE_numericMaxFirstLineLength.TabIndex = 3;
  207. //
  208. // labelSecondLineEmpty
  209. //
  210. this.labelSecondLineEmpty.Anchor = System.Windows.Forms.AnchorStyles.Left;
  211. this.labelSecondLineEmpty.AutoSize = true;
  212. this.labelSecondLineEmpty.Location = new System.Drawing.Point(3, 131);
  213. this.labelSecondLineEmpty.Name = "labelSecondLineEmpty";
  214. this.labelSecondLineEmpty.Size = new System.Drawing.Size(154, 15);
  215. this.labelSecondLineEmpty.TabIndex = 6;
  216. this.labelSecondLineEmpty.Text = "Second line must be empty:";
  217. //
  218. // labelRegExCheck
  219. //
  220. this.labelRegExCheck.Anchor = System.Windows.Forms.AnchorStyles.Left;
  221. this.labelRegExCheck.AutoSize = true;
  222. this.labelRegExCheck.Location = new System.Drawing.Point(3, 85);
  223. this.labelRegExCheck.Name = "labelRegExCheck";
  224. this.labelRegExCheck.Size = new System.Drawing.Size(345, 15);
  225. this.labelRegExCheck.TabIndex = 7;
  226. this.labelRegExCheck.Text = "Commit must match following RegEx (Empty = check disabled):";
  227. //
  228. // _NO_TRANSLATE_textBoxCommitValidationRegex
  229. //
  230. this._NO_TRANSLATE_textBoxCommitValidationRegex.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  231. this._NO_TRANSLATE_textBoxCommitValidationRegex.Location = new System.Drawing.Point(450, 81);
  232. this._NO_TRANSLATE_textBoxCommitValidationRegex.Name = "_NO_TRANSLATE_textBoxCommitValidationRegex";
  233. this._NO_TRANSLATE_textBoxCommitValidationRegex.Size = new System.Drawing.Size(233, 23);
  234. this._NO_TRANSLATE_textBoxCommitValidationRegex.TabIndex = 8;
  235. //
  236. // checkBoxUseIndent
  237. //
  238. this.checkBoxUseIndent.Anchor = System.Windows.Forms.AnchorStyles.Right;
  239. this.checkBoxUseIndent.AutoSize = true;
  240. this.checkBoxUseIndent.Location = new System.Drawing.Point(668, 110);
  241. this.checkBoxUseIndent.Name = "checkBoxUseIndent";
  242. this.checkBoxUseIndent.Size = new System.Drawing.Size(15, 14);
  243. this.checkBoxUseIndent.TabIndex = 10;
  244. this.checkBoxUseIndent.UseVisualStyleBackColor = true;
  245. //
  246. // groupBoxCommitTemplates
  247. //
  248. this.groupBoxCommitTemplates.Controls.Add(this.tableLayoutPanel4);
  249. this.groupBoxCommitTemplates.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.groupBoxCommitTemplates.Location = new System.Drawing.Point(3, 3);
  251. this.groupBoxCommitTemplates.Name = "groupBoxCommitTemplates";
  252. this.groupBoxCommitTemplates.Size = new System.Drawing.Size(692, 173);
  253. this.groupBoxCommitTemplates.TabIndex = 0;
  254. this.groupBoxCommitTemplates.TabStop = false;
  255. this.groupBoxCommitTemplates.Text = "Commit templates";
  256. //
  257. // tableLayoutPanel4
  258. //
  259. this.tableLayoutPanel4.ColumnCount = 2;
  260. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  261. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  262. this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 1, 0);
  263. this.tableLayoutPanel4.Controls.Add(this._NO_TRANSLATE_comboBoxCommitTemplates, 0, 0);
  264. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 19);
  266. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  267. this.tableLayoutPanel4.RowCount = 1;
  268. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  269. this.tableLayoutPanel4.Size = new System.Drawing.Size(686, 151);
  270. this.tableLayoutPanel4.TabIndex = 3;
  271. //
  272. // tableLayoutPanel5
  273. //
  274. this.tableLayoutPanel5.ColumnCount = 2;
  275. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  276. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  277. this.tableLayoutPanel5.Controls.Add(this.labelCommitTemplate, 0, 1);
  278. this.tableLayoutPanel5.Controls.Add(this.labelCommitTemplateName, 0, 0);
  279. this.tableLayoutPanel5.Controls.Add(this._NO_TRANSLATE_textCommitTemplateText, 1, 1);
  280. this.tableLayoutPanel5.Controls.Add(this._NO_TRANSLATE_textBoxCommitTemplateName, 1, 0);
  281. this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
  282. this.tableLayoutPanel5.Location = new System.Drawing.Point(130, 3);
  283. this.tableLayoutPanel5.Name = "tableLayoutPanel5";
  284. this.tableLayoutPanel5.RowCount = 2;
  285. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
  286. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  287. this.tableLayoutPanel5.Size = new System.Drawing.Size(553, 145);
  288. this.tableLayoutPanel5.TabIndex = 1;
  289. //
  290. // labelCommitTemplate
  291. //
  292. this.labelCommitTemplate.AutoSize = true;
  293. this.labelCommitTemplate.Location = new System.Drawing.Point(3, 35);
  294. this.labelCommitTemplate.Margin = new System.Windows.Forms.Padding(3, 6, 3, 0);
  295. this.labelCommitTemplate.Name = "labelCommitTemplate";
  296. this.labelCommitTemplate.Size = new System.Drawing.Size(104, 15);
  297. this.labelCommitTemplate.TabIndex = 5;
  298. this.labelCommitTemplate.Text = "Commit template:";
  299. //
  300. // labelCommitTemplateName
  301. //
  302. this.labelCommitTemplateName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  303. this.labelCommitTemplateName.AutoSize = true;
  304. this.labelCommitTemplateName.Location = new System.Drawing.Point(3, 7);
  305. this.labelCommitTemplateName.Name = "labelCommitTemplateName";
  306. this.labelCommitTemplateName.Size = new System.Drawing.Size(104, 15);
  307. this.labelCommitTemplateName.TabIndex = 7;
  308. this.labelCommitTemplateName.Text = "Name:";
  309. //
  310. // _NO_TRANSLATE_textCommitTemplateText
  311. //
  312. this._NO_TRANSLATE_textCommitTemplateText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  313. | System.Windows.Forms.AnchorStyles.Left)
  314. | System.Windows.Forms.AnchorStyles.Right)));
  315. this._NO_TRANSLATE_textCommitTemplateText.Location = new System.Drawing.Point(113, 32);
  316. this._NO_TRANSLATE_textCommitTemplateText.Multiline = true;
  317. this._NO_TRANSLATE_textCommitTemplateText.Name = "_NO_TRANSLATE_textCommitTemplateText";
  318. this._NO_TRANSLATE_textCommitTemplateText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  319. this._NO_TRANSLATE_textCommitTemplateText.Size = new System.Drawing.Size(437, 110);
  320. this._NO_TRANSLATE_textCommitTemplateText.TabIndex = 2;
  321. this._NO_TRANSLATE_textCommitTemplateText.TextChanged += new System.EventHandler(this.textCommitTemplateText_TextChanged);
  322. //
  323. // _NO_TRANSLATE_textBoxCommitTemplateName
  324. //
  325. this._NO_TRANSLATE_textBoxCommitTemplateName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  326. this._NO_TRANSLATE_textBoxCommitTemplateName.Location = new System.Drawing.Point(113, 3);
  327. this._NO_TRANSLATE_textBoxCommitTemplateName.Name = "_NO_TRANSLATE_textBoxCommitTemplateName";
  328. this._NO_TRANSLATE_textBoxCommitTemplateName.Size = new System.Drawing.Size(437, 23);
  329. this._NO_TRANSLATE_textBoxCommitTemplateName.TabIndex = 1;
  330. this._NO_TRANSLATE_textBoxCommitTemplateName.TextChanged += new System.EventHandler(this.textBoxCommitTemplateName_TextChanged);
  331. //
  332. // _NO_TRANSLATE_comboBoxCommitTemplates
  333. //
  334. this._NO_TRANSLATE_comboBoxCommitTemplates.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  335. | System.Windows.Forms.AnchorStyles.Right)));
  336. this._NO_TRANSLATE_comboBoxCommitTemplates.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  337. this._NO_TRANSLATE_comboBoxCommitTemplates.FormattingEnabled = true;
  338. this._NO_TRANSLATE_comboBoxCommitTemplates.Location = new System.Drawing.Point(3, 3);
  339. this._NO_TRANSLATE_comboBoxCommitTemplates.Name = "_NO_TRANSLATE_comboBoxCommitTemplates";
  340. this._NO_TRANSLATE_comboBoxCommitTemplates.Size = new System.Drawing.Size(121, 23);
  341. this._NO_TRANSLATE_comboBoxCommitTemplates.TabIndex = 0;
  342. this._NO_TRANSLATE_comboBoxCommitTemplates.SelectedIndexChanged += new System.EventHandler(this.comboBoxCommitTemplates_SelectedIndexChanged);
  343. //
  344. // labelAutoWrap
  345. //
  346. this.labelAutoWrap.Anchor = System.Windows.Forms.AnchorStyles.Left;
  347. this.labelAutoWrap.AutoSize = true;
  348. this.labelAutoWrap.Location = new System.Drawing.Point(3, 60);
  349. this.labelAutoWrap.Name = "labelAutoWrap";
  350. this.labelAutoWrap.Size = new System.Drawing.Size(266, 15);
  351. this.labelAutoWrap.TabIndex = 13;
  352. this.labelAutoWrap.Text = "Auto-wrap commit message (except subject line)";
  353. //
  354. // checkBoxSecondLineEmpty
  355. //
  356. this.checkBoxSecondLineEmpty.Anchor = System.Windows.Forms.AnchorStyles.Right;
  357. this.checkBoxSecondLineEmpty.AutoSize = true;
  358. this.checkBoxSecondLineEmpty.Location = new System.Drawing.Point(668, 132);
  359. this.checkBoxSecondLineEmpty.Name = "checkBoxSecondLineEmpty";
  360. this.checkBoxSecondLineEmpty.Size = new System.Drawing.Size(15, 14);
  361. this.checkBoxSecondLineEmpty.TabIndex = 5;
  362. this.checkBoxSecondLineEmpty.UseVisualStyleBackColor = true;
  363. //
  364. // checkBoxAutoWrap
  365. //
  366. this.checkBoxAutoWrap.Anchor = System.Windows.Forms.AnchorStyles.Right;
  367. this.checkBoxAutoWrap.AutoSize = true;
  368. this.checkBoxAutoWrap.Location = new System.Drawing.Point(668, 61);
  369. this.checkBoxAutoWrap.Name = "checkBoxAutoWrap";
  370. this.checkBoxAutoWrap.Size = new System.Drawing.Size(15, 14);
  371. this.checkBoxAutoWrap.TabIndex = 14;
  372. this.checkBoxAutoWrap.UseVisualStyleBackColor = true;
  373. //
  374. // FormCommitTemplateSettings
  375. //
  376. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  377. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  378. this.ClientSize = new System.Drawing.Size(698, 394);
  379. this.Controls.Add(this.tableLayoutPanel1);
  380. this.MinimumSize = new System.Drawing.Size(550, 400);
  381. this.Name = "FormCommitTemplateSettings";
  382. this.Text = "Commit template settings";
  383. this.tableLayoutPanel1.ResumeLayout(false);
  384. this.tableLayoutPanel1.PerformLayout();
  385. this.tableLayoutPanel2.ResumeLayout(false);
  386. this.groupBoxCommitValidation.ResumeLayout(false);
  387. this.tableLayoutPanel3.ResumeLayout(false);
  388. this.tableLayoutPanel3.PerformLayout();
  389. ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_numericMaxLineLength)).EndInit();
  390. ((System.ComponentModel.ISupportInitialize)(this._NO_TRANSLATE_numericMaxFirstLineLength)).EndInit();
  391. this.groupBoxCommitTemplates.ResumeLayout(false);
  392. this.tableLayoutPanel4.ResumeLayout(false);
  393. this.tableLayoutPanel5.ResumeLayout(false);
  394. this.tableLayoutPanel5.PerformLayout();
  395. this.ResumeLayout(false);
  396. this.PerformLayout();
  397. }
  398. #endregion
  399. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  400. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  401. private System.Windows.Forms.Button buttonOk;
  402. private System.Windows.Forms.Button buttonCancel;
  403. private System.Windows.Forms.GroupBox groupBoxCommitValidation;
  404. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  405. private System.Windows.Forms.NumericUpDown _NO_TRANSLATE_numericMaxLineLength;
  406. private System.Windows.Forms.Label labelMaxFirstLineLength;
  407. private System.Windows.Forms.NumericUpDown _NO_TRANSLATE_numericMaxFirstLineLength;
  408. private System.Windows.Forms.Label labelMaxLineLength;
  409. private System.Windows.Forms.Label labelSecondLineEmpty;
  410. private System.Windows.Forms.CheckBox checkBoxSecondLineEmpty;
  411. private System.Windows.Forms.GroupBox groupBoxCommitTemplates;
  412. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  413. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
  414. private System.Windows.Forms.Label labelCommitTemplate;
  415. private System.Windows.Forms.TextBox _NO_TRANSLATE_textCommitTemplateText;
  416. private System.Windows.Forms.ComboBox _NO_TRANSLATE_comboBoxCommitTemplates;
  417. private System.Windows.Forms.Label labelCommitTemplateName;
  418. private System.Windows.Forms.TextBox _NO_TRANSLATE_textBoxCommitTemplateName;
  419. private System.Windows.Forms.Label labelRegExCheck;
  420. private System.Windows.Forms.TextBox _NO_TRANSLATE_textBoxCommitValidationRegex;
  421. private System.Windows.Forms.Label labelUseIndent;
  422. private System.Windows.Forms.CheckBox checkBoxUseIndent;
  423. private System.Windows.Forms.Label labelAutoWrap;
  424. private System.Windows.Forms.CheckBox checkBoxAutoWrap;
  425. }
  426. }