source: extensions/Picasa2Piwigo/PicasaMyPhotos/Form1.Designer.cs @ 31334

Last change on this file since 31334 was 31334, checked in by kenl, 8 years ago
File size: 20.2 KB
Line 
1namespace PicasaFindMyPhotos
2{
3    partial class Form1
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.SetContactPathBtn = new System.Windows.Forms.Button();
32            this.SetPhotoPathBtn = new System.Windows.Forms.Button();
33            this.SetOutputPathBtn = new System.Windows.Forms.Button();
34            this.ExecuteBtn = new System.Windows.Forms.Button();
35            this.StatusTextBox = new System.Windows.Forms.TextBox();
36            this.GenerateHTMLCheckBox = new System.Windows.Forms.CheckBox();
37            this.BaseURLTextBox = new System.Windows.Forms.TextBox();
38            this.label1 = new System.Windows.Forms.Label();
39            this.label2 = new System.Windows.Forms.Label();
40            this.SetTagsInPiwigoCheckBox = new System.Windows.Forms.CheckBox();
41            this.ServerNameTextBox = new System.Windows.Forms.TextBox();
42            this.label3 = new System.Windows.Forms.Label();
43            this.label4 = new System.Windows.Forms.Label();
44            this.PiwigoDatabaseTextBox = new System.Windows.Forms.TextBox();
45            this.label5 = new System.Windows.Forms.Label();
46            this.PiwigoDBUserNameTextBox = new System.Windows.Forms.TextBox();
47            this.label6 = new System.Windows.Forms.Label();
48            this.PiwigoDBPwdTextBox = new System.Windows.Forms.TextBox();
49            this.ClearPiwigoTagsCheckbox = new System.Windows.Forms.CheckBox();
50            this.groupBox1 = new System.Windows.Forms.GroupBox();
51            this.label7 = new System.Windows.Forms.Label();
52            this.PwigoDBPrefixTextBox = new System.Windows.Forms.TextBox();
53            this.label8 = new System.Windows.Forms.Label();
54            this.PicasaContactsFileTextBox = new System.Windows.Forms.TextBox();
55            this.label9 = new System.Windows.Forms.Label();
56            this.PicasaRootPhotoPathTextBox = new System.Windows.Forms.TextBox();
57            this.label10 = new System.Windows.Forms.Label();
58            this.PicasaOutputPathTextBox = new System.Windows.Forms.TextBox();
59            this.groupBox1.SuspendLayout();
60            this.SuspendLayout();
61            //
62            // SetContactPathBtn
63            //
64            this.SetContactPathBtn.Location = new System.Drawing.Point(302, 34);
65            this.SetContactPathBtn.Name = "SetContactPathBtn";
66            this.SetContactPathBtn.Size = new System.Drawing.Size(42, 20);
67            this.SetContactPathBtn.TabIndex = 0;
68            this.SetContactPathBtn.Text = "Set";
69            this.SetContactPathBtn.UseVisualStyleBackColor = true;
70            this.SetContactPathBtn.Click += new System.EventHandler(this.SetContactPathBtn_Click);
71            //
72            // SetPhotoPathBtn
73            //
74            this.SetPhotoPathBtn.Location = new System.Drawing.Point(302, 90);
75            this.SetPhotoPathBtn.Name = "SetPhotoPathBtn";
76            this.SetPhotoPathBtn.Size = new System.Drawing.Size(40, 20);
77            this.SetPhotoPathBtn.TabIndex = 1;
78            this.SetPhotoPathBtn.Text = "Set";
79            this.SetPhotoPathBtn.UseVisualStyleBackColor = true;
80            this.SetPhotoPathBtn.Click += new System.EventHandler(this.SetPhotoPathBtn_Click);
81            //
82            // SetOutputPathBtn
83            //
84            this.SetOutputPathBtn.Location = new System.Drawing.Point(302, 144);
85            this.SetOutputPathBtn.Name = "SetOutputPathBtn";
86            this.SetOutputPathBtn.Size = new System.Drawing.Size(40, 20);
87            this.SetOutputPathBtn.TabIndex = 2;
88            this.SetOutputPathBtn.Text = "Set";
89            this.SetOutputPathBtn.UseVisualStyleBackColor = true;
90            this.SetOutputPathBtn.Click += new System.EventHandler(this.SetOutputPathBtn_Click);
91            //
92            // ExecuteBtn
93            //
94            this.ExecuteBtn.Enabled = false;
95            this.ExecuteBtn.Location = new System.Drawing.Point(15, 252);
96            this.ExecuteBtn.Name = "ExecuteBtn";
97            this.ExecuteBtn.Size = new System.Drawing.Size(142, 44);
98            this.ExecuteBtn.TabIndex = 3;
99            this.ExecuteBtn.Text = "Execute";
100            this.ExecuteBtn.UseVisualStyleBackColor = true;
101            this.ExecuteBtn.Click += new System.EventHandler(this.ExecuteBtn_Click);
102            //
103            // StatusTextBox
104            //
105            this.StatusTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
106            this.StatusTextBox.Location = new System.Drawing.Point(15, 322);
107            this.StatusTextBox.Multiline = true;
108            this.StatusTextBox.Name = "StatusTextBox";
109            this.StatusTextBox.ReadOnly = true;
110            this.StatusTextBox.Size = new System.Drawing.Size(663, 108);
111            this.StatusTextBox.TabIndex = 18;
112            //
113            // GenerateHTMLCheckBox
114            //
115            this.GenerateHTMLCheckBox.AutoSize = true;
116            this.GenerateHTMLCheckBox.Location = new System.Drawing.Point(15, 173);
117            this.GenerateHTMLCheckBox.Name = "GenerateHTMLCheckBox";
118            this.GenerateHTMLCheckBox.Size = new System.Drawing.Size(127, 17);
119            this.GenerateHTMLCheckBox.TabIndex = 4;
120            this.GenerateHTMLCheckBox.Text = "Generate HTML Files";
121            this.GenerateHTMLCheckBox.UseVisualStyleBackColor = true;
122            this.GenerateHTMLCheckBox.CheckedChanged += new System.EventHandler(this.GenerateHTMLCheckBox_CheckedChanged);
123            //
124            // BaseURLTextBox
125            //
126            this.BaseURLTextBox.Enabled = false;
127            this.BaseURLTextBox.Location = new System.Drawing.Point(15, 213);
128            this.BaseURLTextBox.Name = "BaseURLTextBox";
129            this.BaseURLTextBox.Size = new System.Drawing.Size(281, 20);
130            this.BaseURLTextBox.TabIndex = 6;
131            this.BaseURLTextBox.TextChanged += new System.EventHandler(this.BaseURLTextBox_TextChanged);
132            //
133            // label1
134            //
135            this.label1.AutoSize = true;
136            this.label1.Location = new System.Drawing.Point(12, 197);
137            this.label1.Name = "label1";
138            this.label1.Size = new System.Drawing.Size(56, 13);
139            this.label1.TabIndex = 5;
140            this.label1.Text = "Base URL";
141            //
142            // label2
143            //
144            this.label2.AutoSize = true;
145            this.label2.Location = new System.Drawing.Point(15, 306);
146            this.label2.Name = "label2";
147            this.label2.Size = new System.Drawing.Size(40, 13);
148            this.label2.TabIndex = 17;
149            this.label2.Text = "Status:";
150            //
151            // SetTagsInPiwigoCheckBox
152            //
153            this.SetTagsInPiwigoCheckBox.AutoSize = true;
154            this.SetTagsInPiwigoCheckBox.Location = new System.Drawing.Point(372, 11);
155            this.SetTagsInPiwigoCheckBox.Name = "SetTagsInPiwigoCheckBox";
156            this.SetTagsInPiwigoCheckBox.Size = new System.Drawing.Size(115, 17);
157            this.SetTagsInPiwigoCheckBox.TabIndex = 7;
158            this.SetTagsInPiwigoCheckBox.Text = "Set Tags In Piwigo";
159            this.SetTagsInPiwigoCheckBox.UseVisualStyleBackColor = true;
160            this.SetTagsInPiwigoCheckBox.CheckedChanged += new System.EventHandler(this.SetTagsInPiwigoCheckBox_CheckedChanged);
161            //
162            // ServerNameTextBox
163            //
164            this.ServerNameTextBox.Enabled = false;
165            this.ServerNameTextBox.Location = new System.Drawing.Point(379, 53);
166            this.ServerNameTextBox.Name = "ServerNameTextBox";
167            this.ServerNameTextBox.Size = new System.Drawing.Size(281, 20);
168            this.ServerNameTextBox.TabIndex = 10;
169            this.ServerNameTextBox.TextChanged += new System.EventHandler(this.ServerNameTextBox_TextChanged);
170            //
171            // label3
172            //
173            this.label3.AutoSize = true;
174            this.label3.Location = new System.Drawing.Point(376, 37);
175            this.label3.Name = "label3";
176            this.label3.Size = new System.Drawing.Size(69, 13);
177            this.label3.TabIndex = 9;
178            this.label3.Text = "Server Name";
179            //
180            // label4
181            //
182            this.label4.AutoSize = true;
183            this.label4.Location = new System.Drawing.Point(376, 83);
184            this.label4.Name = "label4";
185            this.label4.Size = new System.Drawing.Size(53, 13);
186            this.label4.TabIndex = 11;
187            this.label4.Text = "Database";
188            //
189            // PiwigoDatabaseTextBox
190            //
191            this.PiwigoDatabaseTextBox.Enabled = false;
192            this.PiwigoDatabaseTextBox.Location = new System.Drawing.Point(379, 99);
193            this.PiwigoDatabaseTextBox.Name = "PiwigoDatabaseTextBox";
194            this.PiwigoDatabaseTextBox.Size = new System.Drawing.Size(281, 20);
195            this.PiwigoDatabaseTextBox.TabIndex = 12;
196            this.PiwigoDatabaseTextBox.TextChanged += new System.EventHandler(this.PiwigoDatabaseTextBox_TextChanged);
197            //
198            // label5
199            //
200            this.label5.AutoSize = true;
201            this.label5.Location = new System.Drawing.Point(376, 131);
202            this.label5.Name = "label5";
203            this.label5.Size = new System.Drawing.Size(109, 13);
204            this.label5.TabIndex = 13;
205            this.label5.Text = "Database User Name";
206            //
207            // PiwigoDBUserNameTextBox
208            //
209            this.PiwigoDBUserNameTextBox.Enabled = false;
210            this.PiwigoDBUserNameTextBox.Location = new System.Drawing.Point(379, 147);
211            this.PiwigoDBUserNameTextBox.Name = "PiwigoDBUserNameTextBox";
212            this.PiwigoDBUserNameTextBox.Size = new System.Drawing.Size(281, 20);
213            this.PiwigoDBUserNameTextBox.TabIndex = 14;
214            this.PiwigoDBUserNameTextBox.TextChanged += new System.EventHandler(this.PiwigoDBUserNameTextBox_TextChanged);
215            //
216            // label6
217            //
218            this.label6.AutoSize = true;
219            this.label6.Location = new System.Drawing.Point(376, 178);
220            this.label6.Name = "label6";
221            this.label6.Size = new System.Drawing.Size(102, 13);
222            this.label6.TabIndex = 15;
223            this.label6.Text = "Database Password";
224            //
225            // PiwigoDBPwdTextBox
226            //
227            this.PiwigoDBPwdTextBox.Enabled = false;
228            this.PiwigoDBPwdTextBox.Location = new System.Drawing.Point(379, 194);
229            this.PiwigoDBPwdTextBox.Name = "PiwigoDBPwdTextBox";
230            this.PiwigoDBPwdTextBox.PasswordChar = '*';
231            this.PiwigoDBPwdTextBox.Size = new System.Drawing.Size(281, 20);
232            this.PiwigoDBPwdTextBox.TabIndex = 16;
233            this.PiwigoDBPwdTextBox.TextChanged += new System.EventHandler(this.PiwigoDBPwdTextBox_TextChanged);
234            //
235            // ClearPiwigoTagsCheckbox
236            //
237            this.ClearPiwigoTagsCheckbox.AutoSize = true;
238            this.ClearPiwigoTagsCheckbox.Enabled = false;
239            this.ClearPiwigoTagsCheckbox.Location = new System.Drawing.Point(11, 245);
240            this.ClearPiwigoTagsCheckbox.Name = "ClearPiwigoTagsCheckbox";
241            this.ClearPiwigoTagsCheckbox.Size = new System.Drawing.Size(189, 17);
242            this.ClearPiwigoTagsCheckbox.TabIndex = 1;
243            this.ClearPiwigoTagsCheckbox.Text = "Clear Existing Face Tags In Piwigo";
244            this.ClearPiwigoTagsCheckbox.UseVisualStyleBackColor = true;
245            this.ClearPiwigoTagsCheckbox.CheckedChanged += new System.EventHandler(this.ClearPiwigoTagsCheckbox_CheckedChanged);
246            //
247            // groupBox1
248            //
249            this.groupBox1.Controls.Add(this.label7);
250            this.groupBox1.Controls.Add(this.ClearPiwigoTagsCheckbox);
251            this.groupBox1.Controls.Add(this.PwigoDBPrefixTextBox);
252            this.groupBox1.Location = new System.Drawing.Point(368, 27);
253            this.groupBox1.Name = "groupBox1";
254            this.groupBox1.Size = new System.Drawing.Size(310, 270);
255            this.groupBox1.TabIndex = 8;
256            this.groupBox1.TabStop = false;
257            //
258            // label7
259            //
260            this.label7.AutoSize = true;
261            this.label7.Location = new System.Drawing.Point(8, 194);
262            this.label7.Name = "label7";
263            this.label7.Size = new System.Drawing.Size(112, 13);
264            this.label7.TabIndex = 0;
265            this.label7.Text = "Database Table Prefix";
266            //
267            // PwigoDBPrefixTextBox
268            //
269            this.PwigoDBPrefixTextBox.Enabled = false;
270            this.PwigoDBPrefixTextBox.Location = new System.Drawing.Point(11, 210);
271            this.PwigoDBPrefixTextBox.Name = "PwigoDBPrefixTextBox";
272            this.PwigoDBPrefixTextBox.Size = new System.Drawing.Size(281, 20);
273            this.PwigoDBPrefixTextBox.TabIndex = 2;
274            this.PwigoDBPrefixTextBox.TextChanged += new System.EventHandler(this.PwigoDBPrefixTextBox_TextChanged);
275            //
276            // label8
277            //
278            this.label8.AutoSize = true;
279            this.label8.Location = new System.Drawing.Point(12, 18);
280            this.label8.Name = "label8";
281            this.label8.Size = new System.Drawing.Size(103, 13);
282            this.label8.TabIndex = 19;
283            this.label8.Text = "Picasa Contacts File";
284            //
285            // PicasaContactsFileTextBox
286            //
287            this.PicasaContactsFileTextBox.Enabled = false;
288            this.PicasaContactsFileTextBox.Location = new System.Drawing.Point(15, 34);
289            this.PicasaContactsFileTextBox.Name = "PicasaContactsFileTextBox";
290            this.PicasaContactsFileTextBox.ReadOnly = true;
291            this.PicasaContactsFileTextBox.Size = new System.Drawing.Size(281, 20);
292            this.PicasaContactsFileTextBox.TabIndex = 20;
293            //
294            // label9
295            //
296            this.label9.AutoSize = true;
297            this.label9.Location = new System.Drawing.Point(12, 74);
298            this.label9.Name = "label9";
299            this.label9.Size = new System.Drawing.Size(86, 13);
300            this.label9.TabIndex = 22;
301            this.label9.Text = "Root Photo Path";
302            //
303            // PicasaRootPhotoPathTextBox
304            //
305            this.PicasaRootPhotoPathTextBox.Enabled = false;
306            this.PicasaRootPhotoPathTextBox.Location = new System.Drawing.Point(15, 90);
307            this.PicasaRootPhotoPathTextBox.Name = "PicasaRootPhotoPathTextBox";
308            this.PicasaRootPhotoPathTextBox.ReadOnly = true;
309            this.PicasaRootPhotoPathTextBox.Size = new System.Drawing.Size(281, 20);
310            this.PicasaRootPhotoPathTextBox.TabIndex = 23;
311            //
312            // label10
313            //
314            this.label10.AutoSize = true;
315            this.label10.Location = new System.Drawing.Point(12, 128);
316            this.label10.Name = "label10";
317            this.label10.Size = new System.Drawing.Size(64, 13);
318            this.label10.TabIndex = 24;
319            this.label10.Text = "Output Path";
320            //
321            // PicasaOutputPathTextBox
322            //
323            this.PicasaOutputPathTextBox.Enabled = false;
324            this.PicasaOutputPathTextBox.Location = new System.Drawing.Point(15, 144);
325            this.PicasaOutputPathTextBox.Name = "PicasaOutputPathTextBox";
326            this.PicasaOutputPathTextBox.ReadOnly = true;
327            this.PicasaOutputPathTextBox.Size = new System.Drawing.Size(281, 20);
328            this.PicasaOutputPathTextBox.TabIndex = 25;
329            //
330            // Form1
331            //
332            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
333            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
334            this.ClientSize = new System.Drawing.Size(703, 450);
335            this.Controls.Add(this.label10);
336            this.Controls.Add(this.PicasaOutputPathTextBox);
337            this.Controls.Add(this.label9);
338            this.Controls.Add(this.PicasaRootPhotoPathTextBox);
339            this.Controls.Add(this.label8);
340            this.Controls.Add(this.PicasaContactsFileTextBox);
341            this.Controls.Add(this.label6);
342            this.Controls.Add(this.PiwigoDBPwdTextBox);
343            this.Controls.Add(this.label5);
344            this.Controls.Add(this.PiwigoDBUserNameTextBox);
345            this.Controls.Add(this.label4);
346            this.Controls.Add(this.PiwigoDatabaseTextBox);
347            this.Controls.Add(this.label3);
348            this.Controls.Add(this.ServerNameTextBox);
349            this.Controls.Add(this.SetTagsInPiwigoCheckBox);
350            this.Controls.Add(this.label2);
351            this.Controls.Add(this.label1);
352            this.Controls.Add(this.BaseURLTextBox);
353            this.Controls.Add(this.GenerateHTMLCheckBox);
354            this.Controls.Add(this.StatusTextBox);
355            this.Controls.Add(this.ExecuteBtn);
356            this.Controls.Add(this.SetOutputPathBtn);
357            this.Controls.Add(this.SetPhotoPathBtn);
358            this.Controls.Add(this.SetContactPathBtn);
359            this.Controls.Add(this.groupBox1);
360            this.Name = "Form1";
361            this.Text = "Picasa Face Tag Extraction - V1.0 - KenL";
362            this.Load += new System.EventHandler(this.Form1_Load);
363            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
364            this.groupBox1.ResumeLayout(false);
365            this.groupBox1.PerformLayout();
366            this.ResumeLayout(false);
367            this.PerformLayout();
368
369        }
370
371        #endregion
372
373        private System.Windows.Forms.Button SetContactPathBtn;
374        private System.Windows.Forms.Button SetPhotoPathBtn;
375        private System.Windows.Forms.Button SetOutputPathBtn;
376        private System.Windows.Forms.Button ExecuteBtn;
377        private System.Windows.Forms.TextBox StatusTextBox;
378        private System.Windows.Forms.CheckBox GenerateHTMLCheckBox;
379        private System.Windows.Forms.TextBox BaseURLTextBox;
380        private System.Windows.Forms.Label label1;
381        private System.Windows.Forms.Label label2;
382        private System.Windows.Forms.CheckBox SetTagsInPiwigoCheckBox;
383        private System.Windows.Forms.TextBox ServerNameTextBox;
384        private System.Windows.Forms.Label label3;
385        private System.Windows.Forms.Label label4;
386        private System.Windows.Forms.TextBox PiwigoDatabaseTextBox;
387        private System.Windows.Forms.Label label5;
388        private System.Windows.Forms.TextBox PiwigoDBUserNameTextBox;
389        private System.Windows.Forms.Label label6;
390        private System.Windows.Forms.TextBox PiwigoDBPwdTextBox;
391        private System.Windows.Forms.CheckBox ClearPiwigoTagsCheckbox;
392        private System.Windows.Forms.GroupBox groupBox1;
393        private System.Windows.Forms.Label label7;
394        private System.Windows.Forms.TextBox PwigoDBPrefixTextBox;
395        private System.Windows.Forms.Label label8;
396        private System.Windows.Forms.TextBox PicasaContactsFileTextBox;
397        private System.Windows.Forms.Label label9;
398        private System.Windows.Forms.TextBox PicasaRootPhotoPathTextBox;
399        private System.Windows.Forms.Label label10;
400        private System.Windows.Forms.TextBox PicasaOutputPathTextBox;
401    }
402}
403
Note: See TracBrowser for help on using the repository browser.