using System; namespace Com.Piwigo.Uploader { partial class MainForm { /// /// Variable nécessaire au concepteur. /// private System.ComponentModel.IContainer components = null; /// /// Nettoyage des ressources utilisées. /// /// true si les ressources managées doivent être supprimées ; sinon, false. protected override void Dispose(Boolean disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur Windows Form /// /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.AlbumsTV = new System.Windows.Forms.TreeView(); this.imageListTV = new System.Windows.Forms.ImageList(this.components); this.cbxLstCatTo = new System.Windows.Forms.ComboBox(); this.modelManagerBaseBindingSource = new System.Windows.Forms.BindingSource(this.components); this.selectedPwgAlbumListBindingSource = new System.Windows.Forms.BindingSource(this.components); this.label4 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.tbPassword = new System.Windows.Forms.TextBox(); this.tbServer = new System.Windows.Forms.TextBox(); this.tbUser = new System.Windows.Forms.TextBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPageAlbum = new System.Windows.Forms.TabPage(); this.tabPageImg = new System.Windows.Forms.TabPage(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.label5 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.selectedPwgAlbumListBindingSource)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPageAlbum.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // button1 // resources.ApplyResources(this.button1, "button1"); this.button1.MaximumSize = new System.Drawing.Size(200, 20); this.button1.MinimumSize = new System.Drawing.Size(75, 20); this.button1.Name = "button1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Connect_Click); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // AlbumsTV // this.tableLayoutPanel1.SetColumnSpan(this.AlbumsTV, 4); resources.ApplyResources(this.AlbumsTV, "AlbumsTV"); this.AlbumsTV.ImageList = this.imageListTV; this.AlbumsTV.MinimumSize = new System.Drawing.Size(150, 150); this.AlbumsTV.Name = "AlbumsTV"; this.AlbumsTV.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { ((System.Windows.Forms.TreeNode)(resources.GetObject("AlbumsTV.Nodes")))}); // // imageListTV // this.imageListTV.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTV.ImageStream"))); this.imageListTV.TransparentColor = System.Drawing.Color.Transparent; this.imageListTV.Images.SetKeyName(0, "folder_html.png"); this.imageListTV.Images.SetKeyName(1, "folder_images.png"); this.imageListTV.Images.SetKeyName(2, "image.png"); // // cbxLstCatTo // this.tableLayoutPanel1.SetColumnSpan(this.cbxLstCatTo, 2); this.cbxLstCatTo.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.modelManagerBaseBindingSource, "PwgAlbumIdSelected", true)); this.cbxLstCatTo.DataSource = this.selectedPwgAlbumListBindingSource; this.cbxLstCatTo.DisplayMember = "ShowedValue"; resources.ApplyResources(this.cbxLstCatTo, "cbxLstCatTo"); this.cbxLstCatTo.FormattingEnabled = true; this.cbxLstCatTo.Name = "cbxLstCatTo"; this.cbxLstCatTo.ValueMember = "Id"; // // modelManagerBaseBindingSource // this.modelManagerBaseBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.ModelManager.ModelManagerBase); // // selectedPwgAlbumListBindingSource // this.selectedPwgAlbumListBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.SelectedPwgAlbumList); // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // button2 // resources.ApplyResources(this.button2, "button2"); this.button2.MaximumSize = new System.Drawing.Size(200, 20); this.button2.MinimumSize = new System.Drawing.Size(75, 20); this.button2.Name = "button2"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.Telecharger_Click); // // tbPassword // this.tbPassword.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "pwdData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.tbPassword, "tbPassword"); this.tbPassword.MinimumSize = new System.Drawing.Size(100, 20); this.tbPassword.Name = "tbPassword"; this.tbPassword.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.pwdData; // // tbServer // this.tableLayoutPanel1.SetColumnSpan(this.tbServer, 3); this.tbServer.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "serverUrlData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.tbServer, "tbServer"); this.tbServer.MinimumSize = new System.Drawing.Size(100, 20); this.tbServer.Name = "tbServer"; this.tbServer.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.serverUrlData; // // tbUser // this.tbUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "userData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(this.tbUser, "tbUser"); this.tbUser.MinimumSize = new System.Drawing.Size(100, 20); this.tbUser.Name = "tbUser"; this.tbUser.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.userData; // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.button2, 3, 5); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label4, 0, 5); this.tableLayoutPanel1.Controls.Add(this.tbServer, 1, 0); this.tableLayoutPanel1.Controls.Add(this.tbUser, 1, 1); this.tableLayoutPanel1.Controls.Add(this.label2, 2, 1); this.tableLayoutPanel1.Controls.Add(this.AlbumsTV, 0, 3); this.tableLayoutPanel1.Controls.Add(this.tbPassword, 3, 1); this.tableLayoutPanel1.Controls.Add(this.button1, 3, 2); this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0); this.tableLayoutPanel1.Controls.Add(this.cbxLstCatTo, 1, 5); this.tableLayoutPanel1.Controls.Add(this.tabControl1, 4, 3); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPageAlbum); this.tabControl1.Controls.Add(this.tabPageImg); resources.ApplyResources(this.tabControl1, "tabControl1"); this.tabControl1.ImageList = this.imageListTV; this.tabControl1.MaximumSize = new System.Drawing.Size(250, 200); this.tabControl1.MinimumSize = new System.Drawing.Size(100, 200); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; // // tabPageAlbum // this.tabPageAlbum.Controls.Add(this.tableLayoutPanel2); resources.ApplyResources(this.tabPageAlbum, "tabPageAlbum"); this.tabPageAlbum.Name = "tabPageAlbum"; this.tabPageAlbum.UseVisualStyleBackColor = true; // // tabPageImg // resources.ApplyResources(this.tabPageImg, "tabPageImg"); this.tabPageImg.Name = "tabPageImg"; this.tabPageImg.UseVisualStyleBackColor = true; // // tableLayoutPanel2 // resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; // // MainForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "MainForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.selectedPwgAlbumListBindingSource)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPageAlbum.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox tbUser; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tbServer; private System.Windows.Forms.TextBox tbPassword; private System.Windows.Forms.TreeView AlbumsTV; private System.Windows.Forms.ImageList imageListTV; private System.Windows.Forms.ComboBox cbxLstCatTo; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.BindingSource selectedPwgAlbumListBindingSource; private System.Windows.Forms.BindingSource modelManagerBaseBindingSource; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPageAlbum; private System.Windows.Forms.TabPage tabPageImg; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Label label5; } }