| 1 | using System; |
|---|
| 2 | namespace Com.Piwigo.Uploader |
|---|
| 3 | { |
|---|
| 4 | partial class MainForm |
|---|
| 5 | { |
|---|
| 6 | /// <summary> |
|---|
| 7 | /// Variable nécessaire au concepteur. |
|---|
| 8 | /// </summary> |
|---|
| 9 | private System.ComponentModel.IContainer components = null; |
|---|
| 10 | |
|---|
| 11 | /// <summary> |
|---|
| 12 | /// Nettoyage des ressources utilisées. |
|---|
| 13 | /// </summary> |
|---|
| 14 | /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param> |
|---|
| 15 | protected override void Dispose(Boolean disposing) |
|---|
| 16 | { |
|---|
| 17 | if (disposing && (components != null)) |
|---|
| 18 | { |
|---|
| 19 | components.Dispose(); |
|---|
| 20 | } |
|---|
| 21 | base.Dispose(disposing); |
|---|
| 22 | } |
|---|
| 23 | |
|---|
| 24 | #region Code généré par le Concepteur Windows Form |
|---|
| 25 | |
|---|
| 26 | /// <summary> |
|---|
| 27 | /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas |
|---|
| 28 | /// le contenu de cette méthode avec l'éditeur de code. |
|---|
| 29 | /// </summary> |
|---|
| 30 | private void InitializeComponent() |
|---|
| 31 | { |
|---|
| 32 | this.components = new System.ComponentModel.Container(); |
|---|
| 33 | System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Node2"); |
|---|
| 34 | System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Node1", new System.Windows.Forms.TreeNode[] { |
|---|
| 35 | treeNode1}); |
|---|
| 36 | System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Root Category", new System.Windows.Forms.TreeNode[] { |
|---|
| 37 | treeNode2}); |
|---|
| 38 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); |
|---|
| 39 | this.button1 = new System.Windows.Forms.Button(); |
|---|
| 40 | this.label1 = new System.Windows.Forms.Label(); |
|---|
| 41 | this.label2 = new System.Windows.Forms.Label(); |
|---|
| 42 | this.label3 = new System.Windows.Forms.Label(); |
|---|
| 43 | this.treeView1 = new System.Windows.Forms.TreeView(); |
|---|
| 44 | this.imageListTV = new System.Windows.Forms.ImageList(this.components); |
|---|
| 45 | this.cbxLstCatTo = new System.Windows.Forms.ComboBox(); |
|---|
| 46 | this.label4 = new System.Windows.Forms.Label(); |
|---|
| 47 | this.button2 = new System.Windows.Forms.Button(); |
|---|
| 48 | this.tbPassword = new System.Windows.Forms.TextBox(); |
|---|
| 49 | this.tbServer = new System.Windows.Forms.TextBox(); |
|---|
| 50 | this.tbUser = new System.Windows.Forms.TextBox(); |
|---|
| 51 | this.pwgCategoryListBindingSource = new System.Windows.Forms.BindingSource(this.components); |
|---|
| 52 | ((System.ComponentModel.ISupportInitialize)(this.pwgCategoryListBindingSource)).BeginInit(); |
|---|
| 53 | this.SuspendLayout(); |
|---|
| 54 | // |
|---|
| 55 | // button1 |
|---|
| 56 | // |
|---|
| 57 | this.button1.Location = new System.Drawing.Point(273, 63); |
|---|
| 58 | this.button1.Name = "button1"; |
|---|
| 59 | this.button1.Size = new System.Drawing.Size(138, 23); |
|---|
| 60 | this.button1.TabIndex = 40; |
|---|
| 61 | this.button1.Text = "Telecharger"; |
|---|
| 62 | this.button1.UseVisualStyleBackColor = true; |
|---|
| 63 | this.button1.Click += new System.EventHandler(this.Connect_Click); |
|---|
| 64 | // |
|---|
| 65 | // label1 |
|---|
| 66 | // |
|---|
| 67 | this.label1.AutoSize = true; |
|---|
| 68 | this.label1.Location = new System.Drawing.Point(12, 40); |
|---|
| 69 | this.label1.Name = "label1"; |
|---|
| 70 | this.label1.Size = new System.Drawing.Size(29, 13); |
|---|
| 71 | this.label1.TabIndex = 20; |
|---|
| 72 | this.label1.Text = "User"; |
|---|
| 73 | // |
|---|
| 74 | // label2 |
|---|
| 75 | // |
|---|
| 76 | this.label2.AutoSize = true; |
|---|
| 77 | this.label2.Location = new System.Drawing.Point(217, 40); |
|---|
| 78 | this.label2.Name = "label2"; |
|---|
| 79 | this.label2.Size = new System.Drawing.Size(53, 13); |
|---|
| 80 | this.label2.TabIndex = 30; |
|---|
| 81 | this.label2.Text = "Password"; |
|---|
| 82 | // |
|---|
| 83 | // label3 |
|---|
| 84 | // |
|---|
| 85 | this.label3.AutoSize = true; |
|---|
| 86 | this.label3.Location = new System.Drawing.Point(12, 14); |
|---|
| 87 | this.label3.Name = "label3"; |
|---|
| 88 | this.label3.Size = new System.Drawing.Size(38, 13); |
|---|
| 89 | this.label3.TabIndex = 10; |
|---|
| 90 | this.label3.Text = "Server"; |
|---|
| 91 | // |
|---|
| 92 | // treeView1 |
|---|
| 93 | // |
|---|
| 94 | this.treeView1.ImageIndex = 0; |
|---|
| 95 | this.treeView1.ImageList = this.imageListTV; |
|---|
| 96 | this.treeView1.Location = new System.Drawing.Point(15, 103); |
|---|
| 97 | this.treeView1.Name = "treeView1"; |
|---|
| 98 | treeNode1.Name = "Node2"; |
|---|
| 99 | treeNode1.SelectedImageIndex = 2; |
|---|
| 100 | treeNode1.Text = "Node2"; |
|---|
| 101 | treeNode2.ImageIndex = 1; |
|---|
| 102 | treeNode2.Name = "Node1"; |
|---|
| 103 | treeNode2.Text = "Node1"; |
|---|
| 104 | treeNode3.Name = "RootCategory"; |
|---|
| 105 | treeNode3.Text = "Root Category"; |
|---|
| 106 | treeNode3.ToolTipText = "Root"; |
|---|
| 107 | this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { |
|---|
| 108 | treeNode3}); |
|---|
| 109 | this.treeView1.SelectedImageIndex = 0; |
|---|
| 110 | this.treeView1.Size = new System.Drawing.Size(396, 202); |
|---|
| 111 | this.treeView1.TabIndex = 41; |
|---|
| 112 | // |
|---|
| 113 | // imageListTV |
|---|
| 114 | // |
|---|
| 115 | this.imageListTV.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTV.ImageStream"))); |
|---|
| 116 | this.imageListTV.TransparentColor = System.Drawing.Color.Transparent; |
|---|
| 117 | this.imageListTV.Images.SetKeyName(0, "folder_html.png"); |
|---|
| 118 | this.imageListTV.Images.SetKeyName(1, "folder_images.png"); |
|---|
| 119 | this.imageListTV.Images.SetKeyName(2, "image.png"); |
|---|
| 120 | // |
|---|
| 121 | // cbxLstCatTo |
|---|
| 122 | // |
|---|
| 123 | this.cbxLstCatTo.DataSource = this.pwgCategoryListBindingSource; |
|---|
| 124 | this.cbxLstCatTo.DisplayMember = "Name"; |
|---|
| 125 | this.cbxLstCatTo.FormattingEnabled = true; |
|---|
| 126 | this.cbxLstCatTo.Location = new System.Drawing.Point(47, 311); |
|---|
| 127 | this.cbxLstCatTo.Name = "cbxLstCatTo"; |
|---|
| 128 | this.cbxLstCatTo.Size = new System.Drawing.Size(223, 21); |
|---|
| 129 | this.cbxLstCatTo.TabIndex = 42; |
|---|
| 130 | this.cbxLstCatTo.ValueMember = "Id"; |
|---|
| 131 | // |
|---|
| 132 | // label4 |
|---|
| 133 | // |
|---|
| 134 | this.label4.AutoSize = true; |
|---|
| 135 | this.label4.Location = new System.Drawing.Point(12, 319); |
|---|
| 136 | this.label4.Name = "label4"; |
|---|
| 137 | this.label4.Size = new System.Drawing.Size(22, 13); |
|---|
| 138 | this.label4.TabIndex = 43; |
|---|
| 139 | this.label4.Text = "to :"; |
|---|
| 140 | // |
|---|
| 141 | // button2 |
|---|
| 142 | // |
|---|
| 143 | this.button2.Location = new System.Drawing.Point(273, 314); |
|---|
| 144 | this.button2.Name = "button2"; |
|---|
| 145 | this.button2.Size = new System.Drawing.Size(138, 23); |
|---|
| 146 | this.button2.TabIndex = 44; |
|---|
| 147 | this.button2.Text = "Telecharger"; |
|---|
| 148 | this.button2.UseVisualStyleBackColor = true; |
|---|
| 149 | this.button2.Click += new System.EventHandler(this.Telecharger_Click); |
|---|
| 150 | // |
|---|
| 151 | // tbPassword |
|---|
| 152 | // |
|---|
| 153 | this.tbPassword.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "pwdData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
|---|
| 154 | this.tbPassword.Location = new System.Drawing.Point(273, 37); |
|---|
| 155 | this.tbPassword.Name = "tbPassword"; |
|---|
| 156 | this.tbPassword.PasswordChar = '*'; |
|---|
| 157 | this.tbPassword.Size = new System.Drawing.Size(138, 20); |
|---|
| 158 | this.tbPassword.TabIndex = 31; |
|---|
| 159 | this.tbPassword.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.pwdData; |
|---|
| 160 | // |
|---|
| 161 | // tbServer |
|---|
| 162 | // |
|---|
| 163 | this.tbServer.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "serverUrlData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
|---|
| 164 | this.tbServer.Location = new System.Drawing.Point(68, 11); |
|---|
| 165 | this.tbServer.Name = "tbServer"; |
|---|
| 166 | this.tbServer.Size = new System.Drawing.Size(343, 20); |
|---|
| 167 | this.tbServer.TabIndex = 11; |
|---|
| 168 | this.tbServer.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.serverUrlData; |
|---|
| 169 | // |
|---|
| 170 | // tbUser |
|---|
| 171 | // |
|---|
| 172 | this.tbUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "userData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
|---|
| 173 | this.tbUser.Location = new System.Drawing.Point(68, 37); |
|---|
| 174 | this.tbUser.Name = "tbUser"; |
|---|
| 175 | this.tbUser.Size = new System.Drawing.Size(138, 20); |
|---|
| 176 | this.tbUser.TabIndex = 21; |
|---|
| 177 | this.tbUser.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.userData; |
|---|
| 178 | // |
|---|
| 179 | // pwgCategoryListBindingSource |
|---|
| 180 | // |
|---|
| 181 | this.pwgCategoryListBindingSource.AllowNew = false; |
|---|
| 182 | this.pwgCategoryListBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.PwgCategoryList); |
|---|
| 183 | // |
|---|
| 184 | // MainForm |
|---|
| 185 | // |
|---|
| 186 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|---|
| 187 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|---|
| 188 | this.ClientSize = new System.Drawing.Size(423, 346); |
|---|
| 189 | this.Controls.Add(this.button2); |
|---|
| 190 | this.Controls.Add(this.label4); |
|---|
| 191 | this.Controls.Add(this.cbxLstCatTo); |
|---|
| 192 | this.Controls.Add(this.treeView1); |
|---|
| 193 | this.Controls.Add(this.tbPassword); |
|---|
| 194 | this.Controls.Add(this.label3); |
|---|
| 195 | this.Controls.Add(this.tbServer); |
|---|
| 196 | this.Controls.Add(this.label2); |
|---|
| 197 | this.Controls.Add(this.label1); |
|---|
| 198 | this.Controls.Add(this.tbUser); |
|---|
| 199 | this.Controls.Add(this.button1); |
|---|
| 200 | this.Name = "MainForm"; |
|---|
| 201 | this.Text = " Piwigo Uploader"; |
|---|
| 202 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); |
|---|
| 203 | this.Load += new System.EventHandler(this.Form1_Load); |
|---|
| 204 | ((System.ComponentModel.ISupportInitialize)(this.pwgCategoryListBindingSource)).EndInit(); |
|---|
| 205 | this.ResumeLayout(false); |
|---|
| 206 | this.PerformLayout(); |
|---|
| 207 | |
|---|
| 208 | } |
|---|
| 209 | |
|---|
| 210 | #endregion |
|---|
| 211 | |
|---|
| 212 | private System.Windows.Forms.Button button1; |
|---|
| 213 | private System.Windows.Forms.TextBox tbUser; |
|---|
| 214 | private System.Windows.Forms.Label label1; |
|---|
| 215 | private System.Windows.Forms.Label label2; |
|---|
| 216 | private System.Windows.Forms.Label label3; |
|---|
| 217 | private System.Windows.Forms.TextBox tbServer; |
|---|
| 218 | private System.Windows.Forms.TextBox tbPassword; |
|---|
| 219 | private System.Windows.Forms.TreeView treeView1; |
|---|
| 220 | private System.Windows.Forms.ImageList imageListTV; |
|---|
| 221 | private System.Windows.Forms.ComboBox cbxLstCatTo; |
|---|
| 222 | private System.Windows.Forms.Label label4; |
|---|
| 223 | private System.Windows.Forms.Button button2; |
|---|
| 224 | private System.Windows.Forms.BindingSource pwgCategoryListBindingSource; |
|---|
| 225 | } |
|---|
| 226 | } |
|---|
| 227 | |
|---|