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.

HistogramUserControl. Designer. cs

Description du code

HistogramUserControl.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.controls
  2. {
  3. partial class HistogramUserControl
  4. {
  5. /// <summary>
  6. /// Variable nécessaire au concepteur.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Nettoyage des ressources utilisées.
  12. /// </summary>
  13. /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, 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 Code généré par le Concepteur de composants
  24.  
  25. /// <summary>
  26. /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  27. /// le contenu de cette méthode avec l'éditeur de code.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.logCheck = new System.Windows.Forms.CheckBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.channelCombo = new System.Windows.Forms.ComboBox();
  34. this.maxLabel = new System.Windows.Forms.Label();
  35. this.minLabel = new System.Windows.Forms.Label();
  36. this.label9 = new System.Windows.Forms.Label();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.percentileLabel = new System.Windows.Forms.Label();
  39. this.countLabel = new System.Windows.Forms.Label();
  40. this.levelLabel = new System.Windows.Forms.Label();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.medianLabel = new System.Windows.Forms.Label();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.stdDevLabel = new System.Windows.Forms.Label();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.meanLabel = new System.Windows.Forms.Label();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.panel1 = new System.Windows.Forms.Panel();
  51. this.mouseOverGB = new System.Windows.Forms.GroupBox();
  52. this.mouseOverInfoLbl = new System.Windows.Forms.Label();
  53. this.statisticsGB = new System.Windows.Forms.GroupBox();
  54. this.histogram = new be.gaudry.photobrol.view.controls.histogram.Histogram();
  55. this.panel1.SuspendLayout();
  56. this.mouseOverGB.SuspendLayout();
  57. this.statisticsGB.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // logCheck
  61. //
  62. this.logCheck.AutoSize = true;
  63. this.logCheck.Checked = true;
  64. this.logCheck.CheckState = System.Windows.Forms.CheckState.Checked;
  65. this.logCheck.Location = new System.Drawing.Point(58, 28);
  66. this.logCheck.Name = "logCheck";
  67. this.logCheck.Size = new System.Drawing.Size(92, 17);
  68. this.logCheck.TabIndex = 57;
  69. this.logCheck.Text = "Logarithmique";
  70. this.logCheck.CheckedChanged += new System.EventHandler(this.logCheck_CheckedChanged);
  71. //
  72. // label1
  73. //
  74. this.label1.Location = new System.Drawing.Point(3, 9);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(51, 16);
  77. this.label1.TabIndex = 55;
  78. this.label1.Text = "Couche :";
  79. //
  80. // channelCombo
  81. //
  82. this.channelCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  83. this.channelCombo.Location = new System.Drawing.Point(58, 5);
  84. this.channelCombo.Name = "channelCombo";
  85. this.channelCombo.Size = new System.Drawing.Size(206, 21);
  86. this.channelCombo.TabIndex = 56;
  87. this.channelCombo.SelectedValueChanged += new System.EventHandler(this.channelCombo_SelectedIndexChanged);
  88. //
  89. // maxLabel
  90. //
  91. this.maxLabel.Location = new System.Drawing.Point(71, 96);
  92. this.maxLabel.Name = "maxLabel";
  93. this.maxLabel.Size = new System.Drawing.Size(40, 14);
  94. this.maxLabel.TabIndex = 54;
  95. this.maxLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  96. //
  97. // minLabel
  98. //
  99. this.minLabel.Location = new System.Drawing.Point(71, 76);
  100. this.minLabel.Name = "minLabel";
  101. this.minLabel.Size = new System.Drawing.Size(40, 14);
  102. this.minLabel.TabIndex = 53;
  103. this.minLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  104. //
  105. // label9
  106. //
  107. this.label9.AutoSize = true;
  108. this.label9.Location = new System.Drawing.Point(7, 96);
  109. this.label9.Name = "label9";
  110. this.label9.Size = new System.Drawing.Size(57, 13);
  111. this.label9.TabIndex = 52;
  112. this.label9.Text = "Maximum :";
  113. //
  114. // label8
  115. //
  116. this.label8.AutoSize = true;
  117. this.label8.Location = new System.Drawing.Point(7, 76);
  118. this.label8.Name = "label8";
  119. this.label8.Size = new System.Drawing.Size(54, 13);
  120. this.label8.TabIndex = 51;
  121. this.label8.Text = "Minimum :";
  122. //
  123. // percentileLabel
  124. //
  125. this.percentileLabel.Location = new System.Drawing.Point(79, 57);
  126. this.percentileLabel.Name = "percentileLabel";
  127. this.percentileLabel.Size = new System.Drawing.Size(60, 15);
  128. this.percentileLabel.TabIndex = 50;
  129. //
  130. // countLabel
  131. //
  132. this.countLabel.Location = new System.Drawing.Point(79, 37);
  133. this.countLabel.Name = "countLabel";
  134. this.countLabel.Size = new System.Drawing.Size(60, 15);
  135. this.countLabel.TabIndex = 49;
  136. //
  137. // levelLabel
  138. //
  139. this.levelLabel.Location = new System.Drawing.Point(79, 17);
  140. this.levelLabel.Name = "levelLabel";
  141. this.levelLabel.Size = new System.Drawing.Size(60, 15);
  142. this.levelLabel.TabIndex = 48;
  143. //
  144. // label7
  145. //
  146. this.label7.AutoSize = true;
  147. this.label7.Location = new System.Drawing.Point(6, 57);
  148. this.label7.Name = "label7";
  149. this.label7.Size = new System.Drawing.Size(74, 13);
  150. this.label7.TabIndex = 47;
  151. this.label7.Text = "Pourcentage :";
  152. //
  153. // label6
  154. //
  155. this.label6.AutoSize = true;
  156. this.label6.Location = new System.Drawing.Point(6, 37);
  157. this.label6.Name = "label6";
  158. this.label6.Size = new System.Drawing.Size(40, 13);
  159. this.label6.TabIndex = 46;
  160. this.label6.Text = "Pixels :";
  161. //
  162. // label5
  163. //
  164. this.label5.AutoSize = true;
  165. this.label5.Location = new System.Drawing.Point(6, 17);
  166. this.label5.Name = "label5";
  167. this.label5.Size = new System.Drawing.Size(47, 13);
  168. this.label5.TabIndex = 45;
  169. this.label5.Text = "Niveau :";
  170. //
  171. // medianLabel
  172. //
  173. this.medianLabel.Location = new System.Drawing.Point(71, 56);
  174. this.medianLabel.Name = "medianLabel";
  175. this.medianLabel.Size = new System.Drawing.Size(40, 14);
  176. this.medianLabel.TabIndex = 44;
  177. this.medianLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  178. //
  179. // label4
  180. //
  181. this.label4.AutoSize = true;
  182. this.label4.Location = new System.Drawing.Point(7, 56);
  183. this.label4.Name = "label4";
  184. this.label4.Size = new System.Drawing.Size(60, 13);
  185. this.label4.TabIndex = 43;
  186. this.label4.Text = "Médianne :";
  187. //
  188. // stdDevLabel
  189. //
  190. this.stdDevLabel.Location = new System.Drawing.Point(71, 36);
  191. this.stdDevLabel.Name = "stdDevLabel";
  192. this.stdDevLabel.Size = new System.Drawing.Size(40, 14);
  193. this.stdDevLabel.TabIndex = 42;
  194. this.stdDevLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  195. //
  196. // label3
  197. //
  198. this.label3.AutoSize = true;
  199. this.label3.Location = new System.Drawing.Point(7, 36);
  200. this.label3.Name = "label3";
  201. this.label3.Size = new System.Drawing.Size(61, 13);
  202. this.label3.TabIndex = 41;
  203. this.label3.Text = "Ecart type :";
  204. //
  205. // meanLabel
  206. //
  207. this.meanLabel.Location = new System.Drawing.Point(71, 16);
  208. this.meanLabel.Name = "meanLabel";
  209. this.meanLabel.Size = new System.Drawing.Size(40, 14);
  210. this.meanLabel.TabIndex = 40;
  211. this.meanLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  212. //
  213. // label2
  214. //
  215. this.label2.AutoSize = true;
  216. this.label2.Location = new System.Drawing.Point(7, 16);
  217. this.label2.Name = "label2";
  218. this.label2.Size = new System.Drawing.Size(57, 13);
  219. this.label2.TabIndex = 39;
  220. this.label2.Text = "Moyenne :";
  221. //
  222. // panel1
  223. //
  224. this.panel1.Controls.Add(this.mouseOverGB);
  225. this.panel1.Controls.Add(this.statisticsGB);
  226. this.panel1.Controls.Add(this.label1);
  227. this.panel1.Controls.Add(this.histogram);
  228. this.panel1.Controls.Add(this.logCheck);
  229. this.panel1.Controls.Add(this.channelCombo);
  230. this.panel1.Location = new System.Drawing.Point(3, 3);
  231. this.panel1.Name = "panel1";
  232. this.panel1.Size = new System.Drawing.Size(296, 313);
  233. this.panel1.TabIndex = 59;
  234. //
  235. // mouseOverGB
  236. //
  237. this.mouseOverGB.Controls.Add(this.mouseOverInfoLbl);
  238. this.mouseOverGB.Controls.Add(this.label5);
  239. this.mouseOverGB.Controls.Add(this.levelLabel);
  240. this.mouseOverGB.Controls.Add(this.countLabel);
  241. this.mouseOverGB.Controls.Add(this.label7);
  242. this.mouseOverGB.Controls.Add(this.percentileLabel);
  243. this.mouseOverGB.Controls.Add(this.label6);
  244. this.mouseOverGB.Location = new System.Drawing.Point(131, 199);
  245. this.mouseOverGB.Name = "mouseOverGB";
  246. this.mouseOverGB.Size = new System.Drawing.Size(150, 109);
  247. this.mouseOverGB.TabIndex = 60;
  248. this.mouseOverGB.TabStop = false;
  249. this.mouseOverGB.Text = "Survol";
  250. //
  251. // mouseOverInfoLbl
  252. //
  253. this.mouseOverInfoLbl.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  254. this.mouseOverInfoLbl.Location = new System.Drawing.Point(3, 16);
  255. this.mouseOverInfoLbl.Name = "mouseOverInfoLbl";
  256. this.mouseOverInfoLbl.Size = new System.Drawing.Size(144, 90);
  257. this.mouseOverInfoLbl.TabIndex = 51;
  258. this.mouseOverInfoLbl.Text = "Déplacez le pointeur au dessus de l\'histogramme pour afficher ces valeurs.\r\nVous " +
  259. "pouvez aussi sélectionner une plage de valeurs.";
  260. //
  261. // statisticsGB
  262. //
  263. this.statisticsGB.Controls.Add(this.label2);
  264. this.statisticsGB.Controls.Add(this.label8);
  265. this.statisticsGB.Controls.Add(this.label9);
  266. this.statisticsGB.Controls.Add(this.medianLabel);
  267. this.statisticsGB.Controls.Add(this.minLabel);
  268. this.statisticsGB.Controls.Add(this.meanLabel);
  269. this.statisticsGB.Controls.Add(this.label4);
  270. this.statisticsGB.Controls.Add(this.label3);
  271. this.statisticsGB.Controls.Add(this.maxLabel);
  272. this.statisticsGB.Controls.Add(this.stdDevLabel);
  273. this.statisticsGB.Location = new System.Drawing.Point(6, 199);
  274. this.statisticsGB.Name = "statisticsGB";
  275. this.statisticsGB.Size = new System.Drawing.Size(119, 111);
  276. this.statisticsGB.TabIndex = 59;
  277. this.statisticsGB.TabStop = false;
  278. this.statisticsGB.Text = "Statistiques";
  279. //
  280. // histogram
  281. //
  282. this.histogram.AllowSelection = true;
  283. this.histogram.Location = new System.Drawing.Point(6, 42);
  284. this.histogram.LogView = true;
  285. this.histogram.Name = "histogram";
  286. this.histogram.Size = new System.Drawing.Size(275, 162);
  287. this.histogram.TabIndex = 58;
  288. this.histogram.Text = "histogram1";
  289. this.histogram.MouseLeave += new System.EventHandler(this.histogram_MouseLeave);
  290. this.histogram.SelectionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_SelectionChanged);
  291. this.histogram.MouseEnter += new System.EventHandler(this.histogram_MouseEnter);
  292. this.histogram.PositionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_PositionChanged);
  293. //
  294. // HistogramUserControl
  295. //
  296. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  297. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  298. this.AutoScroll = true;
  299. this.Controls.Add(this.panel1);
  300. this.MinimumSize = new System.Drawing.Size(277, 313);
  301. this.Name = "HistogramUserControl";
  302. this.Size = new System.Drawing.Size(306, 316);
  303. this.panel1.ResumeLayout(false);
  304. this.panel1.PerformLayout();
  305. this.mouseOverGB.ResumeLayout(false);
  306. this.mouseOverGB.PerformLayout();
  307. this.statisticsGB.ResumeLayout(false);
  308. this.statisticsGB.PerformLayout();
  309. this.ResumeLayout(false);
  310.  
  311. }
  312.  
  313. #endregion
  314.  
  315. private System.Windows.Forms.CheckBox logCheck;
  316. private System.Windows.Forms.Label label1;
  317. private System.Windows.Forms.ComboBox channelCombo;
  318. private System.Windows.Forms.Label maxLabel;
  319. private System.Windows.Forms.Label minLabel;
  320. private System.Windows.Forms.Label label9;
  321. private System.Windows.Forms.Label label8;
  322. private System.Windows.Forms.Label percentileLabel;
  323. private System.Windows.Forms.Label countLabel;
  324. private System.Windows.Forms.Label levelLabel;
  325. private System.Windows.Forms.Label label7;
  326. private System.Windows.Forms.Label label6;
  327. private System.Windows.Forms.Label label5;
  328. private System.Windows.Forms.Label medianLabel;
  329. private System.Windows.Forms.Label label4;
  330. private System.Windows.Forms.Label stdDevLabel;
  331. private System.Windows.Forms.Label label3;
  332. private System.Windows.Forms.Label meanLabel;
  333. private System.Windows.Forms.Label label2;
  334. private be.gaudry.photobrol.view.controls.histogram.Histogram histogram;
  335. private System.Windows.Forms.Panel panel1;
  336. private System.Windows.Forms.GroupBox mouseOverGB;
  337. private System.Windows.Forms.GroupBox statisticsGB;
  338. private System.Windows.Forms.Label mouseOverInfoLbl;
  339. }
  340. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/photobrol/view/controls/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1717226677 01/06/2024 09:24:37
| _histogram0 octets1541007196 31/10/2018 18:33:16
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/photobrol/view/controls/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csRGBLHistogramUserControl.cs7.13 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csHistogramUserControl.Designer.cs15.78 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csCompressJpegUserControl.Designer.cs13.8 Ko31/10/2018 18:32:51-refusé-
Afficher le fichier .resx|.resxCompressJpegUserControl.resx5.68 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .resx|.resxRGBLHistogramUserControl.resx5.68 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csHistogramUserControl.cs6.31 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .resx|.resxHistogramUserControl.resx5.68 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csCompressJpegUserControl.cs3.77 Ko31/10/2018 18:32:51-refusé-
Afficher le fichier .cs|.csRGBLHistogramUserControl.Designer.cs29.94 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csImageEditorUserControl.cs41.8 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .resx|.resxImageEditorUserControl.resx17.34 Ko31/10/2018 18:32:52-refusé-
Afficher le fichier .cs|.csImageEditorUserControl.Designer.cs126.15 Ko31/10/2018 18:32:52-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 30/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-photobrol-source-rf-view/controls/HistogramUserControl.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.