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.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Node2"); System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Node1", new System.Windows.Forms.TreeNode[] { treeNode1}); System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Root Category", new System.Windows.Forms.TreeNode[] { treeNode2}); 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.treeView1 = new System.Windows.Forms.TreeView(); this.imageListTV = new System.Windows.Forms.ImageList(this.components); this.cbxLstCatTo = new System.Windows.Forms.ComboBox(); 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.pwgCategoryListBindingSource = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.pwgCategoryListBindingSource)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(273, 63); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(138, 23); this.button1.TabIndex = 40; this.button1.Text = "Telecharger"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Connect_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 13); this.label1.TabIndex = 20; this.label1.Text = "User"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(217, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 13); this.label2.TabIndex = 30; this.label2.Text = "Password"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(38, 13); this.label3.TabIndex = 10; this.label3.Text = "Server"; // // treeView1 // this.treeView1.ImageIndex = 0; this.treeView1.ImageList = this.imageListTV; this.treeView1.Location = new System.Drawing.Point(15, 103); this.treeView1.Name = "treeView1"; treeNode1.Name = "Node2"; treeNode1.SelectedImageIndex = 2; treeNode1.Text = "Node2"; treeNode2.ImageIndex = 1; treeNode2.Name = "Node1"; treeNode2.Text = "Node1"; treeNode3.Name = "RootCategory"; treeNode3.Text = "Root Category"; treeNode3.ToolTipText = "Root"; this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { treeNode3}); this.treeView1.SelectedImageIndex = 0; this.treeView1.Size = new System.Drawing.Size(396, 202); this.treeView1.TabIndex = 41; // // 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.cbxLstCatTo.DataSource = this.pwgCategoryListBindingSource; this.cbxLstCatTo.DisplayMember = "Name"; this.cbxLstCatTo.FormattingEnabled = true; this.cbxLstCatTo.Location = new System.Drawing.Point(47, 311); this.cbxLstCatTo.Name = "cbxLstCatTo"; this.cbxLstCatTo.Size = new System.Drawing.Size(223, 21); this.cbxLstCatTo.TabIndex = 42; this.cbxLstCatTo.ValueMember = "Id"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 319); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(22, 13); this.label4.TabIndex = 43; this.label4.Text = "to :"; // // button2 // this.button2.Location = new System.Drawing.Point(273, 314); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(138, 23); this.button2.TabIndex = 44; this.button2.Text = "Telecharger"; 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)); this.tbPassword.Location = new System.Drawing.Point(273, 37); this.tbPassword.Name = "tbPassword"; this.tbPassword.PasswordChar = '*'; this.tbPassword.Size = new System.Drawing.Size(138, 20); this.tbPassword.TabIndex = 31; this.tbPassword.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.pwdData; // // tbServer // this.tbServer.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "serverUrlData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.tbServer.Location = new System.Drawing.Point(68, 11); this.tbServer.Name = "tbServer"; this.tbServer.Size = new System.Drawing.Size(343, 20); this.tbServer.TabIndex = 11; 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)); this.tbUser.Location = new System.Drawing.Point(68, 37); this.tbUser.Name = "tbUser"; this.tbUser.Size = new System.Drawing.Size(138, 20); this.tbUser.TabIndex = 21; this.tbUser.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.userData; // // pwgCategoryListBindingSource // this.pwgCategoryListBindingSource.AllowNew = false; this.pwgCategoryListBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.PwgCategoryList); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(423, 346); this.Controls.Add(this.button2); this.Controls.Add(this.label4); this.Controls.Add(this.cbxLstCatTo); this.Controls.Add(this.treeView1); this.Controls.Add(this.tbPassword); this.Controls.Add(this.label3); this.Controls.Add(this.tbServer); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.tbUser); this.Controls.Add(this.button1); this.Name = "MainForm"; this.Text = " Piwigo Uploader"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.pwgCategoryListBindingSource)).EndInit(); 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 treeView1; 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.BindingSource pwgCategoryListBindingSource; } }