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

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

rename category to Albums

File size: 13.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.cbxLstCatTo = new System.Windows.Forms.ComboBox();
41            this.modelManagerBaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
42            this.selectedPwgAlbumListBindingSource = 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.tabPageImg = new System.Windows.Forms.TabPage();
52            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
53            this.label5 = new System.Windows.Forms.Label();
54            ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).BeginInit();
55            ((System.ComponentModel.ISupportInitialize)(this.selectedPwgAlbumListBindingSource)).BeginInit();
56            this.tableLayoutPanel1.SuspendLayout();
57            this.tabControl1.SuspendLayout();
58            this.tabPageAlbum.SuspendLayout();
59            this.tableLayoutPanel2.SuspendLayout();
60            this.SuspendLayout();
61            //
62            // button1
63            //
64            resources.ApplyResources(this.button1, "button1");
65            this.button1.MaximumSize = new System.Drawing.Size(200, 20);
66            this.button1.MinimumSize = new System.Drawing.Size(75, 20);
67            this.button1.Name = "button1";
68            this.button1.UseVisualStyleBackColor = true;
69            this.button1.Click += new System.EventHandler(this.Connect_Click);
70            //
71            // label1
72            //
73            resources.ApplyResources(this.label1, "label1");
74            this.label1.Name = "label1";
75            //
76            // label2
77            //
78            resources.ApplyResources(this.label2, "label2");
79            this.label2.Name = "label2";
80            //
81            // label3
82            //
83            resources.ApplyResources(this.label3, "label3");
84            this.label3.Name = "label3";
85            //
86            // AlbumsTV
87            //
88            this.tableLayoutPanel1.SetColumnSpan(this.AlbumsTV, 4);
89            resources.ApplyResources(this.AlbumsTV, "AlbumsTV");
90            this.AlbumsTV.ImageList = this.imageListTV;
91            this.AlbumsTV.MinimumSize = new System.Drawing.Size(150, 150);
92            this.AlbumsTV.Name = "AlbumsTV";
93            this.AlbumsTV.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
94            ((System.Windows.Forms.TreeNode)(resources.GetObject("AlbumsTV.Nodes")))});
95            //
96            // imageListTV
97            //
98            this.imageListTV.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTV.ImageStream")));
99            this.imageListTV.TransparentColor = System.Drawing.Color.Transparent;
100            this.imageListTV.Images.SetKeyName(0, "folder_html.png");
101            this.imageListTV.Images.SetKeyName(1, "folder_images.png");
102            this.imageListTV.Images.SetKeyName(2, "image.png");
103            //
104            // cbxLstCatTo
105            //
106            this.tableLayoutPanel1.SetColumnSpan(this.cbxLstCatTo, 2);
107            this.cbxLstCatTo.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.modelManagerBaseBindingSource, "PwgAlbumIdSelected", true));
108            this.cbxLstCatTo.DataSource = this.selectedPwgAlbumListBindingSource;
109            this.cbxLstCatTo.DisplayMember = "ShowedValue";
110            resources.ApplyResources(this.cbxLstCatTo, "cbxLstCatTo");
111            this.cbxLstCatTo.FormattingEnabled = true;
112            this.cbxLstCatTo.Name = "cbxLstCatTo";
113            this.cbxLstCatTo.ValueMember = "Id";
114            //
115            // modelManagerBaseBindingSource
116            //
117            this.modelManagerBaseBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.ModelManager.ModelManagerBase);
118            //
119            // selectedPwgAlbumListBindingSource
120            //
121            this.selectedPwgAlbumListBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.SelectedPwgAlbumList);
122            //
123            // label4
124            //
125            resources.ApplyResources(this.label4, "label4");
126            this.label4.Name = "label4";
127            //
128            // button2
129            //
130            resources.ApplyResources(this.button2, "button2");
131            this.button2.MaximumSize = new System.Drawing.Size(200, 20);
132            this.button2.MinimumSize = new System.Drawing.Size(75, 20);
133            this.button2.Name = "button2";
134            this.button2.UseVisualStyleBackColor = true;
135            this.button2.Click += new System.EventHandler(this.Telecharger_Click);
136            //
137            // tbPassword
138            //
139            this.tbPassword.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "pwdData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
140            resources.ApplyResources(this.tbPassword, "tbPassword");
141            this.tbPassword.MinimumSize = new System.Drawing.Size(100, 20);
142            this.tbPassword.Name = "tbPassword";
143            this.tbPassword.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.pwdData;
144            //
145            // tbServer
146            //
147            this.tableLayoutPanel1.SetColumnSpan(this.tbServer, 3);
148            this.tbServer.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "serverUrlData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
149            resources.ApplyResources(this.tbServer, "tbServer");
150            this.tbServer.MinimumSize = new System.Drawing.Size(100, 20);
151            this.tbServer.Name = "tbServer";
152            this.tbServer.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.serverUrlData;
153            //
154            // tbUser
155            //
156            this.tbUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Com.Piwigo.Uploader.Properties.Settings.Default, "userData", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
157            resources.ApplyResources(this.tbUser, "tbUser");
158            this.tbUser.MinimumSize = new System.Drawing.Size(100, 20);
159            this.tbUser.Name = "tbUser";
160            this.tbUser.Text = global::Com.Piwigo.Uploader.Properties.Settings.Default.userData;
161            //
162            // tableLayoutPanel1
163            //
164            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
165            this.tableLayoutPanel1.Controls.Add(this.button2, 3, 5);
166            this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
167            this.tableLayoutPanel1.Controls.Add(this.label4, 0, 5);
168            this.tableLayoutPanel1.Controls.Add(this.tbServer, 1, 0);
169            this.tableLayoutPanel1.Controls.Add(this.tbUser, 1, 1);
170            this.tableLayoutPanel1.Controls.Add(this.label2, 2, 1);
171            this.tableLayoutPanel1.Controls.Add(this.AlbumsTV, 0, 3);
172            this.tableLayoutPanel1.Controls.Add(this.tbPassword, 3, 1);
173            this.tableLayoutPanel1.Controls.Add(this.button1, 3, 2);
174            this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0);
175            this.tableLayoutPanel1.Controls.Add(this.cbxLstCatTo, 1, 5);
176            this.tableLayoutPanel1.Controls.Add(this.tabControl1, 4, 3);
177            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
178            //
179            // tabControl1
180            //
181            this.tabControl1.Controls.Add(this.tabPageAlbum);
182            this.tabControl1.Controls.Add(this.tabPageImg);
183            resources.ApplyResources(this.tabControl1, "tabControl1");
184            this.tabControl1.ImageList = this.imageListTV;
185            this.tabControl1.MaximumSize = new System.Drawing.Size(250, 200);
186            this.tabControl1.MinimumSize = new System.Drawing.Size(100, 200);
187            this.tabControl1.Name = "tabControl1";
188            this.tabControl1.SelectedIndex = 0;
189            //
190            // tabPageAlbum
191            //
192            this.tabPageAlbum.Controls.Add(this.tableLayoutPanel2);
193            resources.ApplyResources(this.tabPageAlbum, "tabPageAlbum");
194            this.tabPageAlbum.Name = "tabPageAlbum";
195            this.tabPageAlbum.UseVisualStyleBackColor = true;
196            //
197            // tabPageImg
198            //
199            resources.ApplyResources(this.tabPageImg, "tabPageImg");
200            this.tabPageImg.Name = "tabPageImg";
201            this.tabPageImg.UseVisualStyleBackColor = true;
202            //
203            // tableLayoutPanel2
204            //
205            resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
206            this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
207            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
208            //
209            // label5
210            //
211            resources.ApplyResources(this.label5, "label5");
212            this.label5.Name = "label5";
213            //
214            // MainForm
215            //
216            resources.ApplyResources(this, "$this");
217            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
218            this.Controls.Add(this.tableLayoutPanel1);
219            this.Name = "MainForm";
220            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
221            this.Load += new System.EventHandler(this.MainForm_Load);
222            ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).EndInit();
223            ((System.ComponentModel.ISupportInitialize)(this.selectedPwgAlbumListBindingSource)).EndInit();
224            this.tableLayoutPanel1.ResumeLayout(false);
225            this.tableLayoutPanel1.PerformLayout();
226            this.tabControl1.ResumeLayout(false);
227            this.tabPageAlbum.ResumeLayout(false);
228            this.tableLayoutPanel2.ResumeLayout(false);
229            this.tableLayoutPanel2.PerformLayout();
230            this.ResumeLayout(false);
231            this.PerformLayout();
232
233        }
234
235        #endregion
236
237        private System.Windows.Forms.Button button1;
238        private System.Windows.Forms.TextBox tbUser;
239        private System.Windows.Forms.Label label1;
240        private System.Windows.Forms.Label label2;
241        private System.Windows.Forms.Label label3;
242        private System.Windows.Forms.TextBox tbServer;
243        private System.Windows.Forms.TextBox tbPassword;
244        private System.Windows.Forms.TreeView AlbumsTV;
245        private System.Windows.Forms.ImageList imageListTV;
246        private System.Windows.Forms.ComboBox cbxLstCatTo;
247        private System.Windows.Forms.Label label4;
248        private System.Windows.Forms.Button button2;
249        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
250        private System.Windows.Forms.BindingSource selectedPwgAlbumListBindingSource;
251        private System.Windows.Forms.BindingSource modelManagerBaseBindingSource;
252        private System.Windows.Forms.TabControl tabControl1;
253        private System.Windows.Forms.TabPage tabPageAlbum;
254        private System.Windows.Forms.TabPage tabPageImg;
255        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
256        private System.Windows.Forms.Label label5;
257    }
258}
259
Note: See TracBrowser for help on using the repository browser.