Merge branch 'master' of https://code.grnet.gr/git/pithos-ms-client
[pithos-ms-client] / trunk / Pithos.Client / Preferences.Designer.cs
1 namespace Pithos.Client
2 {
3     partial class Preferences
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 Windows Form 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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Preferences));
33             this.tabControl1 = new System.Windows.Forms.TabControl();
34             this.tabAccount = new System.Windows.Forms.TabPage();
35             this.btnAccountVerify = new System.Windows.Forms.Button();
36             this.label2 = new System.Windows.Forms.Label();
37             this.label1 = new System.Windows.Forms.Label();
38             this.btnRemoveAccount = new System.Windows.Forms.Button();
39             this.btnAddAccount = new System.Windows.Forms.Button();
40             this.listBox1 = new System.Windows.Forms.ListBox();
41             this.tabAdvanced = new System.Windows.Forms.TabPage();
42             this.btnBrowsePithosPath = new System.Windows.Forms.Button();
43             this.label3 = new System.Windows.Forms.Label();
44             this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
45             this.systemMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
46             this.openPithosFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47             this.launchPithosWebSiteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48             this.recentlyChangedFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
50             this.spaceUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
52             this.statusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
54             this.pauseSynchingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55             this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
57             this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58             this.panel1 = new System.Windows.Forms.Panel();
59             this.btnApply = new System.Windows.Forms.Button();
60             this.btnCancel = new System.Windows.Forms.Button();
61             this.btnOK = new System.Windows.Forms.Button();
62             this.pithosFolderBrowser = new System.Windows.Forms.FolderBrowserDialog();
63             this.checkActivateExtensions = new System.Windows.Forms.CheckBox();
64             this.txtApiKey = new System.Windows.Forms.TextBox();
65             this.textBox1 = new System.Windows.Forms.TextBox();
66             this.txtPithosPath = new System.Windows.Forms.TextBox();
67             this.tabControl1.SuspendLayout();
68             this.tabAccount.SuspendLayout();
69             this.tabAdvanced.SuspendLayout();
70             this.systemMenuStrip.SuspendLayout();
71             this.panel1.SuspendLayout();
72             this.SuspendLayout();
73             // 
74             // tabControl1
75             // 
76             this.tabControl1.Controls.Add(this.tabAccount);
77             this.tabControl1.Controls.Add(this.tabAdvanced);
78             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
79             this.tabControl1.Location = new System.Drawing.Point(0, 0);
80             this.tabControl1.Name = "tabControl1";
81             this.tabControl1.SelectedIndex = 0;
82             this.tabControl1.Size = new System.Drawing.Size(462, 243);
83             this.tabControl1.TabIndex = 0;
84             // 
85             // tabAccount
86             // 
87             this.tabAccount.Controls.Add(this.btnAccountVerify);
88             this.tabAccount.Controls.Add(this.txtApiKey);
89             this.tabAccount.Controls.Add(this.label2);
90             this.tabAccount.Controls.Add(this.textBox1);
91             this.tabAccount.Controls.Add(this.label1);
92             this.tabAccount.Controls.Add(this.btnRemoveAccount);
93             this.tabAccount.Controls.Add(this.btnAddAccount);
94             this.tabAccount.Controls.Add(this.listBox1);
95             this.tabAccount.Location = new System.Drawing.Point(4, 22);
96             this.tabAccount.Name = "tabAccount";
97             this.tabAccount.Padding = new System.Windows.Forms.Padding(3);
98             this.tabAccount.Size = new System.Drawing.Size(454, 217);
99             this.tabAccount.TabIndex = 0;
100             this.tabAccount.Text = "Accounts";
101             this.tabAccount.UseVisualStyleBackColor = true;
102             this.tabAccount.Click += new System.EventHandler(this.tabAccount_Click);
103             // 
104             // btnAccountVerify
105             // 
106             this.btnAccountVerify.Location = new System.Drawing.Point(367, 89);
107             this.btnAccountVerify.Name = "btnAccountVerify";
108             this.btnAccountVerify.Size = new System.Drawing.Size(75, 23);
109             this.btnAccountVerify.TabIndex = 7;
110             this.btnAccountVerify.Text = "Verify";
111             this.btnAccountVerify.UseVisualStyleBackColor = true;
112             // 
113             // label2
114             // 
115             this.label2.AutoSize = true;
116             this.label2.Location = new System.Drawing.Point(205, 47);
117             this.label2.Name = "label2";
118             this.label2.Size = new System.Drawing.Size(45, 13);
119             this.label2.TabIndex = 5;
120             this.label2.Text = "API Key";
121             // 
122             // label1
123             // 
124             this.label1.AutoSize = true;
125             this.label1.Location = new System.Drawing.Point(205, 6);
126             this.label1.Name = "label1";
127             this.label1.Size = new System.Drawing.Size(78, 13);
128             this.label1.TabIndex = 3;
129             this.label1.Text = "Account Name";
130             // 
131             // btnRemoveAccount
132             // 
133             this.btnRemoveAccount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
134             this.btnRemoveAccount.Location = new System.Drawing.Point(113, 188);
135             this.btnRemoveAccount.Name = "btnRemoveAccount";
136             this.btnRemoveAccount.Size = new System.Drawing.Size(75, 23);
137             this.btnRemoveAccount.TabIndex = 2;
138             this.btnRemoveAccount.Text = "Remove";
139             this.btnRemoveAccount.UseVisualStyleBackColor = true;
140             // 
141             // btnAddAccount
142             // 
143             this.btnAddAccount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
144             this.btnAddAccount.Location = new System.Drawing.Point(6, 188);
145             this.btnAddAccount.Name = "btnAddAccount";
146             this.btnAddAccount.Size = new System.Drawing.Size(75, 23);
147             this.btnAddAccount.TabIndex = 1;
148             this.btnAddAccount.Text = "Add";
149             this.btnAddAccount.UseVisualStyleBackColor = true;
150             // 
151             // listBox1
152             // 
153             this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
154             | System.Windows.Forms.AnchorStyles.Left)));
155             this.listBox1.FormattingEnabled = true;
156             this.listBox1.Location = new System.Drawing.Point(6, 6);
157             this.listBox1.Name = "listBox1";
158             this.listBox1.Size = new System.Drawing.Size(184, 173);
159             this.listBox1.TabIndex = 0;
160             // 
161             // tabAdvanced
162             // 
163             this.tabAdvanced.Controls.Add(this.checkActivateExtensions);
164             this.tabAdvanced.Controls.Add(this.btnBrowsePithosPath);
165             this.tabAdvanced.Controls.Add(this.label3);
166             this.tabAdvanced.Controls.Add(this.txtPithosPath);
167             this.tabAdvanced.Location = new System.Drawing.Point(4, 22);
168             this.tabAdvanced.Name = "tabAdvanced";
169             this.tabAdvanced.Padding = new System.Windows.Forms.Padding(3);
170             this.tabAdvanced.Size = new System.Drawing.Size(454, 217);
171             this.tabAdvanced.TabIndex = 2;
172             this.tabAdvanced.Text = "Advanced";
173             this.tabAdvanced.UseVisualStyleBackColor = true;
174             // 
175             // btnBrowsePithosPath
176             // 
177             this.btnBrowsePithosPath.Location = new System.Drawing.Point(296, 28);
178             this.btnBrowsePithosPath.Name = "btnBrowsePithosPath";
179             this.btnBrowsePithosPath.Size = new System.Drawing.Size(75, 23);
180             this.btnBrowsePithosPath.TabIndex = 2;
181             this.btnBrowsePithosPath.Text = "Browse";
182             this.btnBrowsePithosPath.UseVisualStyleBackColor = true;
183             this.btnBrowsePithosPath.Click += new System.EventHandler(this.btnBrowsePithosPath_Click);
184             // 
185             // label3
186             // 
187             this.label3.AutoSize = true;
188             this.label3.Location = new System.Drawing.Point(8, 12);
189             this.label3.Name = "label3";
190             this.label3.Size = new System.Drawing.Size(68, 13);
191             this.label3.TabIndex = 0;
192             this.label3.Text = "Pithos Folder";
193             // 
194             // notifyIcon
195             // 
196             this.notifyIcon.BalloonTipText = "All Files Up to Date";
197             this.notifyIcon.BalloonTipTitle = "Pithos 1.0";
198             this.notifyIcon.ContextMenuStrip = this.systemMenuStrip;
199             this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
200             this.notifyIcon.Text = "Pithos 1.0";
201             this.notifyIcon.Visible = true;
202             this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
203             // 
204             // systemMenuStrip
205             // 
206             this.systemMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
207             this.openPithosFolderToolStripMenuItem,
208             this.launchPithosWebSiteToolStripMenuItem,
209             this.recentlyChangedFilesToolStripMenuItem,
210             this.toolStripSeparator1,
211             this.spaceUserToolStripMenuItem,
212             this.toolStripSeparator2,
213             this.statusToolStripMenuItem,
214             this.toolStripSeparator3,
215             this.pauseSynchingToolStripMenuItem,
216             this.preferencesToolStripMenuItem,
217             this.toolStripSeparator4,
218             this.exitToolStripMenuItem});
219             this.systemMenuStrip.Name = "systemMenuStrip";
220             this.systemMenuStrip.Size = new System.Drawing.Size(187, 204);
221             // 
222             // openPithosFolderToolStripMenuItem
223             // 
224             this.openPithosFolderToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
225             this.openPithosFolderToolStripMenuItem.Name = "openPithosFolderToolStripMenuItem";
226             this.openPithosFolderToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
227             this.openPithosFolderToolStripMenuItem.Text = "Open Pithos folder";
228             this.openPithosFolderToolStripMenuItem.Click += new System.EventHandler(this.openPithosFolderToolStripMenuItem_Click);
229             // 
230             // launchPithosWebSiteToolStripMenuItem
231             // 
232             this.launchPithosWebSiteToolStripMenuItem.Name = "launchPithosWebSiteToolStripMenuItem";
233             this.launchPithosWebSiteToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
234             this.launchPithosWebSiteToolStripMenuItem.Text = "Launch Pithos Web Site";
235             // 
236             // recentlyChangedFilesToolStripMenuItem
237             // 
238             this.recentlyChangedFilesToolStripMenuItem.Name = "recentlyChangedFilesToolStripMenuItem";
239             this.recentlyChangedFilesToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
240             this.recentlyChangedFilesToolStripMenuItem.Text = "Recently Changed Files";
241             // 
242             // toolStripSeparator1
243             // 
244             this.toolStripSeparator1.Name = "toolStripSeparator1";
245             this.toolStripSeparator1.Size = new System.Drawing.Size(183, 6);
246             // 
247             // spaceUserToolStripMenuItem
248             // 
249             this.spaceUserToolStripMenuItem.Enabled = false;
250             this.spaceUserToolStripMenuItem.Name = "spaceUserToolStripMenuItem";
251             this.spaceUserToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
252             this.spaceUserToolStripMenuItem.Text = "x % of 5 GB used";
253             // 
254             // toolStripSeparator2
255             // 
256             this.toolStripSeparator2.Name = "toolStripSeparator2";
257             this.toolStripSeparator2.Size = new System.Drawing.Size(183, 6);
258             // 
259             // statusToolStripMenuItem
260             // 
261             this.statusToolStripMenuItem.Enabled = false;
262             this.statusToolStripMenuItem.Name = "statusToolStripMenuItem";
263             this.statusToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
264             this.statusToolStripMenuItem.Text = "All Files Up to Date";
265             // 
266             // toolStripSeparator3
267             // 
268             this.toolStripSeparator3.Name = "toolStripSeparator3";
269             this.toolStripSeparator3.Size = new System.Drawing.Size(183, 6);
270             // 
271             // pauseSynchingToolStripMenuItem
272             // 
273             this.pauseSynchingToolStripMenuItem.Name = "pauseSynchingToolStripMenuItem";
274             this.pauseSynchingToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
275             this.pauseSynchingToolStripMenuItem.Text = "Pause Syncing";
276             this.pauseSynchingToolStripMenuItem.Click += new System.EventHandler(this.pauseSynchingToolStripMenuItem_Click);
277             // 
278             // preferencesToolStripMenuItem
279             // 
280             this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
281             this.preferencesToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
282             this.preferencesToolStripMenuItem.Text = "Preferences";
283             this.preferencesToolStripMenuItem.Click += new System.EventHandler(this.preferencesToolStripMenuItem_Click);
284             // 
285             // toolStripSeparator4
286             // 
287             this.toolStripSeparator4.Name = "toolStripSeparator4";
288             this.toolStripSeparator4.Size = new System.Drawing.Size(183, 6);
289             // 
290             // exitToolStripMenuItem
291             // 
292             this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
293             this.exitToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
294             this.exitToolStripMenuItem.Text = "Exit";
295             this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
296             // 
297             // panel1
298             // 
299             this.panel1.Controls.Add(this.btnApply);
300             this.panel1.Controls.Add(this.btnCancel);
301             this.panel1.Controls.Add(this.btnOK);
302             this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
303             this.panel1.Location = new System.Drawing.Point(0, 243);
304             this.panel1.Name = "panel1";
305             this.panel1.Size = new System.Drawing.Size(462, 43);
306             this.panel1.TabIndex = 1;
307             // 
308             // btnApply
309             // 
310             this.btnApply.Location = new System.Drawing.Point(371, 8);
311             this.btnApply.Name = "btnApply";
312             this.btnApply.Size = new System.Drawing.Size(75, 23);
313             this.btnApply.TabIndex = 2;
314             this.btnApply.Text = "Apply";
315             this.btnApply.UseVisualStyleBackColor = true;
316             this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
317             // 
318             // btnCancel
319             // 
320             this.btnCancel.Location = new System.Drawing.Point(261, 8);
321             this.btnCancel.Name = "btnCancel";
322             this.btnCancel.Size = new System.Drawing.Size(75, 23);
323             this.btnCancel.TabIndex = 1;
324             this.btnCancel.Text = "Cancel";
325             this.btnCancel.UseVisualStyleBackColor = true;
326             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
327             // 
328             // btnOK
329             // 
330             this.btnOK.Location = new System.Drawing.Point(169, 8);
331             this.btnOK.Name = "btnOK";
332             this.btnOK.Size = new System.Drawing.Size(75, 23);
333             this.btnOK.TabIndex = 0;
334             this.btnOK.Text = "OK";
335             this.btnOK.UseVisualStyleBackColor = true;
336             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
337             // 
338             // pithosFolderBrowser
339             // 
340             this.pithosFolderBrowser.Description = "Select a folder to synchronize with Pithos";
341             this.pithosFolderBrowser.RootFolder = System.Environment.SpecialFolder.Personal;
342             // 
343             // checkActivateExtensions
344             // 
345             this.checkActivateExtensions.AutoSize = true;
346             this.checkActivateExtensions.Checked = global::Pithos.Client.Properties.Settings.Default.ExtensionsActivated;
347             this.checkActivateExtensions.CheckState = System.Windows.Forms.CheckState.Checked;
348             this.checkActivateExtensions.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Pithos.Client.Properties.Settings.Default, "ExtensionsActivated", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
349             this.checkActivateExtensions.Location = new System.Drawing.Point(11, 67);
350             this.checkActivateExtensions.Name = "checkActivateExtensions";
351             this.checkActivateExtensions.Size = new System.Drawing.Size(151, 17);
352             this.checkActivateExtensions.TabIndex = 3;
353             this.checkActivateExtensions.Text = "Shell Extensions Activated";
354             this.checkActivateExtensions.UseVisualStyleBackColor = true;
355             this.checkActivateExtensions.CheckedChanged += new System.EventHandler(this.checkActivateExtensions_CheckedChanged);
356             // 
357             // txtApiKey
358             // 
359             this.txtApiKey.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
360             | System.Windows.Forms.AnchorStyles.Right)));
361             this.txtApiKey.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Pithos.Client.Properties.Settings.Default, "ApiKey", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
362             this.txtApiKey.Location = new System.Drawing.Point(208, 63);
363             this.txtApiKey.Name = "txtApiKey";
364             this.txtApiKey.Size = new System.Drawing.Size(234, 20);
365             this.txtApiKey.TabIndex = 6;
366             this.txtApiKey.Text = global::Pithos.Client.Properties.Settings.Default.ApiKey;
367             // 
368             // textBox1
369             // 
370             this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
371             | System.Windows.Forms.AnchorStyles.Right)));
372             this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Pithos.Client.Properties.Settings.Default, "UserName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
373             this.textBox1.Location = new System.Drawing.Point(208, 22);
374             this.textBox1.Name = "textBox1";
375             this.textBox1.Size = new System.Drawing.Size(234, 20);
376             this.textBox1.TabIndex = 4;
377             this.textBox1.Text = global::Pithos.Client.Properties.Settings.Default.UserName;
378             // 
379             // txtPithosPath
380             // 
381             this.txtPithosPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Pithos.Client.Properties.Settings.Default, "PithosPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
382             this.txtPithosPath.Location = new System.Drawing.Point(11, 28);
383             this.txtPithosPath.Name = "txtPithosPath";
384             this.txtPithosPath.Size = new System.Drawing.Size(279, 20);
385             this.txtPithosPath.TabIndex = 1;
386             this.txtPithosPath.Text = global::Pithos.Client.Properties.Settings.Default.PithosPath;
387             // 
388             // Preferences
389             // 
390             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
391             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
392             this.ClientSize = new System.Drawing.Size(462, 286);
393             this.Controls.Add(this.tabControl1);
394             this.Controls.Add(this.panel1);
395             this.MaximizeBox = false;
396             this.MinimizeBox = false;
397             this.Name = "Preferences";
398             this.Text = "Preferences";
399             this.tabControl1.ResumeLayout(false);
400             this.tabAccount.ResumeLayout(false);
401             this.tabAccount.PerformLayout();
402             this.tabAdvanced.ResumeLayout(false);
403             this.tabAdvanced.PerformLayout();
404             this.systemMenuStrip.ResumeLayout(false);
405             this.panel1.ResumeLayout(false);
406             this.ResumeLayout(false);
407
408         }
409
410         #endregion
411
412         private System.Windows.Forms.TabControl tabControl1;
413         private System.Windows.Forms.TabPage tabAccount;
414         private System.Windows.Forms.TabPage tabAdvanced;
415         private System.Windows.Forms.NotifyIcon notifyIcon;
416         private System.Windows.Forms.ContextMenuStrip systemMenuStrip;
417         private System.Windows.Forms.ToolStripMenuItem openPithosFolderToolStripMenuItem;
418         private System.Windows.Forms.ToolStripMenuItem launchPithosWebSiteToolStripMenuItem;
419         private System.Windows.Forms.ToolStripMenuItem recentlyChangedFilesToolStripMenuItem;
420         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
421         private System.Windows.Forms.ToolStripMenuItem spaceUserToolStripMenuItem;
422         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
423         private System.Windows.Forms.ToolStripMenuItem statusToolStripMenuItem;
424         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
425         private System.Windows.Forms.ToolStripMenuItem pauseSynchingToolStripMenuItem;
426         private System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem;
427         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
428         private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
429         private System.Windows.Forms.Button btnRemoveAccount;
430         private System.Windows.Forms.Button btnAddAccount;
431         private System.Windows.Forms.ListBox listBox1;
432         private System.Windows.Forms.Panel panel1;
433         private System.Windows.Forms.Button btnApply;
434         private System.Windows.Forms.Button btnCancel;
435         private System.Windows.Forms.Button btnOK;
436         private System.Windows.Forms.Button btnAccountVerify;
437         private System.Windows.Forms.TextBox txtApiKey;
438         private System.Windows.Forms.Label label2;
439         private System.Windows.Forms.TextBox textBox1;
440         private System.Windows.Forms.Label label1;
441         private System.Windows.Forms.Button btnBrowsePithosPath;
442         private System.Windows.Forms.TextBox txtPithosPath;
443         private System.Windows.Forms.Label label3;
444         private System.Windows.Forms.FolderBrowserDialog pithosFolderBrowser;
445         private System.Windows.Forms.CheckBox checkActivateExtensions;
446     }
447 }