Sfall-ScriptEditor

Форк
0
/
SearchForm.Designer.cs 
385 строк · 18.7 Кб
1
namespace ScriptEditor {
2
    partial class SearchForm {
3
        /// <summary>
4
        /// Required designer variable.
5
        /// </summary>
6
        private System.ComponentModel.IContainer components = null;
7

8
        /// <summary>
9
        /// Clean up any resources being used.
10
        /// </summary>
11
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12
        protected override void Dispose(bool disposing) {
13
            if(disposing && (components != null)) {
14
                components.Dispose();
15
            }
16
            base.Dispose(disposing);
17
        }
18

19
        #region Windows Form Designer generated code
20

21
        /// <summary>
22
        /// Required method for Designer support - do not modify
23
        /// the contents of this method with the code editor.
24
        /// </summary>
25
        private void InitializeComponent() {
26
            System.Windows.Forms.Label label1;
27
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchForm));
28
            this.cbSearch = new System.Windows.Forms.ComboBox();
29
            this.cbRegular = new System.Windows.Forms.CheckBox();
30
            this.rbCurrent = new System.Windows.Forms.RadioButton();
31
            this.rbAll = new System.Windows.Forms.RadioButton();
32
            this.rbFolder = new System.Windows.Forms.RadioButton();
33
            this.label2 = new System.Windows.Forms.Label();
34
            this.bChange = new System.Windows.Forms.Button();
35
            this.cbSearchSubfolders = new System.Windows.Forms.CheckBox();
36
            this.bSearch = new System.Windows.Forms.Button();
37
            this.fbdSearchFolder = new System.Windows.Forms.FolderBrowserDialog();
38
            this.cbFindAll = new System.Windows.Forms.CheckBox();
39
            this.tbReplace = new System.Windows.Forms.TextBox();
40
            this.bReplace = new System.Windows.Forms.Button();
41
            this.cbSearchPath = new System.Windows.Forms.ComboBox();
42
            this.label3 = new System.Windows.Forms.Label();
43
            this.lbFindFiles = new System.Windows.Forms.ListBox();
44
            this.cbCase = new System.Windows.Forms.CheckBox();
45
            this.label4 = new System.Windows.Forms.Label();
46
            this.cbWord = new System.Windows.Forms.CheckBox();
47
            this.cbFileMask = new System.Windows.Forms.ComboBox();
48
            this.labelCount = new System.Windows.Forms.Label();
49
            this.bHide = new System.Windows.Forms.Button();
50
            this.label6 = new System.Windows.Forms.Label();
51
            label1 = new System.Windows.Forms.Label();
52
            this.SuspendLayout();
53
            // 
54
            // label1
55
            // 
56
            label1.AutoSize = true;
57
            label1.Location = new System.Drawing.Point(13, 167);
58
            label1.Name = "label1";
59
            label1.Size = new System.Drawing.Size(86, 13);
60
            label1.TabIndex = 5;
61
            label1.Text = "Folder to search:";
62
            // 
63
            // cbSearch
64
            // 
65
            this.cbSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
66
            | System.Windows.Forms.AnchorStyles.Right)));
67
            this.cbSearch.FormattingEnabled = true;
68
            this.cbSearch.Location = new System.Drawing.Point(13, 22);
69
            this.cbSearch.Name = "cbSearch";
70
            this.cbSearch.Size = new System.Drawing.Size(418, 21);
71
            this.cbSearch.TabIndex = 28;
72
            // 
73
            // cbRegular
74
            // 
75
            this.cbRegular.AutoSize = true;
76
            this.cbRegular.Location = new System.Drawing.Point(13, 91);
77
            this.cbRegular.Name = "cbRegular";
78
            this.cbRegular.Size = new System.Drawing.Size(116, 17);
79
            this.cbRegular.TabIndex = 1;
80
            this.cbRegular.Text = "Regular expression";
81
            this.cbRegular.UseVisualStyleBackColor = true;
82
            this.cbRegular.CheckedChanged += new System.EventHandler(this.cbRegular_CheckedChanged);
83
            // 
84
            // rbCurrent
85
            // 
86
            this.rbCurrent.AutoSize = true;
87
            this.rbCurrent.Location = new System.Drawing.Point(153, 91);
88
            this.rbCurrent.Name = "rbCurrent";
89
            this.rbCurrent.Size = new System.Drawing.Size(125, 17);
90
            this.rbCurrent.TabIndex = 2;
91
            this.rbCurrent.Text = "Find in current scripts";
92
            this.rbCurrent.UseVisualStyleBackColor = true;
93
            // 
94
            // rbAll
95
            // 
96
            this.rbAll.AutoSize = true;
