No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

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

  1. namespace be.gaudry.view.dialogs
  2. {
  3. partial class HSLDialog
  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.button2 = new System.Windows.Forms.Button();
  32. this.OK = new System.Windows.Forms.Button();
  33. this.blueLabel = new System.Windows.Forms.Label();
  34. this.greenLabel = new System.Windows.Forms.Label();
  35. this.redLabel = new System.Windows.Forms.Label();
  36. this.RGBPicBox = new System.Windows.Forms.PictureBox();
  37. this.lumText = new be.gaudry.view.controls.TextBoxDragDrop();
  38. this.satText = new be.gaudry.view.controls.TextBoxDragDrop();
  39. this.huePicBox = new System.Windows.Forms.PictureBox();
  40. this.hueText = new be.gaudry.view.controls.TextBoxDragDrop();
  41. this.hueSlider = new System.Windows.Forms.TrackBar();
  42. this.colorGB = new System.Windows.Forms.GroupBox();
  43. this.hueGB = new System.Windows.Forms.GroupBox();
  44. this.saturationGB = new System.Windows.Forms.GroupBox();
  45. this.satSlider = new System.Windows.Forms.TrackBar();
  46. this.satPicBox = new System.Windows.Forms.PictureBox();
  47. this.lumGB = new System.Windows.Forms.GroupBox();
  48. this.lumSlider = new System.Windows.Forms.TrackBar();
  49. this.lumPicBox = new System.Windows.Forms.PictureBox();
  50. ((System.ComponentModel.ISupportInitialize)(this.RGBPicBox)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.huePicBox)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.hueSlider)).BeginInit();
  53. this.colorGB.SuspendLayout();
  54. this.hueGB.SuspendLayout();
  55. this.saturationGB.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.satSlider)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.satPicBox)).BeginInit();
  58. this.lumGB.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.lumSlider)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.lumPicBox)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // button2
  64. //
  65. this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  66. this.button2.Location = new System.Drawing.Point(493, 236);
  67. this.button2.Name = "button2";
  68. this.button2.Size = new System.Drawing.Size(75, 23);
  69. this.button2.TabIndex = 38;
  70. this.button2.Text = "Cancel";
  71. //
  72. // OK
  73. //
  74. this.OK.DialogResult = System.Windows.Forms.DialogResult.OK;
  75. this.OK.Location = new System.Drawing.Point(493, 207);
  76. this.OK.Name = "OK";
  77. this.OK.Size = new System.Drawing.Size(75, 23);
  78. this.OK.TabIndex = 37;
  79. this.OK.Text = "OK";
  80. //
  81. // blueLabel
  82. //
  83. this.blueLabel.Location = new System.Drawing.Point(6, 138);
  84. this.blueLabel.Name = "blueLabel";
  85. this.blueLabel.Size = new System.Drawing.Size(112, 23);
  86. this.blueLabel.TabIndex = 36;
  87. this.blueLabel.Text = "Bleu :";
  88. this.blueLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  89. //
  90. // greenLabel
  91. //
  92. this.greenLabel.Location = new System.Drawing.Point(6, 106);
  93. this.greenLabel.Name = "greenLabel";
  94. this.greenLabel.Size = new System.Drawing.Size(112, 23);
  95. this.greenLabel.TabIndex = 35;
  96. this.greenLabel.Text = "Vert :";
  97. this.greenLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  98. //
  99. // redLabel
  100. //
  101. this.redLabel.Location = new System.Drawing.Point(6, 74);
  102. this.redLabel.Name = "redLabel";
  103. this.redLabel.Size = new System.Drawing.Size(112, 23);
  104. this.redLabel.TabIndex = 34;
  105. this.redLabel.Text = "Rouge :";
  106. this.redLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  107. //
  108. // RGBPicBox
  109. //
  110. this.RGBPicBox.Location = new System.Drawing.Point(9, 22);
  111. this.RGBPicBox.Name = "RGBPicBox";
  112. this.RGBPicBox.Size = new System.Drawing.Size(42, 37);
  113. this.RGBPicBox.TabIndex = 32;
  114. this.RGBPicBox.TabStop = false;
  115. //
  116. // lumText
  117. //
  118. this.lumText.Location = new System.Drawing.Point(373, 11);
  119. this.lumText.Name = "lumText";
  120. this.lumText.Size = new System.Drawing.Size(56, 20);
  121. this.lumText.TabIndex = 30;
  122. this.lumText.Text = "0";
  123. this.lumText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.lumText_KeyPress);
  124. //
  125. // satText
  126. //
  127. this.satText.Location = new System.Drawing.Point(372, 11);
  128. this.satText.Name = "satText";
  129. this.satText.Size = new System.Drawing.Size(56, 20);
  130. this.satText.TabIndex = 26;
  131. this.satText.Text = "0";
  132. this.satText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.satText_KeyPress);
  133. //
  134. // huePicBox
  135. //
  136. this.huePicBox.Location = new System.Drawing.Point(6, 16);
  137. this.huePicBox.Name = "huePicBox";
  138. this.huePicBox.Size = new System.Drawing.Size(360, 10);
  139. this.huePicBox.TabIndex = 23;
  140. this.huePicBox.TabStop = false;
  141. //
  142. // hueText
  143. //
  144. this.hueText.Location = new System.Drawing.Point(372, 11);
  145. this.hueText.Name = "hueText";
  146. this.hueText.Size = new System.Drawing.Size(56, 20);
  147. this.hueText.TabIndex = 22;
  148. this.hueText.Text = "180";
  149. this.hueText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.hueText_KeyPress);
  150. //
  151. // hueSlider
  152. //
  153. this.hueSlider.Location = new System.Drawing.Point(0, 32);
  154. this.hueSlider.Maximum = 360;
  155. this.hueSlider.Name = "hueSlider";
  156. this.hueSlider.Size = new System.Drawing.Size(375, 45);
  157. this.hueSlider.TabIndex = 20;
  158. this.hueSlider.TickFrequency = 5;
  159. this.hueSlider.TickStyle = System.Windows.Forms.TickStyle.Both;
  160. this.hueSlider.Value = 180;
  161. this.hueSlider.ValueChanged += new System.EventHandler(this.changeHueAction);
  162. //
  163. // colorGB
  164. //
  165. this.colorGB.Controls.Add(this.redLabel);
  166. this.colorGB.Controls.Add(this.RGBPicBox);
  167. this.colorGB.Controls.Add(this.greenLabel);
  168. this.colorGB.Controls.Add(this.blueLabel);
  169. this.colorGB.Location = new System.Drawing.Point(444, 4);
  170. this.colorGB.Name = "colorGB";
  171. this.colorGB.Size = new System.Drawing.Size(124, 196);
  172. this.colorGB.TabIndex = 39;
  173. this.colorGB.TabStop = false;
  174. this.colorGB.Text = "Couleur";
  175. //
  176. // hueGB
  177. //
  178. this.hueGB.Controls.Add(this.hueSlider);
  179. this.hueGB.Controls.Add(this.hueText);
  180. this.hueGB.Controls.Add(this.huePicBox);
  181. this.hueGB.Location = new System.Drawing.Point(3, 4);
  182. this.hueGB.Name = "hueGB";
  183. this.hueGB.Size = new System.Drawing.Size(435, 80);
  184. this.hueGB.TabIndex = 40;
  185. this.hueGB.TabStop = false;
  186. this.hueGB.Text = "Teinte";
  187. //
  188. // saturationGB
  189. //
  190. this.saturationGB.Controls.Add(this.satSlider);
  191. this.saturationGB.Controls.Add(this.satPicBox);
  192. this.saturationGB.Controls.Add(this.satText);
  193. this.saturationGB.Location = new System.Drawing.Point(3, 89);
  194. this.saturationGB.Name = "saturationGB";
  195. this.saturationGB.Size = new System.Drawing.Size(435, 80);
  196. this.saturationGB.TabIndex = 41;
  197. this.saturationGB.TabStop = false;
  198. this.saturationGB.Text = "Saturation";
  199. //
  200. // satSlider
  201. //
  202. this.satSlider.Location = new System.Drawing.Point(0, 33);
  203. this.satSlider.Maximum = 100;
  204. this.satSlider.Name = "satSlider";
  205. this.satSlider.Size = new System.Drawing.Size(375, 45);
  206. this.satSlider.TabIndex = 20;
  207. this.satSlider.TickFrequency = 5;
  208. this.satSlider.TickStyle = System.Windows.Forms.TickStyle.Both;
  209. this.satSlider.Value = 50;
  210. this.satSlider.ValueChanged += new System.EventHandler(this.changeSatAction);
  211. //
  212. // satPicBox
  213. //
  214. this.satPicBox.Location = new System.Drawing.Point(6, 16);
  215. this.satPicBox.Name = "satPicBox";
  216. this.satPicBox.Size = new System.Drawing.Size(360, 10);
  217. this.satPicBox.TabIndex = 23;
  218. this.satPicBox.TabStop = false;
  219. //
  220. // lumGB
  221. //
  222. this.lumGB.Controls.Add(this.lumSlider);
  223. this.lumGB.Controls.Add(this.lumPicBox);
  224. this.lumGB.Controls.Add(this.lumText);
  225. this.lumGB.Location = new System.Drawing.Point(3, 174);
  226. this.lumGB.Name = "lumGB";
  227. this.lumGB.Size = new System.Drawing.Size(435, 80);
  228. this.lumGB.TabIndex = 41;
  229. this.lumGB.TabStop = false;
  230. this.lumGB.Text = "Luminosité";
  231. //
  232. // lumSlider
  233. //
  234. this.lumSlider.Location = new System.Drawing.Point(0, 33);
  235. this.lumSlider.Maximum = 100;
  236. this.lumSlider.Name = "lumSlider";
  237. this.lumSlider.Size = new System.Drawing.Size(375, 45);
  238. this.lumSlider.TabIndex = 20;
  239. this.lumSlider.TickFrequency = 5;
  240. this.lumSlider.TickStyle = System.Windows.Forms.TickStyle.Both;
  241. this.lumSlider.Value = 50;
  242. this.lumSlider.ValueChanged += new System.EventHandler(this.changeLumAction);
  243. //
  244. // lumPicBox
  245. //
  246. this.lumPicBox.Location = new System.Drawing.Point(6, 16);
  247. this.lumPicBox.Name = "lumPicBox";
  248. this.lumPicBox.Size = new System.Drawing.Size(360, 10);
  249. this.lumPicBox.TabIndex = 23;
  250. this.lumPicBox.TabStop = false;
  251. //
  252. // HSLDialog
  253. //
  254. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  255. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  256. this.ClientSize = new System.Drawing.Size(575, 262);
  257. this.Controls.Add(this.lumGB);
  258. this.Controls.Add(this.saturationGB);
  259. this.Controls.Add(this.hueGB);
  260. this.Controls.Add(this.colorGB);
  261. this.Controls.Add(this.button2);
  262. this.Controls.Add(this.OK);
  263. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  264. this.Name = "HSLDialog";
  265. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  266. this.Text = "Balance TSL des couleurs";
  267. ((System.ComponentModel.ISupportInitialize)(this.RGBPicBox)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.huePicBox)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.hueSlider)).EndInit();
  270. this.colorGB.ResumeLayout(false);
  271. this.hueGB.ResumeLayout(false);
  272. this.hueGB.PerformLayout();
  273. this.saturationGB.ResumeLayout(false);
  274. this.saturationGB.PerformLayout();
  275. ((System.ComponentModel.ISupportInitialize)(this.satSlider)).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.satPicBox)).EndInit();
  277. this.lumGB.ResumeLayout(false);
  278. this.lumGB.PerformLayout();
  279. ((System.ComponentModel.ISupportInitialize)(this.lumSlider)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.lumPicBox)).EndInit();
  281. this.ResumeLayout(false);
  282.  
  283. }
  284.  
  285. #endregion
  286.  
  287. private System.Windows.Forms.Button button2;
  288. private System.Windows.Forms.Button OK;
  289. private System.Windows.Forms.Label blueLabel;
  290. private System.Windows.Forms.Label greenLabel;
  291. private System.Windows.Forms.Label redLabel;
  292. private System.Windows.Forms.PictureBox RGBPicBox;
  293. private be.gaudry.view.controls.TextBoxDragDrop lumText;
  294. private be.gaudry.view.controls.TextBoxDragDrop satText;
  295. private System.Windows.Forms.PictureBox huePicBox;
  296. private be.gaudry.view.controls.TextBoxDragDrop hueText;
  297. private System.Windows.Forms.TrackBar hueSlider;
  298. private System.Windows.Forms.GroupBox colorGB;
  299. private System.Windows.Forms.GroupBox hueGB;
  300. private System.Windows.Forms.GroupBox saturationGB;
  301. private System.Windows.Forms.GroupBox lumGB;
  302. private System.Windows.Forms.TrackBar lumSlider;
  303. private System.Windows.Forms.PictureBox lumPicBox;
  304. private System.Windows.Forms.TrackBar satSlider;
  305. private System.Windows.Forms.PictureBox satPicBox;
  306. }
  307. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/dialogs/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1715603463 13/05/2024 14:31:03
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/dialogs/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csTrackIntParameterDialog.cs4.2 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csHSLDialog.cs8.25 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csExceptionDialog.cs3.58 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csVersionForm.Designer.cs6.72 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxCriticalExceptionDialog.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxTrackFloatParameterDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsDialog.designer.cs5.12 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csExceptionDialog.Designer.cs6.2 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxCustomOpenResultFileDialog.resx6.06 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxVersionForm.resx42.91 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csAboutBrolDevlDialog.Designer.cs2.24 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxDGVLayoutOptionsDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxInfobrolForm.resx40.95 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csTrackFloatParameterDialog.cs2.41 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxUpdateDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csCustomOpenResultFileDialog.Designer.cs7.44 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csCriticalExceptionDialog.Designer.cs8.88 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csTrackIntParameterDialog.Designer.cs8.02 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsDialog.cs1.05 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csUpdateDialog.Designer.cs2.02 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csUpdateDialog.cs360 octets31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csAboutBrolDevlDialog.cs230 octets31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csCustomOpenResultFileDialog.cs4.84 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxExceptionDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxHSLDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxAboutBrolDevlDialog.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csTrackFloatParameterDialog.Designer.cs6.31 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxResizeDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csHSLDialog.Designer.cs14.28 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csResizeDialog.cs1.09 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csCriticalExceptionDialog.cs1.87 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csVersionForm.cs1.16 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxTrackIntParameterDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csInfobrolForm.cs198 octets31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csInfobrolForm.Designer.cs2.45 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csResizeDialog.Designer.cs5.3 Ko31/10/2018 18:33:14-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.

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 16/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-broldev-source-rf-view/dialogs/HSLDialog.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.