namespace Picasa2Piwigo { partial class OptionsForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsForm)); this.PiwigoURLTextbox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.PiwigoUserNameTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.PiwigoPasswordTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.OKButton = new System.Windows.Forms.Button(); this.ACancelButton = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.PicasaContactsFileTextBox = new System.Windows.Forms.TextBox(); this.SetContactPathBtn = new System.Windows.Forms.Button(); this.SuspendLayout(); // // PiwigoURLTextbox // resources.ApplyResources(this.PiwigoURLTextbox, "PiwigoURLTextbox"); this.PiwigoURLTextbox.Name = "PiwigoURLTextbox"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.MaximumSize = new System.Drawing.Size(133, 16); this.label1.Name = "label1"; // // PiwigoUserNameTextBox // resources.ApplyResources(this.PiwigoUserNameTextBox, "PiwigoUserNameTextBox"); this.PiwigoUserNameTextBox.Name = "PiwigoUserNameTextBox"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.MaximumSize = new System.Drawing.Size(133, 16); this.label2.Name = "label2"; // // PiwigoPasswordTextBox // resources.ApplyResources(this.PiwigoPasswordTextBox, "PiwigoPasswordTextBox"); this.PiwigoPasswordTextBox.Name = "PiwigoPasswordTextBox"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.MaximumSize = new System.Drawing.Size(133, 16); this.label3.Name = "label3"; // // OKButton // resources.ApplyResources(this.OKButton, "OKButton"); this.OKButton.MaximumSize = new System.Drawing.Size(75, 33); this.OKButton.Name = "OKButton"; this.OKButton.UseVisualStyleBackColor = true; this.OKButton.Click += new System.EventHandler(this.OKButton_Click); // // ACancelButton // resources.ApplyResources(this.ACancelButton, "ACancelButton"); this.ACancelButton.MaximumSize = new System.Drawing.Size(75, 32); this.ACancelButton.Name = "ACancelButton"; this.ACancelButton.UseVisualStyleBackColor = true; this.ACancelButton.Click += new System.EventHandler(this.ACancelButton_Click); // // label8 // resources.ApplyResources(this.label8, "label8"); this.label8.MaximumSize = new System.Drawing.Size(133, 16); this.label8.Name = "label8"; // // PicasaContactsFileTextBox // resources.ApplyResources(this.PicasaContactsFileTextBox, "PicasaContactsFileTextBox"); this.PicasaContactsFileTextBox.Name = "PicasaContactsFileTextBox"; this.PicasaContactsFileTextBox.ReadOnly = true; // // SetContactPathBtn // resources.ApplyResources(this.SetContactPathBtn, "SetContactPathBtn"); this.SetContactPathBtn.MaximumSize = new System.Drawing.Size(54, 23); this.SetContactPathBtn.Name = "SetContactPathBtn"; this.SetContactPathBtn.UseVisualStyleBackColor = true; this.SetContactPathBtn.Click += new System.EventHandler(this.SetContactPathBtn_Click); // // OptionsForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label8); this.Controls.Add(this.PicasaContactsFileTextBox); this.Controls.Add(this.SetContactPathBtn); this.Controls.Add(this.ACancelButton); this.Controls.Add(this.OKButton); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.PiwigoPasswordTextBox); this.Controls.Add(this.PiwigoUserNameTextBox); this.Controls.Add(this.PiwigoURLTextbox); this.Name = "OptionsForm"; this.Load += new System.EventHandler(this.OptionsForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox PiwigoURLTextbox; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox PiwigoUserNameTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox PiwigoPasswordTextBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button OKButton; private System.Windows.Forms.Button ACancelButton; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox PicasaContactsFileTextBox; private System.Windows.Forms.Button SetContactPathBtn; } }