1 |
william |
229 |
namespace System.Windows.Forms |
2 |
|
|
{ |
3 |
|
|
partial class AddressValuePairList |
4 |
|
|
{ |
5 |
|
|
/// <summary> |
6 |
|
|
/// Required designer variable. |
7 |
|
|
/// </summary> |
8 |
|
|
private System.ComponentModel.IContainer components = null; |
9 |
|
|
|
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 |
|
|
|
23 |
|
|
#region Component Designer generated code |
24 |
|
|
|
25 |
|
|
/// <summary> |
26 |
|
|
/// Required method for Designer support - do not modify |
27 |
|
|
/// the contents of this method with the code editor. |
28 |
|
|
/// </summary> |
29 |
|
|
private void InitializeComponent() |
30 |
|
|
{ |
31 |
|
|
this.components = new System.ComponentModel.Container(); |
32 |
|
|
this.ResultsSaver = new System.Windows.Forms.SaveFileDialog(); |
33 |
|
|
this.freezer = new System.Windows.Forms.Timer(this.components); |
34 |
|
|
this.ResultsLoader = new System.Windows.Forms.OpenFileDialog(); |
35 |
|
|
this.patcherwriter = new System.ComponentModel.BackgroundWorker(); |
36 |
|
|
this.SuspendLayout(); |
37 |
|
|
// |
38 |
|
|
// ResultsSaver |
39 |
|
|
// |
40 |
william |
230 |
this.ResultsSaver.DefaultExt = "patch_list"; |
41 |
|
|
this.ResultsSaver.Filter = "Memory Search Patch List|*.patch_list"; |
42 |
william |
229 |
this.ResultsSaver.Title = "Please choose the Patch List to save to"; |
43 |
|
|
// |
44 |
|
|
// freezer |
45 |
|
|
// |
46 |
|
|
this.freezer.Enabled = true; |
47 |
|
|
this.freezer.Interval = 1; |
48 |
|
|
this.freezer.Tick += new System.EventHandler(this.freezer_Tick); |
49 |
|
|
// |
50 |
|
|
// ResultsLoader |
51 |
|
|
// |
52 |
william |
230 |
this.ResultsLoader.DefaultExt = "patch_list"; |
53 |
|
|
this.ResultsLoader.Filter = "Memory Search Patch List|*.patch_list"; |
54 |
william |
229 |
this.ResultsLoader.Title = "Please choose the Patch List to load from"; |
55 |
|
|
// |
56 |
|
|
// patcherwriter |
57 |
|
|
// |
58 |
|
|
this.patcherwriter.WorkerSupportsCancellation = true; |
59 |
|
|
this.patcherwriter.DoWork += new System.ComponentModel.DoWorkEventHandler(this.patcherwriter_DoWork); |
60 |
|
|
this.patcherwriter.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.patcherwriter_RunWorkerCompleted); |
61 |
|
|
this.ResumeLayout(false); |
62 |
|
|
|
63 |
|
|
} |
64 |
|
|
|
65 |
|
|
#endregion |
66 |
|
|
|
67 |
|
|
private System.Windows.Forms.SaveFileDialog ResultsSaver; |
68 |
|
|
private System.Windows.Forms.Timer freezer; |
69 |
|
|
private System.Windows.Forms.OpenFileDialog ResultsLoader; |
70 |
|
|
private System.ComponentModel.BackgroundWorker patcherwriter; |
71 |
|
|
} |
72 |
|
|
} |