Ignore:
Timestamp:
Oct 11, 2011, 5:04:21 PM (13 years ago)
Author:
bayral
Message:

editing local data v0

File:
1 edited

Legend:

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

    r12336 r12407  
    3838            this.AlbumsTV = new System.Windows.Forms.TreeView();
    3939            this.imageListTV = new System.Windows.Forms.ImageList(this.components);
     40            this.ImageListTVState = new System.Windows.Forms.ImageList(this.components);
    4041            this.cbxLstCatTo = new System.Windows.Forms.ComboBox();
    4142            this.modelManagerBaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
     
    4950            this.tabControl1 = new System.Windows.Forms.TabControl();
    5051            this.tabPageAlbum = new System.Windows.Forms.TabPage();
    51             this.tabPageImg = new System.Windows.Forms.TabPage();
    5252            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
    5353            this.label5 = new System.Windows.Forms.Label();
     54            this.localAlbumBindingSource = new System.Windows.Forms.BindingSource(this.components);
     55            this.tabPageImg = new System.Windows.Forms.TabPage();
     56            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     57            this.label6 = new System.Windows.Forms.Label();
     58            this.localImageBindingSource = new System.Windows.Forms.BindingSource(this.components);
    5459            ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).BeginInit();
    5560            ((System.ComponentModel.ISupportInitialize)(this.selectedPwgAlbumListBindingSource)).BeginInit();
     
    5863            this.tabPageAlbum.SuspendLayout();
    5964            this.tableLayoutPanel2.SuspendLayout();
     65            ((System.ComponentModel.ISupportInitialize)(this.localAlbumBindingSource)).BeginInit();
     66            this.tabPageImg.SuspendLayout();
     67            this.tableLayoutPanel3.SuspendLayout();
     68            ((System.ComponentModel.ISupportInitialize)(this.localImageBindingSource)).BeginInit();
    6069            this.SuspendLayout();
    6170            //
     
    8897            this.tableLayoutPanel1.SetColumnSpan(this.AlbumsTV, 4);
    8998            resources.ApplyResources(this.AlbumsTV, "AlbumsTV");
     99            this.AlbumsTV.HideSelection = false;
    90100            this.AlbumsTV.ImageList = this.imageListTV;
    91101            this.AlbumsTV.MinimumSize = new System.Drawing.Size(150, 150);
     
    93103            this.AlbumsTV.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
    94104            ((System.Windows.Forms.TreeNode)(resources.GetObject("AlbumsTV.Nodes")))});
     105            this.AlbumsTV.StateImageList = this.ImageListTVState;
     106            this.AlbumsTV.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.AlbumsTV_AfterSelect);
    95107            //
    96108            // imageListTV
     
    101113            this.imageListTV.Images.SetKeyName(1, "folder_images.png");
    102114            this.imageListTV.Images.SetKeyName(2, "image.png");
     115            //
     116            // ImageListTVState
     117            //
     118            this.ImageListTVState.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageListTVState.ImageStream")));
     119            this.ImageListTVState.TransparentColor = System.Drawing.Color.Transparent;
     120            this.ImageListTVState.Images.SetKeyName(0, "button_cancel.png");
     121            this.ImageListTVState.Images.SetKeyName(1, "button_ok.png");
    103122            //
    104123            // cbxLstCatTo
     
    120139            //
    121140            this.selectedPwgAlbumListBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.SelectedPwgAlbumList);
     141            this.selectedPwgAlbumListBindingSource.CurrentChanged += new System.EventHandler(this.selectedPwgAlbumListBindingSource_CurrentChanged);
    122142            //
    123143            // label4
     
    195215            this.tabPageAlbum.UseVisualStyleBackColor = true;
    196216            //
     217            // tableLayoutPanel2
     218            //
     219            resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
     220            this.tableLayoutPanel2.Controls.Add(this.label5, 0, 0);
     221            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     222            //
     223            // label5
     224            //
     225            resources.ApplyResources(this.label5, "label5");
     226            this.label5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.localAlbumBindingSource, "LocalDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     227            this.label5.Name = "label5";
     228            //
     229            // localAlbumBindingSource
     230            //
     231            this.localAlbumBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.LocalAlbum);
     232            //
    197233            // tabPageImg
    198234            //
     235            this.tabPageImg.Controls.Add(this.tableLayoutPanel3);
    199236            resources.ApplyResources(this.tabPageImg, "tabPageImg");
    200237            this.tabPageImg.Name = "tabPageImg";
    201238            this.tabPageImg.UseVisualStyleBackColor = true;
    202239            //
    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";
     240            // tableLayoutPanel3
     241            //
     242            resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
     243            this.tableLayoutPanel3.Controls.Add(this.label6, 0, 0);
     244            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     245            //
     246            // label6
     247            //
     248            resources.ApplyResources(this.label6, "label6");
     249            this.label6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.localImageBindingSource, "Name", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     250            this.label6.Name = "label6";
     251            //
     252            // localImageBindingSource
     253            //
     254            this.localImageBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.LocalImage);
    213255            //
    214256            // MainForm
     
    228270            this.tableLayoutPanel2.ResumeLayout(false);
    229271            this.tableLayoutPanel2.PerformLayout();
     272            ((System.ComponentModel.ISupportInitialize)(this.localAlbumBindingSource)).EndInit();
     273            this.tabPageImg.ResumeLayout(false);
     274            this.tableLayoutPanel3.ResumeLayout(false);
     275            this.tableLayoutPanel3.PerformLayout();
     276            ((System.ComponentModel.ISupportInitialize)(this.localImageBindingSource)).EndInit();
    230277            this.ResumeLayout(false);
    231278            this.PerformLayout();
     
    255302        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
    256303        private System.Windows.Forms.Label label5;
     304        private System.Windows.Forms.ImageList ImageListTVState;
     305        private System.Windows.Forms.BindingSource localAlbumBindingSource;
     306        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
     307        private System.Windows.Forms.Label label6;
     308        private System.Windows.Forms.BindingSource localImageBindingSource;
    257309    }
    258310}
Note: See TracChangeset for help on using the changeset viewer.