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

Last change on this file since 12423 was 12423, checked in by bayral, 13 years ago

local data editing v1.1

File size: 20.5 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.cbxLstCatTo = new System.Windows.Forms.ComboBox();
41            this.modelManagerBaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
42            this.lstCatBindingSource = new System.Windows.Forms.BindingSource(this.components);
43            this.label4 = new System.Windows.Forms.Label();
44            this.button2 = new System.Windows.Forms.Button();
45            this.tbPassword = new System.Windows.Forms.TextBox();
46            this.tbServer = new System.Windows.Forms.TextBox();
47            this.tbUser = new System.Windows.Forms.TextBox();
48            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
49            this.tabControl1 = new System.Windows.Forms.TabControl();
50            this.tabPageAlbum = new System.Windows.Forms.TabPage();
51            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
52            this.txtAlbName = new System.Windows.Forms.TextBox();
53            this.label5 = new System.Windows.Forms.Label();
54            this.label7 = new System.Windows.Forms.Label();
55            this.txtAlbComment = new System.Windows.Forms.TextBox();
56            this.btnAlbumEditCancel = new System.Windows.Forms.Button();
57            this.btnAlbumEditOk = new System.Windows.Forms.Button();
58            this.tabPageImg = new System.Windows.Forms.TabPage();
59            this.picshowImg = new System.Windows.Forms.PictureBox();
60            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
61            this.txtImgName = new System.Windows.Forms.TextBox();
62            this.label6 = new System.Windows.Forms.Label();
63            this.label8 = new System.Windows.Forms.Label();
64            this.button3 = new System.Windows.Forms.Button();
65            this.button4 = new System.Windows.Forms.Button();
66            this.txtImgComment = new System.Windows.Forms.TextBox();
67            ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).BeginInit();
68            ((System.ComponentModel.ISupportInitialize)(this.lstCatBindingSource)).BeginInit();
69            this.tableLayoutPanel1.SuspendLayout();
70            this.tabControl1.SuspendLayout();
71            this.tabPageAlbum.SuspendLayout();
72            this.tableLayoutPanel2.SuspendLayout();
73            this.tabPageImg.SuspendLayout();
74            ((System.ComponentModel.ISupportInitialize)(this.picshowImg)).BeginInit();
75            this.tableLayoutPanel3.SuspendLayout();
76            this.SuspendLayout();
77            //
78            // button1
79            //
80            resources.ApplyResources(this.button1, "button1");
81            this.button1.MaximumSize = new System.Drawing.Size(200, 20);
82            this.button1.MinimumSize = new System.Drawing.Size(75, 20);
83            this.button1.Name = "button1";
84            this.button1.UseVisualStyleBackColor = true;
85            this.button1.Click += new System.EventHandler(this.Connect_Click);
86            //
87            // label1
88            //
89            resources.ApplyResources(this.label1, "label1");
90            this.label1.Name = "label1";
91            //
92            // label2
93            //
94            resources.ApplyResources(this.label2, "label2");
95            this.label2.Name = "label2";
96            //
97            // label3
98            //
99            resources.ApplyResources(this.label3, "label3");
100            this.label3.Name = "label3";
101            //
102            // AlbumsTV
103            //
104            this.tableLayoutPanel1.SetColumnSpan(this.AlbumsTV, 4);
105            resources.ApplyResources(this.AlbumsTV, "AlbumsTV");
106            this.AlbumsTV.HideSelection = false;
107            this.AlbumsTV.ImageList = this.imageListTV;
108            this.AlbumsTV.MinimumSize = new System.Drawing.Size(150, 150);
109            this.AlbumsTV.Name = "AlbumsTV";
110            this.AlbumsTV.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
111            ((System.Windows.Forms.TreeNode)(resources.GetObject("AlbumsTV.Nodes")))});
112            this.tableLayoutPanel1.SetRowSpan(this.AlbumsTV, 2);
113            this.AlbumsTV.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.AlbumsTV_AfterSelect);
114            //
115            // imageListTV
116            //
117            this.imageListTV.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTV.ImageStream")));
118            this.imageListTV.TransparentColor = System.Drawing.Color.Transparent;
119            this.imageListTV.Images.SetKeyName(0, "folder_html.png");
120            this.imageListTV.Images.SetKeyName(1, "folder_images.png");
121            this.imageListTV.Images.SetKeyName(2, "image.png");
122            //
123            // cbxLstCatTo
124            //
125            resources.ApplyResources(this.cbxLstCatTo, "cbxLstCatTo");
126            this.tableLayoutPanel1.SetColumnSpan(this.cbxLstCatTo, 2);
127            this.cbxLstCatTo.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.modelManagerBaseBindingSource, "PwgAlbumIdSelected", true));
128            this.cbxLstCatTo.DataSource = this.lstCatBindingSource;
129            this.cbxLstCatTo.DisplayMember = "ShowedValue";
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            // lstCatBindingSource
139            //
140            this.lstCatBindingSource.DataMember = "lstCat";
141            this.lstCatBindingSource.DataSource = this.modelManagerBaseBindingSource;
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.MinimumSize = new System.Drawing.Size(300, 300);
206            this.tabControl1.Name = "tabControl1";
207            this.tableLayoutPanel1.SetRowSpan(this.tabControl1, 2);
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.txtAlbName, 0, 1);
221            this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
222            this.tableLayoutPanel2.Controls.Add(this.label7, 0, 2);
223            this.tableLayoutPanel2.Controls.Add(this.txtAlbComment, 1, 2);
224            this.tableLayoutPanel2.Controls.Add(this.btnAlbumEditCancel, 0, 3);
225            this.tableLayoutPanel2.Controls.Add(this.btnAlbumEditOk, 1, 4);
226            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
227            //
228            // txtAlbName
229            //
230            this.tableLayoutPanel2.SetColumnSpan(this.txtAlbName, 2);
231            resources.ApplyResources(this.txtAlbName, "txtAlbName");
232            this.txtAlbName.Name = "txtAlbName";
233            //
234            // label5
235            //
236            resources.ApplyResources(this.label5, "label5");
237            this.label5.Name = "label5";
238            //
239            // label7
240            //
241            resources.ApplyResources(this.label7, "label7");
242            this.label7.Name = "label7";
243            //
244            // txtAlbComment
245            //
246            this.txtAlbComment.AcceptsReturn = true;
247            this.txtAlbComment.AcceptsTab = true;
248            resources.ApplyResources(this.txtAlbComment, "txtAlbComment");
249            this.tableLayoutPanel2.SetColumnSpan(this.txtAlbComment, 2);
250            this.txtAlbComment.Name = "txtAlbComment";
251            //
252            // btnAlbumEditCancel
253            //
254            resources.ApplyResources(this.btnAlbumEditCancel, "btnAlbumEditCancel");
255            this.btnAlbumEditCancel.CausesValidation = false;
256            this.btnAlbumEditCancel.Image = global::Com.Piwigo.Uploader.Properties.Resources.no;
257            this.btnAlbumEditCancel.Name = "btnAlbumEditCancel";
258            this.btnAlbumEditCancel.UseVisualStyleBackColor = true;
259            this.btnAlbumEditCancel.Click += new System.EventHandler(this.btnAlbumEditCancel_Click);
260            //
261            // btnAlbumEditOk
262            //
263            resources.ApplyResources(this.btnAlbumEditOk, "btnAlbumEditOk");
264            this.btnAlbumEditOk.Image = global::Com.Piwigo.Uploader.Properties.Resources.ok;
265            this.btnAlbumEditOk.Name = "btnAlbumEditOk";
266            this.btnAlbumEditOk.UseVisualStyleBackColor = true;
267            this.btnAlbumEditOk.Click += new System.EventHandler(this.btnAlbumEditOk_Click);
268            //
269            // tabPageImg
270            //
271            this.tabPageImg.Controls.Add(this.tableLayoutPanel3);
272            resources.ApplyResources(this.tabPageImg, "tabPageImg");
273            this.tabPageImg.Name = "tabPageImg";
274            this.tabPageImg.UseVisualStyleBackColor = true;
275            //
276            // picshowImg
277            //
278            resources.ApplyResources(this.picshowImg, "picshowImg");
279            this.tableLayoutPanel3.SetColumnSpan(this.picshowImg, 2);
280            this.picshowImg.ErrorImage = global::Com.Piwigo.Uploader.Properties.Resources.file_broken;
281            this.picshowImg.InitialImage = global::Com.Piwigo.Uploader.Properties.Resources.image;
282            this.picshowImg.MinimumSize = new System.Drawing.Size(300, 300);
283            this.picshowImg.Name = "picshowImg";
284            this.picshowImg.TabStop = false;
285            //
286            // tableLayoutPanel3
287            //
288            resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
289            this.tableLayoutPanel3.Controls.Add(this.txtImgName, 0, 1);
290            this.tableLayoutPanel3.Controls.Add(this.label6, 0, 0);
291            this.tableLayoutPanel3.Controls.Add(this.label8, 0, 2);
292            this.tableLayoutPanel3.Controls.Add(this.txtImgComment, 0, 3);
293            this.tableLayoutPanel3.Controls.Add(this.button3, 0, 5);
294            this.tableLayoutPanel3.Controls.Add(this.button4, 1, 5);
295            this.tableLayoutPanel3.Controls.Add(this.picshowImg, 0, 4);
296            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
297            //
298            // txtImgName
299            //
300            this.tableLayoutPanel3.SetColumnSpan(this.txtImgName, 2);
301            resources.ApplyResources(this.txtImgName, "txtImgName");
302            this.txtImgName.Name = "txtImgName";
303            //
304            // label6
305            //
306            resources.ApplyResources(this.label6, "label6");
307            this.label6.Name = "label6";
308            //
309            // label8
310            //
311            resources.ApplyResources(this.label8, "label8");
312            this.label8.Name = "label8";
313            //
314            // button3
315            //
316            resources.ApplyResources(this.button3, "button3");
317            this.button3.CausesValidation = false;
318            this.button3.Image = global::Com.Piwigo.Uploader.Properties.Resources.no;
319            this.button3.Name = "button3";
320            this.button3.UseVisualStyleBackColor = true;
321            //
322            // button4
323            //
324            resources.ApplyResources(this.button4, "button4");
325            this.button4.Image = global::Com.Piwigo.Uploader.Properties.Resources.ok;
326            this.button4.Name = "button4";
327            this.button4.UseVisualStyleBackColor = true;
328            //
329            // txtImgComment
330            //
331            this.txtImgComment.AcceptsReturn = true;
332            this.txtImgComment.AcceptsTab = true;
333            this.tableLayoutPanel3.SetColumnSpan(this.txtImgComment, 2);
334            resources.ApplyResources(this.txtImgComment, "txtImgComment");
335            this.txtImgComment.Name = "txtImgComment";
336            //
337            // MainForm
338            //
339            resources.ApplyResources(this, "$this");
340            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
341            this.Controls.Add(this.tableLayoutPanel1);
342            this.Name = "MainForm";
343            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
344            this.Load += new System.EventHandler(this.MainForm_Load);
345            ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).EndInit();
346            ((System.ComponentModel.ISupportInitialize)(this.lstCatBindingSource)).EndInit();
347            this.tableLayoutPanel1.ResumeLayout(false);
348            this.tableLayoutPanel1.PerformLayout();
349            this.tabControl1.ResumeLayout(false);
350            this.tabPageAlbum.ResumeLayout(false);
351            this.tableLayoutPanel2.ResumeLayout(false);
352            this.tableLayoutPanel2.PerformLayout();
353            this.tabPageImg.ResumeLayout(false);
354            ((System.ComponentModel.ISupportInitialize)(this.picshowImg)).EndInit();
355            this.tableLayoutPanel3.ResumeLayout(false);
356            this.tableLayoutPanel3.PerformLayout();
357            this.ResumeLayout(false);
358            this.PerformLayout();
359
360        }
361
362        #endregion
363
364        private System.Windows.Forms.Button button1;
365        private System.Windows.Forms.TextBox tbUser;
366        private System.Windows.Forms.Label label1;
367        private System.Windows.Forms.Label label2;
368        private System.Windows.Forms.Label label3;
369        private System.Windows.Forms.TextBox tbServer;
370        private System.Windows.Forms.TextBox tbPassword;
371        private System.Windows.Forms.TreeView AlbumsTV;
372        private System.Windows.Forms.ImageList imageListTV;
373        private System.Windows.Forms.ComboBox cbxLstCatTo;
374        private System.Windows.Forms.Label label4;
375        private System.Windows.Forms.Button button2;
376        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
377        private System.Windows.Forms.BindingSource modelManagerBaseBindingSource;
378        private System.Windows.Forms.TabControl tabControl1;
379        private System.Windows.Forms.TabPage tabPageAlbum;
380        private System.Windows.Forms.TabPage tabPageImg;
381        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
382        private System.Windows.Forms.BindingSource lstCatBindingSource;
383        private System.Windows.Forms.TextBox txtAlbName;
384        private System.Windows.Forms.TextBox txtAlbComment;
385        private System.Windows.Forms.Label label5;
386        private System.Windows.Forms.Label label7;
387        private System.Windows.Forms.Button btnAlbumEditCancel;
388        private System.Windows.Forms.Button btnAlbumEditOk;
389        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
390        private System.Windows.Forms.TextBox txtImgName;
391        private System.Windows.Forms.Label label6;
392        private System.Windows.Forms.Label label8;
393        private System.Windows.Forms.TextBox txtImgComment;
394        private System.Windows.Forms.Button button3;
395        private System.Windows.Forms.Button button4;
396        private System.Windows.Forms.PictureBox picshowImg;
397    }
398}
399
Note: See TracBrowser for help on using the repository browser.