Ignore:
Timestamp:
Oct 13, 2011, 1:36:15 AM (13 years ago)
Author:
bayral
Message:

local data editing v1.1

File:
1 edited

Legend:

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

    r12415 r12423  
    5858            this.tabPageImg = new System.Windows.Forms.TabPage();
    5959            this.picshowImg = new System.Windows.Forms.PictureBox();
     60            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     61            this.txtImgName = new System.Windows.Forms.TextBox();
     62            this.label6 = new System.Windows.Forms.Label();
     63            this.label8 = new System.Windows.Forms.Label();
     64            this.button3 = new System.Windows.Forms.Button();
     65            this.button4 = new System.Windows.Forms.Button();
     66            this.txtImgComment = new System.Windows.Forms.TextBox();
    6067            ((System.ComponentModel.ISupportInitialize)(this.modelManagerBaseBindingSource)).BeginInit();
    6168            ((System.ComponentModel.ISupportInitialize)(this.lstCatBindingSource)).BeginInit();
     
    6673            this.tabPageImg.SuspendLayout();
    6774            ((System.ComponentModel.ISupportInitialize)(this.picshowImg)).BeginInit();
     75            this.tableLayoutPanel3.SuspendLayout();
    6876            this.SuspendLayout();
    6977            //
     
    102110            this.AlbumsTV.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
    103111            ((System.Windows.Forms.TreeNode)(resources.GetObject("AlbumsTV.Nodes")))});
     112            this.tableLayoutPanel1.SetRowSpan(this.AlbumsTV, 2);
    104113            this.AlbumsTV.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.AlbumsTV_AfterSelect);
    105114            //
     
    114123            // cbxLstCatTo
    115124            //
     125            resources.ApplyResources(this.cbxLstCatTo, "cbxLstCatTo");
    116126            this.tableLayoutPanel1.SetColumnSpan(this.cbxLstCatTo, 2);
    117127            this.cbxLstCatTo.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.modelManagerBaseBindingSource, "PwgAlbumIdSelected", true));
    118128            this.cbxLstCatTo.DataSource = this.lstCatBindingSource;
    119129            this.cbxLstCatTo.DisplayMember = "ShowedValue";
    120             resources.ApplyResources(this.cbxLstCatTo, "cbxLstCatTo");
    121130            this.cbxLstCatTo.FormattingEnabled = true;
    122131            this.cbxLstCatTo.Name = "cbxLstCatTo";
     
    194203            resources.ApplyResources(this.tabControl1, "tabControl1");
    195204            this.tabControl1.ImageList = this.imageListTV;
    196             this.tabControl1.MinimumSize = new System.Drawing.Size(200, 300);
     205            this.tabControl1.MinimumSize = new System.Drawing.Size(300, 300);
    197206            this.tabControl1.Name = "tabControl1";
     207            this.tableLayoutPanel1.SetRowSpan(this.tabControl1, 2);
    198208            this.tabControl1.SelectedIndex = 0;
    199209            //
     
    259269            // tabPageImg
    260270            //
    261             this.tabPageImg.Controls.Add(this.picshowImg);
     271            this.tabPageImg.Controls.Add(this.tableLayoutPanel3);
    262272            resources.ApplyResources(this.tabPageImg, "tabPageImg");
    263273            this.tabPageImg.Name = "tabPageImg";
     
    267277            //
    268278            resources.ApplyResources(this.picshowImg, "picshowImg");
     279            this.tableLayoutPanel3.SetColumnSpan(this.picshowImg, 2);
    269280            this.picshowImg.ErrorImage = global::Com.Piwigo.Uploader.Properties.Resources.file_broken;
    270281            this.picshowImg.InitialImage = global::Com.Piwigo.Uploader.Properties.Resources.image;
     282            this.picshowImg.MinimumSize = new System.Drawing.Size(300, 300);
    271283            this.picshowImg.Name = "picshowImg";
    272284            this.picshowImg.TabStop = false;
     285            //
     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";
    273336            //
    274337            // MainForm
     
    290353            this.tabPageImg.ResumeLayout(false);
    291354            ((System.ComponentModel.ISupportInitialize)(this.picshowImg)).EndInit();
     355            this.tableLayoutPanel3.ResumeLayout(false);
     356            this.tableLayoutPanel3.PerformLayout();
    292357            this.ResumeLayout(false);
    293358            this.PerformLayout();
     
    322387        private System.Windows.Forms.Button btnAlbumEditCancel;
    323388        private System.Windows.Forms.Button btnAlbumEditOk;
     389        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
     390        private System.Windows.Forms.TextBox txtImgName;
     391        private System.Windows.Forms.Label label6;
     392        private System.Windows.Forms.Label label8;
     393        private System.Windows.Forms.TextBox txtImgComment;
     394        private System.Windows.Forms.Button button3;
     395        private System.Windows.Forms.Button button4;
    324396        private System.Windows.Forms.PictureBox picshowImg;
    325397    }
Note: See TracChangeset for help on using the changeset viewer.