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

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

editing local data v1

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