Ignore:
Timestamp:
Oct 3, 2011, 5:09:51 PM (12 years ago)
Author:
bayral
Message:

rename category to Albums

File:
1 edited

Legend:

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

    r12262 r12336  
    4040            this.cbxLstCatTo = new System.Windows.Forms.ComboBox();
    4141            this.modelManagerBaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
    42             this.selectedPwgCategoryListBindingSource = new System.Windows.Forms.BindingSource(this.components);
     42            this.selectedPwgAlbumListBindingSource = new System.Windows.Forms.BindingSource(this.components);
    4343            this.label4 = new System.Windows.Forms.Label();
    4444            this.button2 = new System.Windows.Forms.Button();
     
    4747            this.tbUser = new System.Windows.Forms.TextBox();
    4848            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();
    4954            ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).BeginInit();
    50             ((System.ComponentModel.ISupportInitialize)(this.selectedPwgCategoryListBindingSource)).BeginInit();
     55            ((System.ComponentModel.ISupportInitialize)(this.selectedPwgAlbumListBindingSource)).BeginInit();
    5156            this.tableLayoutPanel1.SuspendLayout();
     57            this.tabControl1.SuspendLayout();
     58            this.tabPageAlbum.SuspendLayout();
     59            this.tableLayoutPanel2.SuspendLayout();
    5260            this.SuspendLayout();
    5361            //
     
    97105            //
    98106            this.tableLayoutPanel1.SetColumnSpan(this.cbxLstCatTo, 2);
    99             this.cbxLstCatTo.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.modelManagerBaseBindingSource, "PwgCategoryIdSelected", true));
    100             this.cbxLstCatTo.DataSource = this.selectedPwgCategoryListBindingSource;
     107            this.cbxLstCatTo.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.modelManagerBaseBindingSource, "PwgAlbumIdSelected", true));
     108            this.cbxLstCatTo.DataSource = this.selectedPwgAlbumListBindingSource;
    101109            this.cbxLstCatTo.DisplayMember = "ShowedValue";
    102110            resources.ApplyResources(this.cbxLstCatTo, "cbxLstCatTo");
     
    109117            this.modelManagerBaseBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.ModelManager.ModelManagerBase);
    110118            //
    111             // selectedPwgCategoryListBindingSource
    112             //
    113             this.selectedPwgCategoryListBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.SelectedPwgCategoryList);
     119            // selectedPwgAlbumListBindingSource
     120            //
     121            this.selectedPwgAlbumListBindingSource.DataSource = typeof(Com.Piwigo.Uploader.DTO.SelectedPwgAlbumList);
    114122            //
    115123            // label4
     
    166174            this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0);
    167175            this.tableLayoutPanel1.Controls.Add(this.cbxLstCatTo, 1, 5);
     176            this.tableLayoutPanel1.Controls.Add(this.tabControl1, 4, 3);
    168177            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";
    169213            //
    170214            // MainForm
     
    177221            this.Load += new System.EventHandler(this.MainForm_Load);
    178222            ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).EndInit();
    179             ((System.ComponentModel.ISupportInitialize)(this.selectedPwgCategoryListBindingSource)).EndInit();
     223            ((System.ComponentModel.ISupportInitialize)(this.selectedPwgAlbumListBindingSource)).EndInit();
    180224            this.tableLayoutPanel1.ResumeLayout(false);
    181225            this.tableLayoutPanel1.PerformLayout();
     226            this.tabControl1.ResumeLayout(false);
     227            this.tabPageAlbum.ResumeLayout(false);
     228            this.tableLayoutPanel2.ResumeLayout(false);
     229            this.tableLayoutPanel2.PerformLayout();
    182230            this.ResumeLayout(false);
    183231            this.PerformLayout();
     
    200248        private System.Windows.Forms.Button button2;
    201249        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
    202         private System.Windows.Forms.BindingSource selectedPwgCategoryListBindingSource;
     250        private System.Windows.Forms.BindingSource selectedPwgAlbumListBindingSource;
    203251        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;
    204257    }
    205258}
Note: See TracChangeset for help on using the changeset viewer.