/VisualPascalABCNET/ReplaceForm.Designer.cs

https://github.com/pascalabcnet/pascalabcnet · C# · 241 lines · 182 code · 6 blank · 53 comment · 3 complexity · 7e63bafec0f0b3e0c09449f03263903f MD5 · raw file

  1. namespace VisualPascalABC
  2. {
  3. partial class FindReplaceForm
  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.label1 = new System.Windows.Forms.Label();
  29. this.lReplaceTo = new System.Windows.Forms.Label();
  30. this.btFindNext = new System.Windows.Forms.Button();
  31. this.btCancel = new System.Windows.Forms.Button();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.cbUseRegex = new System.Windows.Forms.CheckBox();
  34. this.cbSearchUp = new System.Windows.Forms.CheckBox();
  35. this.cbMathWord = new System.Windows.Forms.CheckBox();
  36. this.cbMathCase = new System.Windows.Forms.CheckBox();
  37. this.btReplace = new System.Windows.Forms.Button();
  38. this.btReplaceAll = new System.Windows.Forms.Button();
  39. this.tbTextToFind = new System.Windows.Forms.ComboBox();
  40. this.tbTextToReplace = new System.Windows.Forms.ComboBox();
  41. this.groupBox1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // label1
  45. //
  46. this.label1.AutoSize = true;
  47. this.label1.Location = new System.Drawing.Point(27, 10);
  48. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  49. this.label1.Name = "label1";
  50. this.label1.Size = new System.Drawing.Size(55, 17);
  51. this.label1.TabIndex = 2;
  52. this.label1.Text = "L_FIND";
  53. //
  54. // lReplaceTo
  55. //
  56. this.lReplaceTo.AutoSize = true;
  57. this.lReplaceTo.Location = new System.Drawing.Point(27, 38);
  58. this.lReplaceTo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  59. this.lReplaceTo.Name = "lReplaceTo";
  60. this.lReplaceTo.Size = new System.Drawing.Size(107, 17);
  61. this.lReplaceTo.TabIndex = 3;
  62. this.lReplaceTo.Text = "L_REPLACETO";
  63. //
  64. // btFindNext
  65. //
  66. this.btFindNext.Location = new System.Drawing.Point(313, 155);
  67. this.btFindNext.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  68. this.btFindNext.Name = "btFindNext";
  69. this.btFindNext.Size = new System.Drawing.Size(135, 33);
  70. this.btFindNext.TabIndex = 4;
  71. this.btFindNext.Text = "FINDNEXT";
  72. this.btFindNext.UseVisualStyleBackColor = true;
  73. this.btFindNext.Click += new System.EventHandler(this.btFindNext_Click);
  74. //
  75. // btCancel
  76. //
  77. this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  78. this.btCancel.Location = new System.Drawing.Point(456, 155);
  79. this.btCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  80. this.btCancel.Name = "btCancel";
  81. this.btCancel.Size = new System.Drawing.Size(100, 33);
  82. this.btCancel.TabIndex = 5;
  83. this.btCancel.Text = "!CANCEL";
  84. this.btCancel.UseVisualStyleBackColor = true;
  85. this.btCancel.Click += new System.EventHandler(this.button2_Click);
  86. //
  87. // groupBox1
  88. //
  89. this.groupBox1.Controls.Add(this.cbUseRegex);
  90. this.groupBox1.Controls.Add(this.cbSearchUp);
  91. this.groupBox1.Controls.Add(this.cbMathWord);
  92. this.groupBox1.Controls.Add(this.cbMathCase);
  93. this.groupBox1.Location = new System.Drawing.Point(16, 64);
  94. this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  95. this.groupBox1.Name = "groupBox1";
  96. this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  97. this.groupBox1.Size = new System.Drawing.Size(540, 84);
  98. this.groupBox1.TabIndex = 6;
  99. this.groupBox1.TabStop = false;
  100. this.groupBox1.Text = "G_OPTIONS";
  101. //
  102. // cbUseRegex
  103. //
  104. this.cbUseRegex.AutoSize = true;
  105. this.cbUseRegex.Location = new System.Drawing.Point(248, 52);
  106. this.cbUseRegex.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  107. this.cbUseRegex.Name = "cbUseRegex";
  108. this.cbUseRegex.Size = new System.Drawing.Size(111, 21);
  109. this.cbUseRegex.TabIndex = 3;
  110. this.cbUseRegex.Text = "USE_REGEX";
  111. this.cbUseRegex.UseVisualStyleBackColor = true;
  112. //
  113. // cbSearchUp
  114. //
  115. this.cbSearchUp.AutoSize = true;
  116. this.cbSearchUp.Location = new System.Drawing.Point(248, 23);
  117. this.cbSearchUp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  118. this.cbSearchUp.Name = "cbSearchUp";
  119. this.cbSearchUp.Size = new System.Drawing.Size(110, 21);
  120. this.cbSearchUp.TabIndex = 2;
  121. this.cbSearchUp.Text = "SEARCH_UP";
  122. this.cbSearchUp.UseVisualStyleBackColor = true;
  123. //
  124. // cbMathWord
  125. //
  126. this.cbMathWord.AutoSize = true;
  127. this.cbMathWord.Location = new System.Drawing.Point(8, 52);
  128. this.cbMathWord.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  129. this.cbMathWord.Name = "cbMathWord";
  130. this.cbMathWord.Size = new System.Drawing.Size(177, 21);
  131. this.cbMathWord.TabIndex = 1;
  132. this.cbMathWord.Text = "MATH_WHOLE_WORD";
  133. this.cbMathWord.UseVisualStyleBackColor = true;
  134. //
  135. // cbMathCase
  136. //
  137. this.cbMathCase.AutoSize = true;
  138. this.cbMathCase.Location = new System.Drawing.Point(8, 23);
  139. this.cbMathCase.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  140. this.cbMathCase.Name = "cbMathCase";
  141. this.cbMathCase.Size = new System.Drawing.Size(110, 21);
  142. this.cbMathCase.TabIndex = 0;
  143. this.cbMathCase.Text = "MATH_CASE";
  144. this.cbMathCase.UseVisualStyleBackColor = true;
  145. //
  146. // btReplace
  147. //
  148. this.btReplace.Location = new System.Drawing.Point(159, 155);
  149. this.btReplace.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  150. this.btReplace.Name = "btReplace";
  151. this.btReplace.Size = new System.Drawing.Size(135, 33);
  152. this.btReplace.TabIndex = 7;
  153. this.btReplace.Text = "REPLACE";
  154. this.btReplace.UseVisualStyleBackColor = true;
  155. this.btReplace.Click += new System.EventHandler(this.btReplace_Click);
  156. //
  157. // btReplaceAll
  158. //
  159. this.btReplaceAll.Location = new System.Drawing.Point(16, 155);
  160. this.btReplaceAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  161. this.btReplaceAll.Name = "btReplaceAll";
  162. this.btReplaceAll.Size = new System.Drawing.Size(135, 33);
  163. this.btReplaceAll.TabIndex = 8;
  164. this.btReplaceAll.Text = "REPLACEALL";
  165. this.btReplaceAll.UseVisualStyleBackColor = true;
  166. this.btReplaceAll.Click += new System.EventHandler(this.btReplaceAll_Click);
  167. //
  168. // tbTextToFind
  169. //
  170. this.tbTextToFind.FormattingEnabled = true;
  171. this.tbTextToFind.Location = new System.Drawing.Point(144, 10);
  172. this.tbTextToFind.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  173. this.tbTextToFind.Name = "tbTextToFind";
  174. this.tbTextToFind.Size = new System.Drawing.Size(411, 24);
  175. this.tbTextToFind.TabIndex = 9;
  176. //
  177. // tbTextToReplace
  178. //
  179. this.tbTextToReplace.FormattingEnabled = true;
  180. this.tbTextToReplace.Location = new System.Drawing.Point(144, 38);
  181. this.tbTextToReplace.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  182. this.tbTextToReplace.Name = "tbTextToReplace";
  183. this.tbTextToReplace.Size = new System.Drawing.Size(411, 24);
  184. this.tbTextToReplace.TabIndex = 10;
  185. //
  186. // FindReplaceForm
  187. //
  188. this.AcceptButton = this.btFindNext;
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.CancelButton = this.btCancel;
  192. this.ClientSize = new System.Drawing.Size(572, 203);
  193. this.Controls.Add(this.tbTextToReplace);
  194. this.Controls.Add(this.tbTextToFind);
  195. this.Controls.Add(this.btReplaceAll);
  196. this.Controls.Add(this.btReplace);
  197. this.Controls.Add(this.groupBox1);
  198. this.Controls.Add(this.btCancel);
  199. this.Controls.Add(this.btFindNext);
  200. this.Controls.Add(this.lReplaceTo);
  201. this.Controls.Add(this.label1);
  202. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  203. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  204. this.MaximizeBox = false;
  205. this.MinimizeBox = false;
  206. this.Name = "FindReplaceForm";
  207. this.ShowIcon = false;
  208. this.ShowInTaskbar = false;
  209. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  210. this.Text = "FORMTEXT";
  211. this.TopMost = true;
  212. this.Shown += new System.EventHandler(this.FindReplaceForm_Shown);
  213. this.Activated += new System.EventHandler(this.FindReplaceForm_Activated);
  214. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FindReplaceForm_FormClosing);
  215. this.groupBox1.ResumeLayout(false);
  216. this.groupBox1.PerformLayout();
  217. this.ResumeLayout(false);
  218. this.PerformLayout();
  219. }
  220. #endregion
  221. private System.Windows.Forms.Label label1;
  222. private System.Windows.Forms.Label lReplaceTo;
  223. private System.Windows.Forms.Button btFindNext;
  224. private System.Windows.Forms.Button btCancel;
  225. private System.Windows.Forms.GroupBox groupBox1;
  226. private System.Windows.Forms.CheckBox cbMathWord;
  227. private System.Windows.Forms.CheckBox cbMathCase;
  228. private System.Windows.Forms.CheckBox cbSearchUp;
  229. private System.Windows.Forms.CheckBox cbUseRegex;
  230. private System.Windows.Forms.Button btReplace;
  231. private System.Windows.Forms.Button btReplaceAll;
  232. public System.Windows.Forms.ComboBox tbTextToFind;
  233. public System.Windows.Forms.ComboBox tbTextToReplace;
  234. }
  235. }