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 | 1732290419 22/11/2024 16:46:59 |
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/dialogs//KnownColorsDialog.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.