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

  1. namespace be.gaudry.photobrol.view.dialogs
  2. {
  3. partial class KnownColorsDialog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22.  
  23. #region Windows Form Designer generated code
  24.  
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.colorsDGV = new System.Windows.Forms.DataGridView();
  32. this.colorName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.redValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.greenValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.blueValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.alphaValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.brightnessValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.hueValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.saturationValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. ((System.ComponentModel.ISupportInitialize)(this.colorsDGV)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // colorsDGV
  44. //
  45. this.colorsDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  46. this.colorsDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  47. this.colorName,
  48. this.redValue,
  49. this.greenValue,
  50. this.blueValue,
  51. this.alphaValue,
  52. this.brightnessValue,
  53. this.hueValue,
  54. this.saturationValue});
  55. this.colorsDGV.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.colorsDGV.Location = new System.Drawing.Point(0, 0);
  57. this.colorsDGV.Name = "colorsDGV";
  58. this.colorsDGV.RowHeadersVisible = false;
  59. this.colorsDGV.ShowEditingIcon = false;
  60. this.colorsDGV.Size = new System.Drawing.Size(793, 532);
  61. this.colorsDGV.TabIndex = 1;
  62. //
  63. // colorName
  64. //
  65. this.colorName.HeaderText = "Nom";
  66. this.colorName.Name = "colorName";
  67. //
  68. // redValue
  69. //
  70. this.redValue.HeaderText = "Rouge";
  71. this.redValue.Name = "redValue";
  72. //
  73. // greenValue
  74. //
  75. this.greenValue.HeaderText = "Vert";
  76. this.greenValue.Name = "greenValue";
  77. //
  78. // blueValue
  79. //
  80. this.blueValue.HeaderText = "Bleu";
  81. this.blueValue.Name = "blueValue";
  82. //
  83. // alphaValue
  84. //
  85. this.alphaValue.HeaderText = "Alpha";
  86. this.alphaValue.Name = "alphaValue";
  87. //
  88. // brightnessValue
  89. //
  90. this.brightnessValue.HeaderText = "Luminosité";
  91. this.brightnessValue.Name = "brightnessValue";
  92. //
  93. // hueValue
  94. //
  95. this.hueValue.HeaderText = "Teinte";
  96. this.hueValue.Name = "hueValue";
  97. //
  98. // saturationValue
  99. //
  100. this.saturationValue.HeaderText = "Saturation";
  101. this.saturationValue.Name = "saturationValue";
  102. //
  103. // KnownColorsDialog
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.ClientSize = new System.Drawing.Size(793, 532);
  108. this.Controls.Add(this.colorsDGV);
  109. this.Name = "KnownColorsDialog";
  110. this.Text = "KnownColorsDialog";
  111. ((System.ComponentModel.ISupportInitialize)(this.colorsDGV)).EndInit();
  112. this.ResumeLayout(false);
  113.  
  114. }
  115.  
  116. #endregion
  117.  
  118. private System.Windows.Forms.DataGridView colorsDGV;
  119. private System.Windows.Forms.DataGridViewTextBoxColumn colorName;
  120. private System.Windows.Forms.DataGridViewTextBoxColumn redValue;
  121. private System.Windows.Forms.DataGridViewTextBoxColumn greenValue;
  122. private System.Windows.Forms.DataGridViewTextBoxColumn blueValue;
  123. private System.Windows.Forms.DataGridViewTextBoxColumn alphaValue;
  124. private System.Windows.Forms.DataGridViewTextBoxColumn brightnessValue;
  125. private System.Windows.Forms.DataGridViewTextBoxColumn hueValue;
  126. private System.Windows.Forms.DataGridViewTextBoxColumn saturationValue;
  127. }
  128. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/photobrol/view/dialogs/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1718126890 11/06/2024 19:28:10
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/photobrol/view/dialogs/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csKnownColorsDialog.cs1.33 Ko31/10/2018 18:32:53-refusé-
Afficher le fichier .cs|.csSaveImageDialog.cs2.46 Ko31/10/2018 18:32:53-refusé-
Afficher le fichier .resx|.resxAboutPhotobrolDialog.resx88.23 Ko31/10/2018 18:32:53-refusé-
Afficher le fichier .resx|.resxSaveImageDialog.resx5.68 Ko31/10/2018 18:32:53-refusé-
Afficher le fichier .cs|.csHistogramDialog.cs479 octets31/10/2018 18:32:53-refusé-
Afficher le fichier .cs|.csSaveImageDialog.Designer.cs4.8 Ko31/10/2018 18:32:53-refusé-
Afficher le fichier .cs|.csAboutPhotobrolDialog.cs387 octets31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csHistogramDialog.Designer.cs2.33 Ko31/10/2018 18:32:53-refusé-
Afficher le fichier .cs|.csAboutPhotobrolDialog.Designer.cs2.4 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .resx|.resxKnownColorsDialog.resx7.14 Ko31/10/2018 18:32:53-refusé-
Afficher le fichier .resx|.resxHistogramDialog.resx5.68 Ko31/10/2018 18:32:53-refusé-
Afficher le fichier .cs|.csKnownColorsDialog.Designer.cs5.26 Ko31/10/2018 18:32:53-refusé-

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.

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.