HistogramUserControl. Designer. cs
Description du code
HistogramUserControl.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# (HistogramUserControl.Designer.cs) (340 lignes)
namespace be.gaudry.photobrol.view.controls { partial class HistogramUserControl { /// <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.panel1.SuspendLayout(); this.mouseOverGB.SuspendLayout(); this.statisticsGB.SuspendLayout(); this.SuspendLayout(); // // logCheck // this.logCheck.AutoSize = true; this.logCheck.Name = "logCheck"; this.logCheck.TabIndex = 57; this.logCheck.Text = "Logarithmique"; // // label1 // this.label1.Name = "label1"; this.label1.TabIndex = 55; this.label1.Text = "Couche :"; // // channelCombo // this.channelCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.channelCombo.Name = "channelCombo"; this.channelCombo.TabIndex = 56; this.channelCombo.SelectedValueChanged += new System.EventHandler(this.channelCombo_SelectedIndexChanged); // // maxLabel // this.maxLabel.Name = "maxLabel"; this.maxLabel.TabIndex = 54; this.maxLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // minLabel // this.minLabel.Name = "minLabel"; this.minLabel.TabIndex = 53; this.minLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label9 // this.label9.AutoSize = true; this.label9.Name = "label9"; this.label9.TabIndex = 52; this.label9.Text = "Maximum :"; // // label8 // this.label8.AutoSize = true; this.label8.Name = "label8"; this.label8.TabIndex = 51; this.label8.Text = "Minimum :"; // // percentileLabel // this.percentileLabel.Name = "percentileLabel"; this.percentileLabel.TabIndex = 50; // // countLabel // this.countLabel.Name = "countLabel"; this.countLabel.TabIndex = 49; // // levelLabel // this.levelLabel.Name = "levelLabel"; this.levelLabel.TabIndex = 48; // // label7 // this.label7.AutoSize = true; this.label7.Name = "label7"; this.label7.TabIndex = 47; this.label7.Text = "Pourcentage :"; // // label6 // this.label6.AutoSize = true; this.label6.Name = "label6"; this.label6.TabIndex = 46; this.label6.Text = "Pixels :"; // // label5 // this.label5.AutoSize = true; this.label5.Name = "label5"; this.label5.TabIndex = 45; this.label5.Text = "Niveau :"; // // medianLabel // this.medianLabel.Name = "medianLabel"; this.medianLabel.TabIndex = 44; this.medianLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.AutoSize = true; this.label4.Name = "label4"; this.label4.TabIndex = 43; this.label4.Text = "Médianne :"; // // stdDevLabel // this.stdDevLabel.Name = "stdDevLabel"; this.stdDevLabel.TabIndex = 42; this.stdDevLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.AutoSize = true; this.label3.Name = "label3"; this.label3.TabIndex = 41; this.label3.Text = "Ecart type :"; // // meanLabel // this.meanLabel.Name = "meanLabel"; this.meanLabel.TabIndex = 40; this.meanLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label2 // this.label2.AutoSize = true; this.label2.Name = "label2"; this.label2.TabIndex = 39; this.label2.Text = "Moyenne :"; // // panel1 // this.panel1.Controls.Add(this.mouseOverGB); this.panel1.Controls.Add(this.statisticsGB); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.histogram); this.panel1.Controls.Add(this.logCheck); this.panel1.Controls.Add(this.channelCombo); this.panel1.Name = "panel1"; this.panel1.TabIndex = 59; // // mouseOverGB // this.mouseOverGB.Controls.Add(this.mouseOverInfoLbl); this.mouseOverGB.Controls.Add(this.label5); this.mouseOverGB.Controls.Add(this.levelLabel); this.mouseOverGB.Controls.Add(this.countLabel); this.mouseOverGB.Controls.Add(this.label7); this.mouseOverGB.Controls.Add(this.percentileLabel); this.mouseOverGB.Controls.Add(this.label6); this.mouseOverGB.Name = "mouseOverGB"; this.mouseOverGB.TabIndex = 60; this.mouseOverGB.TabStop = false; this.mouseOverGB.Text = "Survol"; // // mouseOverInfoLbl // 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."; // // statisticsGB // this.statisticsGB.Controls.Add(this.label2); this.statisticsGB.Controls.Add(this.label8); this.statisticsGB.Controls.Add(this.label9); this.statisticsGB.Controls.Add(this.medianLabel); this.statisticsGB.Controls.Add(this.minLabel); this.statisticsGB.Controls.Add(this.meanLabel); this.statisticsGB.Controls.Add(this.label4); this.statisticsGB.Controls.Add(this.label3); this.statisticsGB.Controls.Add(this.maxLabel); this.statisticsGB.Controls.Add(this.stdDevLabel); this.statisticsGB.Name = "statisticsGB"; this.statisticsGB.TabIndex = 59; this.statisticsGB.TabStop = false; this.statisticsGB.Text = "Statistiques"; // // histogram // this.histogram.AllowSelection = true; this.histogram.LogView = true; this.histogram.Name = "histogram"; this.histogram.TabIndex = 58; this.histogram.Text = "histogram1"; this.histogram.SelectionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_SelectionChanged); this.histogram.PositionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_PositionChanged); // // HistogramUserControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.Controls.Add(this.panel1); this.Name = "HistogramUserControl"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.mouseOverGB.ResumeLayout(false); this.mouseOverGB.PerformLayout(); this.statisticsGB.ResumeLayout(false); this.statisticsGB.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.CheckBox logCheck; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox channelCombo; private System.Windows.Forms.Label maxLabel; private System.Windows.Forms.Label minLabel; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label percentileLabel; private System.Windows.Forms.Label countLabel; private System.Windows.Forms.Label levelLabel; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label medianLabel; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label stdDevLabel; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label meanLabel; private System.Windows.Forms.Label label2; private be.gaudry.photobrol.view.controls.histogram.Histogram histogram; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox mouseOverGB; private System.Windows.Forms.GroupBox statisticsGB; private System.Windows.Forms.Label mouseOverInfoLbl; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1732561274 25/11/2024 20:01:14 |
| _ | 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.
English translation
You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.
Thank you in advance.
Document created the 30/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-photobrol-source-rf-view/controls//HistogramUserControl.Designer.cs.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.