| 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); |
|---|
| 34 | this.button1 = new System.Windows.Forms.Button(); |
|---|
| 35 | this.label1 = new System.Windows.Forms.Label(); |
|---|
| 36 | this.label2 = new System.Windows.Forms.Label(); |
|---|
| 37 | this.label3 = new System.Windows.Forms.Label(); |
|---|
| 38 | this.AlbumsTV = new System.Windows.Forms.TreeView(); |
|---|
| 39 | this.imageListTV = new System.Windows.Forms.ImageList(this.components); |
|---|
| 40 | this.ImageListTVState = new System.Windows.Forms.ImageList(this.components); |
|---|
| 41 | this.cbxLstCatTo = new System.Windows.Forms.ComboBox(); |
|---|
| 42 | this.modelManagerBaseBindingSource = new System.Windows.Forms.BindingSource(this.components); |
|---|
| 43 | this.selectedPwgAlbumListBindingSource = new System.Windows.Forms.BindingSource(this.components); |
|---|
| 44 | this.label4 = new System.Windows.Forms.Label(); |
|---|
| 45 | this.button2 = new System.Windows.Forms.Button(); |
|---|
| 46 | this.tbPassword = new System.Windows.Forms.TextBox(); |
|---|
| 47 | this.tbServer = new System.Windows.Forms.TextBox(); |
|---|
| 48 | this.tbUser = new System.Windows.Forms.TextBox(); |
|---|
| 49 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|---|
| 50 | this.tabControl1 = new System.Windows.Forms.TabControl(); |
|---|
| 51 | this.tabPageAlbum = new System.Windows.Forms.TabPage(); |
|---|
| 52 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
|---|
| 53 | this.label5 = new System.Windows.Forms.Label(); |
|---|
| 54 | this.localAlbumBindingSource = new System.Windows.Forms.BindingSource(this.components); |
|---|
| 55 | this.tabPageImg = new System.Windows.Forms.TabPage(); |
|---|
| 56 | this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
|---|
| 57 | this.label6 = new System.Windows.Forms.Label(); |
|---|
| 58 | this.localImageBindingSource = new System.Windows.Forms.BindingSource(this.components); |
|---|
| 59 | ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).BeginInit(); |
|---|
| 60 | ((System.ComponentModel.ISupportInitialize)(this.selectedPwgAlbumListBindingSource)).BeginInit(); |
|---|
| 61 | this.tableLayoutPanel1.SuspendLayout(); |
|---|
| 62 | this.tabControl1.SuspendLayout(); |
|---|
| 63 | this.tabPageAlbum.SuspendLayout(); |
|---|
| 64 | this.tableLayoutPanel2.SuspendLayout(); |
|---|
| 65 | ((System.ComponentModel.ISupportInitialize)(this.localAlbumBindingSource)).BeginInit(); |
|---|
| 66 | this.tabPageImg.SuspendLayout(); |
|---|
| 67 | this.tableLayoutPanel3.SuspendLayout(); |
|---|
| 68 | ((System.ComponentModel.ISupportInitialize)(this.localImageBindingSource)).BeginInit(); |
|---|
| 69 | this.SuspendLayout(); |
|---|
| 70 | // |
|---|
| 71 | // button1 |
|---|
| 72 | // |
|---|
| 73 | resources.ApplyResources(this.button1, "button1"); |
|---|
| 74 | this.button1.MaximumSize = new System.Drawing.Size(200, 20); |
|---|
| 75 | this.button1.MinimumSize = new System.Drawing.Size(75, 20); |
|---|
| 76 | this.button1.Name = "button1"; |
|---|
| 77 | this.button1.UseVisualStyleBackColor = true; |
|---|
| 78 | this.button1.Click += new System.EventHandler(this.Connect_Click); |
|---|
| 79 | // |
|---|
| 80 | // label1 |
|---|
| 81 | // |
|---|
| 82 | resources.ApplyResources(this.label1, "label1"); |
|---|
| 83 | this.label1.Name = "label1"; |
|---|
| 84 | // |
|---|
| 85 | // label2 |
|---|
| 86 | // |
|---|
| 87 | resources.ApplyResources(this.label2, "label2"); |
|---|
| 88 | this.label2.Name = "label2"; |
|---|
| 89 | // |
|---|
| 90 | // label3 |
|---|
| 91 | // |
|---|
| 92 | resources.ApplyResources(this.label3, "label3"); |
|---|
| 93 | this.label3.Name = "label3"; |
|---|
| 94 | // |
|---|
| 95 | // AlbumsTV |
|---|
| 96 | // |
|---|
| 97 | this.tableLayoutPanel1.SetColumnSpan(this.AlbumsTV, 4); |
|---|
| 98 | resources.ApplyResources(this.AlbumsTV, "AlbumsTV"); |
|---|
| 99 | this.AlbumsTV.HideSelection = false; |
|---|
| 100 | this.AlbumsTV.ImageList = this.imageListTV; |
|---|
| 101 | this.AlbumsTV.MinimumSize = new System.Drawing.Size(150, 150); |
|---|
| 102 | this.AlbumsTV.Name = "AlbumsTV"; |
|---|
| 103 | this.AlbumsTV.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { |
|---|
| 104 | ((System.Windows.Forms.TreeNode)(resources.GetObject("AlbumsTV.Nodes")))}); |
|---|
| 105 | this.AlbumsTV.StateImageList = this.ImageListTVState; |
|---|
| 106 | this.AlbumsTV.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.AlbumsTV_AfterSelect); |
|---|
| 107 | // |
|---|
| 108 | // imageListTV |
|---|
| 109 | // |
|---|
| 110 | this.imageListTV.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTV.ImageStream"))); |
|---|
| 111 | this.imageListTV.TransparentColor = System.Drawing.Color.Transparent; |
|---|
| 112 | this.imageListTV.Images.SetKeyName(0, "folder_html.png"); |
|---|
| 113 | this.imageListTV.Images.SetKeyName(1, "folder_images.png"); |
|---|
| 114 | this.imageListTV.Images.SetKeyName(2, "image.png"); |
|---|
| 115 | // |
|---|
| 116 | // ImageListTVState |
|---|
| 117 | // |
|---|
| 118 | this.ImageListTVState.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageListTVState.ImageStream"))); |
|---|
| 119 | this.ImageListTVState.TransparentColor = System.Drawing.Color.Transparent; |
|---|
| 120 | this.ImageListTVState.Images.SetKeyName(0, "button_cancel.png"); |
|---|
| 121 | this.ImageListTVState.Images.SetKeyName(1, "button_ok.png"); |
|---|
| 122 | // |
|---|
| 123 | // cbxLstCatTo |
|---|
| 124 | // |
|---|
| 125 | this.tableLayoutPanel1.SetColumnSpan(this.cbxLstCatTo, 2); |
|---|
| 126 | this.cbxLstCatTo.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.modelManagerBaseBindingSource, "PwgAlbumIdSelected", true)); |
|---|
| 127 | this.cbxLstCatTo.DataSource = this.selectedPwgAlbumListBindingSource; |
|---|
| 128 | this.cbxLstCatTo.DisplayMember = "ShowedValue"; |
|---|
| 129 | resources.ApplyResources(this.cbxLstCatTo, "cbxLstCatTo"); |
|---|
| 130 | this.cbxLstCatTo.FormattingEnabled = true; |
|---|
| 131 | this.cbxLstCatTo.Name = "cbxLstCatTo"; |
|---|
| 132 | this.cbxLstCatTo.ValueMember = "Id"; |
|---|
| 133 | // |
|---|
| 134 | // modelManagerBaseBindingSource |
|---|
| 135 | // |
|---|
| 136 | this.modelManagerBaseBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.ModelManager.ModelManagerBase); |
|---|
| 137 | // |
|---|
| 138 | // selectedPwgAlbumListBindingSource |
|---|
| 139 | // |
|---|
| 140 | this.selectedPwgAlbumListBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.SelectedPwgAlbumList); |
|---|
| 141 | this.selectedPwgAlbumListBindingSource.CurrentChanged += new System.EventHandler(this.selectedPwgAlbumListBindingSource_CurrentChanged); |
|---|
| 142 | // |
|---|
| 143 | // label4 |
|---|
| 144 | // |
|---|
| 145 | resources.ApplyResources(this.label4, "label4"); |
|---|
| 146 | this.label4.Name = "label4"; |
|---|
| 147 | // |
|---|
| 148 | // button2 |
|---|
| 149 | // |
|---|
| 150 | resources.ApplyResources(this.button2, "button2"); |
|---|
| 151 | this.button2.MaximumSize = new System.Drawing.Size(200, 20); |
|---|
| 152 | this.button2.MinimumSize = new System.Drawing.Size(75, 20); |
|---|
| 153 | this.button2.Name = "button2"; |
|---|
| 154 | this.button2.UseVisualStyleBackColor = true; |
|---|
| 155 | this.button2.Click += new System.EventHandler(this.Telecharger_Click); |
|---|
| 156 | // |
|---|
| 157 | // tbPassword |
|---|
| 158 | // |
|---|
| 159 | this.tbPassword.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "pwdData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
|---|
| 160 | resources.ApplyResources(this.tbPassword, "tbPassword"); |
|---|
| 161 | this.tbPassword.MinimumSize = new System.Drawing.Size(100, 20); |
|---|
| 162 | this.tbPassword.Name = "tbPassword"; |
|---|
| 163 | this.tbPassword.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.pwdData; |
|---|
| 164 | // |
|---|
| 165 | // tbServer |
|---|
| 166 | // |
|---|
| 167 | this.tableLayoutPanel1.SetColumnSpan(this.tbServer, 3); |
|---|
| 168 | this.tbServer.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "serverUrlData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
|---|
| 169 | resources.ApplyResources(this.tbServer, "tbServer"); |
|---|
| 170 | this.tbServer.MinimumSize = new System.Drawing.Size(100, 20); |
|---|
| 171 | this.tbServer.Name = "tbServer"; |
|---|
| 172 | this.tbServer.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.serverUrlData; |
|---|
| 173 | // |
|---|
| 174 | // tbUser |
|---|
| 175 | // |
|---|
| 176 | this.tbUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "userData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
|---|
| 177 | resources.ApplyResources(this.tbUser, "tbUser"); |
|---|
| 178 | this.tbUser.MinimumSize = new System.Drawing.Size(100, 20); |
|---|
| 179 | this.tbUser.Name = "tbUser"; |
|---|
| 180 | this.tbUser.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.userData; |
|---|
| 181 | // |
|---|
| 182 | // tableLayoutPanel1 |
|---|
| 183 | // |
|---|
| 184 | resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); |
|---|
| 185 | this.tableLayoutPanel1.Controls.Add(this.button2, 3, 5); |
|---|
| 186 | this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1); |
|---|
| 187 | this.tableLayoutPanel1.Controls.Add(this.label4, 0, 5); |
|---|
| 188 | this.tableLayoutPanel1.Controls.Add(this.tbServer, 1, 0); |
|---|
| 189 | this.tableLayoutPanel1.Controls.Add(this.tbUser, 1, 1); |
|---|
| 190 | this.tableLayoutPanel1.Controls.Add(this.label2, 2, 1); |
|---|
| 191 | this.tableLayoutPanel1.Controls.Add(this.AlbumsTV, 0, 3); |
|---|
| 192 | this.tableLayoutPanel1.Controls.Add(this.tbPassword, 3, 1); |
|---|
| 193 | this.tableLayoutPanel1.Controls.Add(this.button1, 3, 2); |
|---|
| 194 | this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0); |
|---|
| 195 | this.tableLayoutPanel1.Controls.Add(this.cbxLstCatTo, 1, 5); |
|---|
| 196 | this.tableLayoutPanel1.Controls.Add(this.tabControl1, 4, 3); |
|---|
| 197 | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
|---|
| 198 | // |
|---|
| 199 | // tabControl1 |
|---|
| 200 | // |
|---|
| 201 | this.tabControl1.Controls.Add(this.tabPageAlbum); |
|---|
| 202 | this.tabControl1.Controls.Add(this.tabPageImg); |
|---|
| 203 | resources.ApplyResources(this.tabControl1, "tabControl1"); |
|---|
| 204 | this.tabControl1.ImageList = this.imageListTV; |
|---|
| 205 | this.tabControl1.MaximumSize = new System.Drawing.Size(250, 200); |
|---|
| 206 | this.tabControl1.MinimumSize = new System.Drawing.Size(100, 200); |
|---|
| 207 | this.tabControl1.Name = "tabControl1"; |
|---|
| 208 | this.tabControl1.SelectedIndex = 0; |
|---|
| 209 | // |
|---|
| 210 | // tabPageAlbum |
|---|
| 211 | // |
|---|
| 212 | this.tabPageAlbum.Controls.Add(this.tableLayoutPanel2); |
|---|
| 213 | resources.ApplyResources(this.tabPageAlbum, "tabPageAlbum"); |
|---|
| 214 | this.tabPageAlbum.Name = "tabPageAlbum"; |
|---|
| 215 | this.tabPageAlbum.UseVisualStyleBackColor = true; |
|---|
| 216 | // |
|---|
| 217 | // tableLayoutPanel2 |
|---|
| 218 | // |
|---|
| 219 | resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); |
|---|
| 220 | this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0); |
|---|
| 221 | this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
|---|
| 222 | // |
|---|
| 223 | // label5 |
|---|
| 224 | // |
|---|
| 225 | resources.ApplyResources(this.label5, "label5"); |
|---|
| 226 | this.label5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.localAlbumBindingSource, "LocalDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
|---|
| 227 | this.label5.Name = "label5"; |
|---|
| 228 | // |
|---|
| 229 | // localAlbumBindingSource |
|---|
| 230 | // |
|---|
| 231 | this.localAlbumBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.LocalAlbum); |
|---|
| 232 | // |
|---|
| 233 | // tabPageImg |
|---|
| 234 | // |
|---|
| 235 | this.tabPageImg.Controls.Add(this.tableLayoutPanel3); |
|---|
| 236 | resources.ApplyResources(this.tabPageImg, "tabPageImg"); |
|---|
| 237 | this.tabPageImg.Name = "tabPageImg"; |
|---|
| 238 | this.tabPageImg.UseVisualStyleBackColor = true; |
|---|
| 239 | // |
|---|
| 240 | // tableLayoutPanel3 |
|---|
| 241 | // |
|---|
| 242 | resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); |
|---|
| 243 | this.tableLayoutPanel3.Controls.Add(this.label6, 0, 0); |
|---|
| 244 | this.tableLayoutPanel3.Name = "tableLayoutPanel3"; |
|---|
| 245 | // |
|---|
| 246 | // label6 |
|---|
| 247 | // |
|---|
| 248 | resources.ApplyResources(this.label6, "label6"); |
|---|
| 249 | this.label6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.localImageBindingSource, "Name", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); |
|---|
| 250 | this.label6.Name = "label6"; |
|---|
| 251 | // |
|---|
| 252 | // localImageBindingSource |
|---|
| 253 | // |
|---|
| 254 | this.localImageBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.LocalImage); |
|---|
| 255 | // |
|---|
| 256 | // MainForm |
|---|
| 257 | // |
|---|
| 258 | resources.ApplyResources(this, "$this"); |
|---|
| 259 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|---|
| 260 | this.Controls.Add(this.tableLayoutPanel1); |
|---|
| 261 | this.Name = "MainForm"; |
|---|
| 262 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); |
|---|
| 263 | this.Load += new System.EventHandler(this.MainForm_Load); |
|---|
| 264 | ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).EndInit(); |
|---|
| 265 | ((System.ComponentModel.ISupportInitialize)(this.selectedPwgAlbumListBindingSource)).EndInit(); |
|---|
| 266 | this.tableLayoutPanel1.ResumeLayout(false); |
|---|
| 267 | this.tableLayoutPanel1.PerformLayout(); |
|---|
| 268 | this.tabControl1.ResumeLayout(false); |
|---|
| 269 | this.tabPageAlbum.ResumeLayout(false); |
|---|
| 270 | this.tableLayoutPanel2.ResumeLayout(false); |
|---|
| 271 | this.tableLayoutPanel2.PerformLayout(); |
|---|
| 272 | ((System.ComponentModel.ISupportInitialize)(this.localAlbumBindingSource)).EndInit(); |
|---|
| 273 | this.tabPageImg.ResumeLayout(false); |
|---|
| 274 | this.tableLayoutPanel3.ResumeLayout(false); |
|---|
| 275 | this.tableLayoutPanel3.PerformLayout(); |
|---|
| 276 | ((System.ComponentModel.ISupportInitialize)(this.localImageBindingSource)).EndInit(); |
|---|
| 277 | this.ResumeLayout(false); |
|---|
| 278 | this.PerformLayout(); |
|---|
| 279 | |
|---|
| 280 | } |
|---|
| 281 | |
|---|
| 282 | #endregion |
|---|
| 283 | |
|---|
| 284 | private System.Windows.Forms.Button button1; |
|---|
| 285 | private System.Windows.Forms.TextBox tbUser; |
|---|
| 286 | private System.Windows.Forms.Label label1; |
|---|
| 287 | private System.Windows.Forms.Label label2; |
|---|
| 288 | private System.Windows.Forms.Label label3; |
|---|
| 289 | private System.Windows.Forms.TextBox tbServer; |
|---|
| 290 | private System.Windows.Forms.TextBox tbPassword; |
|---|
| 291 | private System.Windows.Forms.TreeView AlbumsTV; |
|---|
| 292 | private System.Windows.Forms.ImageList imageListTV; |
|---|
| 293 | private System.Windows.Forms.ComboBox cbxLstCatTo; |
|---|
| 294 | private System.Windows.Forms.Label label4; |
|---|
| 295 | private System.Windows.Forms.Button button2; |
|---|
| 296 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
|---|
| 297 | private System.Windows.Forms.BindingSource selectedPwgAlbumListBindingSource; |
|---|
| 298 | private System.Windows.Forms.BindingSource modelManagerBaseBindingSource; |
|---|
| 299 | private System.Windows.Forms.TabControl tabControl1; |
|---|
| 300 | private System.Windows.Forms.TabPage tabPageAlbum; |
|---|
| 301 | private System.Windows.Forms.TabPage tabPageImg; |
|---|
| 302 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
|---|
| 303 | private System.Windows.Forms.Label label5; |
|---|
| 304 | private System.Windows.Forms.ImageList ImageListTVState; |
|---|
| 305 | private System.Windows.Forms.BindingSource localAlbumBindingSource; |
|---|
| 306 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; |
|---|
| 307 | private System.Windows.Forms.Label label6; |
|---|
| 308 | private System.Windows.Forms.BindingSource localImageBindingSource; |
|---|
| 309 | } |
|---|
| 310 | } |
|---|
| 311 | |
|---|