SearchReplaceForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class SearchReplaceForm
  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 Windows Form 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.lblFind = new System.Windows.Forms.Label();
  30. this.cbxFind = new System.Windows.Forms.ComboBox();
  31. this.gbOptions = new System.Windows.Forms.GroupBox();
  32. this.cbMatchWholeWord = new System.Windows.Forms.CheckBox();
  33. this.cbMatchCase = new System.Windows.Forms.CheckBox();
  34. this.cbxReplace = new System.Windows.Forms.ComboBox();
  35. this.lblReplace = new System.Windows.Forms.Label();
  36. this.btnReplaceAll = new System.Windows.Forms.Button();
  37. this.btnReplace = new System.Windows.Forms.Button();
  38. this.pnFind = new System.Windows.Forms.Panel();
  39. this.pnReplace = new System.Windows.Forms.Panel();
  40. this.pnOptions = new System.Windows.Forms.Panel();
  41. this.btnFindNext = new System.Windows.Forms.Button();
  42. this.pnFindButton = new System.Windows.Forms.Panel();
  43. this.pnReplaceButton = new System.Windows.Forms.Panel();
  44. this.gbOptions.SuspendLayout();
  45. this.pnFind.SuspendLayout();
  46. this.pnReplace.SuspendLayout();
  47. this.pnOptions.SuspendLayout();
  48. this.pnFindButton.SuspendLayout();
  49. this.pnReplaceButton.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // btnOk
  53. //
  54. this.btnOk.Location = new System.Drawing.Point(8, 228);
  55. this.btnOk.Size = new System.Drawing.Size(96, 23);
  56. this.btnOk.Visible = false;
  57. //
  58. // btnCancel
  59. //
  60. this.btnCancel.Location = new System.Drawing.Point(112, 228);
  61. this.btnCancel.Size = new System.Drawing.Size(96, 23);
  62. this.btnCancel.Visible = false;
  63. //
  64. // lblFind
  65. //
  66. this.lblFind.AutoSize = true;
  67. this.lblFind.Location = new System.Drawing.Point(8, 8);
  68. this.lblFind.Name = "lblFind";
  69. this.lblFind.Size = new System.Drawing.Size(58, 13);
  70. this.lblFind.TabIndex = 4;
  71. this.lblFind.Text = "Find what:";
  72. //
  73. // cbxFind
  74. //
  75. this.cbxFind.FormattingEnabled = true;
  76. this.cbxFind.Location = new System.Drawing.Point(8, 24);
  77. this.cbxFind.Name = "cbxFind";
  78. this.cbxFind.Size = new System.Drawing.Size(200, 21);
  79. this.cbxFind.TabIndex = 2;
  80. this.cbxFind.TextChanged += new System.EventHandler(this.cbxFind_TextChanged);
  81. //
  82. // gbOptions
  83. //
  84. this.gbOptions.Controls.Add(this.cbMatchWholeWord);
  85. this.gbOptions.Controls.Add(this.cbMatchCase);
  86. this.gbOptions.Location = new System.Drawing.Point(8, 8);
  87. this.gbOptions.Name = "gbOptions";
  88. this.gbOptions.Size = new System.Drawing.Size(200, 72);
  89. this.gbOptions.TabIndex = 3;
  90. this.gbOptions.TabStop = false;
  91. this.gbOptions.Text = "Find options";
  92. //
  93. // cbMatchWholeWord
  94. //
  95. this.cbMatchWholeWord.AutoSize = true;
  96. this.cbMatchWholeWord.Location = new System.Drawing.Point(12, 44);
  97. this.cbMatchWholeWord.Name = "cbMatchWholeWord";
  98. this.cbMatchWholeWord.Size = new System.Drawing.Size(113, 17);
  99. this.cbMatchWholeWord.TabIndex = 1;
  100. this.cbMatchWholeWord.Text = "Match whole word";
  101. this.cbMatchWholeWord.UseVisualStyleBackColor = true;
  102. //
  103. // cbMatchCase
  104. //
  105. this.cbMatchCase.AutoSize = true;
  106. this.cbMatchCase.Location = new System.Drawing.Point(12, 20);
  107. this.cbMatchCase.Name = "cbMatchCase";
  108. this.cbMatchCase.Size = new System.Drawing.Size(80, 17);
  109. this.cbMatchCase.TabIndex = 0;
  110. this.cbMatchCase.Text = "Match case";
  111. this.cbMatchCase.UseVisualStyleBackColor = true;
  112. //
  113. // cbxReplace
  114. //
  115. this.cbxReplace.FormattingEnabled = true;
  116. this.cbxReplace.Location = new System.Drawing.Point(8, 24);
  117. this.cbxReplace.Name = "cbxReplace";
  118. this.cbxReplace.Size = new System.Drawing.Size(200, 21);
  119. this.cbxReplace.TabIndex = 2;
  120. //
  121. // lblReplace
  122. //
  123. this.lblReplace.AutoSize = true;
  124. this.lblReplace.Location = new System.Drawing.Point(8, 8);
  125. this.lblReplace.Name = "lblReplace";
  126. this.lblReplace.Size = new System.Drawing.Size(72, 13);
  127. this.lblReplace.TabIndex = 4;
  128. this.lblReplace.Text = "Replace with:";
  129. //
  130. // btnReplaceAll
  131. //
  132. this.btnReplaceAll.Location = new System.Drawing.Point(112, 0);
  133. this.btnReplaceAll.Name = "btnReplaceAll";
  134. this.btnReplaceAll.Size = new System.Drawing.Size(96, 23);
  135. this.btnReplaceAll.TabIndex = 5;
  136. this.btnReplaceAll.Text = "Replace all";
  137. this.btnReplaceAll.UseVisualStyleBackColor = true;
  138. this.btnReplaceAll.Click += new System.EventHandler(this.btnReplaceAll_Click);
  139. //
  140. // btnReplace
  141. //
  142. this.btnReplace.Location = new System.Drawing.Point(8, 0);
  143. this.btnReplace.Name = "btnReplace";
  144. this.btnReplace.Size = new System.Drawing.Size(96, 23);
  145. this.btnReplace.TabIndex = 5;
  146. this.btnReplace.Text = "Replace";
  147. this.btnReplace.UseVisualStyleBackColor = true;
  148. this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
  149. //
  150. // pnFind
  151. //
  152. this.pnFind.Controls.Add(this.lblFind);
  153. this.pnFind.Controls.Add(this.cbxFind);
  154. this.pnFind.Dock = System.Windows.Forms.DockStyle.Top;
  155. this.pnFind.Location = new System.Drawing.Point(0, 0);
  156. this.pnFind.Name = "pnFind";
  157. this.pnFind.Size = new System.Drawing.Size(216, 48);
  158. this.pnFind.TabIndex = 6;
  159. //
  160. // pnReplace
  161. //
  162. this.pnReplace.Controls.Add(this.lblReplace);
  163. this.pnReplace.Controls.Add(this.cbxReplace);
  164. this.pnReplace.Dock = System.Windows.Forms.DockStyle.Top;
  165. this.pnReplace.Location = new System.Drawing.Point(0, 48);
  166. this.pnReplace.Name = "pnReplace";
  167. this.pnReplace.Size = new System.Drawing.Size(216, 48);
  168. this.pnReplace.TabIndex = 7;
  169. //
  170. // pnOptions
  171. //
  172. this.pnOptions.Controls.Add(this.gbOptions);
  173. this.pnOptions.Dock = System.Windows.Forms.DockStyle.Top;
  174. this.pnOptions.Location = new System.Drawing.Point(0, 96);
  175. this.pnOptions.Name = "pnOptions";
  176. this.pnOptions.Size = new System.Drawing.Size(216, 92);
  177. this.pnOptions.TabIndex = 8;
  178. //
  179. // btnFindNext
  180. //
  181. this.btnFindNext.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  182. this.btnFindNext.Location = new System.Drawing.Point(112, 0);
  183. this.btnFindNext.Name = "btnFindNext";
  184. this.btnFindNext.Size = new System.Drawing.Size(96, 23);
  185. this.btnFindNext.TabIndex = 5;
  186. this.btnFindNext.Text = "Find next";
  187. this.btnFindNext.UseVisualStyleBackColor = true;
  188. this.btnFindNext.Click += new System.EventHandler(this.btnFindNext_Click);
  189. //
  190. // pnFindButton
  191. //
  192. this.pnFindButton.Controls.Add(this.btnFindNext);
  193. this.pnFindButton.Dock = System.Windows.Forms.DockStyle.Top;
  194. this.pnFindButton.Location = new System.Drawing.Point(0, 188);
  195. this.pnFindButton.Name = "pnFindButton";
  196. this.pnFindButton.Size = new System.Drawing.Size(216, 28);
  197. this.pnFindButton.TabIndex = 9;
  198. //
  199. // pnReplaceButton
  200. //
  201. this.pnReplaceButton.Controls.Add(this.btnReplace);
  202. this.pnReplaceButton.Controls.Add(this.btnReplaceAll);
  203. this.pnReplaceButton.Dock = System.Windows.Forms.DockStyle.Top;
  204. this.pnReplaceButton.Location = new System.Drawing.Point(0, 216);
  205. this.pnReplaceButton.Name = "pnReplaceButton";
  206. this.pnReplaceButton.Size = new System.Drawing.Size(216, 28);
  207. this.pnReplaceButton.TabIndex = 10;
  208. //
  209. // SearchReplaceForm
  210. //
  211. this.AcceptButton = this.btnFindNext;
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  214. this.ClientSize = new System.Drawing.Size(216, 244);
  215. this.Controls.Add(this.pnReplaceButton);
  216. this.Controls.Add(this.pnFindButton);
  217. this.Controls.Add(this.pnOptions);
  218. this.Controls.Add(this.pnReplace);
  219. this.Controls.Add(this.pnFind);
  220. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  221. this.KeyPreview = true;
  222. this.Name = "SearchReplaceForm";
  223. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  224. this.Text = "Find";
  225. this.TopMost = true;
  226. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SearchReplaceForm_FormClosed);
  227. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SearchReplaceForm_KeyDown);
  228. this.Controls.SetChildIndex(this.btnOk, 0);
  229. this.Controls.SetChildIndex(this.btnCancel, 0);
  230. this.Controls.SetChildIndex(this.pnFind, 0);
  231. this.Controls.SetChildIndex(this.pnReplace, 0);
  232. this.Controls.SetChildIndex(this.pnOptions, 0);
  233. this.Controls.SetChildIndex(this.pnFindButton, 0);
  234. this.Controls.SetChildIndex(this.pnReplaceButton, 0);
  235. this.gbOptions.ResumeLayout(false);
  236. this.gbOptions.PerformLayout();
  237. this.pnFind.ResumeLayout(false);
  238. this.pnFind.PerformLayout();
  239. this.pnReplace.ResumeLayout(false);
  240. this.pnReplace.PerformLayout();
  241. this.pnOptions.ResumeLayout(false);
  242. this.pnFindButton.ResumeLayout(false);
  243. this.pnReplaceButton.ResumeLayout(false);
  244. this.ResumeLayout(false);
  245. }
  246. #endregion
  247. private System.Windows.Forms.Label lblFind;
  248. private System.Windows.Forms.ComboBox cbxFind;
  249. private System.Windows.Forms.GroupBox gbOptions;
  250. private System.Windows.Forms.CheckBox cbMatchWholeWord;
  251. private System.Windows.Forms.CheckBox cbMatchCase;
  252. private System.Windows.Forms.ComboBox cbxReplace;
  253. private System.Windows.Forms.Label lblReplace;
  254. private System.Windows.Forms.Button btnReplaceAll;
  255. private System.Windows.Forms.Button btnReplace;
  256. private System.Windows.Forms.Panel pnFind;
  257. private System.Windows.Forms.Panel pnReplace;
  258. private System.Windows.Forms.Panel pnOptions;
  259. private System.Windows.Forms.Button btnFindNext;
  260. private System.Windows.Forms.Panel pnFindButton;
  261. private System.Windows.Forms.Panel pnReplaceButton;
  262. }
  263. }