source: extensions/PiwigoLib/PiwigoUpload/MainForm.Designer.cs @ 27153

Last change on this file since 27153 was 13520, checked in by bayral, 12 years ago

new project for windows live publish plugin
Well advance single uploader

File size: 32.2 KB
Line 
1using System;
2namespace 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.lstCatBindingSource = new System.Windows.Forms.BindingSource(this.components);
41            this.tbPassword = new System.Windows.Forms.TextBox();
42            this.tbServer = new System.Windows.Forms.TextBox();
43            this.tbUser = new System.Windows.Forms.TextBox();
44            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
45            this.button2 = new System.Windows.Forms.Button();
46            this.label4 = new System.Windows.Forms.Label();
47            this.cbxLstCatTo = new System.Windows.Forms.ComboBox();
48            this.tabControl1 = new System.Windows.Forms.TabControl();
49            this.tabPageAlbum = new System.Windows.Forms.TabPage();
50            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
51            this.txtAlbName = new System.Windows.Forms.TextBox();
52            this.label5 = new System.Windows.Forms.Label();
53            this.label7 = new System.Windows.Forms.Label();
54            this.txtAlbComment = new System.Windows.Forms.TextBox();
55            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
56            this.btnAlbumEditCancel = new System.Windows.Forms.Button();
57            this.btnAlbumEditOk = new System.Windows.Forms.Button();
58            this.btnAlbDelete = new System.Windows.Forms.Button();
59            this.btnAlbumAjout = new System.Windows.Forms.Button();
60            this.tabPageImg = new System.Windows.Forms.TabPage();
61            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
62            this.txtImgAuthor = new System.Windows.Forms.TextBox();
63            this.label9 = new System.Windows.Forms.Label();
64            this.txtImgName = new System.Windows.Forms.TextBox();
65            this.label6 = new System.Windows.Forms.Label();
66            this.label8 = new System.Windows.Forms.Label();
67            this.txtImgComment = new System.Windows.Forms.TextBox();
68            this.label10 = new System.Windows.Forms.Label();
69            this.cbImgLevelEnum = new System.Windows.Forms.ComboBox();
70            this.lstConfidentLevelBindingSource = new System.Windows.Forms.BindingSource(this.components);
71            this.modelManagerBaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
72            this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
73            this.btnImgEditCancel = new System.Windows.Forms.Button();
74            this.btnImgEditOk = new System.Windows.Forms.Button();
75            this.btnImgDelete = new System.Windows.Forms.Button();
76            this.btnImgAdd = new System.Windows.Forms.Button();
77            this.tabPageRoot = new System.Windows.Forms.TabPage();
78            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
79            this.txtOptionAuthor = new System.Windows.Forms.TextBox();
80            this.label11 = new System.Windows.Forms.Label();
81            this.label12 = new System.Windows.Forms.Label();
82            this.cbOptionLevel = new System.Windows.Forms.ComboBox();
83            this.picshowImg = new System.Windows.Forms.PictureBox();
84            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
85            this.TreeViewCMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
86            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
87            ((System.ComponentModel.ISupportInitialize)(this.lstCatBindingSource)).BeginInit();
88            this.tableLayoutPanel1.SuspendLayout();
89            this.tabControl1.SuspendLayout();
90            this.tabPageAlbum.SuspendLayout();
91            this.tableLayoutPanel2.SuspendLayout();
92            this.flowLayoutPanel1.SuspendLayout();
93            this.tabPageImg.SuspendLayout();
94            this.tableLayoutPanel3.SuspendLayout();
95            ((System.ComponentModel.ISupportInitialize)(this.lstConfidentLevelBindingSource)).BeginInit();
96            ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).BeginInit();
97            this.flowLayoutPanel2.SuspendLayout();
98            this.tabPageRoot.SuspendLayout();
99            this.tableLayoutPanel4.SuspendLayout();
100            ((System.ComponentModel.ISupportInitialize)(this.picshowImg)).BeginInit();
101            this.TreeViewCMenu.SuspendLayout();
102            this.SuspendLayout();
103            //
104            // button1
105            //
106            resources.ApplyResources(this.button1, "button1");
107            this.button1.MaximumSize = new System.Drawing.Size(200, 20);
108            this.button1.MinimumSize = new System.Drawing.Size(75, 20);
109            this.button1.Name = "button1";
110            this.button1.UseVisualStyleBackColor = true;
111            this.button1.Click += new System.EventHandler(this.Connect_Click);
112            //
113            // label1
114            //
115            resources.ApplyResources(this.label1, "label1");
116            this.label1.Name = "label1";
117            //
118            // label2
119            //
120            resources.ApplyResources(this.label2, "label2");
121            this.label2.Name = "label2";
122            //
123            // label3
124            //
125            resources.ApplyResources(this.label3, "label3");
126            this.label3.Name = "label3";
127            //
128            // AlbumsTV
129            //
130            this.AlbumsTV.AllowDrop = true;
131            this.tableLayoutPanel1.SetColumnSpan(this.AlbumsTV, 2);
132            resources.ApplyResources(this.AlbumsTV, "AlbumsTV");
133            this.AlbumsTV.HideSelection = false;
134            this.AlbumsTV.ImageList = this.imageListTV;
135            this.AlbumsTV.MaximumSize = new System.Drawing.Size(300, 350);
136            this.AlbumsTV.MinimumSize = new System.Drawing.Size(150, 4);
137            this.AlbumsTV.Name = "AlbumsTV";
138            this.AlbumsTV.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
139            ((System.Windows.Forms.TreeNode)(resources.GetObject("AlbumsTV.Nodes")))});
140            this.tableLayoutPanel1.SetRowSpan(this.AlbumsTV, 2);
141            this.AlbumsTV.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.AlbumsTV_AfterSelect);
142            this.AlbumsTV.DragDrop += new System.Windows.Forms.DragEventHandler(this.AlbumsTV_DragDrop);
143            this.AlbumsTV.DragEnter += new System.Windows.Forms.DragEventHandler(this.AlbumsTV_DragEnter);
144            this.AlbumsTV.MouseDown += new System.Windows.Forms.MouseEventHandler(this.AlbumsTV_MouseDown);
145            //
146            // imageListTV
147            //
148            this.imageListTV.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTV.ImageStream")));
149            this.imageListTV.TransparentColor = System.Drawing.Color.Transparent;
150            this.imageListTV.Images.SetKeyName(0, "folder_html.png");
151            this.imageListTV.Images.SetKeyName(1, "folder_images.png");
152            this.imageListTV.Images.SetKeyName(2, "image.png");
153            //
154            // tbPassword
155            //
156            this.tbPassword.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "pwdData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
157            resources.ApplyResources(this.tbPassword, "tbPassword");
158            this.tbPassword.MinimumSize = new System.Drawing.Size(100, 20);
159            this.tbPassword.Name = "tbPassword";
160            this.tbPassword.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.pwdData;
161            //
162            // tbServer
163            //
164            resources.ApplyResources(this.tbServer, "tbServer");
165            this.tableLayoutPanel1.SetColumnSpan(this.tbServer, 3);
166            this.tbServer.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "serverUrlData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
167            this.tbServer.MaximumSize = new System.Drawing.Size(600, 20);
168            this.tbServer.MinimumSize = new System.Drawing.Size(100, 20);
169            this.tbServer.Name = "tbServer";
170            this.tbServer.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.serverUrlData;
171            //
172            // tbUser
173            //
174            this.tbUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "userData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
175            resources.ApplyResources(this.tbUser, "tbUser");
176            this.tbUser.MinimumSize = new System.Drawing.Size(100, 20);
177            this.tbUser.Name = "tbUser";
178            this.tbUser.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.userData;
179            //
180            // tableLayoutPanel1
181            //
182            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
183            this.tableLayoutPanel1.Controls.Add(this.button2, 3, 4);
184            this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
185            this.tableLayoutPanel1.Controls.Add(this.label4, 0, 4);
186            this.tableLayoutPanel1.Controls.Add(this.tbServer, 1, 0);
187            this.tableLayoutPanel1.Controls.Add(this.tbUser, 1, 1);
188            this.tableLayoutPanel1.Controls.Add(this.label2, 2, 1);
189            this.tableLayoutPanel1.Controls.Add(this.AlbumsTV, 0, 2);
190            this.tableLayoutPanel1.Controls.Add(this.tbPassword, 3, 1);
191            this.tableLayoutPanel1.Controls.Add(this.button1, 4, 1);
192            this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0);
193            this.tableLayoutPanel1.Controls.Add(this.cbxLstCatTo, 1, 4);
194            this.tableLayoutPanel1.Controls.Add(this.tabControl1, 2, 2);
195            this.tableLayoutPanel1.Controls.Add(this.picshowImg, 3, 2);
196            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
197            //
198            // button2
199            //
200            resources.ApplyResources(this.button2, "button2");
201            this.button2.MaximumSize = new System.Drawing.Size(200, 20);
202            this.button2.MinimumSize = new System.Drawing.Size(75, 20);
203            this.button2.Name = "button2";
204            this.button2.UseVisualStyleBackColor = true;
205            this.button2.Click += new System.EventHandler(this.Telecharger_Click);
206            //
207            // label4
208            //
209            resources.ApplyResources(this.label4, "label4");
210            this.label4.Name = "label4";
211            //
212            // cbxLstCatTo
213            //
214            this.tableLayoutPanel1.SetColumnSpan(this.cbxLstCatTo, 2);
215            this.cbxLstCatTo.DataSource = this.lstCatBindingSource;
216            this.cbxLstCatTo.DisplayMember = "ShowedValue";
217            resources.ApplyResources(this.cbxLstCatTo, "cbxLstCatTo");
218            this.cbxLstCatTo.FormattingEnabled = true;
219            this.cbxLstCatTo.Name = "cbxLstCatTo";
220            this.cbxLstCatTo.ValueMember = "Id";
221            //
222            // tabControl1
223            //
224            this.tableLayoutPanel1.SetColumnSpan(this.tabControl1, 2);
225            this.tabControl1.Controls.Add(this.tabPageAlbum);
226            this.tabControl1.Controls.Add(this.tabPageImg);
227            this.tabControl1.Controls.Add(this.tabPageRoot);
228            resources.ApplyResources(this.tabControl1, "tabControl1");
229            this.tabControl1.ImageList = this.imageListTV;
230            this.tabControl1.MaximumSize = new System.Drawing.Size(400, 0);
231            this.tabControl1.Name = "tabControl1";
232            this.tableLayoutPanel1.SetRowSpan(this.tabControl1, 2);
233            this.tabControl1.SelectedIndex = 0;
234            //
235            // tabPageAlbum
236            //
237            this.tabPageAlbum.Controls.Add(this.tableLayoutPanel2);
238            resources.ApplyResources(this.tabPageAlbum, "tabPageAlbum");
239            this.tabPageAlbum.Name = "tabPageAlbum";
240            this.tabPageAlbum.UseVisualStyleBackColor = true;
241            //
242            // tableLayoutPanel2
243            //
244            resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
245            this.tableLayoutPanel2.Controls.Add(this.txtAlbName, 0, 1);
246            this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
247            this.tableLayoutPanel2.Controls.Add(this.label7, 0, 2);
248            this.tableLayoutPanel2.Controls.Add(this.txtAlbComment, 1, 2);
249            this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 0, 4);
250            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
251            //
252            // txtAlbName
253            //
254            this.tableLayoutPanel2.SetColumnSpan(this.txtAlbName, 2);
255            resources.ApplyResources(this.txtAlbName, "txtAlbName");
256            this.txtAlbName.Name = "txtAlbName";
257            //
258            // label5
259            //
260            resources.ApplyResources(this.label5, "label5");
261            this.label5.Name = "label5";
262            //
263            // label7
264            //
265            resources.ApplyResources(this.label7, "label7");
266            this.label7.Name = "label7";
267            //
268            // txtAlbComment
269            //
270            this.txtAlbComment.AcceptsReturn = true;
271            this.txtAlbComment.AcceptsTab = true;
272            resources.ApplyResources(this.txtAlbComment, "txtAlbComment");
273            this.tableLayoutPanel2.SetColumnSpan(this.txtAlbComment, 2);
274            this.txtAlbComment.MinimumSize = new System.Drawing.Size(300, 100);
275            this.txtAlbComment.Name = "txtAlbComment";
276            //
277            // flowLayoutPanel1
278            //
279            this.tableLayoutPanel2.SetColumnSpan(this.flowLayoutPanel1, 2);
280            this.flowLayoutPanel1.Controls.Add(this.btnAlbumEditCancel);
281            this.flowLayoutPanel1.Controls.Add(this.btnAlbumEditOk);
282            this.flowLayoutPanel1.Controls.Add(this.btnAlbDelete);
283            this.flowLayoutPanel1.Controls.Add(this.btnAlbumAjout);
284            resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
285            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
286            //
287            // btnAlbumEditCancel
288            //
289            resources.ApplyResources(this.btnAlbumEditCancel, "btnAlbumEditCancel");
290            this.btnAlbumEditCancel.CausesValidation = false;
291            this.btnAlbumEditCancel.Image = global::Com.Piwigo.Uploader.Properties.Resources.cancel;
292            this.btnAlbumEditCancel.Name = "btnAlbumEditCancel";
293            this.btnAlbumEditCancel.UseVisualStyleBackColor = true;
294            this.btnAlbumEditCancel.Click += new System.EventHandler(this.btnAlbumEditCancel_Click);
295            //
296            // btnAlbumEditOk
297            //
298            resources.ApplyResources(this.btnAlbumEditOk, "btnAlbumEditOk");
299            this.btnAlbumEditOk.Image = global::Com.Piwigo.Uploader.Properties.Resources.ok;
300            this.btnAlbumEditOk.Name = "btnAlbumEditOk";
301            this.btnAlbumEditOk.UseVisualStyleBackColor = true;
302            this.btnAlbumEditOk.Click += new System.EventHandler(this.btnAlbumEditOk_Click);
303            //
304            // btnAlbDelete
305            //
306            resources.ApplyResources(this.btnAlbDelete, "btnAlbDelete");
307            this.btnAlbDelete.Image = global::Com.Piwigo.Uploader.Properties.Resources.cnrdelete_all;
308            this.btnAlbDelete.Name = "btnAlbDelete";
309            this.btnAlbDelete.UseVisualStyleBackColor = true;
310            this.btnAlbDelete.Click += new System.EventHandler(this.btnAlbDelete_Click);
311            //
312            // btnAlbumAjout
313            //
314            resources.ApplyResources(this.btnAlbumAjout, "btnAlbumAjout");
315            this.btnAlbumAjout.Image = global::Com.Piwigo.Uploader.Properties.Resources.folder_new;
316            this.btnAlbumAjout.Name = "btnAlbumAjout";
317            this.btnAlbumAjout.UseVisualStyleBackColor = true;
318            this.btnAlbumAjout.Click += new System.EventHandler(this.btnAlbumAjout_Click);
319            //
320            // tabPageImg
321            //
322            this.tabPageImg.Controls.Add(this.tableLayoutPanel3);
323            resources.ApplyResources(this.tabPageImg, "tabPageImg");
324            this.tabPageImg.Name = "tabPageImg";
325            this.tabPageImg.UseVisualStyleBackColor = true;
326            //
327            // tableLayoutPanel3
328            //
329            resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
330            this.tableLayoutPanel3.Controls.Add(this.txtImgAuthor, 0, 3);
331            this.tableLayoutPanel3.Controls.Add(this.label9, 0, 2);
332            this.tableLayoutPanel3.Controls.Add(this.txtImgName, 0, 1);
333            this.tableLayoutPanel3.Controls.Add(this.label6, 0, 0);
334            this.tableLayoutPanel3.Controls.Add(this.label8, 0, 4);
335            this.tableLayoutPanel3.Controls.Add(this.txtImgComment, 0, 5);
336            this.tableLayoutPanel3.Controls.Add(this.label10, 0, 6);
337            this.tableLayoutPanel3.Controls.Add(this.cbImgLevelEnum, 0, 7);
338            this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel2, 0, 8);
339            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
340            //
341            // txtImgAuthor
342            //
343            this.tableLayoutPanel3.SetColumnSpan(this.txtImgAuthor, 2);
344            resources.ApplyResources(this.txtImgAuthor, "txtImgAuthor");
345            this.txtImgAuthor.MaximumSize = new System.Drawing.Size(300, 100);
346            this.txtImgAuthor.Name = "txtImgAuthor";
347            //
348            // label9
349            //
350            resources.ApplyResources(this.label9, "label9");
351            this.label9.Name = "label9";
352            //
353            // txtImgName
354            //
355            this.tableLayoutPanel3.SetColumnSpan(this.txtImgName, 2);
356            resources.ApplyResources(this.txtImgName, "txtImgName");
357            this.txtImgName.MaximumSize = new System.Drawing.Size(300, 100);
358            this.txtImgName.Name = "txtImgName";
359            //
360            // label6
361            //
362            resources.ApplyResources(this.label6, "label6");
363            this.label6.Name = "label6";
364            //
365            // label8
366            //
367            resources.ApplyResources(this.label8, "label8");
368            this.label8.Name = "label8";
369            //
370            // txtImgComment
371            //
372            this.txtImgComment.AcceptsReturn = true;
373            this.txtImgComment.AcceptsTab = true;
374            resources.ApplyResources(this.txtImgComment, "txtImgComment");
375            this.tableLayoutPanel3.SetColumnSpan(this.txtImgComment, 2);
376            this.txtImgComment.MinimumSize = new System.Drawing.Size(200, 80);
377            this.txtImgComment.Name = "txtImgComment";
378            //
379            // label10
380            //
381            resources.ApplyResources(this.label10, "label10");
382            this.label10.Name = "label10";
383            //
384            // cbImgLevelEnum
385            //
386            this.tableLayoutPanel3.SetColumnSpan(this.cbImgLevelEnum, 2);
387            this.cbImgLevelEnum.DataSource = this.lstConfidentLevelBindingSource;
388            this.cbImgLevelEnum.DisplayMember = "Value";
389            resources.ApplyResources(this.cbImgLevelEnum, "cbImgLevelEnum");
390            this.cbImgLevelEnum.FormattingEnabled = true;
391            this.cbImgLevelEnum.MaximumSize = new System.Drawing.Size(300, 0);
392            this.cbImgLevelEnum.Name = "cbImgLevelEnum";
393            this.cbImgLevelEnum.ValueMember = "Key";
394            //
395            // lstConfidentLevelBindingSource
396            //
397            this.lstConfidentLevelBindingSource.DataMember = "LstConfidentLevel";
398            this.lstConfidentLevelBindingSource.DataSource = this.modelManagerBaseBindingSource;
399            //
400            // modelManagerBaseBindingSource
401            //
402            this.modelManagerBaseBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.ModelManager.ModelManagerBase);
403            //
404            // flowLayoutPanel2
405            //
406            this.tableLayoutPanel3.SetColumnSpan(this.flowLayoutPanel2, 2);
407            this.flowLayoutPanel2.Controls.Add(this.btnImgEditCancel);
408            this.flowLayoutPanel2.Controls.Add(this.btnImgEditOk);
409            this.flowLayoutPanel2.Controls.Add(this.btnImgDelete);
410            this.flowLayoutPanel2.Controls.Add(this.btnImgAdd);
411            resources.ApplyResources(this.flowLayoutPanel2, "flowLayoutPanel2");
412            this.flowLayoutPanel2.Name = "flowLayoutPanel2";
413            this.tableLayoutPanel3.SetRowSpan(this.flowLayoutPanel2, 2);
414            //
415            // btnImgEditCancel
416            //
417            resources.ApplyResources(this.btnImgEditCancel, "btnImgEditCancel");
418            this.btnImgEditCancel.CausesValidation = false;
419            this.btnImgEditCancel.Image = global::Com.Piwigo.Uploader.Properties.Resources.cancel;
420            this.btnImgEditCancel.Name = "btnImgEditCancel";
421            this.btnImgEditCancel.UseVisualStyleBackColor = true;
422            this.btnImgEditCancel.Click += new System.EventHandler(this.btnImgEditCancel_Click);
423            //
424            // btnImgEditOk
425            //
426            resources.ApplyResources(this.btnImgEditOk, "btnImgEditOk");
427            this.btnImgEditOk.Image = global::Com.Piwigo.Uploader.Properties.Resources.ok;
428            this.btnImgEditOk.Name = "btnImgEditOk";
429            this.btnImgEditOk.UseVisualStyleBackColor = true;
430            this.btnImgEditOk.Click += new System.EventHandler(this.btnImgEditOk_Click);
431            //
432            // btnImgDelete
433            //
434            resources.ApplyResources(this.btnImgDelete, "btnImgDelete");
435            this.btnImgDelete.Image = global::Com.Piwigo.Uploader.Properties.Resources.cnrdelete_all;
436            this.btnImgDelete.Name = "btnImgDelete";
437            this.btnImgDelete.UseVisualStyleBackColor = true;
438            this.btnImgDelete.Click += new System.EventHandler(this.btnImgDelete_Click);
439            //
440            // btnImgAdd
441            //
442            resources.ApplyResources(this.btnImgAdd, "btnImgAdd");
443            this.btnImgAdd.Image = global::Com.Piwigo.Uploader.Properties.Resources.folder_new;
444            this.btnImgAdd.Name = "btnImgAdd";
445            this.btnImgAdd.UseVisualStyleBackColor = true;
446            this.btnImgAdd.Click += new System.EventHandler(this.btnImgAdd_Click);
447            //
448            // tabPageRoot
449            //
450            this.tabPageRoot.Controls.Add(this.tableLayoutPanel4);
451            resources.ApplyResources(this.tabPageRoot, "tabPageRoot");
452            this.tabPageRoot.Name = "tabPageRoot";
453            this.tabPageRoot.UseVisualStyleBackColor = true;
454            //
455            // tableLayoutPanel4
456            //
457            resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
458            this.tableLayoutPanel4.Controls.Add(this.txtOptionAuthor, 0, 1);
459            this.tableLayoutPanel4.Controls.Add(this.label11, 0, 0);
460            this.tableLayoutPanel4.Controls.Add(this.label12, 0, 2);
461            this.tableLayoutPanel4.Controls.Add(this.cbOptionLevel, 0, 3);
462            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
463            //
464            // txtOptionAuthor
465            //
466            this.tableLayoutPanel4.SetColumnSpan(this.txtOptionAuthor, 2);
467            resources.ApplyResources(this.txtOptionAuthor, "txtOptionAuthor");
468            this.txtOptionAuthor.MaximumSize = new System.Drawing.Size(300, 100);
469            this.txtOptionAuthor.Name = "txtOptionAuthor";
470            //
471            // label11
472            //
473            resources.ApplyResources(this.label11, "label11");
474            this.label11.Name = "label11";
475            //
476            // label12
477            //
478            resources.ApplyResources(this.label12, "label12");
479            this.label12.Name = "label12";
480            //
481            // cbOptionLevel
482            //
483            this.tableLayoutPanel4.SetColumnSpan(this.cbOptionLevel, 2);
484            this.cbOptionLevel.DataSource = this.lstConfidentLevelBindingSource;
485            this.cbOptionLevel.DisplayMember = "Value";
486            resources.ApplyResources(this.cbOptionLevel, "cbOptionLevel");
487            this.cbOptionLevel.FormattingEnabled = true;
488            this.cbOptionLevel.MaximumSize = new System.Drawing.Size(300, 0);
489            this.cbOptionLevel.Name = "cbOptionLevel";
490            this.cbOptionLevel.ValueMember = "Key";
491            //
492            // picshowImg
493            //
494            resources.ApplyResources(this.picshowImg, "picshowImg");
495            this.picshowImg.ErrorImage = global::Com.Piwigo.Uploader.Properties.Resources.file_broken;
496            this.picshowImg.InitialImage = global::Com.Piwigo.Uploader.Properties.Resources.image;
497            this.picshowImg.MinimumSize = new System.Drawing.Size(300, 300);
498            this.picshowImg.Name = "picshowImg";
499            this.tableLayoutPanel1.SetRowSpan(this.picshowImg, 3);
500            this.picshowImg.TabStop = false;
501            //
502            // TreeViewCMenu
503            //
504            this.TreeViewCMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
505            this.toolStripMenuItem1});
506            this.TreeViewCMenu.Name = "TreeViewCMenu";
507            resources.ApplyResources(this.TreeViewCMenu, "TreeViewCMenu");
508            this.TreeViewCMenu.Click += new System.EventHandler(this.TreeViewCMenu_Click);
509            //
510            // toolStripMenuItem1
511            //
512            this.toolStripMenuItem1.Image = global::Com.Piwigo.Uploader.Properties.Resources.agt_update_product;
513            resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
514            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
515            //
516            // MainForm
517            //
518            resources.ApplyResources(this, "$this");
519            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
520            this.Controls.Add(this.tableLayoutPanel1);
521            this.Name = "MainForm";
522            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
523            this.Load += new System.EventHandler(this.MainForm_Load);
524            ((System.ComponentModel.ISupportInitialize)(this.lstCatBindingSource)).EndInit();
525            this.tableLayoutPanel1.ResumeLayout(false);
526            this.tableLayoutPanel1.PerformLayout();
527            this.tabControl1.ResumeLayout(false);
528            this.tabPageAlbum.ResumeLayout(false);
529            this.tableLayoutPanel2.ResumeLayout(false);
530            this.tableLayoutPanel2.PerformLayout();
531            this.flowLayoutPanel1.ResumeLayout(false);
532            this.flowLayoutPanel1.PerformLayout();
533            this.tabPageImg.ResumeLayout(false);
534            this.tableLayoutPanel3.ResumeLayout(false);
535            this.tableLayoutPanel3.PerformLayout();
536            ((System.ComponentModel.ISupportInitialize)(this.lstConfidentLevelBindingSource)).EndInit();
537            ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).EndInit();
538            this.flowLayoutPanel2.ResumeLayout(false);
539            this.flowLayoutPanel2.PerformLayout();
540            this.tabPageRoot.ResumeLayout(false);
541            this.tableLayoutPanel4.ResumeLayout(false);
542            this.tableLayoutPanel4.PerformLayout();
543            ((System.ComponentModel.ISupportInitialize)(this.picshowImg)).EndInit();
544            this.TreeViewCMenu.ResumeLayout(false);
545            this.ResumeLayout(false);
546            this.PerformLayout();
547
548        }
549
550        #endregion
551
552        private System.Windows.Forms.Button button1;
553        private System.Windows.Forms.TextBox tbUser;
554        private System.Windows.Forms.Label label1;
555        private System.Windows.Forms.Label label2;
556        private System.Windows.Forms.Label label3;
557        private System.Windows.Forms.TextBox tbServer;
558        private System.Windows.Forms.TextBox tbPassword;
559        private System.Windows.Forms.TreeView AlbumsTV;
560        private System.Windows.Forms.ImageList imageListTV;
561        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
562        private System.Windows.Forms.TabControl tabControl1;
563        private System.Windows.Forms.TabPage tabPageAlbum;
564        private System.Windows.Forms.TabPage tabPageImg;
565        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
566        private System.Windows.Forms.BindingSource lstCatBindingSource;
567        private System.Windows.Forms.TextBox txtAlbName;
568        private System.Windows.Forms.TextBox txtAlbComment;
569        private System.Windows.Forms.Label label5;
570        private System.Windows.Forms.Label label7;
571        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
572        private System.Windows.Forms.TextBox txtImgName;
573        private System.Windows.Forms.Label label6;
574        private System.Windows.Forms.Label label8;
575        private System.Windows.Forms.TextBox txtImgComment;
576        private System.Windows.Forms.Button btnImgEditCancel;
577        private System.Windows.Forms.Button btnImgEditOk;
578        private System.Windows.Forms.PictureBox picshowImg;
579        private System.Windows.Forms.TextBox txtImgAuthor;
580        private System.Windows.Forms.Label label9;
581        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
582        private System.Windows.Forms.Button btnAlbumEditCancel;
583        private System.Windows.Forms.Button btnAlbumEditOk;
584        private System.Windows.Forms.Button btnAlbDelete;
585        private System.Windows.Forms.Button btnAlbumAjout;
586        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
587        private System.Windows.Forms.ContextMenuStrip TreeViewCMenu;
588        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
589        private System.Windows.Forms.TabPage tabPageRoot;
590        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
591        private System.Windows.Forms.Label label10;
592        private System.Windows.Forms.ComboBox cbImgLevelEnum;
593        private System.Windows.Forms.BindingSource lstConfidentLevelBindingSource;
594        private System.Windows.Forms.BindingSource modelManagerBaseBindingSource;
595        private System.Windows.Forms.TextBox txtOptionAuthor;
596        private System.Windows.Forms.Label label11;
597        private System.Windows.Forms.Label label12;
598        private System.Windows.Forms.ComboBox cbOptionLevel;
599        private System.Windows.Forms.Button button2;
600        private System.Windows.Forms.Label label4;
601        private System.Windows.Forms.ComboBox cbxLstCatTo;
602        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
603        private System.Windows.Forms.Button btnImgDelete;
604        private System.Windows.Forms.Button btnImgAdd;
605    }
606}
607
Note: See TracBrowser for help on using the repository browser.