RegName – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace RegName
3 {
4 partial class MainForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 #region Windows Form Designer generated code
12  
13 /// <summary>
14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor.
16 /// </summary>
17 private void InitializeComponent()
18 {
19 this.components = new System.ComponentModel.Container();
20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
21 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
22 this.fileToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
23 this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.aboutToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
25 this.quitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
26 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
27 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
28 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
29 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
30 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
31 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
32 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
33 this.label1 = new System.Windows.Forms.Label();
34 this.textBox1 = new System.Windows.Forms.TextBox();
35 this.textBox3 = new System.Windows.Forms.TextBox();
36 this.label3 = new System.Windows.Forms.Label();
37 this.button2 = new System.Windows.Forms.Button();
38 this.comboBox1 = new System.Windows.Forms.ComboBox();
39 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
40 this.label2 = new System.Windows.Forms.Label();
41 this.textBox2 = new System.Windows.Forms.TextBox();
42 this.checkBox1 = new System.Windows.Forms.CheckBox();
43 this.splitContainer1 = new System.Windows.Forms.SplitContainer();
44 this.dataGridView1 = new System.Windows.Forms.DataGridView();
45 this.Source = new System.Windows.Forms.DataGridViewTextBoxColumn();
46 this.dateCreated = new System.Windows.Forms.DataGridViewTextBoxColumn();
47 this.accessTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
48 this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
49 this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50 this.removeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51 this.dataGridView2 = new System.Windows.Forms.DataGridView();
52 this.Target = new System.Windows.Forms.DataGridViewTextBoxColumn();
53 this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
54 this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
55 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
56 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
58 this.menuStrip1.SuspendLayout();
59 this.tableLayoutPanel1.SuspendLayout();
60 this.statusStrip1.SuspendLayout();
61 this.tableLayoutPanel2.SuspendLayout();
62 this.tableLayoutPanel3.SuspendLayout();
63 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
64 this.splitContainer1.Panel1.SuspendLayout();
65 this.splitContainer1.Panel2.SuspendLayout();
66 this.splitContainer1.SuspendLayout();
67 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
68 this.contextMenuStrip2.SuspendLayout();
69 ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
70 this.SuspendLayout();
71 //
72 // menuStrip1
73 //
74 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
75 this.fileToolStripMenuItem2});
76 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
77 this.menuStrip1.Name = "menuStrip1";
78 this.menuStrip1.Size = new System.Drawing.Size(784, 24);
79 this.menuStrip1.TabIndex = 1;
80 this.menuStrip1.TabStop = true;
81 this.menuStrip1.Text = "menuStrip1";
82 //
83 // fileToolStripMenuItem2
84 //
85 this.fileToolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
86 this.updateToolStripMenuItem,
87 this.aboutToolStripMenuItem2,
88 this.quitToolStripMenuItem1});
89 this.fileToolStripMenuItem2.Name = "fileToolStripMenuItem2";
2 office 90 this.fileToolStripMenuItem2.Size = new System.Drawing.Size(35, 20);
1 office 91 this.fileToolStripMenuItem2.Text = "File";
92 //
93 // updateToolStripMenuItem
94 //
95 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image")));
96 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
2 office 97 this.updateToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
1 office 98 this.updateToolStripMenuItem.Text = "Update..";
99 this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click);
100 //
101 // aboutToolStripMenuItem2
102 //
103 this.aboutToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem2.Image")));
104 this.aboutToolStripMenuItem2.Name = "aboutToolStripMenuItem2";
2 office 105 this.aboutToolStripMenuItem2.Size = new System.Drawing.Size(117, 22);
1 office 106 this.aboutToolStripMenuItem2.Text = "About";
107 this.aboutToolStripMenuItem2.Click += new System.EventHandler(this.AboutToolStripMenuItem1_Click);
108 //
109 // quitToolStripMenuItem1
110 //
111 this.quitToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem1.Image")));
112 this.quitToolStripMenuItem1.Name = "quitToolStripMenuItem1";
2 office 113 this.quitToolStripMenuItem1.Size = new System.Drawing.Size(117, 22);
1 office 114 this.quitToolStripMenuItem1.Text = "Quit";
115 this.quitToolStripMenuItem1.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
116 //
117 // fileToolStripMenuItem
118 //
119 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
120 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
121 this.fileToolStripMenuItem.Text = "File";
122 //
123 // aboutToolStripMenuItem
124 //
125 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
126 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
127 this.aboutToolStripMenuItem.Text = "About";
128 //
129 // tableLayoutPanel1
130 //
131 this.tableLayoutPanel1.AutoSize = true;
132 this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
133 this.tableLayoutPanel1.ColumnCount = 1;
134 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
135 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 3);
136 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
137 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 0);
138 this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 0, 2);
139 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
140 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
141 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
142 this.tableLayoutPanel1.RowCount = 4;
143 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
144 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
145 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
146 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
147 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
148 this.tableLayoutPanel1.Size = new System.Drawing.Size(784, 538);
149 this.tableLayoutPanel1.TabIndex = 1;
150 //
151 // statusStrip1
152 //
153 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
154 this.toolStripProgressBar1,
155 this.toolStripStatusLabel1});
156 this.statusStrip1.Location = new System.Drawing.Point(0, 516);
157 this.statusStrip1.Name = "statusStrip1";
158 this.statusStrip1.Size = new System.Drawing.Size(784, 22);
159 this.statusStrip1.TabIndex = 4;
160 //
161 // toolStripProgressBar1
162 //
163 this.toolStripProgressBar1.Name = "toolStripProgressBar1";
164 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
165 //
166 // toolStripStatusLabel1
167 //
168 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
169 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
170 //
171 // tableLayoutPanel2
172 //
173 this.tableLayoutPanel2.AutoSize = true;
174 this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
175 this.tableLayoutPanel2.ColumnCount = 6;
176 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
177 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
178 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
179 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
180 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
181 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
182 this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
183 this.tableLayoutPanel2.Controls.Add(this.textBox1, 1, 0);
184 this.tableLayoutPanel2.Controls.Add(this.textBox3, 3, 0);
185 this.tableLayoutPanel2.Controls.Add(this.label3, 2, 0);
186 this.tableLayoutPanel2.Controls.Add(this.button2, 5, 0);
187 this.tableLayoutPanel2.Controls.Add(this.comboBox1, 4, 0);
188 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
189 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 35);
190 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
191 this.tableLayoutPanel2.RowCount = 1;
192 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
193 this.tableLayoutPanel2.Size = new System.Drawing.Size(778, 29);
194 this.tableLayoutPanel2.TabIndex = 1;
195 //
196 // label1
197 //
198 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
199 this.label1.AutoSize = true;
200 this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
201 this.label1.Location = new System.Drawing.Point(3, 8);
202 this.label1.Name = "label1";
203 this.label1.Size = new System.Drawing.Size(54, 13);
204 this.label1.TabIndex = 1;
205 this.label1.Text = "Replace:";
206 //
207 // textBox1
208 //
209 this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
210 this.textBox1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
211 this.textBox1.Location = new System.Drawing.Point(63, 3);
212 this.textBox1.Name = "textBox1";
213 this.textBox1.Size = new System.Drawing.Size(327, 20);
214 this.textBox1.TabIndex = 2;
215 this.toolTip1.SetToolTip(this.textBox1, "Enter the replacement text using\r\n$1, $2, ..., $n for regex group\r\nreferences.\r\n\r" +
216 "\nUsing the special string {seq} will\r\ngenerate a growing alphanumeric\r\nsequence " +
217 "for each file.");
218 this.textBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
219 //
220 // textBox3
221 //
222 this.textBox3.Dock = System.Windows.Forms.DockStyle.Fill;
223 this.textBox3.Location = new System.Drawing.Point(461, 3);
224 this.textBox3.Name = "textBox3";
225 this.textBox3.Size = new System.Drawing.Size(114, 20);
226 this.textBox3.TabIndex = 3;
227 this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
228 this.toolTip1.SetToolTip(this.textBox3, "If the replace box contains\r\nspecial sequence strings then\r\nenter the start of th" +
229 "e sequence in\r\nthis box.");
230 this.textBox3.TextChanged += new System.EventHandler(this.TextBox3_TextChanged);
231 //
232 // label3
233 //
234 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
235 this.label3.AutoSize = true;
236 this.label3.Location = new System.Drawing.Point(396, 8);
237 this.label3.Name = "label3";
238 this.label3.Size = new System.Drawing.Size(59, 13);
239 this.label3.TabIndex = 4;
240 this.label3.Text = "Sequence:";
241 //
242 // button2
243 //
244 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
245 this.button2.AutoSize = true;
246 this.button2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
247 this.button2.Location = new System.Drawing.Point(701, 3);
248 this.button2.Name = "button2";
249 this.button2.Size = new System.Drawing.Size(74, 23);
250 this.button2.TabIndex = 2;
251 this.button2.Text = "Rename";
252 this.toolTip1.SetToolTip(this.button2, "Click rename to start renaming files.");
253 this.button2.UseVisualStyleBackColor = true;
254 this.button2.Click += new System.EventHandler(this.Button2_Click);
255 //
256 // comboBox1
257 //
258 this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
259 this.comboBox1.FormattingEnabled = true;
260 this.comboBox1.Items.AddRange(new object[] {
261 "Alpha Numeric",
262 "Alpha",
263 "Numeric"});
264 this.comboBox1.Location = new System.Drawing.Point(581, 3);
265 this.comboBox1.Name = "comboBox1";
266 this.comboBox1.Size = new System.Drawing.Size(114, 21);
267 this.comboBox1.TabIndex = 5;
268 this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1_SelectedIndexChanged);
269 //
270 // tableLayoutPanel3
271 //
272 this.tableLayoutPanel3.AutoSize = true;
273 this.tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
274 this.tableLayoutPanel3.ColumnCount = 3;
275 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
276 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
277 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
278 this.tableLayoutPanel3.Controls.Add(this.label2, 0, 0);
279 this.tableLayoutPanel3.Controls.Add(this.textBox2, 1, 0);
280 this.tableLayoutPanel3.Controls.Add(this.checkBox1, 2, 0);
281 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
282 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
283 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
284 this.tableLayoutPanel3.RowCount = 1;
285 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
286 this.tableLayoutPanel3.Size = new System.Drawing.Size(778, 26);
287 this.tableLayoutPanel3.TabIndex = 0;
288 //
289 // label2
290 //
291 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
292 this.label2.AutoSize = true;
293 this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
294 this.label2.Location = new System.Drawing.Point(3, 6);
295 this.label2.Name = "label2";
296 this.label2.Size = new System.Drawing.Size(54, 13);
297 this.label2.TabIndex = 0;
298 this.label2.Text = "Search:";
299 //
300 // textBox2
301 //
302 this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill;
303 this.textBox2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
304 this.textBox2.Location = new System.Drawing.Point(63, 3);
305 this.textBox2.Name = "textBox2";
306 this.textBox2.Size = new System.Drawing.Size(632, 20);
307 this.textBox2.TabIndex = 1;
308 this.toolTip1.SetToolTip(this.textBox2, "Enter a regular expression.");
309 this.textBox2.TextChanged += new System.EventHandler(this.TextBox2_TextChanged);
310 //
311 // checkBox1
312 //
313 this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
314 this.checkBox1.AutoSize = true;
315 this.checkBox1.Location = new System.Drawing.Point(701, 4);
316 this.checkBox1.Name = "checkBox1";
317 this.checkBox1.Size = new System.Drawing.Size(74, 17);
318 this.checkBox1.TabIndex = 2;
319 this.checkBox1.Text = "No Case";
320 this.checkBox1.UseVisualStyleBackColor = true;
321 this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged);
322 //
323 // splitContainer1
324 //
325 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
326 this.splitContainer1.Location = new System.Drawing.Point(3, 70);
327 this.splitContainer1.Name = "splitContainer1";
328 this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
329 //
330 // splitContainer1.Panel1
331 //
332 this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
333 //
334 // splitContainer1.Panel2
335 //
336 this.splitContainer1.Panel2.Controls.Add(this.dataGridView2);
337 this.splitContainer1.Size = new System.Drawing.Size(778, 441);
338 this.splitContainer1.SplitterDistance = 219;
339 this.splitContainer1.TabIndex = 5;
340 //
341 // dataGridView1
342 //
343 this.dataGridView1.AllowDrop = true;
344 this.dataGridView1.AllowUserToAddRows = false;
345 this.dataGridView1.AllowUserToDeleteRows = false;
346 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
347 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
348 this.Source,
349 this.dateCreated,
350 this.accessTime});
351 this.dataGridView1.ContextMenuStrip = this.contextMenuStrip2;
352 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
353 this.dataGridView1.Location = new System.Drawing.Point(0, 0);
354 this.dataGridView1.Name = "dataGridView1";
355 this.dataGridView1.ReadOnly = true;
356 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
357 this.dataGridView1.Size = new System.Drawing.Size(778, 219);
358 this.dataGridView1.TabIndex = 3;
359 this.dataGridView1.TabStop = false;
360 this.toolTip1.SetToolTip(this.dataGridView1, "Drag & drop files here to preview and rename.");
361 this.dataGridView1.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.DataGridView1_RowsAdded);
362 this.dataGridView1.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.DataGridView1_RowsRemoved);
363 this.dataGridView1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.DataGridView1_Scroll);
364 this.dataGridView1.Sorted += new System.EventHandler(this.DataGridView1_Sorted);
365 this.dataGridView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragDrop);
366 this.dataGridView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragEnter);
367 //
368 // Source
369 //
370 this.Source.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
371 this.Source.HeaderText = "File";
372 this.Source.Name = "Source";
373 this.Source.ReadOnly = true;
374 //
375 // dateCreated
376 //
377 this.dateCreated.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
378 this.dateCreated.HeaderText = "Date Created";
379 this.dateCreated.Name = "dateCreated";
380 this.dateCreated.ReadOnly = true;
381 //
382 // accessTime
383 //
384 this.accessTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
385 this.accessTime.HeaderText = "Access Time";
386 this.accessTime.Name = "accessTime";
387 this.accessTime.ReadOnly = true;
388 //
389 // contextMenuStrip2
390 //
391 this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
392 this.removeToolStripMenuItem,
393 this.removeAllToolStripMenuItem});
394 this.contextMenuStrip2.Name = "contextMenuStrip2";
2 office 395 this.contextMenuStrip2.Size = new System.Drawing.Size(128, 48);
1 office 396 //
397 // removeToolStripMenuItem
398 //
399 this.removeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("removeToolStripMenuItem.Image")));
400 this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
2 office 401 this.removeToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
1 office 402 this.removeToolStripMenuItem.Text = "Remove";
403 this.removeToolStripMenuItem.Click += new System.EventHandler(this.RemoveToolStripMenuItem_Click);
404 //
405 // removeAllToolStripMenuItem
406 //
407 this.removeAllToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("removeAllToolStripMenuItem.Image")));
408 this.removeAllToolStripMenuItem.Name = "removeAllToolStripMenuItem";
2 office 409 this.removeAllToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
1 office 410 this.removeAllToolStripMenuItem.Text = "Remove All";
411 this.removeAllToolStripMenuItem.Click += new System.EventHandler(this.RemoveAllToolStripMenuItem_Click);
412 //
413 // dataGridView2
414 //
415 this.dataGridView2.AllowUserToAddRows = false;
416 this.dataGridView2.AllowUserToDeleteRows = false;
417 this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
418 this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
419 this.Target});
420 this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
421 this.dataGridView2.Location = new System.Drawing.Point(0, 0);
422 this.dataGridView2.Name = "dataGridView2";
423 this.dataGridView2.ReadOnly = true;
424 this.dataGridView2.Size = new System.Drawing.Size(778, 218);
425 this.dataGridView2.TabIndex = 4;
426 this.dataGridView2.TabStop = false;
427 this.toolTip1.SetToolTip(this.dataGridView2, "Preview of file rename operations.");
428 this.dataGridView2.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.DataGridView2_RowsRemoved);
429 this.dataGridView2.Scroll += new System.Windows.Forms.ScrollEventHandler(this.DataGridView2_Scroll);
430 this.dataGridView2.SelectionChanged += new System.EventHandler(this.DataGridView2_SelectionChanged);
431 //
432 // Target
433 //
434 this.Target.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
435 this.Target.HeaderText = "File";
436 this.Target.Name = "Target";
437 this.Target.ReadOnly = true;
438 this.Target.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
439 //
440 // fileToolStripMenuItem1
441 //
442 this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1";
443 this.fileToolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
444 this.fileToolStripMenuItem1.Text = "File";
445 //
446 // aboutToolStripMenuItem1
447 //
448 this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
449 this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
450 this.aboutToolStripMenuItem1.Text = "About";
451 //
452 // toolStripSeparator1
453 //
454 this.toolStripSeparator1.Name = "toolStripSeparator1";
455 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
456 //
457 // quitToolStripMenuItem
458 //
459 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
460 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
461 this.quitToolStripMenuItem.Text = "Quit";
462 //
463 // MainForm
464 //
465 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
466 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
467 this.ClientSize = new System.Drawing.Size(784, 562);
468 this.Controls.Add(this.tableLayoutPanel1);
469 this.Controls.Add(this.menuStrip1);
470 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
471 this.MainMenuStrip = this.menuStrip1;
472 this.MinimumSize = new System.Drawing.Size(640, 480);
473 this.Name = "MainForm";
474 this.Text = "RegName";
2 office 475 this.Load += new System.EventHandler(this.MainForm_Load);
1 office 476 this.menuStrip1.ResumeLayout(false);
477 this.menuStrip1.PerformLayout();
478 this.tableLayoutPanel1.ResumeLayout(false);
479 this.tableLayoutPanel1.PerformLayout();
480 this.statusStrip1.ResumeLayout(false);
481 this.statusStrip1.PerformLayout();
482 this.tableLayoutPanel2.ResumeLayout(false);
483 this.tableLayoutPanel2.PerformLayout();
484 this.tableLayoutPanel3.ResumeLayout(false);
485 this.tableLayoutPanel3.PerformLayout();
486 this.splitContainer1.Panel1.ResumeLayout(false);
487 this.splitContainer1.Panel2.ResumeLayout(false);
488 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
489 this.splitContainer1.ResumeLayout(false);
490 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
491 this.contextMenuStrip2.ResumeLayout(false);
492 ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
493 this.ResumeLayout(false);
494 this.PerformLayout();
495  
496 }
497  
498 #endregion
499  
500 private System.Windows.Forms.MenuStrip menuStrip1;
501 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
502 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
503 private System.Windows.Forms.Label label2;
504 private System.Windows.Forms.TextBox textBox2;
505 private System.Windows.Forms.Label label1;
506 private System.Windows.Forms.TextBox textBox1;
507 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
508 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
509 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
510 private System.Windows.Forms.Button button2;
511 private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
512 private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem;
513 private System.Windows.Forms.ToolStripMenuItem removeAllToolStripMenuItem;
514 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem1;
515 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem1;
516 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
517 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
518 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem2;
519 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem2;
520 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem1;
521 private System.Windows.Forms.TextBox textBox3;
522 private System.Windows.Forms.ToolTip toolTip1;
523 private System.Windows.Forms.Label label3;
524 private System.Windows.Forms.CheckBox checkBox1;
525 private System.Windows.Forms.StatusStrip statusStrip1;
526 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
527 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
528 private System.Windows.Forms.SplitContainer splitContainer1;
529 private System.Windows.Forms.DataGridView dataGridView1;
530 private System.Windows.Forms.DataGridView dataGridView2;
531 private System.Windows.Forms.DataGridViewTextBoxColumn Target;
532 private System.Windows.Forms.DataGridViewTextBoxColumn Source;
533 private System.Windows.Forms.DataGridViewTextBoxColumn dateCreated;
534 private System.Windows.Forms.DataGridViewTextBoxColumn accessTime;
535 private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem;
536 private System.Windows.Forms.ComboBox comboBox1;
537 }
538 }
539