ImageEditorUserControl. Designer. cs
Description du code
ImageEditorUserControl.Designer.cs est un fichier du projet PhotoBrol.Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/photobrol/.
Projet PhotoBrol :
Editeur d'images en CSharp.
Code source ou contenu du fichier
Code c# (ImageEditorUserControl.Designer.cs) (2282 lignes)
namespace be.gaudry.photobrol.view.controls { partial class ImageEditorUserControl { /// <summary> /// Variable nécessaire au concepteur. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Nettoyage des ressources utilisées. /// </summary> /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur de composants /// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { ((System.ComponentModel.ISupportInitialize)(this.gamaRedTrkB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.contrastTrkB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.brightnessTrkB)).BeginInit(); this.toolStrip1.SuspendLayout(); this.thumbCMS.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.imagesActionsTC.SuspendLayout(); this.statsTP.SuspendLayout(); this.infosTP.SuspendLayout(); this.currentImgTP.SuspendLayout(); this.settingsTP.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gamaBlueTrkB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gamaGreenTrkB)).BeginInit(); this.miscTP.SuspendLayout(); this.wallpaperGB.SuspendLayout(); this.mainMenuStrip.SuspendLayout(); this.SuspendLayout(); // // editImageBtn // this.editImageBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.editImageBtn.Name = "editImageBtn"; this.editImageBtn.TabIndex = 85; this.editImageBtn.Text = "Appliquer les réglages"; this.editImageBtn.UseVisualStyleBackColor = true; // // gamaRedTB // this.gamaRedTB.AllowDrop = true; this.gamaRedTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.gamaRedTB.Name = "gamaRedTB"; this.gamaRedTB.TabIndex = 83; this.gamaRedTB.Text = "26"; // // gamaRedTrkB // this.gamaRedTrkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gamaRedTrkB.BackColor = System.Drawing.SystemColors.Control; this.gamaRedTrkB.LargeChange = 2; this.gamaRedTrkB.Maximum = 50; this.gamaRedTrkB.Minimum = 2; this.gamaRedTrkB.Name = "gamaRedTrkB"; this.gamaRedTrkB.SmallChange = 2; this.gamaRedTrkB.TabIndex = 82; this.gamaRedTrkB.TickFrequency = 2; this.gamaRedTrkB.Value = 26; // // contrastTB // this.contrastTB.AllowDrop = true; this.contrastTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.contrastTB.Name = "contrastTB"; this.contrastTB.TabIndex = 79; this.contrastTB.Text = "0"; // // contrastTrkB // this.contrastTrkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.contrastTrkB.BackColor = System.Drawing.SystemColors.Control; this.contrastTrkB.LargeChange = 20; this.contrastTrkB.Maximum = 100; this.contrastTrkB.Minimum = -100; this.contrastTrkB.Name = "contrastTrkB"; this.contrastTrkB.SmallChange = 5; this.contrastTrkB.TabIndex = 78; this.contrastTrkB.TickFrequency = 10; // // brightnessTB // this.brightnessTB.AllowDrop = true; this.brightnessTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.brightnessTB.Name = "brightnessTB"; this.brightnessTB.TabIndex = 75; this.brightnessTB.Text = "0"; // // brightnessTrkB // this.brightnessTrkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.brightnessTrkB.BackColor = System.Drawing.SystemColors.Control; this.brightnessTrkB.LargeChange = 20; this.brightnessTrkB.Maximum = 100; this.brightnessTrkB.Minimum = -100; this.brightnessTrkB.Name = "brightnessTrkB"; this.brightnessTrkB.SmallChange = 5; this.brightnessTrkB.TabIndex = 74; this.brightnessTrkB.TickFrequency = 10; // // imagePG // this.imagePG.BackColor = System.Drawing.SystemColors.Control; this.imagePG.CommandsDisabledLinkColor = System.Drawing.SystemColors.Control; this.imagePG.Dock = System.Windows.Forms.DockStyle.Fill; this.imagePG.LineColor = System.Drawing.SystemColors.ControlDark; this.imagePG.Name = "imagePG"; this.imagePG.PropertySort = System.Windows.Forms.PropertySort.Categorized; this.imagePG.TabIndex = 1; this.imagePG.ViewBackColor = System.Drawing.SystemColors.Control; // // toolStrip1 // this.toolStrip1.AutoSize = false; this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.openTSB, this.mruTsSB, this.saveAsTSB, this.toolStripSeparator10, this.toolStripButton1, this.toolStripButton2, this.toolStripButton3, this.collapseTabsTSB, this.toolStripSeparator11, this.undoTSB, this.redoTSB, this.historyLbl, this.reloadTSB, this.lastActionTSB, this.toolStripSeparator18, this.colorTSB, this.grayTSB, this.toolStripSeparator12, this.flipxTSB, this.flipyTSB, this.rotate90hTSB, this.rotate90ahTSB}); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolStrip1.TabIndex = 96; this.toolStrip1.Text = "toolStrip1"; // // openTSB // this.openTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.openTSB.Image = global::be.gaudry.photobrol.Properties.Resources.browseBtn18; this.openTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.openTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.openTSB.Name = "openTSB"; this.openTSB.Text = "Ouvrir un fichier image"; // // mruTsSB // this.mruTsSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.mruTsSB.Image = global::be.gaudry.photobrol.Properties.Resources.ExpirationHS; this.mruTsSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.mruTsSB.Name = "mruTsSB"; this.mruTsSB.Text = "Derniers fichiers ouverts"; // // saveAsTSB // this.saveAsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.saveAsTSB.Image = global::be.gaudry.photobrol.Properties.Resources.saveBtn18; this.saveAsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.saveAsTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveAsTSB.Name = "saveAsTSB"; this.saveAsTSB.Text = "Sauver sous..."; // // toolStripSeparator10 // this.toolStripSeparator10.Name = "toolStripSeparator10"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = global::be.gaudry.photobrol.Properties.Resources.zoomPosBtn18; this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Text = "Agrandir l\'affichage"; this.toolStripButton1.ToolTipText = "Agrandir l\'affichage"; // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = global::be.gaudry.photobrol.Properties.Resources.zoomNegBtn18; this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Text = "Rétrécir l\'affichage"; this.toolStripButton2.ToolTipText = "Rétrecir l\'affichage"; // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = global::be.gaudry.photobrol.Properties.Resources.zoomFitBtn18; this.toolStripButton3.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Text = "Adapter l\'affichage"; this.toolStripButton3.ToolTipText = "Adapter l\'affichage à l\'écran"; // // collapseTabsTSB // this.collapseTabsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.collapseTabsTSB.Image = global::be.gaudry.photobrol.Properties.Resources.collapseBtn18; this.collapseTabsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.collapseTabsTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.collapseTabsTSB.Name = "collapseTabsTSB"; this.collapseTabsTSB.Text = "Etendre ou réduire le panneau de droite"; // // toolStripSeparator11 // this.toolStripSeparator11.Name = "toolStripSeparator11"; // // undoTSB // this.undoTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.undoTSB.Image = global::be.gaudry.photobrol.Properties.Resources.undoBtn18; this.undoTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.undoTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.undoTSB.Name = "undoTSB"; this.undoTSB.Text = "Annuler la dernière opération"; // // redoTSB // this.redoTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.redoTSB.Image = global::be.gaudry.photobrol.Properties.Resources.redoBtn18; this.redoTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.redoTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.redoTSB.Name = "redoTSB"; this.redoTSB.Text = "Rétablir (avancer dans l\'historique)"; // // historyLbl // this.historyLbl.Name = "historyLbl"; this.historyLbl.Text = "Historique"; // // reloadTSB // this.reloadTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.reloadTSB.Image = global::be.gaudry.photobrol.Properties.Resources.reloadBtn18; this.reloadTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.reloadTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.reloadTSB.Name = "reloadTSB"; this.reloadTSB.Text = "recharger l\'image d\'origine"; // // lastActionTSB // this.lastActionTSB.Image = ((System.Drawing.Image)(resources.GetObject("lastActionTSB.Image"))); this.lastActionTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.lastActionTSB.Name = "lastActionTSB"; this.lastActionTSB.Text = "Dernière action"; this.lastActionTSB.Visible = false; // // toolStripSeparator18 // this.toolStripSeparator18.Name = "toolStripSeparator18"; // // colorTSB // this.colorTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.colorTSB.Image = global::be.gaudry.photobrol.Properties.Resources.colorBtn18; this.colorTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.colorTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.colorTSB.Name = "colorTSB"; this.colorTSB.Text = "Modifier les couleurs (sans calcul de luninosité)..."; // // grayTSB // this.grayTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.grayTSB.Image = global::be.gaudry.photobrol.Properties.Resources.grayBtn18; this.grayTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.grayTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.grayTSB.Name = "grayTSB"; this.grayTSB.Text = "Désaturation"; // // toolStripSeparator12 // this.toolStripSeparator12.Name = "toolStripSeparator12"; // // flipxTSB // this.flipxTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.flipxTSB.Image = global::be.gaudry.photobrol.Properties.Resources.flipHBtn18; this.flipxTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.flipxTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.flipxTSB.Name = "flipxTSB"; this.flipxTSB.Text = "Symétrie axe vertical"; // // flipyTSB // this.flipyTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.flipyTSB.Image = global::be.gaudry.photobrol.Properties.Resources.flipVBtn18; this.flipyTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.flipyTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.flipyTSB.Name = "flipyTSB"; this.flipyTSB.Text = "Symétrie axe horizontal"; // // rotate90hTSB // this.rotate90hTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.rotate90hTSB.Image = global::be.gaudry.photobrol.Properties.Resources.rotateRBtn18; this.rotate90hTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.rotate90hTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.rotate90hTSB.Name = "rotate90hTSB"; this.rotate90hTSB.Text = "Rotation 90° horaire"; // // rotate90ahTSB // this.rotate90ahTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.rotate90ahTSB.Image = global::be.gaudry.photobrol.Properties.Resources.rotateLBtn18; this.rotate90ahTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.rotate90ahTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.rotate90ahTSB.Name = "rotate90ahTSB"; this.rotate90ahTSB.Text = "Rotation 90° antihoraire"; // // thumbCMS // this.toolStripMenuItem2, this.saveTsMi, this.toolStripSeparator9, this.zoomPosCmsMi, this.zoomNegCmsMi, this.zoomFitCmsMi, this.zoom100CmsMi, this.toolStripSeparator7, this.toolStripMenuItem15, this.toolStripSeparator1, this.rotationsCmsMi, this.flipCmsMi, this.toolStripSeparator8, this.toolStripMenuItem3, this.toolStripMenuItem1}); this.thumbCMS.Name = "thumbCMS"; // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Text = "Recharger"; // // saveTsMi // this.saveTsMi.Name = "saveTsMi"; this.saveTsMi.Text = "Sauver..."; // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; // // zoomPosCmsMi // this.zoomPosCmsMi.Name = "zoomPosCmsMi"; this.zoomPosCmsMi.Text = "Agrandir"; // // zoomNegCmsMi // this.zoomNegCmsMi.Name = "zoomNegCmsMi"; this.zoomNegCmsMi.Text = "Rétrécir"; // // zoomFitCmsMi // this.zoomFitCmsMi.Name = "zoomFitCmsMi"; this.zoomFitCmsMi.Text = "Adapter la taille"; // // zoom100CmsMi // this.zoom100CmsMi.Name = "zoom100CmsMi"; this.zoom100CmsMi.Text = "Taille réelle"; // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; // // toolStripMenuItem15 // this.toolStripMenuItem15.Name = "toolStripMenuItem15"; this.toolStripMenuItem15.Text = "Taille de l\'image..."; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; // // rotationsCmsMi // this.rotateRCmsMi, this.rotateLCmsMi}); this.rotationsCmsMi.Name = "rotationsCmsMi"; this.rotationsCmsMi.Text = "Rotations"; // // rotateRCmsMi // this.rotateRCmsMi.Image = global::be.gaudry.photobrol.Properties.Resources.rotateRBtn18; this.rotateRCmsMi.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.rotateRCmsMi.Name = "rotateRCmsMi"; this.rotateRCmsMi.Text = "90° vers la droite"; // // rotateLCmsMi // this.rotateLCmsMi.Image = global::be.gaudry.photobrol.Properties.Resources.rotateLBtn18; this.rotateLCmsMi.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.rotateLCmsMi.Name = "rotateLCmsMi"; this.rotateLCmsMi.Text = "90° vers la gauche"; // // flipCmsMi // this.flipHCmsMi, this.flipVCmsMi}); this.flipCmsMi.Name = "flipCmsMi"; this.flipCmsMi.Text = "Symétries"; // // flipHCmsMi // this.flipHCmsMi.Image = global::be.gaudry.photobrol.Properties.Resources.flipHBtn18; this.flipHCmsMi.Name = "flipHCmsMi"; this.flipHCmsMi.Text = "Horizontale"; // // flipVCmsMi // this.flipVCmsMi.Image = global::be.gaudry.photobrol.Properties.Resources.flipVBtn18; this.flipVCmsMi.Name = "flipVCmsMi"; this.flipVCmsMi.Text = "Verticale"; // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; // // toolStripMenuItem3 // this.toolStripMenuItem4, this.toolStripMenuItem5, this.toolStripMenuItem6, this.toolStripSeparator5, this.toolStripMenuItem7, this.toolStripMenuItem8, this.toolStripSeparator6, this.toolStripMenuItem9}); this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Text = "Réglages"; // // toolStripMenuItem4 // this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Text = "Couleur (Avec calcul de luminosité)..."; this.toolStripMenuItem4.ToolTipText = "Modifier la couleur en conservant la luminosité (plus lent)"; // // toolStripMenuItem5 // this.toolStripMenuItem5.Name = "toolStripMenuItem5"; this.toolStripMenuItem5.Text = "Couleur (Sans calcul)..."; this.toolStripMenuItem5.ToolTipText = "Modifier la couleur sans calcul de luminosité (plus rapide)"; // // toolStripMenuItem6 // this.toolStripMenuItem6.Name = "toolStripMenuItem6"; this.toolStripMenuItem6.Text = "Désaturation"; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; // // toolStripMenuItem7 // this.toolStripMenuItem7.Name = "toolStripMenuItem7"; this.toolStripMenuItem7.Text = "Luminosité..."; // // toolStripMenuItem8 // this.toolStripMenuItem8.Name = "toolStripMenuItem8"; this.toolStripMenuItem8.Text = "Contraste..."; // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; // // toolStripMenuItem9 // this.toolStripMenuItem9.Name = "toolStripMenuItem9"; this.toolStripMenuItem9.Text = "Négatif"; // // toolStripMenuItem1 // this.toolStripMenuItem10, this.toolStripMenuItem13, this.toolStripMenuItem17, this.toolStripMenuItem23, this.toolStripMenuItem31, this.toolStripMenuItem33, this.toolStripMenuItem39}); this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Text = "Filtre"; // // toolStripMenuItem10 // this.toolStripMenuItem11, this.toolStripMenuItem12}); this.toolStripMenuItem10.Name = "toolStripMenuItem10"; this.toolStripMenuItem10.Text = "Artistique"; // // toolStripMenuItem11 // this.toolStripMenuItem11.Name = "toolStripMenuItem11"; this.toolStripMenuItem11.Text = "Sépia"; // // toolStripMenuItem12 // this.toolStripMenuItem12.Name = "toolStripMenuItem12"; this.toolStripMenuItem12.Text = "S2"; // // toolStripMenuItem13 // this.toolStripMenuItem14, this.toolStripMenuItem16}); this.toolStripMenuItem13.Name = "toolStripMenuItem13"; this.toolStripMenuItem13.Text = "Atténuation"; // // toolStripMenuItem14 // this.toolStripMenuItem14.Name = "toolStripMenuItem14"; this.toolStripMenuItem14.Text = "Flou..."; // // toolStripMenuItem16 // this.toolStripMenuItem16.Name = "toolStripMenuItem16"; this.toolStripMenuItem16.Text = "Flou gaussien..."; // // toolStripMenuItem17 // this.toolStripMenuItem18, this.toolStripMenuItem19, this.toolStripMenuItem20, this.toolStripMenuItem21, this.toolStripMenuItem22}); this.toolStripMenuItem17.Name = "toolStripMenuItem17"; this.toolStripMenuItem17.Text = "Déformation"; // // toolStripMenuItem18 // this.toolStripMenuItem18.Name = "toolStripMenuItem18"; this.toolStripMenuItem18.Text = "Contraction"; // // toolStripMenuItem19 // this.toolStripMenuItem19.Name = "toolStripMenuItem19"; this.toolStripMenuItem19.Text = "Grand angle..."; // // toolStripMenuItem20 // this.toolStripMenuItem20.Name = "toolStripMenuItem20"; this.toolStripMenuItem20.Text = "Onde..."; // // toolStripMenuItem21 // this.toolStripMenuItem21.Name = "toolStripMenuItem21"; this.toolStripMenuItem21.Text = "Sphère..."; // // toolStripMenuItem22 // this.toolStripMenuItem22.Name = "toolStripMenuItem22"; this.toolStripMenuItem22.Text = "Spirale"; // // toolStripMenuItem23 // this.toolStripMenuItem24, this.toolStripMenuItem25, this.toolStripMenuItem26, this.toolStripMenuItem27, this.toolStripMenuItem28, this.toolStripMenuItem29, this.toolStripMenuItem30}); this.toolStripMenuItem23.Name = "toolStripMenuItem23"; this.toolStripMenuItem23.Text = "Esquisses"; // // toolStripMenuItem24 // this.toolStripMenuItem24.Name = "toolStripMenuItem24"; this.toolStripMenuItem24.Text = "Bas relief..."; // // toolStripMenuItem25 // this.toolStripMenuItem25.Name = "toolStripMenuItem25"; this.toolStripMenuItem25.Text = "Crayon"; // // toolStripMenuItem26 // this.toolStripMenuItem26.Name = "toolStripMenuItem26"; this.toolStripMenuItem26.Text = "Fusain"; // // toolStripMenuItem27 // this.toolStripMenuItem27.Name = "toolStripMenuItem27"; this.toolStripMenuItem27.Text = "Photocopie"; // // toolStripMenuItem28 // this.toolStripMenuItem28.Name = "toolStripMenuItem28"; this.toolStripMenuItem28.Text = "Plume horizontale"; // // toolStripMenuItem29 // this.toolStripMenuItem29.Name = "toolStripMenuItem29"; this.toolStripMenuItem29.Text = "Plume verticale"; // // toolStripMenuItem30 // this.toolStripMenuItem30.Name = "toolStripMenuItem30"; this.toolStripMenuItem30.Text = "Tampon"; // // toolStripMenuItem31 // this.toolStripMenuItem32}); this.toolStripMenuItem31.Name = "toolStripMenuItem31"; this.toolStripMenuItem31.Text = "Pixellisation"; // // toolStripMenuItem32 // this.toolStripMenuItem32.Name = "toolStripMenuItem32"; this.toolStripMenuItem32.Text = "Mosaïque"; // // toolStripMenuItem33 // this.toolStripMenuItem34, this.toolStripMenuItem35, this.toolStripMenuItem36, this.toolStripMenuItem37, this.toolStripMenuItem38}); this.toolStripMenuItem33.Name = "toolStripMenuItem33"; this.toolStripMenuItem33.Text = "Renforcement"; // // toolStripMenuItem34 // this.toolStripMenuItem34.Name = "toolStripMenuItem34"; this.toolStripMenuItem34.Text = "Accentuation..."; // // toolStripMenuItem35 // this.toolStripMenuItem35.Name = "toolStripMenuItem35"; this.toolStripMenuItem35.Text = "Contours plus nets"; // // toolStripMenuItem36 // this.toolStripMenuItem36.Name = "toolStripMenuItem36"; this.toolStripMenuItem36.Text = "Encore plus net"; // // toolStripMenuItem37 // this.toolStripMenuItem37.Name = "toolStripMenuItem37"; this.toolStripMenuItem37.Text = "Netteté optimisée..."; // // toolStripMenuItem38 // this.toolStripMenuItem38.Name = "toolStripMenuItem38"; this.toolStripMenuItem38.Text = "Plus net"; // // toolStripMenuItem39 // this.toolStripMenuItem40}); this.toolStripMenuItem39.Name = "toolStripMenuItem39"; this.toolStripMenuItem39.Text = "Textures"; // // toolStripMenuItem40 // this.toolStripMenuItem40.Name = "toolStripMenuItem40"; this.toolStripMenuItem40.Text = "Grain..."; // // wallpaperBtn // this.wallpaperBtn.Name = "wallpaperBtn"; this.wallpaperBtn.TabIndex = 97; this.wallpaperBtn.Text = "Appliquer"; this.toolTip1.SetToolTip(this.wallpaperBtn, "Utiliser l\'image en papier peint"); this.wallpaperBtn.UseVisualStyleBackColor = true; // // destopImgSizeModeCB // this.destopImgSizeModeCB.FormattingEnabled = true; this.destopImgSizeModeCB.Name = "destopImgSizeModeCB"; this.destopImgSizeModeCB.TabIndex = 102; this.toolTip1.SetToolTip(this.destopImgSizeModeCB, "Position de l\'image sur le bureau"); // // desktopColorBtn // this.desktopColorBtn.Image = global::be.gaudry.photobrol.Properties.Resources.ChooseColor; this.desktopColorBtn.Name = "desktopColorBtn"; this.desktopColorBtn.TabIndex = 100; this.toolTip1.SetToolTip(this.desktopColorBtn, "Sélectionner une autre couleur d\'arrière plan pour le bureau"); this.desktopColorBtn.UseVisualStyleBackColor = true; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.scrollPBUC); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.imagesActionsTC); this.splitContainer1.SplitterDistance = 182; this.splitContainer1.TabIndex = 96; // // scrollPBUC // this.scrollPBUC.BackColor = System.Drawing.SystemColors.Control; this.scrollPBUC.Bitmap = null; this.scrollPBUC.ContextMenuStrip = this.thumbCMS; this.scrollPBUC.Dock = System.Windows.Forms.DockStyle.Fill; this.scrollPBUC.Name = "scrollPBUC"; this.scrollPBUC.TabIndex = 0; // // imagesActionsTC // this.imagesActionsTC.Appearance = System.Windows.Forms.TabAppearance.FlatButtons; this.imagesActionsTC.Controls.Add(this.statsTP); this.imagesActionsTC.Controls.Add(this.infosTP); this.imagesActionsTC.Controls.Add(this.currentImgTP); this.imagesActionsTC.Controls.Add(this.settingsTP); this.imagesActionsTC.Controls.Add(this.miscTP); this.imagesActionsTC.Dock = System.Windows.Forms.DockStyle.Fill; this.imagesActionsTC.Multiline = true; this.imagesActionsTC.Name = "imagesActionsTC"; this.imagesActionsTC.SelectedIndex = 0; this.imagesActionsTC.TabIndex = 0; // // statsTP // this.statsTP.Controls.Add(this.rgblHistogramUserControl1); this.statsTP.Name = "statsTP"; this.statsTP.TabIndex = 6; this.statsTP.Text = "Statistiques"; this.statsTP.UseVisualStyleBackColor = true; // // rgblHistogramUserControl1 // this.rgblHistogramUserControl1.AutoScroll = true; this.rgblHistogramUserControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.rgblHistogramUserControl1.Name = "rgblHistogramUserControl1"; this.rgblHistogramUserControl1.TabIndex = 0; // // infosTP // this.infosTP.Controls.Add(this.imagePG); this.infosTP.Name = "infosTP"; this.infosTP.TabIndex = 2; this.infosTP.Text = "Image d\'origine"; this.infosTP.UseVisualStyleBackColor = true; // // currentImgTP // this.currentImgTP.Controls.Add(this.curImagePG); this.currentImgTP.Name = "currentImgTP"; this.currentImgTP.TabIndex = 5; this.currentImgTP.Text = "Image en cours"; this.currentImgTP.UseVisualStyleBackColor = true; // // curImagePG // this.curImagePG.BackColor = System.Drawing.SystemColors.Control; this.curImagePG.CommandsDisabledLinkColor = System.Drawing.SystemColors.Control; this.curImagePG.Dock = System.Windows.Forms.DockStyle.Fill; this.curImagePG.LineColor = System.Drawing.SystemColors.ControlDark; this.curImagePG.Name = "curImagePG"; this.curImagePG.PropertySort = System.Windows.Forms.PropertySort.Categorized; this.curImagePG.TabIndex = 2; this.curImagePG.ViewBackColor = System.Drawing.SystemColors.Control; // // settingsTP // this.settingsTP.BackColor = System.Drawing.SystemColors.Control; this.settingsTP.Controls.Add(this.gamaLbl); this.settingsTP.Controls.Add(this.contrastLbl); this.settingsTP.Controls.Add(this.brightnessLbl); this.settingsTP.Controls.Add(this.gamaBlueLbl); this.settingsTP.Controls.Add(this.gamaGreenLbl); this.settingsTP.Controls.Add(this.gamaRedLbl); this.settingsTP.Controls.Add(this.gamaBlueTrkB); this.settingsTP.Controls.Add(this.gamaGreenTB); this.settingsTP.Controls.Add(this.gamaGreenTrkB); this.settingsTP.Controls.Add(this.gamaBlueTB); this.settingsTP.Controls.Add(this.gamaRedTrkB); this.settingsTP.Controls.Add(this.gamaRedTB); this.settingsTP.Controls.Add(this.contrastTrkB); this.settingsTP.Controls.Add(this.contrastTB); this.settingsTP.Controls.Add(this.brightnessTrkB); this.settingsTP.Controls.Add(this.brightnessTB); this.settingsTP.Controls.Add(this.editImageBtn); this.settingsTP.Name = "settingsTP"; this.settingsTP.TabIndex = 0; this.settingsTP.Text = "Réglages"; this.settingsTP.UseVisualStyleBackColor = true; // // gamaLbl // this.gamaLbl.AutoSize = true; this.gamaLbl.Name = "gamaLbl"; this.gamaLbl.TabIndex = 98; this.gamaLbl.Text = "Gama"; // // contrastLbl // this.contrastLbl.AutoSize = true; this.contrastLbl.Name = "contrastLbl"; this.contrastLbl.TabIndex = 97; this.contrastLbl.Text = "Contraste"; // // brightnessLbl // this.brightnessLbl.AutoSize = true; this.brightnessLbl.Name = "brightnessLbl"; this.brightnessLbl.TabIndex = 96; this.brightnessLbl.Text = "Luminosité"; // // gamaBlueLbl // this.gamaBlueLbl.AutoSize = true; this.gamaBlueLbl.Name = "gamaBlueLbl"; this.gamaBlueLbl.TabIndex = 95; this.gamaBlueLbl.Text = "B"; // // gamaGreenLbl // this.gamaGreenLbl.AutoSize = true; this.gamaGreenLbl.Name = "gamaGreenLbl"; this.gamaGreenLbl.TabIndex = 94; this.gamaGreenLbl.Text = "V"; // // gamaRedLbl // this.gamaRedLbl.AutoSize = true; this.gamaRedLbl.Name = "gamaRedLbl"; this.gamaRedLbl.TabIndex = 93; this.gamaRedLbl.Text = "R"; // // gamaBlueTrkB // this.gamaBlueTrkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gamaBlueTrkB.BackColor = System.Drawing.SystemColors.Control; this.gamaBlueTrkB.LargeChange = 2; this.gamaBlueTrkB.Maximum = 50; this.gamaBlueTrkB.Minimum = 2; this.gamaBlueTrkB.Name = "gamaBlueTrkB"; this.gamaBlueTrkB.SmallChange = 2; this.gamaBlueTrkB.TabIndex = 90; this.gamaBlueTrkB.TickFrequency = 2; this.gamaBlueTrkB.Value = 26; // // gamaGreenTB // this.gamaGreenTB.AllowDrop = true; this.gamaGreenTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.gamaGreenTB.Name = "gamaGreenTB"; this.gamaGreenTB.TabIndex = 91; this.gamaGreenTB.Text = "26"; // // gamaGreenTrkB // this.gamaGreenTrkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gamaGreenTrkB.BackColor = System.Drawing.SystemColors.Control; this.gamaGreenTrkB.LargeChange = 2; this.gamaGreenTrkB.Maximum = 50; this.gamaGreenTrkB.Minimum = 2; this.gamaGreenTrkB.Name = "gamaGreenTrkB"; this.gamaGreenTrkB.SmallChange = 2; this.gamaGreenTrkB.TabIndex = 87; this.gamaGreenTrkB.TickFrequency = 2; this.gamaGreenTrkB.Value = 26; // // gamaBlueTB // this.gamaBlueTB.AllowDrop = true; this.gamaBlueTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.gamaBlueTB.Name = "gamaBlueTB"; this.gamaBlueTB.TabIndex = 88; this.gamaBlueTB.Text = "26"; // // miscTP // this.miscTP.Controls.Add(this.wallpaperGB); this.miscTP.Name = "miscTP"; this.miscTP.TabIndex = 3; this.miscTP.Text = "Divers"; this.miscTP.UseVisualStyleBackColor = true; // // wallpaperGB // this.wallpaperGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.wallpaperGB.Controls.Add(this.destopImgSizeModeCB); this.wallpaperGB.Controls.Add(this.destopImgSizeModeLbl); this.wallpaperGB.Controls.Add(this.desktopColorBtn); this.wallpaperGB.Controls.Add(this.destopColorLbl); this.wallpaperGB.Controls.Add(this.desktopColorPanel); this.wallpaperGB.Controls.Add(this.wallpaperBtn); this.wallpaperGB.Name = "wallpaperGB"; this.wallpaperGB.TabIndex = 98; this.wallpaperGB.TabStop = false; this.wallpaperGB.Text = "Papier peint"; // // destopImgSizeModeLbl // this.destopImgSizeModeLbl.AutoSize = true; this.destopImgSizeModeLbl.Name = "destopImgSizeModeLbl"; this.destopImgSizeModeLbl.TabIndex = 101; this.destopImgSizeModeLbl.Text = "Position"; // // destopColorLbl // this.destopColorLbl.AutoSize = true; this.destopColorLbl.Name = "destopColorLbl"; this.destopColorLbl.TabIndex = 99; this.destopColorLbl.Text = "Couleur du bureau"; // // desktopColorPanel // this.desktopColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.desktopColorPanel.Name = "desktopColorPanel"; this.desktopColorPanel.TabIndex = 98; // // mainMenuStrip // this.fileTSMenuItem, this.editionToolStripMenuItem, this.imageTsMi, this.filterTsMi, this.helpTsMi, this.toolsTsMi}); this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.TabIndex = 1; // // fileTSMenuItem // this.newTSMenuItem, this.openTSMenuItem, this.toolStripSeparator16, this.saveTSMenuItem, this.saveAsTSMenuItem, this.toolStripSeparator17, this.printTSMenuItem, this.printPreviewMenuItem}); this.fileTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.fileTSMenuItem.Name = "fileTSMenuItem"; this.fileTSMenuItem.Text = "&Fichier"; this.fileTSMenuItem.ToolTipText = "Opérations sur les fichiers Bibliobrol"; // // newTSMenuItem // this.newBrolTSMenuItem}); this.newTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newTSMenuItem.Image"))); this.newTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.newTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.newTSMenuItem.Name = "newTSMenuItem"; this.newTSMenuItem.Text = "&Nouveau"; // // newBrolTSMenuItem // this.newBrolTSMenuItem.Enabled = false; this.newBrolTSMenuItem.Name = "newBrolTSMenuItem"; this.newBrolTSMenuItem.Text = "Ouvrage"; // // openTSMenuItem // this.imageToolStripMenuItem}); this.openTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openTSMenuItem.Image"))); this.openTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.openTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.openTSMenuItem.Name = "openTSMenuItem"; this.openTSMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.openTSMenuItem.Text = "&Ouvrir"; // // imageToolStripMenuItem // this.imageToolStripMenuItem.Name = "imageToolStripMenuItem"; this.imageToolStripMenuItem.Text = "Image..."; // // toolStripSeparator16 // this.toolStripSeparator16.Name = "toolStripSeparator16"; // // saveTSMenuItem // this.saveTSMenuItem.Enabled = false; this.saveTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveTSMenuItem.Image"))); this.saveTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.saveTSMenuItem.Name = "saveTSMenuItem"; this.saveTSMenuItem.Text = "&Enregistrer"; // // saveAsTSMenuItem // this.saveAsTSMenuItem.Enabled = false; this.saveAsTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.Replace; this.saveAsTSMenuItem.Name = "saveAsTSMenuItem"; this.saveAsTSMenuItem.Text = "Enregistrer &sous..."; // // toolStripSeparator17 // this.toolStripSeparator17.Name = "toolStripSeparator17"; // // printTSMenuItem // this.printTSMenuItem.Enabled = false; this.printTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printTSMenuItem.Image"))); this.printTSMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.printTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.printTSMenuItem.Name = "printTSMenuItem"; this.printTSMenuItem.Text = "&Imprimer"; // // printPreviewMenuItem // this.printPreviewMenuItem.Enabled = false; this.printPreviewMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewMenuItem.Image"))); this.printPreviewMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.printPreviewMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.printPreviewMenuItem.Name = "printPreviewMenuItem"; this.printPreviewMenuItem.Text = "Aperçu a&vant impression"; // // editionToolStripMenuItem // this.annulerToolStripMenuItem, this.rétablirToolStripMenuItem, this.toolStripSeparator14, this.couperToolStripMenuItem, this.copierToolStripMenuItem, this.collerToolStripMenuItem, this.toolStripSeparator15, this.sélectionnertoutToolStripMenuItem}); this.editionToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Replace; this.editionToolStripMenuItem.Name = "editionToolStripMenuItem"; this.editionToolStripMenuItem.Text = "&Edition"; // // annulerToolStripMenuItem // this.annulerToolStripMenuItem.Name = "annulerToolStripMenuItem"; this.annulerToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); this.annulerToolStripMenuItem.Text = "&Annuler"; this.annulerToolStripMenuItem.Click += new System.EventHandler(this.annulerToolStripMenuItem_Click); // // rétablirToolStripMenuItem // this.rétablirToolStripMenuItem.Name = "rétablirToolStripMenuItem"; this.rétablirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); this.rétablirToolStripMenuItem.Text = "&Rétablir"; this.rétablirToolStripMenuItem.Click += new System.EventHandler(this.rétablirToolStripMenuItem_Click); // // toolStripSeparator14 // this.toolStripSeparator14.Name = "toolStripSeparator14"; // // couperToolStripMenuItem // this.couperToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("couperToolStripMenuItem.Image"))); this.couperToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.couperToolStripMenuItem.Name = "couperToolStripMenuItem"; this.couperToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); this.couperToolStripMenuItem.Text = "&Couper"; // // copierToolStripMenuItem // this.copierToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copierToolStripMenuItem.Image"))); this.copierToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.copierToolStripMenuItem.Name = "copierToolStripMenuItem"; this.copierToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); this.copierToolStripMenuItem.Text = "Co&pier"; // // collerToolStripMenuItem // this.collerToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("collerToolStripMenuItem.Image"))); this.collerToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.collerToolStripMenuItem.Name = "collerToolStripMenuItem"; this.collerToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); this.collerToolStripMenuItem.Text = "Co&ller"; // // toolStripSeparator15 // this.toolStripSeparator15.Name = "toolStripSeparator15"; // // sélectionnertoutToolStripMenuItem // this.sélectionnertoutToolStripMenuItem.Name = "sélectionnertoutToolStripMenuItem"; this.sélectionnertoutToolStripMenuItem.Text = "Sélectio&nner tout"; // // imageTsMi // this.ouvrirToolStripMenuItem, this.reloadImgTsMi, this.toolStripSeparator13, this.imgSettingTsMi, this.thumbSizeTsMi, this.resizeImageTsMi}); this.imageTsMi.Name = "imageTsMi"; this.imageTsMi.Text = "Image"; // // ouvrirToolStripMenuItem // this.ouvrirToolStripMenuItem.Image = global::be.gaudry.photobrol.Properties.Resources.browseBtn18; this.ouvrirToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.ouvrirToolStripMenuItem.Name = "ouvrirToolStripMenuItem"; this.ouvrirToolStripMenuItem.Text = "Ouvrir..."; // // reloadImgTsMi // this.reloadImgTsMi.Name = "reloadImgTsMi"; this.reloadImgTsMi.Text = "Recharger"; // // toolStripSeparator13 // this.toolStripSeparator13.Name = "toolStripSeparator13"; // // imgSettingTsMi // this.colorByPixTsMi, this.colorByAvgTsMi, this.grayScaleTsMi, this.toolStripSeparator4, this.brightnessTsMi, this.contrastTsMi, this.toolStripSeparator2, this.invertTsMi}); this.imgSettingTsMi.Name = "imgSettingTsMi"; this.imgSettingTsMi.Text = "Réglages"; // // colorByPixTsMi // this.colorByPixTsMi.Name = "colorByPixTsMi"; this.colorByPixTsMi.Text = "Couleur (Avec calcul de luminosité)..."; this.colorByPixTsMi.ToolTipText = "Modifier la couleur en conservant la luminosité (plus lent)"; // // colorByAvgTsMi // this.colorByAvgTsMi.Name = "colorByAvgTsMi"; this.colorByAvgTsMi.Text = "Couleur (Sans calcul)..."; this.colorByAvgTsMi.ToolTipText = "Modifier la couleur sans calcul de luminosité (plus rapide)"; // // grayScaleTsMi // this.grayScaleTsMi.Name = "grayScaleTsMi"; this.grayScaleTsMi.Text = "Désaturation"; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; // // brightnessTsMi // this.brightnessTsMi.Name = "brightnessTsMi"; this.brightnessTsMi.Text = "Luminosité..."; // // contrastTsMi // this.contrastTsMi.Name = "contrastTsMi"; this.contrastTsMi.Text = "Contraste..."; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; // // invertTsMi // this.invertTsMi.Name = "invertTsMi"; this.invertTsMi.Text = "Négatif"; // // thumbSizeTsMi // this.zoomInTsMi, this.zoomOutTsMi, this.toolStripSeparator3, this.zoomToRealSizeTsMi, this.zoomToFitTsMi}); this.thumbSizeTsMi.Name = "thumbSizeTsMi"; this.thumbSizeTsMi.Text = "Taille de l\'affichage"; // // zoomInTsMi // this.zoomInTsMi.Name = "zoomInTsMi"; this.zoomInTsMi.Text = "Agrandir"; // // zoomOutTsMi // this.zoomOutTsMi.Name = "zoomOutTsMi"; this.zoomOutTsMi.Text = "Rétrécir"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; // // zoomToRealSizeTsMi // this.zoomToRealSizeTsMi.Name = "zoomToRealSizeTsMi"; this.zoomToRealSizeTsMi.Text = "Taille réelle"; // // zoomToFitTsMi // this.zoomToFitTsMi.Name = "zoomToFitTsMi"; this.zoomToFitTsMi.Text = "Adapter à la zone de travail"; // // resizeImageTsMi // this.resizeImageTsMi.Name = "resizeImageTsMi"; this.resizeImageTsMi.Text = "Taille de l\'image..."; // // filterTsMi // this.lastActionTsMi, this.lastActionTsS, this.artTsMi, this.blurTsMi, this.displacementTsMi, this.sketchTsMi, this.pixelsTsMi, this.enhanceTsMi, this.shapesTsMi}); this.filterTsMi.Name = "filterTsMi"; this.filterTsMi.Text = "Filtre"; // // lastActionTsMi // this.lastActionTsMi.Name = "lastActionTsMi"; this.lastActionTsMi.Text = "Dernière action"; this.lastActionTsMi.Visible = false; // // lastActionTsS // this.lastActionTsS.Name = "lastActionTsS"; this.lastActionTsS.Visible = false; // // artTsMi // this.sepiaTsMi, this.s2ToolStripMenuItem}); this.artTsMi.Name = "artTsMi"; this.artTsMi.Text = "Artistique"; // // sepiaTsMi // this.sepiaTsMi.Name = "sepiaTsMi"; this.sepiaTsMi.Text = "Sépia"; // // s2ToolStripMenuItem // this.s2ToolStripMenuItem.Name = "s2ToolStripMenuItem"; this.s2ToolStripMenuItem.Text = "S2"; // // blurTsMi // this.moreBlurTsMi, this.gaussianBlurTsMi}); this.blurTsMi.Name = "blurTsMi"; this.blurTsMi.Text = "Atténuation"; // // moreBlurTsMi // this.moreBlurTsMi.Name = "moreBlurTsMi"; this.moreBlurTsMi.Text = "Flou..."; // // gaussianBlurTsMi // this.gaussianBlurTsMi.Name = "gaussianBlurTsMi"; this.gaussianBlurTsMi.Text = "Flou gaussien..."; // // displacementTsMi // this.TimeWarpTsMi, this.sphereNegTsMi, this.waterTsMi, this.sphereTsMi, this.swirlTsMi}); this.displacementTsMi.Name = "displacementTsMi"; this.displacementTsMi.Text = "Déformation"; // // TimeWarpTsMi // this.TimeWarpTsMi.Name = "TimeWarpTsMi"; this.TimeWarpTsMi.Text = "Contraction"; // // sphereNegTsMi // this.sphereNegTsMi.Name = "sphereNegTsMi"; this.sphereNegTsMi.Text = "Grand angle..."; // // waterTsMi // this.waterTsMi.Name = "waterTsMi"; this.waterTsMi.Text = "Onde..."; // // sphereTsMi // this.sphereTsMi.Name = "sphereTsMi"; this.sphereTsMi.Text = "Sphère..."; // // swirlTsMi // this.swirlTsMi.Name = "swirlTsMi"; this.swirlTsMi.Text = "Spirale"; // // sketchTsMi // this.edgeTsMi, this.edgeInvertTsMi, this.prewittInvertTsMi, this.embossTsMi, this.edgeHInvertTsMi, this.edgeVInvertTsMi, this.kirshTsMi}); this.sketchTsMi.Name = "sketchTsMi"; this.sketchTsMi.Text = "Esquisses"; // // edgeTsMi // this.edgeTsMi.Name = "edgeTsMi"; this.edgeTsMi.Text = "Bas relief..."; // // edgeInvertTsMi // this.edgeInvertTsMi.Name = "edgeInvertTsMi"; this.edgeInvertTsMi.Text = "Crayon"; // // prewittInvertTsMi // this.prewittInvertTsMi.Name = "prewittInvertTsMi"; this.prewittInvertTsMi.Text = "Fusain"; // // embossTsMi // this.embossTsMi.Name = "embossTsMi"; this.embossTsMi.Text = "Photocopie"; // // edgeHInvertTsMi // this.edgeHInvertTsMi.Name = "edgeHInvertTsMi"; this.edgeHInvertTsMi.Text = "Plume horizontale"; // // edgeVInvertTsMi // this.edgeVInvertTsMi.Name = "edgeVInvertTsMi"; this.edgeVInvertTsMi.Text = "Plume verticale"; // // kirshTsMi // this.kirshTsMi.Name = "kirshTsMi"; this.kirshTsMi.Text = "Tampon"; // // pixelsTsMi // this.pixMosaicTsMi}); this.pixelsTsMi.Name = "pixelsTsMi"; this.pixelsTsMi.Text = "Pixellisation"; // // pixMosaicTsMi // this.pixMosaicTsMi.Name = "pixMosaicTsMi"; this.pixMosaicTsMi.Text = "Mosaïque"; // // enhanceTsMi // this.meanRemovalTsMi, this.edgeEnhanceTsMi, this.sharpenMore2TsMi, this.sharpenPTsMi, this.sharpenMoreTsMi}); this.enhanceTsMi.Name = "enhanceTsMi"; this.enhanceTsMi.Text = "Renforcement"; // // meanRemovalTsMi // this.meanRemovalTsMi.Name = "meanRemovalTsMi"; this.meanRemovalTsMi.Text = "Accentuation..."; // // edgeEnhanceTsMi // this.edgeEnhanceTsMi.Name = "edgeEnhanceTsMi"; this.edgeEnhanceTsMi.Text = "Contours plus nets"; // // sharpenMore2TsMi // this.sharpenMore2TsMi.Name = "sharpenMore2TsMi"; this.sharpenMore2TsMi.Text = "Encore plus net"; // // sharpenPTsMi // this.sharpenPTsMi.Name = "sharpenPTsMi"; this.sharpenPTsMi.Text = "Netteté optimisée..."; // // sharpenMoreTsMi // this.sharpenMoreTsMi.Name = "sharpenMoreTsMi"; this.sharpenMoreTsMi.Text = "Plus net"; // // shapesTsMi // this.jitterTsMi}); this.shapesTsMi.Name = "shapesTsMi"; this.shapesTsMi.Text = "Textures"; // // jitterTsMi // this.jitterTsMi.Name = "jitterTsMi"; this.jitterTsMi.Text = "Grain..."; // // helpTsMi // this.aboutPhotoBrolTsMi}); this.helpTsMi.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.helpTsMi.Name = "helpTsMi"; this.helpTsMi.Text = "&Aide"; // // aboutPhotoBrolTsMi // this.aboutPhotoBrolTsMi.Name = "aboutPhotoBrolTsMi"; this.aboutPhotoBrolTsMi.Text = "A propos de PhotoBrol..."; // // toolsTsMi // this.showColorsTsMi}); this.toolsTsMi.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.toolsTsMi.Name = "toolsTsMi"; this.toolsTsMi.Text = "&Outils"; // // showColorsTsMi // this.showColorsTsMi.Name = "showColorsTsMi"; this.showColorsTsMi.Text = "Couleurs"; // // openFileDialog // this.openFileDialog.ShowHelp = true; this.openFileDialog.Title = "Ouvrir une image"; // // saveFileDialog // this.saveFileDialog.ShowHelp = true; this.saveFileDialog.Title = "Sauver l\'image"; // // ImageEditorUserControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.Controls.Add(this.splitContainer1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.mainMenuStrip); this.Name = "ImageEditorUserControl"; ((System.ComponentModel.ISupportInitialize)(this.gamaRedTrkB)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.contrastTrkB)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.brightnessTrkB)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.thumbCMS.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.imagesActionsTC.ResumeLayout(false); this.statsTP.ResumeLayout(false); this.infosTP.ResumeLayout(false); this.currentImgTP.ResumeLayout(false); this.settingsTP.ResumeLayout(false); this.settingsTP.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gamaBlueTrkB)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gamaGreenTrkB)).EndInit(); this.miscTP.ResumeLayout(false); this.wallpaperGB.ResumeLayout(false); this.wallpaperGB.PerformLayout(); this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private be.gaudry.view.controls.TextBoxDragDrop brightnessTB; private System.Windows.Forms.TrackBar brightnessTrkB; private be.gaudry.view.controls.TextBoxDragDrop gamaRedTB; private System.Windows.Forms.TrackBar gamaRedTrkB; private be.gaudry.view.controls.TextBoxDragDrop contrastTB; private System.Windows.Forms.TrackBar contrastTrkB; private System.Windows.Forms.Button editImageBtn; private System.Windows.Forms.PropertyGrid imagePG; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.Button wallpaperBtn; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TabControl imagesActionsTC; private System.Windows.Forms.TabPage settingsTP; private System.Windows.Forms.TabPage infosTP; private System.Windows.Forms.TabPage miscTP; private System.Windows.Forms.GroupBox wallpaperGB; private System.Windows.Forms.Panel desktopColorPanel; private System.Windows.Forms.Button desktopColorBtn; private System.Windows.Forms.Label destopColorLbl; private System.Windows.Forms.ComboBox destopImgSizeModeCB; private System.Windows.Forms.Label destopImgSizeModeLbl; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.TrackBar gamaBlueTrkB; private be.gaudry.view.controls.TextBoxDragDrop gamaGreenTB; private System.Windows.Forms.TrackBar gamaGreenTrkB; private be.gaudry.view.controls.TextBoxDragDrop gamaBlueTB; private System.Windows.Forms.Label gamaBlueLbl; private System.Windows.Forms.Label gamaGreenLbl; private System.Windows.Forms.Label gamaRedLbl; private System.Windows.Forms.ToolStripButton flipxTSB; private System.Windows.Forms.ToolStripButton flipyTSB; private System.Windows.Forms.ToolStripButton rotate90hTSB; private System.Windows.Forms.ToolStripButton rotate90ahTSB; private System.Windows.Forms.ContextMenuStrip thumbCMS; private System.Windows.Forms.ToolStripMenuItem zoomPosCmsMi; private System.Windows.Forms.ToolStripMenuItem zoomNegCmsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem rotationsCmsMi; private System.Windows.Forms.ToolStripMenuItem rotateRCmsMi; private System.Windows.Forms.ToolStripMenuItem rotateLCmsMi; private System.Windows.Forms.ToolStripMenuItem flipCmsMi; private System.Windows.Forms.ToolStripMenuItem flipHCmsMi; private System.Windows.Forms.ToolStripMenuItem flipVCmsMi; private System.Windows.Forms.ToolStripMenuItem zoomFitCmsMi; private System.Windows.Forms.ToolStripMenuItem zoom100CmsMi; private be.gaudry.view.controls.ScrollablePictureBoxUserControl scrollPBUC; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.MenuStrip mainMenuStrip; private System.Windows.Forms.ToolStripMenuItem imageTsMi; private System.Windows.Forms.ToolStripMenuItem imgSettingTsMi; private System.Windows.Forms.ToolStripMenuItem grayScaleTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem invertTsMi; private System.Windows.Forms.ToolStripMenuItem thumbSizeTsMi; private System.Windows.Forms.ToolStripMenuItem zoomInTsMi; private System.Windows.Forms.ToolStripMenuItem zoomOutTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem zoomToRealSizeTsMi; private System.Windows.Forms.ToolStripMenuItem zoomToFitTsMi; private System.Windows.Forms.ToolStripMenuItem filterTsMi; private System.Windows.Forms.ToolStripMenuItem blurTsMi; private System.Windows.Forms.ToolStripMenuItem gaussianBlurTsMi; private System.Windows.Forms.ToolStripMenuItem moreBlurTsMi; private System.Windows.Forms.ToolStripMenuItem brightnessTsMi; private System.Windows.Forms.ToolStripMenuItem contrastTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.Label gamaLbl; private System.Windows.Forms.Label contrastLbl; private System.Windows.Forms.Label brightnessLbl; private System.Windows.Forms.ToolStripMenuItem enhanceTsMi; private System.Windows.Forms.ToolStripMenuItem meanRemovalTsMi; private System.Windows.Forms.ToolStripMenuItem sharpenMore2TsMi; private System.Windows.Forms.ToolStripMenuItem sharpenPTsMi; private System.Windows.Forms.ToolStripMenuItem sharpenMoreTsMi; private System.Windows.Forms.ToolStripMenuItem sketchTsMi; private System.Windows.Forms.ToolStripMenuItem embossTsMi; private System.Windows.Forms.ToolStripMenuItem edgeTsMi; private System.Windows.Forms.ToolStripMenuItem edgeInvertTsMi; private System.Windows.Forms.ToolStripMenuItem kirshTsMi; private System.Windows.Forms.ToolStripMenuItem prewittInvertTsMi; private System.Windows.Forms.ToolStripMenuItem edgeHInvertTsMi; private System.Windows.Forms.ToolStripMenuItem edgeVInvertTsMi; private System.Windows.Forms.ToolStripMenuItem edgeEnhanceTsMi; private System.Windows.Forms.ToolStripMenuItem resizeImageTsMi; private System.Windows.Forms.ToolStripMenuItem displacementTsMi; private System.Windows.Forms.ToolStripMenuItem shapesTsMi; private System.Windows.Forms.ToolStripMenuItem jitterTsMi; private System.Windows.Forms.ToolStripMenuItem swirlTsMi; private System.Windows.Forms.ToolStripMenuItem sphereTsMi; private System.Windows.Forms.ToolStripMenuItem sphereNegTsMi; private System.Windows.Forms.ToolStripMenuItem TimeWarpTsMi; private System.Windows.Forms.ToolStripMenuItem waterTsMi; private System.Windows.Forms.ToolStripMenuItem pixelsTsMi; private System.Windows.Forms.ToolStripMenuItem pixMosaicTsMi; private System.Windows.Forms.ToolStripButton collapseTabsTSB; private System.Windows.Forms.ToolStripMenuItem artTsMi; private System.Windows.Forms.ToolStripMenuItem sepiaTsMi; private System.Windows.Forms.ToolStripMenuItem reloadImgTsMi; private System.Windows.Forms.ToolStripMenuItem s2ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem colorByPixTsMi; private System.Windows.Forms.ToolStripMenuItem colorByAvgTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem15; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem7; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem11; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem12; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem14; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem16; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem17; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem18; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem19; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem20; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem21; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem22; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem23; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem24; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem25; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem26; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem27; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem28; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem29; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem30; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem31; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem32; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem33; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem34; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem35; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem36; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem37; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem38; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem39; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem40; private System.Windows.Forms.ToolStripMenuItem helpTsMi; private System.Windows.Forms.ToolStripMenuItem aboutPhotoBrolTsMi; private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; private System.Windows.Forms.ToolStripSeparator toolStripSeparator11; private System.Windows.Forms.ToolStripButton openTSB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator12; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.ToolStripMenuItem ouvrirToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator13; private System.Windows.Forms.TabPage currentImgTP; private System.Windows.Forms.PropertyGrid curImagePG; private System.Windows.Forms.ToolStripMenuItem editionToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem annulerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem rétablirToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator14; private System.Windows.Forms.ToolStripMenuItem couperToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem copierToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem collerToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator15; private System.Windows.Forms.ToolStripMenuItem sélectionnertoutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fileTSMenuItem; private System.Windows.Forms.ToolStripMenuItem newTSMenuItem; private System.Windows.Forms.ToolStripMenuItem newBrolTSMenuItem; private System.Windows.Forms.ToolStripMenuItem openTSMenuItem; private System.Windows.Forms.ToolStripMenuItem imageToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator16; private System.Windows.Forms.ToolStripMenuItem saveTSMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsTSMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator17; private System.Windows.Forms.ToolStripMenuItem printTSMenuItem; private System.Windows.Forms.ToolStripMenuItem printPreviewMenuItem; private System.Windows.Forms.ToolStripButton saveAsTSB; private System.Windows.Forms.ToolStripButton undoTSB; private System.Windows.Forms.ToolStripButton redoTSB; private System.Windows.Forms.ToolStripSeparator toolStripSeparator18; private System.Windows.Forms.ToolStripButton reloadTSB; private System.Windows.Forms.ToolStripButton colorTSB; private System.Windows.Forms.ToolStripButton grayTSB; private System.Windows.Forms.ToolStripLabel historyLbl; private System.Windows.Forms.SaveFileDialog saveFileDialog; private System.Windows.Forms.ToolStripMenuItem saveTsMi; private System.Windows.Forms.TabPage statsTP; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5; private RGBLHistogramUserControl rgblHistogramUserControl1; private System.Windows.Forms.ToolStripSplitButton mruTsSB; private be.gaudry.view.controls.IconList iconList1; private System.Windows.Forms.ToolStripSeparator lastActionTsS; private System.Windows.Forms.ToolStripMenuItem lastActionTsMi; private System.Windows.Forms.ToolStripButton lastActionTSB; private System.Windows.Forms.ToolStripMenuItem toolsTsMi; private System.Windows.Forms.ToolStripMenuItem showColorsTsMi; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1730424469 01/11/2024 02:27:49 |
| _ | histogram | 0 octets | 1541007196 31/10/2018 18:33:16 |
Utilisation de l'explorateur de code
- Navigation :
- Un clic sur une icône de répertoire ouvre ce répertoire pour en afficher les fichiers.
- Lorsque le répertoire en cours ne contient pas de sous-répertoires il est possible de remonter vers le répertoire parent.
- La structure de répertoires en treetable (tableau en forme d'arborescence) n'est plus possibledans cette version.
- Un clic sur une icône de fichier ouvre ce fichier pour en afficher le code avec la coloration syntaxique adaptée en fonction du langage principal utilisé dans le fichier.
- Affichage :
- Il est possible de trier les répertoires ou les fichiers selon certains critères (nom, taille, date).
- Actions :
- Les actions possible sur les fichiers dépendent de vos droits d'utilisateur sur le site. Veuillez activer le mode utilisateur pour activer les actions.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 30/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-photobrol-source-rf-view/controls//ImageEditorUserControl.Designer.cs.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.