Ignore:
Timestamp:
Mar 8, 2012, 11:19:12 PM (12 years ago)
Author:
bayral
Message:

new project for windows live publish plugin
Well advance single uploader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoUpload/MainForm.Designer.cs

    r12423 r13520  
    3838            this.AlbumsTV = new System.Windows.Forms.TreeView();
    3939            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);
    4240            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();
    4541            this.tbPassword = new System.Windows.Forms.TextBox();
    4642            this.tbServer = new System.Windows.Forms.TextBox();
    4743            this.tbUser = new System.Windows.Forms.TextBox();
    4844            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();
    4948            this.tabControl1 = new System.Windows.Forms.TabControl();
    5049            this.tabPageAlbum = new System.Windows.Forms.TabPage();
     
    5453            this.label7 = new System.Windows.Forms.Label();
    5554            this.txtAlbComment = new System.Windows.Forms.TextBox();
     55            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
    5656            this.btnAlbumEditCancel = new System.Windows.Forms.Button();
    5757            this.btnAlbumEditOk = new System.Windows.Forms.Button();
     58            this.btnAlbDelete = new System.Windows.Forms.Button();
     59            this.btnAlbumAjout = new System.Windows.Forms.Button();
    5860            this.tabPageImg = new System.Windows.Forms.TabPage();
    59             this.picshowImg = new System.Windows.Forms.PictureBox();
    6061            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     62            this.txtImgAuthor = new System.Windows.Forms.TextBox();
     63            this.label9 = new System.Windows.Forms.Label();
    6164            this.txtImgName = new System.Windows.Forms.TextBox();
    6265            this.label6 = new System.Windows.Forms.Label();
    6366            this.label8 = new System.Windows.Forms.Label();
    64             this.button3 = new System.Windows.Forms.Button();
    65             this.button4 = new System.Windows.Forms.Button();
    6667            this.txtImgComment = new System.Windows.Forms.TextBox();
    67             ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).BeginInit();
     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();
    6887            ((System.ComponentModel.ISupportInitialize)(this.lstCatBindingSource)).BeginInit();
    6988            this.tableLayoutPanel1.SuspendLayout();
     
    7190            this.tabPageAlbum.SuspendLayout();
    7291            this.tableLayoutPanel2.SuspendLayout();
     92            this.flowLayoutPanel1.SuspendLayout();
    7393            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();
    74100            ((System.ComponentModel.ISupportInitialize)(this.picshowImg)).BeginInit();
    75             this.tableLayoutPanel3.SuspendLayout();
     101            this.TreeViewCMenu.SuspendLayout();
    76102            this.SuspendLayout();
    77103            //
     
    102128            // AlbumsTV
    103129            //
    104             this.tableLayoutPanel1.SetColumnSpan(this.AlbumsTV, 4);
     130            this.AlbumsTV.AllowDrop = true;
     131            this.tableLayoutPanel1.SetColumnSpan(this.AlbumsTV, 2);
    105132            resources.ApplyResources(this.AlbumsTV, "AlbumsTV");
    106133            this.AlbumsTV.HideSelection = false;
    107134            this.AlbumsTV.ImageList = this.imageListTV;
    108             this.AlbumsTV.MinimumSize = new System.Drawing.Size(150, 150);
     135            this.AlbumsTV.MaximumSize = new System.Drawing.Size(300, 350);
     136            this.AlbumsTV.MinimumSize = new System.Drawing.Size(150, 4);
    109137            this.AlbumsTV.Name = "AlbumsTV";
    110138            this.AlbumsTV.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
     
    112140            this.tableLayoutPanel1.SetRowSpan(this.AlbumsTV, 2);
    113141            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);
    114145            //
    115146            // imageListTV
     
    121152            this.imageListTV.Images.SetKeyName(2, "image.png");
    122153            //
    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";
     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";
    147197            //
    148198            // button2
     
    155205            this.button2.Click += new System.EventHandler(this.Telecharger_Click);
    156206            //
    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";
     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";
    198221            //
    199222            // tabControl1
    200223            //
     224            this.tableLayoutPanel1.SetColumnSpan(this.tabControl1, 2);
    201225            this.tabControl1.Controls.Add(this.tabPageAlbum);
    202226            this.tabControl1.Controls.Add(this.tabPageImg);
     227            this.tabControl1.Controls.Add(this.tabPageRoot);
    203228            resources.ApplyResources(this.tabControl1, "tabControl1");
    204229            this.tabControl1.ImageList = this.imageListTV;
    205             this.tabControl1.MinimumSize = new System.Drawing.Size(300, 300);
     230            this.tabControl1.MaximumSize = new System.Drawing.Size(400, 0);
    206231            this.tabControl1.Name = "tabControl1";
    207232            this.tableLayoutPanel1.SetRowSpan(this.tabControl1, 2);
     
    222247            this.tableLayoutPanel2.Controls.Add(this.label7, 0, 2);
    223248            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);
     249            this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 0, 4);
    226250            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
    227251            //
     
    248272            resources.ApplyResources(this.txtAlbComment, "txtAlbComment");
    249273            this.tableLayoutPanel2.SetColumnSpan(this.txtAlbComment, 2);
     274            this.txtAlbComment.MinimumSize = new System.Drawing.Size(300, 100);
    250275            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";
    251286            //
    252287            // btnAlbumEditCancel
     
    254289            resources.ApplyResources(this.btnAlbumEditCancel, "btnAlbumEditCancel");
    255290            this.btnAlbumEditCancel.CausesValidation = false;
    256             this.btnAlbumEditCancel.Image = global::Com.Piwigo.Uploader.Properties.Resources.no;
     291            this.btnAlbumEditCancel.Image = global::Com.Piwigo.Uploader.Properties.Resources.cancel;
    257292            this.btnAlbumEditCancel.Name = "btnAlbumEditCancel";
    258293            this.btnAlbumEditCancel.UseVisualStyleBackColor = true;
     
    267302            this.btnAlbumEditOk.Click += new System.EventHandler(this.btnAlbumEditOk_Click);
    268303            //
     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            //
    269320            // tabPageImg
    270321            //
     
    274325            this.tabPageImg.UseVisualStyleBackColor = true;
    275326            //
     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            //
    276492            // picshowImg
    277493            //
    278494            resources.ApplyResources(this.picshowImg, "picshowImg");
    279             this.tableLayoutPanel3.SetColumnSpan(this.picshowImg, 2);
    280495            this.picshowImg.ErrorImage = global::Com.Piwigo.Uploader.Properties.Resources.file_broken;
    281496            this.picshowImg.InitialImage = global::Com.Piwigo.Uploader.Properties.Resources.image;
    282497            this.picshowImg.MinimumSize = new System.Drawing.Size(300, 300);
    283498            this.picshowImg.Name = "picshowImg";
     499            this.tableLayoutPanel1.SetRowSpan(this.picshowImg, 3);
    284500            this.picshowImg.TabStop = false;
    285501            //
    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";
     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";
    336515            //
    337516            // MainForm
     
    343522            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
    344523            this.Load += new System.EventHandler(this.MainForm_Load);
    345             ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).EndInit();
    346524            ((System.ComponentModel.ISupportInitialize)(this.lstCatBindingSource)).EndInit();
    347525            this.tableLayoutPanel1.ResumeLayout(false);
     
    351529            this.tableLayoutPanel2.ResumeLayout(false);
    352530            this.tableLayoutPanel2.PerformLayout();
     531            this.flowLayoutPanel1.ResumeLayout(false);
     532            this.flowLayoutPanel1.PerformLayout();
    353533            this.tabPageImg.ResumeLayout(false);
    354             ((System.ComponentModel.ISupportInitialize)(this.picshowImg)).EndInit();
    355534            this.tableLayoutPanel3.ResumeLayout(false);
    356535            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);
    357545            this.ResumeLayout(false);
    358546            this.PerformLayout();
     
    371559        private System.Windows.Forms.TreeView AlbumsTV;
    372560        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;
    376561        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
    377         private System.Windows.Forms.BindingSource modelManagerBaseBindingSource;
    378562        private System.Windows.Forms.TabControl tabControl1;
    379563        private System.Windows.Forms.TabPage tabPageAlbum;
     
    385569        private System.Windows.Forms.Label label5;
    386570        private System.Windows.Forms.Label label7;
    387         private System.Windows.Forms.Button btnAlbumEditCancel;
    388         private System.Windows.Forms.Button btnAlbumEditOk;
    389571        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
    390572        private System.Windows.Forms.TextBox txtImgName;
     
    392574        private System.Windows.Forms.Label label8;
    393575        private System.Windows.Forms.TextBox txtImgComment;
    394         private System.Windows.Forms.Button button3;
    395         private System.Windows.Forms.Button button4;
     576        private System.Windows.Forms.Button btnImgEditCancel;
     577        private System.Windows.Forms.Button btnImgEditOk;
    396578        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;
    397605    }
    398606}
Note: See TracChangeset for help on using the changeset viewer.