97
            this.rbAll.Checked = true;
98
            this.rbAll.Location = new System.Drawing.Point(153, 120);
99
            this.rbAll.Name = "rbAll";
100
            this.rbAll.Size = new System.Drawing.Size(129, 17);
101
            this.rbAll.TabIndex = 3;
102
            this.rbAll.TabStop = true;
103
            this.rbAll.Text = "Find in all open scripts";
104
            this.rbAll.UseVisualStyleBackColor = true;
105
            // 
106
            // rbFolder
107
            // 
108
            this.rbFolder.AutoSize = true;
109
            this.rbFolder.Location = new System.Drawing.Point(153, 149);
110
            this.rbFolder.Name = "rbFolder";
111
            this.rbFolder.Size = new System.Drawing.Size(106, 17);
112
            this.rbFolder.TabIndex = 4;
113
            this.rbFolder.Text = "Find in files folder";
114
            this.rbFolder.UseVisualStyleBackColor = true;
115
            this.rbFolder.CheckedChanged += new System.EventHandler(this.rbFolder_CheckedChanged);
116
            // 
117
            // label2
118
            // 
119
            this.label2.AutoSize = true;
120
            this.label2.Location = new System.Drawing.Point(13, 46);
121
            this.label2.Name = "label2";
122
            this.label2.Size = new System.Drawing.Size(74, 13);
123
            this.label2.TabIndex = 6;
124
            this.label2.Text = "Replace Text:";
125
            // 
126
            // bChange
127
            // 
128
            this.bChange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
129
            this.bChange.Enabled = false;
130
            this.bChange.Image = ((System.Drawing.Image)(resources.GetObject("bChange.Image")));
131
            this.bChange.Location = new System.Drawing.Point(326, 209);
132
            this.bChange.Name = "bChange";
133
            this.bChange.Size = new System.Drawing.Size(104, 23);
134
            this.bChange.TabIndex = 7;
135
            this.bChange.Text = "Change";
136
            this.bChange.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
137
            this.bChange.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
138
            this.bChange.UseVisualStyleBackColor = true;
139
            // 
140
            // cbSearchSubfolders
141
            // 
142
            this.cbSearchSubfolders.AutoSize = true;
143
            this.cbSearchSubfolders.Checked = true;
144
            this.cbSearchSubfolders.CheckState = System.Windows.Forms.CheckState.Checked;
145
            this.cbSearchSubfolders.Enabled = false;
146
            this.cbSearchSubfolders.Location = new System.Drawing.Point(13, 213);
147
            this.cbSearchSubfolders.Name = "cbSearchSubfolders";
148
            this.cbSearchSubfolders.Size = new System.Drawing.Size(122, 17);
149
            this.cbSearchSubfolders.TabIndex = 8;
150
            this.cbSearchSubfolders.Text = "Search in subfolders";
151
            this.cbSearchSubfolders.UseVisualStyleBackColor = true;
152
            // 
153
            // bSearch
154
            // 
155
            this.bSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
156
            this.bSearch.Image = ((System.Drawing.Image)(resources.GetObject("bSearch.Image")));
157
            this.bSearch.Location = new System.Drawing.Point(327, 88);
158
            this.bSearch.Name = "bSearch";
159
            this.bSearch.Size = new System.Drawing.Size(103, 23);
160
            this.bSearch.TabIndex = 10;
161
            this.bSearch.Text = "Search";
162
            this.bSearch.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
163
            this.bSearch.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
164
            this.bSearch.UseVisualStyleBackColor = true;
165
            // 
166
            // fbdSearchFolder
167
            // 
168
            this.fbdSearchFolder.Description = "Pick folder to search";
169
            this.fbdSearchFolder.RootFolder = System.Environment.SpecialFolder.MyComputer;
170
            // 
171
            // cbFindAll
172
            // 
173
            this.cbFindAll.AutoSize = true;
174
            this.cbFindAll.Location = new System.Drawing.Point(13, 120);
175
            this.cbFindAll.Name = "cbFindAll";
176
            this.cbFindAll.Size = new System.Drawing.Size(102, 17);
177
            this.cbFindAll.TabIndex = 11;
178
            this.cbFindAll.Text = "Find all matches";
179
            this.cbFindAll.UseVisualStyleBackColor = true;
180
            // 
181
            // tbReplace
182
            // 
183
            this.tbReplace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
184
            | System.Windows.Forms.AnchorStyles.Right)));
185
            this.tbReplace.Location = new System.Drawing.Point(13, 62);
186
            this.tbReplace.Name = "tbReplace";
187
            this.tbReplace.Size = new System.Drawing.Size(418, 20);
188
            this.tbReplace.TabIndex = 12;
