RGBLHistogramUserControl. Designer. cs
Description du code
RGBLHistogramUserControl.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# (RGBLHistogramUserControl.Designer.cs) (620 lignes)
namespace be.gaudry.photobrol.view.controls { partial class RGBLHistogramUserControl { /// <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() { this.redGB.SuspendLayout(); this.greenGB.SuspendLayout(); this.blueGB.SuspendLayout(); this.infosGB.SuspendLayout(); this.SuspendLayout(); // // redGB // this.redGB.Controls.Add(this.label2); this.redGB.Controls.Add(this.label8); this.redGB.Controls.Add(this.label9); this.redGB.Controls.Add(this.redHistogram); this.redGB.Controls.Add(this.redMedianLabel); this.redGB.Controls.Add(this.redMinLabel); this.redGB.Controls.Add(this.redMeanLabel); this.redGB.Controls.Add(this.label4); this.redGB.Controls.Add(this.label3); this.redGB.Controls.Add(this.redMaxLabel); this.redGB.Controls.Add(this.redStdDevLabel); this.redGB.Name = "redGB"; this.redGB.TabIndex = 62; this.redGB.TabStop = false; this.redGB.Text = "Rouge"; this.redGB.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Name = "label2"; this.label2.TabIndex = 39; this.label2.Text = "Moyenne :"; // // label8 // this.label8.AutoSize = true; this.label8.Name = "label8"; this.label8.TabIndex = 51; this.label8.Text = "Minimum :"; // // label9 // this.label9.AutoSize = true; this.label9.Name = "label9"; this.label9.TabIndex = 52; this.label9.Text = "Maximum :"; // // redMedianLabel // this.redMedianLabel.Name = "redMedianLabel"; this.redMedianLabel.TabIndex = 44; this.redMedianLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // redMinLabel // this.redMinLabel.Name = "redMinLabel"; this.redMinLabel.TabIndex = 53; this.redMinLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // redMeanLabel // this.redMeanLabel.Name = "redMeanLabel"; this.redMeanLabel.TabIndex = 40; this.redMeanLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.AutoSize = true; this.label4.Name = "label4"; this.label4.TabIndex = 43; this.label4.Text = "Médianne :"; // // label3 // this.label3.AutoSize = true; this.label3.Name = "label3"; this.label3.TabIndex = 41; this.label3.Text = "Ecart type :"; // // redMaxLabel // this.redMaxLabel.Name = "redMaxLabel"; this.redMaxLabel.TabIndex = 54; this.redMaxLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // redStdDevLabel // this.redStdDevLabel.Name = "redStdDevLabel"; this.redStdDevLabel.TabIndex = 42; this.redStdDevLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // greenGB // this.greenGB.Controls.Add(this.label1); this.greenGB.Controls.Add(this.label5); this.greenGB.Controls.Add(this.label6); this.greenGB.Controls.Add(this.greenHistogram); this.greenGB.Controls.Add(this.greenMedianLabel); this.greenGB.Controls.Add(this.greenMinLabel); this.greenGB.Controls.Add(this.greenMeanLabel); this.greenGB.Controls.Add(this.label12); this.greenGB.Controls.Add(this.label13); this.greenGB.Controls.Add(this.greenMaxLabel); this.greenGB.Controls.Add(this.greenStdDevLabel); this.greenGB.Name = "greenGB"; this.greenGB.TabIndex = 63; this.greenGB.TabStop = false; this.greenGB.Text = "Vert"; this.greenGB.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Name = "label1"; this.label1.TabIndex = 39; this.label1.Text = "Moyenne :"; // // label5 // this.label5.AutoSize = true; this.label5.Name = "label5"; this.label5.TabIndex = 51; this.label5.Text = "Minimum :"; // // label6 // this.label6.AutoSize = true; this.label6.Name = "label6"; this.label6.TabIndex = 52; this.label6.Text = "Maximum :"; // // greenMedianLabel // this.greenMedianLabel.Name = "greenMedianLabel"; this.greenMedianLabel.TabIndex = 44; this.greenMedianLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // greenMinLabel // this.greenMinLabel.Name = "greenMinLabel"; this.greenMinLabel.TabIndex = 53; this.greenMinLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // greenMeanLabel // this.greenMeanLabel.Name = "greenMeanLabel"; this.greenMeanLabel.TabIndex = 40; this.greenMeanLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label12 // this.label12.AutoSize = true; this.label12.Name = "label12"; this.label12.TabIndex = 43; this.label12.Text = "Médianne :"; // // label13 // this.label13.AutoSize = true; this.label13.Name = "label13"; this.label13.TabIndex = 41; this.label13.Text = "Ecart type :"; // // greenMaxLabel // this.greenMaxLabel.Name = "greenMaxLabel"; this.greenMaxLabel.TabIndex = 54; this.greenMaxLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // greenStdDevLabel // this.greenStdDevLabel.Name = "greenStdDevLabel"; this.greenStdDevLabel.TabIndex = 42; this.greenStdDevLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // blueGB // this.blueGB.Controls.Add(this.label16); this.blueGB.Controls.Add(this.label17); this.blueGB.Controls.Add(this.label18); this.blueGB.Controls.Add(this.blueHistogram); this.blueGB.Controls.Add(this.blueMedianLabel); this.blueGB.Controls.Add(this.blueMinLabel); this.blueGB.Controls.Add(this.blueMeanLabel); this.blueGB.Controls.Add(this.label22); this.blueGB.Controls.Add(this.label23); this.blueGB.Controls.Add(this.blueMaxLabel); this.blueGB.Controls.Add(this.blueStdDevLabel); this.blueGB.Name = "blueGB"; this.blueGB.TabIndex = 64; this.blueGB.TabStop = false; this.blueGB.Text = "Bleu"; this.blueGB.Visible = false; // // label16 // this.label16.AutoSize = true; this.label16.Name = "label16"; this.label16.TabIndex = 39; this.label16.Text = "Moyenne :"; // // label17 // this.label17.AutoSize = true; this.label17.Name = "label17"; this.label17.TabIndex = 51; this.label17.Text = "Minimum :"; // // label18 // this.label18.AutoSize = true; this.label18.Name = "label18"; this.label18.TabIndex = 52; this.label18.Text = "Maximum :"; // // blueMedianLabel // this.blueMedianLabel.Name = "blueMedianLabel"; this.blueMedianLabel.TabIndex = 44; this.blueMedianLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // blueMinLabel // this.blueMinLabel.Name = "blueMinLabel"; this.blueMinLabel.TabIndex = 53; this.blueMinLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // blueMeanLabel // this.blueMeanLabel.Name = "blueMeanLabel"; this.blueMeanLabel.TabIndex = 40; this.blueMeanLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label22 // this.label22.AutoSize = true; this.label22.Name = "label22"; this.label22.TabIndex = 43; this.label22.Text = "Médianne :"; // // label23 // this.label23.AutoSize = true; this.label23.Name = "label23"; this.label23.TabIndex = 41; this.label23.Text = "Ecart type :"; // // blueMaxLabel // this.blueMaxLabel.Name = "blueMaxLabel"; this.blueMaxLabel.TabIndex = 54; this.blueMaxLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // blueStdDevLabel // this.blueStdDevLabel.Name = "blueStdDevLabel"; this.blueStdDevLabel.TabIndex = 42; this.blueStdDevLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // logCheck // this.logCheck.AutoSize = true; this.logCheck.Name = "logCheck"; this.logCheck.TabIndex = 65; this.logCheck.Text = "Logarithmique"; // // infosGB // this.infosGB.Controls.Add(this.mouseOverInfoLbl); this.infosGB.Controls.Add(this.colorLbl); this.infosGB.Controls.Add(this.label26); this.infosGB.Controls.Add(this.levelLabel); this.infosGB.Controls.Add(this.countLabel); this.infosGB.Controls.Add(this.label27); this.infosGB.Controls.Add(this.percentileLabel); this.infosGB.Controls.Add(this.label28); this.infosGB.Name = "infosGB"; this.infosGB.TabIndex = 66; this.infosGB.TabStop = false; this.infosGB.Text = "Infos"; // // mouseOverInfoLbl // this.mouseOverInfoLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.mouseOverInfoLbl.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.mouseOverInfoLbl.Name = "mouseOverInfoLbl"; this.mouseOverInfoLbl.TabIndex = 51; this.mouseOverInfoLbl.Text = "Déplacez le pointeur au dessus de l\'histogramme pour afficher ces valeurs.\r\nVous " + "pouvez aussi sélectionner une plage de valeurs."; // // label26 // this.label26.AutoSize = true; this.label26.Name = "label26"; this.label26.TabIndex = 45; this.label26.Text = "Niveau :"; // // levelLabel // this.levelLabel.Name = "levelLabel"; this.levelLabel.TabIndex = 48; // // countLabel // this.countLabel.Name = "countLabel"; this.countLabel.TabIndex = 49; // // label27 // this.label27.AutoSize = true; this.label27.Name = "label27"; this.label27.TabIndex = 47; this.label27.Text = "Pourcentage :"; // // percentileLabel // this.percentileLabel.Name = "percentileLabel"; this.percentileLabel.TabIndex = 50; // // label28 // this.label28.AutoSize = true; this.label28.Name = "label28"; this.label28.TabIndex = 46; this.label28.Text = "Pixels :"; // // colorLbl // this.colorLbl.Name = "colorLbl"; this.colorLbl.TabIndex = 51; // // blueHistogram // this.blueHistogram.AllowSelection = true; this.blueHistogram.Color = System.Drawing.Color.Blue; this.blueHistogram.HistogramHeight = 90; this.blueHistogram.HistogramWidth = 150; this.blueHistogram.LogView = true; this.blueHistogram.Name = "blueHistogram"; this.blueHistogram.TabIndex = 59; this.blueHistogram.Text = "Bleu"; this.blueHistogram.SelectionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_SelectionChanged); this.blueHistogram.PositionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_PositionChanged); // // greenHistogram // this.greenHistogram.AllowSelection = true; this.greenHistogram.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.greenHistogram.HistogramHeight = 90; this.greenHistogram.HistogramWidth = 150; this.greenHistogram.LogView = true; this.greenHistogram.Name = "greenHistogram"; this.greenHistogram.TabIndex = 59; this.greenHistogram.Text = "Vert"; this.greenHistogram.SelectionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_SelectionChanged); this.greenHistogram.PositionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_PositionChanged); // // redHistogram // this.redHistogram.AllowSelection = true; this.redHistogram.Color = System.Drawing.Color.Red; this.redHistogram.HistogramHeight = 90; this.redHistogram.HistogramWidth = 150; this.redHistogram.LogView = true; this.redHistogram.Name = "redHistogram"; this.redHistogram.TabIndex = 59; this.redHistogram.Text = "Rouge"; this.redHistogram.SelectionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_SelectionChanged); this.redHistogram.PositionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_PositionChanged); // // RGBLHistogramUserControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.infosGB); this.Controls.Add(this.logCheck); this.Controls.Add(this.blueGB); this.Controls.Add(this.greenGB); this.Controls.Add(this.redGB); this.Name = "RGBLHistogramUserControl"; this.redGB.ResumeLayout(false); this.redGB.PerformLayout(); this.greenGB.ResumeLayout(false); this.greenGB.PerformLayout(); this.blueGB.ResumeLayout(false); this.blueGB.PerformLayout(); this.infosGB.ResumeLayout(false); this.infosGB.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private be.gaudry.photobrol.view.controls.histogram.Histogram redHistogram; private System.Windows.Forms.GroupBox redGB; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label redMedianLabel; private System.Windows.Forms.Label redMinLabel; private System.Windows.Forms.Label redMeanLabel; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label redMaxLabel; private System.Windows.Forms.Label redStdDevLabel; private System.Windows.Forms.GroupBox greenGB; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private be.gaudry.photobrol.view.controls.histogram.Histogram greenHistogram; private System.Windows.Forms.Label greenMedianLabel; private System.Windows.Forms.Label greenMinLabel; private System.Windows.Forms.Label greenMeanLabel; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label greenMaxLabel; private System.Windows.Forms.Label greenStdDevLabel; private System.Windows.Forms.GroupBox blueGB; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label18; private be.gaudry.photobrol.view.controls.histogram.Histogram blueHistogram; private System.Windows.Forms.Label blueMedianLabel; private System.Windows.Forms.Label blueMinLabel; private System.Windows.Forms.Label blueMeanLabel; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label blueMaxLabel; private System.Windows.Forms.Label blueStdDevLabel; private System.Windows.Forms.CheckBox logCheck; private System.Windows.Forms.Label mouseOverInfoLbl; private System.Windows.Forms.GroupBox infosGB; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label levelLabel; private System.Windows.Forms.Label countLabel; private System.Windows.Forms.Label label27; private System.Windows.Forms.Label percentileLabel; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label colorLbl; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1734495391 18/12/2024 05:16:31 |
| _ | 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.
Version en cache
18/12/2024 05:16:31 Cette version de la page est en cache (à la date du 18/12/2024 05:16:31) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 30/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-photobrol-source-rf-view/controls/RGBLHistogramUserControl.Designer.cs.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.