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 | 1732237153 22/11/2024 01:59:13 |
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/dialogs/KnownColorsDialog.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.