189
            // 
190
            // bReplace
191
            // 
192
            this.bReplace.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
193
            this.bReplace.Location = new System.Drawing.Point(326, 117);
194
            this.bReplace.Name = "bReplace";
195
            this.bReplace.Size = new System.Drawing.Size(104, 23);
196
            this.bReplace.TabIndex = 13;
197
            this.bReplace.Text = "Find && Replace";
198
            this.bReplace.UseVisualStyleBackColor = true;
199
            // 
200
            // cbSearchPath
201
            // 
202
            this.cbSearchPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
203
            | System.Windows.Forms.AnchorStyles.Right)));
204
            this.cbSearchPath.Enabled = false;
205
            this.cbSearchPath.FormattingEnabled = true;
206
            this.cbSearchPath.Location = new System.Drawing.Point(12, 184);
207
            this.cbSearchPath.Name = "cbSearchPath";
208
            this.cbSearchPath.Size = new System.Drawing.Size(418, 21);
209
            this.cbSearchPath.Sorted = true;
210
            this.cbSearchPath.TabIndex = 29;
211
            this.cbSearchPath.SelectedIndexChanged += new System.EventHandler(this.cbSearchPath_SelectedIndexChanged);
212
            // 
213
            // label3
214
            // 
215
            this.label3.AutoSize = true;
216
            this.label3.Location = new System.Drawing.Point(13, 7);
217
            this.label3.Name = "label3";
218
            this.label3.Size = new System.Drawing.Size(54, 13);
219
            this.label3.TabIndex = 14;
220
            this.label3.Text = "Find Text:";
221
            // 
222
            // lbFindFiles
223
            // 
224
            this.lbFindFiles.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
225
            | System.Windows.Forms.AnchorStyles.Left) 
226
            | System.Windows.Forms.AnchorStyles.Right)));
227
            this.lbFindFiles.FormattingEnabled = true;
228
            this.lbFindFiles.HorizontalScrollbar = true;
229
            this.lbFindFiles.Location = new System.Drawing.Point(13, 254);
230
            this.lbFindFiles.Name = "lbFindFiles";
231
            this.lbFindFiles.Size = new System.Drawing.Size(418, 4);
232
            this.lbFindFiles.TabIndex = 21;
233
            // 
234
            // cbCase
235
            // 
236
            this.cbCase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
237
            this.cbCase.AutoSize = true;
238
            this.cbCase.Checked = true;
239
            this.cbCase.CheckState = System.Windows.Forms.CheckState.Checked;
240
            this.cbCase.Location = new System.Drawing.Point(238, 3);
241
            this.cbCase.Name = "cbCase";
242
            this.cbCase.Size = new System.Drawing.Size(82, 17);
243
            this.cbCase.TabIndex = 22;
244
            this.cbCase.Text = "Match case";
245
            this.cbCase.UseVisualStyleBackColor = true;
246
            this.cbCase.Click += new System.EventHandler(this.cbCase_Click);
247
            // 
248
            // label4
249
            // 
250
            this.label4.AutoSize = true;
251
            this.label4.Location = new System.Drawing.Point(13, 238);
252
            this.label4.Name = "label4";
253
            this.label4.Size = new System.Drawing.Size(126, 13);
254
            this.label4.TabIndex = 23;
255
            this.label4.Text = "Found files with matches:";
256
            // 
257
            // cbWord
258
            // 
259
            this.cbWord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
260
            this.cbWord.AutoSize = true;
261
            this.cbWord.Location = new System.Drawing.Point(326, 3);
262
            this.cbWord.Name = "cbWord";
263
            this.cbWord.Size = new System.Drawing.Size(105, 17);
264
            this.cbWord.TabIndex = 24;
265
            this.cbWord.Text = "Whole word only";
266
            this.cbWord.UseVisualStyleBackColor = true;
267
            this.cbWord.Click += new System.EventHandler(this.cbWord_Click);
268
            // 
269
            // cbFileMask
270
            // 
271
            this.cbFileMask.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
272
            this.cbFileMask.Enabled = false;
273
            this.cbFileMask.FormattingEnabled = true;
274
            this.cbFileMask.Items.AddRange(new object[] {
275
            "All",
276
            "*.h",
277
            "*.ssl",
278
            "*.msg"});
279
            this.cbFileMask.Location = new System.Drawing.Point(205, 211);
280
            this.cbFileMask.Name = "cbFileMask";
281
            this.cbFileMask.Size = new System.Drawing.Size(53, 21);
282
            this.cbFileMask.TabIndex = 25;
283
            // 
284
            // labelCount
285
            // 
286
            this.labelCount.AutoSize = true;
