HSLDialog.Designer.cs
Description du code
HSLDialog.Designer.cs est un fichier du projet BrolDev.Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/broldev/src/.
Projet BrolDev : Librairie de composants réutilisables pour les applications BrolDev en CSharp.
Code source ou contenu du fichier
Code c# (HSLDialog.Designer.cs) (307 lignes)
namespace be.gaudry.view.dialogs { partial class HSLDialog { /// <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.RGBPicBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.huePicBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.hueSlider)).BeginInit(); this.colorGB.SuspendLayout(); this.hueGB.SuspendLayout(); this.saturationGB.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.satSlider)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.satPicBox)).BeginInit(); this.lumGB.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lumSlider)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lumPicBox)).BeginInit(); this.SuspendLayout(); // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Name = "button2"; this.button2.TabIndex = 38; this.button2.Text = "Cancel"; // // OK // this.OK.DialogResult = System.Windows.Forms.DialogResult.OK; this.OK.Name = "OK"; this.OK.TabIndex = 37; this.OK.Text = "OK"; // // blueLabel // this.blueLabel.Name = "blueLabel"; this.blueLabel.TabIndex = 36; this.blueLabel.Text = "Bleu :"; this.blueLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // greenLabel // this.greenLabel.Name = "greenLabel"; this.greenLabel.TabIndex = 35; this.greenLabel.Text = "Vert :"; this.greenLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // redLabel // this.redLabel.Name = "redLabel"; this.redLabel.TabIndex = 34; this.redLabel.Text = "Rouge :"; this.redLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // RGBPicBox // this.RGBPicBox.Name = "RGBPicBox"; this.RGBPicBox.TabIndex = 32; this.RGBPicBox.TabStop = false; // // lumText // this.lumText.Name = "lumText"; this.lumText.TabIndex = 30; this.lumText.Text = "0"; // // satText // this.satText.Name = "satText"; this.satText.TabIndex = 26; this.satText.Text = "0"; // // huePicBox // this.huePicBox.Name = "huePicBox"; this.huePicBox.TabIndex = 23; this.huePicBox.TabStop = false; // // hueText // this.hueText.Name = "hueText"; this.hueText.TabIndex = 22; this.hueText.Text = "180"; // // hueSlider // this.hueSlider.Maximum = 360; this.hueSlider.Name = "hueSlider"; this.hueSlider.TabIndex = 20; this.hueSlider.TickFrequency = 5; this.hueSlider.TickStyle = System.Windows.Forms.TickStyle.Both; this.hueSlider.Value = 180; // // colorGB // this.colorGB.Controls.Add(this.redLabel); this.colorGB.Controls.Add(this.RGBPicBox); this.colorGB.Controls.Add(this.greenLabel); this.colorGB.Controls.Add(this.blueLabel); this.colorGB.Name = "colorGB"; this.colorGB.TabIndex = 39; this.colorGB.TabStop = false; this.colorGB.Text = "Couleur"; // // hueGB // this.hueGB.Controls.Add(this.hueSlider); this.hueGB.Controls.Add(this.hueText); this.hueGB.Controls.Add(this.huePicBox); this.hueGB.Name = "hueGB"; this.hueGB.TabIndex = 40; this.hueGB.TabStop = false; this.hueGB.Text = "Teinte"; // // saturationGB // this.saturationGB.Controls.Add(this.satSlider); this.saturationGB.Controls.Add(this.satPicBox); this.saturationGB.Controls.Add(this.satText); this.saturationGB.Name = "saturationGB"; this.saturationGB.TabIndex = 41; this.saturationGB.TabStop = false; this.saturationGB.Text = "Saturation"; // // satSlider // this.satSlider.Maximum = 100; this.satSlider.Name = "satSlider"; this.satSlider.TabIndex = 20; this.satSlider.TickFrequency = 5; this.satSlider.TickStyle = System.Windows.Forms.TickStyle.Both; this.satSlider.Value = 50; // // satPicBox // this.satPicBox.Name = "satPicBox"; this.satPicBox.TabIndex = 23; this.satPicBox.TabStop = false; // // lumGB // this.lumGB.Controls.Add(this.lumSlider); this.lumGB.Controls.Add(this.lumPicBox); this.lumGB.Controls.Add(this.lumText); this.lumGB.Name = "lumGB"; this.lumGB.TabIndex = 41; this.lumGB.TabStop = false; this.lumGB.Text = "Luminosité"; // // lumSlider // this.lumSlider.Maximum = 100; this.lumSlider.Name = "lumSlider"; this.lumSlider.TabIndex = 20; this.lumSlider.TickFrequency = 5; this.lumSlider.TickStyle = System.Windows.Forms.TickStyle.Both; this.lumSlider.Value = 50; // // lumPicBox // this.lumPicBox.Name = "lumPicBox"; this.lumPicBox.TabIndex = 23; this.lumPicBox.TabStop = false; // // HSLDialog // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lumGB); this.Controls.Add(this.saturationGB); this.Controls.Add(this.hueGB); this.Controls.Add(this.colorGB); this.Controls.Add(this.button2); this.Controls.Add(this.OK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "HSLDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Balance TSL des couleurs"; ((System.ComponentModel.ISupportInitialize)(this.RGBPicBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.huePicBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.hueSlider)).EndInit(); this.colorGB.ResumeLayout(false); this.hueGB.ResumeLayout(false); this.hueGB.PerformLayout(); this.saturationGB.ResumeLayout(false); this.saturationGB.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.satSlider)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.satPicBox)).EndInit(); this.lumGB.ResumeLayout(false); this.lumGB.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lumSlider)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lumPicBox)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button2; private System.Windows.Forms.Button OK; private System.Windows.Forms.Label blueLabel; private System.Windows.Forms.Label greenLabel; private System.Windows.Forms.Label redLabel; private System.Windows.Forms.PictureBox RGBPicBox; private be.gaudry.view.controls.TextBoxDragDrop lumText; private be.gaudry.view.controls.TextBoxDragDrop satText; private System.Windows.Forms.PictureBox huePicBox; private be.gaudry.view.controls.TextBoxDragDrop hueText; private System.Windows.Forms.TrackBar hueSlider; private System.Windows.Forms.GroupBox colorGB; private System.Windows.Forms.GroupBox hueGB; private System.Windows.Forms.GroupBox saturationGB; private System.Windows.Forms.GroupBox lumGB; private System.Windows.Forms.TrackBar lumSlider; private System.Windows.Forms.PictureBox lumPicBox; private System.Windows.Forms.TrackBar satSlider; private System.Windows.Forms.PictureBox satPicBox; } }
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 | 1730780817 05/11/2024 05:26:57 |
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 16/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-broldev-source-rf-view/dialogs//HSLDialog.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.