namespace Picasa2Piwigo { partial class MainForm { /// /// 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(MainForm)); this.label1 = new System.Windows.Forms.Label(); this.AlbumNameTextBox = new System.Windows.Forms.TextBox(); this.SyncButton = new System.Windows.Forms.Button(); this.OptionsButton = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.NewAlbumParentAlbumComboBox = new System.Windows.Forms.ComboBox(); this.NewAlbumRadioButton = new System.Windows.Forms.RadioButton(); this.NewAlbumGroupBox = new System.Windows.Forms.GroupBox(); this.AccessComboBox = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.DescriptionTextBox = new System.Windows.Forms.TextBox(); this.AddTopAlbumCheckbox = new System.Windows.Forms.RadioButton(); this.AddToAlbumGroupbox = new System.Windows.Forms.GroupBox(); this.AddToAlbumComboBox = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.NewAlbumGroupBox.SuspendLayout(); this.AddToAlbumGroupbox.SuspendLayout(); this.SuspendLayout(); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.MaximumSize = new System.Drawing.Size(140, 16); this.label1.Name = "label1"; // // AlbumNameTextBox // resources.ApplyResources(this.AlbumNameTextBox, "AlbumNameTextBox"); this.AlbumNameTextBox.Name = "AlbumNameTextBox"; // // SyncButton // resources.ApplyResources(this.SyncButton, "SyncButton"); this.SyncButton.MaximumSize = new System.Drawing.Size(111, 33); this.SyncButton.Name = "SyncButton"; this.SyncButton.UseVisualStyleBackColor = true; this.SyncButton.Click += new System.EventHandler(this.SyncButton_Click); // // OptionsButton // resources.ApplyResources(this.OptionsButton, "OptionsButton"); this.OptionsButton.MaximumSize = new System.Drawing.Size(108, 33); this.OptionsButton.Name = "OptionsButton"; this.OptionsButton.UseVisualStyleBackColor = true; this.OptionsButton.Click += new System.EventHandler(this.OptionsButton_Click); // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.MaximumSize = new System.Drawing.Size(140, 16); this.label2.Name = "label2"; // // NewAlbumParentAlbumComboBox // resources.ApplyResources(this.NewAlbumParentAlbumComboBox, "NewAlbumParentAlbumComboBox"); this.NewAlbumParentAlbumComboBox.FormattingEnabled = true; this.NewAlbumParentAlbumComboBox.Name = "NewAlbumParentAlbumComboBox"; // // NewAlbumRadioButton // this.NewAlbumRadioButton.Checked = true; resources.ApplyResources(this.NewAlbumRadioButton, "NewAlbumRadioButton"); this.NewAlbumRadioButton.MaximumSize = new System.Drawing.Size(115, 20); this.NewAlbumRadioButton.Name = "NewAlbumRadioButton"; this.NewAlbumRadioButton.TabStop = true; this.NewAlbumRadioButton.UseVisualStyleBackColor = true; this.NewAlbumRadioButton.CheckedChanged += new System.EventHandler(this.NewAlbumRadioButton_CheckedChanged); // // NewAlbumGroupBox // this.NewAlbumGroupBox.Controls.Add(this.AccessComboBox); this.NewAlbumGroupBox.Controls.Add(this.NewAlbumParentAlbumComboBox); this.NewAlbumGroupBox.Controls.Add(this.label5); this.NewAlbumGroupBox.Controls.Add(this.label3); this.NewAlbumGroupBox.Controls.Add(this.label2); this.NewAlbumGroupBox.Controls.Add(this.DescriptionTextBox); this.NewAlbumGroupBox.Controls.Add(this.AlbumNameTextBox); this.NewAlbumGroupBox.Controls.Add(this.label1); resources.ApplyResources(this.NewAlbumGroupBox, "NewAlbumGroupBox"); this.NewAlbumGroupBox.Name = "NewAlbumGroupBox"; this.NewAlbumGroupBox.TabStop = false; // // AccessComboBox // resources.ApplyResources(this.AccessComboBox, "AccessComboBox"); this.AccessComboBox.FormattingEnabled = true; this.AccessComboBox.Name = "AccessComboBox"; this.AccessComboBox.SelectedIndexChanged += new System.EventHandler(this.AccessComboBox_SelectedIndexChanged); // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.MaximumSize = new System.Drawing.Size(140, 16); this.label5.Name = "label5"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.MaximumSize = new System.Drawing.Size(100, 16); this.label3.Name = "label3"; // // DescriptionTextBox // resources.ApplyResources(this.DescriptionTextBox, "DescriptionTextBox"); this.DescriptionTextBox.Name = "DescriptionTextBox"; // // AddTopAlbumCheckbox // resources.ApplyResources(this.AddTopAlbumCheckbox, "AddTopAlbumCheckbox"); this.AddTopAlbumCheckbox.MaximumSize = new System.Drawing.Size(115, 20); this.AddTopAlbumCheckbox.Name = "AddTopAlbumCheckbox"; this.AddTopAlbumCheckbox.UseVisualStyleBackColor = true; this.AddTopAlbumCheckbox.CheckedChanged += new System.EventHandler(this.AddTopAlbumCheckbox_CheckedChanged); // // AddToAlbumGroupbox // this.AddToAlbumGroupbox.Controls.Add(this.AddToAlbumComboBox); this.AddToAlbumGroupbox.Controls.Add(this.label4); resources.ApplyResources(this.AddToAlbumGroupbox, "AddToAlbumGroupbox"); this.AddToAlbumGroupbox.Name = "AddToAlbumGroupbox"; this.AddToAlbumGroupbox.TabStop = false; // // AddToAlbumComboBox // resources.ApplyResources(this.AddToAlbumComboBox, "AddToAlbumComboBox"); this.AddToAlbumComboBox.FormattingEnabled = true; this.AddToAlbumComboBox.Name = "AddToAlbumComboBox"; // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.MaximumSize = new System.Drawing.Size(140, 16); this.label4.Name = "label4"; // // MainForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.AddToAlbumGroupbox); this.Controls.Add(this.AddTopAlbumCheckbox); this.Controls.Add(this.NewAlbumGroupBox); this.Controls.Add(this.NewAlbumRadioButton); this.Controls.Add(this.OptionsButton); this.Controls.Add(this.SyncButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "MainForm"; this.Load += new System.EventHandler(this.Form1_Load); this.NewAlbumGroupBox.ResumeLayout(false); this.NewAlbumGroupBox.PerformLayout(); this.AddToAlbumGroupbox.ResumeLayout(false); this.AddToAlbumGroupbox.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox AlbumNameTextBox; private System.Windows.Forms.Button SyncButton; private System.Windows.Forms.Button OptionsButton; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox NewAlbumParentAlbumComboBox; private System.Windows.Forms.RadioButton NewAlbumRadioButton; private System.Windows.Forms.GroupBox NewAlbumGroupBox; private System.Windows.Forms.RadioButton AddTopAlbumCheckbox; private System.Windows.Forms.GroupBox AddToAlbumGroupbox; private System.Windows.Forms.ComboBox AddToAlbumComboBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox AccessComboBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox DescriptionTextBox; private System.Windows.Forms.Label label5; } }