287
            this.labelCount.Location = new System.Drawing.Point(145, 238);
288
            this.labelCount.Name = "labelCount";
289
            this.labelCount.Size = new System.Drawing.Size(13, 13);
290
            this.labelCount.TabIndex = 26;
291
            this.labelCount.Text = "0";
292
            // 
293
            // bHide
294
            // 
295
            this.bHide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
296
            this.bHide.Location = new System.Drawing.Point(326, 146);
297
            this.bHide.Name = "bHide";
298
            this.bHide.Size = new System.Drawing.Size(104, 23);
299
            this.bHide.TabIndex = 7;
300
            this.bHide.Text = "Hide";
301
            this.bHide.UseVisualStyleBackColor = true;
302
            this.bHide.Click += new System.EventHandler(this.bHide_Click);
303
            // 
304
            // label6
305
            // 
306
            this.label6.AutoSize = true;
307
            this.label6.Location = new System.Drawing.Point(150, 214);
308
            this.label6.Name = "label6";
309
            this.label6.Size = new System.Drawing.Size(49, 13);
310
            this.label6.TabIndex = 27;
311
            this.label6.Text = "File type:";
312
            // 
313
            // SearchForm
314
            // 
315
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
316
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
317
            this.ClientSize = new System.Drawing.Size(443, 272);
318
            this.Controls.Add(this.label6);
319
            this.Controls.Add(this.labelCount);
320
            this.Controls.Add(this.cbFileMask);
321
            this.Controls.Add(this.cbWord);
322
            this.Controls.Add(this.label4);
323
            this.Controls.Add(this.cbCase);
324
            this.Controls.Add(this.lbFindFiles);
325
            this.Controls.Add(this.label3);
326
            this.Controls.Add(this.bReplace);
327
            this.Controls.Add(this.tbReplace);
328
            this.Controls.Add(this.cbFindAll);
329
            this.Controls.Add(this.bSearch);
330
            this.Controls.Add(this.cbSearchSubfolders);
331
            this.Controls.Add(this.bHide);
332
            this.Controls.Add(this.bChange);
333
            this.Controls.Add(this.label2);
334
            this.Controls.Add(label1);
335
            this.Controls.Add(this.rbFolder);
336
            this.Controls.Add(this.rbAll);
337
            this.Controls.Add(this.rbCurrent);
338
            this.Controls.Add(this.cbRegular);
339
            this.Controls.Add(this.cbSearchPath);
340
            this.Controls.Add(this.cbSearch);
341
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
342
            this.KeyPreview = true;
343
            this.MaximizeBox = false;
344
            this.MaximumSize = new System.Drawing.Size(1280, 1024);
345
            this.MinimumSize = new System.Drawing.Size(435, 303);
346
            this.Name = "SearchForm";
347
            this.ShowInTaskbar = false;
348
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
349
            this.Text = "Search & Replace";
350
            this.Activated += new System.EventHandler(this.SearchForm_Activated);
351
            this.Deactivate += new System.EventHandler(this.SearchForm_Deactivate);
352
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SearchForm_FormClosing);
353
            this.ResumeLayout(false);
354
            this.PerformLayout();
355

356
        }
357

358
        #endregion
359

360
        internal System.Windows.Forms.ComboBox cbSearch;
361
        internal System.Windows.Forms.TextBox tbReplace;
362
        private System.Windows.Forms.Label label3;
363
        private System.Windows.Forms.Label label2;
364
        private System.Windows.Forms.Label label4;
365
        private System.Windows.Forms.Button bHide;
366
        private System.Windows.Forms.Label label6;
367
        internal System.Windows.Forms.ListBox lbFindFiles;
368
        internal System.Windows.Forms.Label labelCount;
369
        private System.Windows.Forms.ComboBox cbFileMask;
370
        internal System.Windows.Forms.Button bSearch;
371
        internal System.Windows.Forms.Button bReplace;
372
        internal System.Windows.Forms.RadioButton rbFolder;
373
        internal System.Windows.Forms.CheckBox cbCase;
374
        internal System.Windows.Forms.RadioButton rbCurrent;
375
        internal System.Windows.Forms.RadioButton rbAll;
376
        private System.Windows.Forms.CheckBox cbSearchSubfolders;
377
        internal System.Windows.Forms.CheckBox cbRegular;
378
        internal System.Windows.Forms.CheckBox cbFindAll;
379
        private System.Windows.Forms.Button bChange;
380
        private System.Windows.Forms.ComboBox cbSearchPath;
381
        private System.Windows.Forms.FolderBrowserDialog fbdSearchFolder;
382
        private System.Windows.Forms.CheckBox cbWord;
383

384
    }
385
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.