namespace PicasaFindMyPhotos { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.SetContactPathBtn = new System.Windows.Forms.Button(); this.SetPhotoPathBtn = new System.Windows.Forms.Button(); this.SetOutputPathBtn = new System.Windows.Forms.Button(); this.ExecuteBtn = new System.Windows.Forms.Button(); this.StatusTextBox = new System.Windows.Forms.TextBox(); this.GenerateHTMLCheckBox = new System.Windows.Forms.CheckBox(); this.BaseURLTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.SetTagsInPiwigoCheckBox = new System.Windows.Forms.CheckBox(); this.ServerNameTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.PiwigoDatabaseTextBox = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.PiwigoDBUserNameTextBox = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.PiwigoDBPwdTextBox = new System.Windows.Forms.TextBox(); this.ClearPiwigoTagsCheckbox = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.PwigoDBPrefixTextBox = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.PicasaContactsFileTextBox = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.PicasaRootPhotoPathTextBox = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.PicasaOutputPathTextBox = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // SetContactPathBtn // this.SetContactPathBtn.Location = new System.Drawing.Point(302, 34); this.SetContactPathBtn.Name = "SetContactPathBtn"; this.SetContactPathBtn.Size = new System.Drawing.Size(42, 20); this.SetContactPathBtn.TabIndex = 0; this.SetContactPathBtn.Text = "Set"; this.SetContactPathBtn.UseVisualStyleBackColor = true; this.SetContactPathBtn.Click += new System.EventHandler(this.SetContactPathBtn_Click); // // SetPhotoPathBtn // this.SetPhotoPathBtn.Location = new System.Drawing.Point(302, 90); this.SetPhotoPathBtn.Name = "SetPhotoPathBtn"; this.SetPhotoPathBtn.Size = new System.Drawing.Size(40, 20); this.SetPhotoPathBtn.TabIndex = 1; this.SetPhotoPathBtn.Text = "Set"; this.SetPhotoPathBtn.UseVisualStyleBackColor = true; this.SetPhotoPathBtn.Click += new System.EventHandler(this.SetPhotoPathBtn_Click); // // SetOutputPathBtn // this.SetOutputPathBtn.Location = new System.Drawing.Point(302, 144); this.SetOutputPathBtn.Name = "SetOutputPathBtn"; this.SetOutputPathBtn.Size = new System.Drawing.Size(40, 20); this.SetOutputPathBtn.TabIndex = 2; this.SetOutputPathBtn.Text = "Set"; this.SetOutputPathBtn.UseVisualStyleBackColor = true; this.SetOutputPathBtn.Click += new System.EventHandler(this.SetOutputPathBtn_Click); // // ExecuteBtn // this.ExecuteBtn.Enabled = false; this.ExecuteBtn.Location = new System.Drawing.Point(15, 252); this.ExecuteBtn.Name = "ExecuteBtn"; this.ExecuteBtn.Size = new System.Drawing.Size(142, 44); this.ExecuteBtn.TabIndex = 3; this.ExecuteBtn.Text = "Execute"; this.ExecuteBtn.UseVisualStyleBackColor = true; this.ExecuteBtn.Click += new System.EventHandler(this.ExecuteBtn_Click); // // StatusTextBox // this.StatusTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.StatusTextBox.Location = new System.Drawing.Point(15, 322); this.StatusTextBox.Multiline = true; this.StatusTextBox.Name = "StatusTextBox"; this.StatusTextBox.ReadOnly = true; this.StatusTextBox.Size = new System.Drawing.Size(663, 108); this.StatusTextBox.TabIndex = 18; // // GenerateHTMLCheckBox // this.GenerateHTMLCheckBox.AutoSize = true; this.GenerateHTMLCheckBox.Location = new System.Drawing.Point(15, 173); this.GenerateHTMLCheckBox.Name = "GenerateHTMLCheckBox"; this.GenerateHTMLCheckBox.Size = new System.Drawing.Size(127, 17); this.GenerateHTMLCheckBox.TabIndex = 4; this.GenerateHTMLCheckBox.Text = "Generate HTML Files"; this.GenerateHTMLCheckBox.UseVisualStyleBackColor = true; this.GenerateHTMLCheckBox.CheckedChanged += new System.EventHandler(this.GenerateHTMLCheckBox_CheckedChanged); // // BaseURLTextBox // this.BaseURLTextBox.Enabled = false; this.BaseURLTextBox.Location = new System.Drawing.Point(15, 213); this.BaseURLTextBox.Name = "BaseURLTextBox"; this.BaseURLTextBox.Size = new System.Drawing.Size(281, 20); this.BaseURLTextBox.TabIndex = 6; this.BaseURLTextBox.TextChanged += new System.EventHandler(this.BaseURLTextBox_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 197); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 13); this.label1.TabIndex = 5; this.label1.Text = "Base URL"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(15, 306); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 13); this.label2.TabIndex = 17; this.label2.Text = "Status:"; // // SetTagsInPiwigoCheckBox // this.SetTagsInPiwigoCheckBox.AutoSize = true; this.SetTagsInPiwigoCheckBox.Location = new System.Drawing.Point(372, 11); this.SetTagsInPiwigoCheckBox.Name = "SetTagsInPiwigoCheckBox"; this.SetTagsInPiwigoCheckBox.Size = new System.Drawing.Size(115, 17); this.SetTagsInPiwigoCheckBox.TabIndex = 7; this.SetTagsInPiwigoCheckBox.Text = "Set Tags In Piwigo"; this.SetTagsInPiwigoCheckBox.UseVisualStyleBackColor = true; this.SetTagsInPiwigoCheckBox.CheckedChanged += new System.EventHandler(this.SetTagsInPiwigoCheckBox_CheckedChanged); // // ServerNameTextBox // this.ServerNameTextBox.Enabled = false; this.ServerNameTextBox.Location = new System.Drawing.Point(379, 53); this.ServerNameTextBox.Name = "ServerNameTextBox"; this.ServerNameTextBox.Size = new System.Drawing.Size(281, 20); this.ServerNameTextBox.TabIndex = 10; this.ServerNameTextBox.TextChanged += new System.EventHandler(this.ServerNameTextBox_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(376, 37); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(69, 13); this.label3.TabIndex = 9; this.label3.Text = "Server Name"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(376, 83); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 13); this.label4.TabIndex = 11; this.label4.Text = "Database"; // // PiwigoDatabaseTextBox // this.PiwigoDatabaseTextBox.Enabled = false; this.PiwigoDatabaseTextBox.Location = new System.Drawing.Point(379, 99); this.PiwigoDatabaseTextBox.Name = "PiwigoDatabaseTextBox"; this.PiwigoDatabaseTextBox.Size = new System.Drawing.Size(281, 20); this.PiwigoDatabaseTextBox.TabIndex = 12; this.PiwigoDatabaseTextBox.TextChanged += new System.EventHandler(this.PiwigoDatabaseTextBox_TextChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(376, 131); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(109, 13); this.label5.TabIndex = 13; this.label5.Text = "Database User Name"; // // PiwigoDBUserNameTextBox // this.PiwigoDBUserNameTextBox.Enabled = false; this.PiwigoDBUserNameTextBox.Location = new System.Drawing.Point(379, 147); this.PiwigoDBUserNameTextBox.Name = "PiwigoDBUserNameTextBox"; this.PiwigoDBUserNameTextBox.Size = new System.Drawing.Size(281, 20); this.PiwigoDBUserNameTextBox.TabIndex = 14; this.PiwigoDBUserNameTextBox.TextChanged += new System.EventHandler(this.PiwigoDBUserNameTextBox_TextChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(376, 178); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(102, 13); this.label6.TabIndex = 15; this.label6.Text = "Database Password"; // // PiwigoDBPwdTextBox // this.PiwigoDBPwdTextBox.Enabled = false; this.PiwigoDBPwdTextBox.Location = new System.Drawing.Point(379, 194); this.PiwigoDBPwdTextBox.Name = "PiwigoDBPwdTextBox"; this.PiwigoDBPwdTextBox.PasswordChar = '*'; this.PiwigoDBPwdTextBox.Size = new System.Drawing.Size(281, 20); this.PiwigoDBPwdTextBox.TabIndex = 16; this.PiwigoDBPwdTextBox.TextChanged += new System.EventHandler(this.PiwigoDBPwdTextBox_TextChanged); // // ClearPiwigoTagsCheckbox // this.ClearPiwigoTagsCheckbox.AutoSize = true; this.ClearPiwigoTagsCheckbox.Enabled = false; this.ClearPiwigoTagsCheckbox.Location = new System.Drawing.Point(11, 245); this.ClearPiwigoTagsCheckbox.Name = "ClearPiwigoTagsCheckbox"; this.ClearPiwigoTagsCheckbox.Size = new System.Drawing.Size(189, 17); this.ClearPiwigoTagsCheckbox.TabIndex = 1; this.ClearPiwigoTagsCheckbox.Text = "Clear Existing Face Tags In Piwigo"; this.ClearPiwigoTagsCheckbox.UseVisualStyleBackColor = true; this.ClearPiwigoTagsCheckbox.CheckedChanged += new System.EventHandler(this.ClearPiwigoTagsCheckbox_CheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.ClearPiwigoTagsCheckbox); this.groupBox1.Controls.Add(this.PwigoDBPrefixTextBox); this.groupBox1.Location = new System.Drawing.Point(368, 27); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(310, 270); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(8, 194); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(112, 13); this.label7.TabIndex = 0; this.label7.Text = "Database Table Prefix"; // // PwigoDBPrefixTextBox // this.PwigoDBPrefixTextBox.Enabled = false; this.PwigoDBPrefixTextBox.Location = new System.Drawing.Point(11, 210); this.PwigoDBPrefixTextBox.Name = "PwigoDBPrefixTextBox"; this.PwigoDBPrefixTextBox.Size = new System.Drawing.Size(281, 20); this.PwigoDBPrefixTextBox.TabIndex = 2; this.PwigoDBPrefixTextBox.TextChanged += new System.EventHandler(this.PwigoDBPrefixTextBox_TextChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(12, 18); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(103, 13); this.label8.TabIndex = 19; this.label8.Text = "Picasa Contacts File"; // // PicasaContactsFileTextBox // this.PicasaContactsFileTextBox.Enabled = false; this.PicasaContactsFileTextBox.Location = new System.Drawing.Point(15, 34); this.PicasaContactsFileTextBox.Name = "PicasaContactsFileTextBox"; this.PicasaContactsFileTextBox.ReadOnly = true; this.PicasaContactsFileTextBox.Size = new System.Drawing.Size(281, 20); this.PicasaContactsFileTextBox.TabIndex = 20; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(12, 74); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(86, 13); this.label9.TabIndex = 22; this.label9.Text = "Root Photo Path"; // // PicasaRootPhotoPathTextBox // this.PicasaRootPhotoPathTextBox.Enabled = false; this.PicasaRootPhotoPathTextBox.Location = new System.Drawing.Point(15, 90); this.PicasaRootPhotoPathTextBox.Name = "PicasaRootPhotoPathTextBox"; this.PicasaRootPhotoPathTextBox.ReadOnly = true; this.PicasaRootPhotoPathTextBox.Size = new System.Drawing.Size(281, 20); this.PicasaRootPhotoPathTextBox.TabIndex = 23; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(12, 128); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(64, 13); this.label10.TabIndex = 24; this.label10.Text = "Output Path"; // // PicasaOutputPathTextBox // this.PicasaOutputPathTextBox.Enabled = false; this.PicasaOutputPathTextBox.Location = new System.Drawing.Point(15, 144); this.PicasaOutputPathTextBox.Name = "PicasaOutputPathTextBox"; this.PicasaOutputPathTextBox.ReadOnly = true; this.PicasaOutputPathTextBox.Size = new System.Drawing.Size(281, 20); this.PicasaOutputPathTextBox.TabIndex = 25; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(703, 450); this.Controls.Add(this.label10); this.Controls.Add(this.PicasaOutputPathTextBox); this.Controls.Add(this.label9); this.Controls.Add(this.PicasaRootPhotoPathTextBox); this.Controls.Add(this.label8); this.Controls.Add(this.PicasaContactsFileTextBox); this.Controls.Add(this.label6); this.Controls.Add(this.PiwigoDBPwdTextBox); this.Controls.Add(this.label5); this.Controls.Add(this.PiwigoDBUserNameTextBox); this.Controls.Add(this.label4); this.Controls.Add(this.PiwigoDatabaseTextBox); this.Controls.Add(this.label3); this.Controls.Add(this.ServerNameTextBox); this.Controls.Add(this.SetTagsInPiwigoCheckBox); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.BaseURLTextBox); this.Controls.Add(this.GenerateHTMLCheckBox); this.Controls.Add(this.StatusTextBox); this.Controls.Add(this.ExecuteBtn); this.Controls.Add(this.SetOutputPathBtn); this.Controls.Add(this.SetPhotoPathBtn); this.Controls.Add(this.SetContactPathBtn); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "Picasa Face Tag Extraction - V1.0 - KenL"; this.Load += new System.EventHandler(this.Form1_Load); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button SetContactPathBtn; private System.Windows.Forms.Button SetPhotoPathBtn; private System.Windows.Forms.Button SetOutputPathBtn; private System.Windows.Forms.Button ExecuteBtn; private System.Windows.Forms.TextBox StatusTextBox; private System.Windows.Forms.CheckBox GenerateHTMLCheckBox; private System.Windows.Forms.TextBox BaseURLTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox SetTagsInPiwigoCheckBox; private System.Windows.Forms.TextBox ServerNameTextBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox PiwigoDatabaseTextBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox PiwigoDBUserNameTextBox; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox PiwigoDBPwdTextBox; private System.Windows.Forms.CheckBox ClearPiwigoTagsCheckbox; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox PwigoDBPrefixTextBox; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox PicasaContactsFileTextBox; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox PicasaRootPhotoPathTextBox; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox PicasaOutputPathTextBox; } }