KnownColorsDialog.Designer.cs
Description du code
KnownColorsDialog.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# (KnownColorsDialog.Designer.cs) (128 lignes)
namespace be.gaudry.photobrol.view.dialogs { partial class KnownColorsDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { ((System.ComponentModel.ISupportInitialize)(this.colorsDGV)).BeginInit(); this.SuspendLayout(); // // colorsDGV // this.colorsDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.colorName, this.redValue, this.greenValue, this.blueValue, this.alphaValue, this.brightnessValue, this.hueValue, this.saturationValue}); this.colorsDGV.Dock = System.Windows.Forms.DockStyle.Fill; this.colorsDGV.Name = "colorsDGV"; this.colorsDGV.RowHeadersVisible = false; this.colorsDGV.ShowEditingIcon = false; this.colorsDGV.TabIndex = 1; // // colorName // this.colorName.HeaderText = "Nom"; this.colorName.Name = "colorName"; // // redValue // this.redValue.HeaderText = "Rouge"; this.redValue.Name = "redValue"; // // greenValue // this.greenValue.HeaderText = "Vert"; this.greenValue.Name = "greenValue"; // // blueValue // this.blueValue.HeaderText = "Bleu"; this.blueValue.Name = "blueValue"; // // alphaValue // this.alphaValue.HeaderText = "Alpha"; this.alphaValue.Name = "alphaValue"; // // brightnessValue // this.brightnessValue.HeaderText = "Luminosité"; this.brightnessValue.Name = "brightnessValue"; // // hueValue // this.hueValue.HeaderText = "Teinte"; this.hueValue.Name = "hueValue"; // // saturationValue // this.saturationValue.HeaderText = "Saturation"; this.saturationValue.Name = "saturationValue"; // // KnownColorsDialog // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.colorsDGV); this.Name = "KnownColorsDialog"; this.Text = "KnownColorsDialog"; ((System.ComponentModel.ISupportInitialize)(this.colorsDGV)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView colorsDGV; private System.Windows.Forms.DataGridViewTextBoxColumn colorName; private System.Windows.Forms.DataGridViewTextBoxColumn redValue; private System.Windows.Forms.DataGridViewTextBoxColumn greenValue; private System.Windows.Forms.DataGridViewTextBoxColumn blueValue; private System.Windows.Forms.DataGridViewTextBoxColumn alphaValue; private System.Windows.Forms.DataGridViewTextBoxColumn brightnessValue; private System.Windows.Forms.DataGridViewTextBoxColumn hueValue; private System.Windows.Forms.DataGridViewTextBoxColumn saturationValue; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Pas de sous-répertoires. | |||
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1738464687 02/02/2025 03:51:27 |
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
02/02/2025 03:51:27 Cette version de la page est en cache (à la date du 02/02/2025 03:51:27) 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/dialogs/KnownColorsDialog.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.