RGBLHistogramUserControl. Designer. cs

Description du code

RGBLHistogramUserControl.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 RGBLHistogramUserControl
  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.redGB = new System.Windows.Forms.GroupBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label8 = new System.Windows.Forms.Label();
  34. this.label9 = new System.Windows.Forms.Label();
  35. this.redMedianLabel = new System.Windows.Forms.Label();
  36. this.redMinLabel = new System.Windows.Forms.Label();
  37. this.redMeanLabel = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.redMaxLabel = new System.Windows.Forms.Label();
  41. this.redStdDevLabel = new System.Windows.Forms.Label();
  42. this.greenGB = new System.Windows.Forms.GroupBox();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label6 = new System.Windows.Forms.Label();
  46. this.greenMedianLabel = new System.Windows.Forms.Label();
  47. this.greenMinLabel = new System.Windows.Forms.Label();
  48. this.greenMeanLabel = new System.Windows.Forms.Label();
  49. this.label12 = new System.Windows.Forms.Label();
  50. this.label13 = new System.Windows.Forms.Label();
  51. this.greenMaxLabel = new System.Windows.Forms.Label();
  52. this.greenStdDevLabel = new System.Windows.Forms.Label();
  53. this.blueGB = new System.Windows.Forms.GroupBox();
  54. this.label16 = new System.Windows.Forms.Label();
  55. this.label17 = new System.Windows.Forms.Label();
  56. this.label18 = new System.Windows.Forms.Label();
  57. this.blueMedianLabel = new System.Windows.Forms.Label();
  58. this.blueMinLabel = new System.Windows.Forms.Label();
  59. this.blueMeanLabel = new System.Windows.Forms.Label();
  60. this.label22 = new System.Windows.Forms.Label();
  61. this.label23 = new System.Windows.Forms.Label();
  62. this.blueMaxLabel = new System.Windows.Forms.Label();
  63. this.blueStdDevLabel = new System.Windows.Forms.Label();
  64. this.logCheck = new System.Windows.Forms.CheckBox();
  65. this.infosGB = new System.Windows.Forms.GroupBox();
  66. this.mouseOverInfoLbl = new System.Windows.Forms.Label();
  67. this.label26 = new System.Windows.Forms.Label();
  68. this.levelLabel = new System.Windows.Forms.Label();
  69. this.countLabel = new System.Windows.Forms.Label();
  70. this.label27 = new System.Windows.Forms.Label();
  71. this.percentileLabel = new System.Windows.Forms.Label();
  72. this.label28 = new System.Windows.Forms.Label();
  73. this.colorLbl = new System.Windows.Forms.Label();
  74. this.blueHistogram = new be.gaudry.photobrol.view.controls.histogram.Histogram();
  75. this.greenHistogram = new be.gaudry.photobrol.view.controls.histogram.Histogram();
  76. this.redHistogram = new be.gaudry.photobrol.view.controls.histogram.Histogram();
  77. this.redGB.SuspendLayout();
  78. this.greenGB.SuspendLayout();
  79. this.blueGB.SuspendLayout();
  80. this.infosGB.SuspendLayout();
  81. this.SuspendLayout();
  82. //
  83. // redGB
  84. //
  85. this.redGB.Controls.Add(this.label2);
  86. this.redGB.Controls.Add(this.label8);
  87. this.redGB.Controls.Add(this.label9);
  88. this.redGB.Controls.Add(this.redHistogram);
  89. this.redGB.Controls.Add(this.redMedianLabel);
  90. this.redGB.Controls.Add(this.redMinLabel);
  91. this.redGB.Controls.Add(this.redMeanLabel);
  92. this.redGB.Controls.Add(this.label4);
  93. this.redGB.Controls.Add(this.label3);
  94. this.redGB.Controls.Add(this.redMaxLabel);
  95. this.redGB.Controls.Add(this.redStdDevLabel);
  96. this.redGB.Location = new System.Drawing.Point(3, 88);
  97. this.redGB.Name = "redGB";
  98. this.redGB.Size = new System.Drawing.Size(284, 111);
  99. this.redGB.TabIndex = 62;
  100. this.redGB.TabStop = false;
  101. this.redGB.Text = "Rouge";
  102. this.redGB.Visible = false;
  103. //
  104. // label2
  105. //
  106. this.label2.AutoSize = true;
  107. this.label2.Location = new System.Drawing.Point(7, 16);
  108. this.label2.Name = "label2";
  109. this.label2.Size = new System.Drawing.Size(57, 13);
  110. this.label2.TabIndex = 39;
  111. this.label2.Text = "Moyenne :";
  112. //
  113. // label8
  114. //
  115. this.label8.AutoSize = true;
  116. this.label8.Location = new System.Drawing.Point(7, 76);
  117. this.label8.Name = "label8";
  118. this.label8.Size = new System.Drawing.Size(54, 13);
  119. this.label8.TabIndex = 51;
  120. this.label8.Text = "Minimum :";
  121. //
  122. // label9
  123. //
  124. this.label9.AutoSize = true;
  125. this.label9.Location = new System.Drawing.Point(7, 96);
  126. this.label9.Name = "label9";
  127. this.label9.Size = new System.Drawing.Size(57, 13);
  128. this.label9.TabIndex = 52;
  129. this.label9.Text = "Maximum :";
  130. //
  131. // redMedianLabel
  132. //
  133. this.redMedianLabel.Location = new System.Drawing.Point(71, 56);
  134. this.redMedianLabel.Name = "redMedianLabel";
  135. this.redMedianLabel.Size = new System.Drawing.Size(40, 14);
  136. this.redMedianLabel.TabIndex = 44;
  137. this.redMedianLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  138. //
  139. // redMinLabel
  140. //
  141. this.redMinLabel.Location = new System.Drawing.Point(71, 76);
  142. this.redMinLabel.Name = "redMinLabel";
  143. this.redMinLabel.Size = new System.Drawing.Size(40, 14);
  144. this.redMinLabel.TabIndex = 53;
  145. this.redMinLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  146. //
  147. // redMeanLabel
  148. //
  149. this.redMeanLabel.Location = new System.Drawing.Point(71, 16);
  150. this.redMeanLabel.Name = "redMeanLabel";
  151. this.redMeanLabel.Size = new System.Drawing.Size(40, 14);
  152. this.redMeanLabel.TabIndex = 40;
  153. this.redMeanLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  154. //
  155. // label4
  156. //
  157. this.label4.AutoSize = true;
  158. this.label4.Location = new System.Drawing.Point(7, 56);
  159. this.label4.Name = "label4";
  160. this.label4.Size = new System.Drawing.Size(60, 13);
  161. this.label4.TabIndex = 43;
  162. this.label4.Text = "Médianne :";
  163. //
  164. // label3
  165. //
  166. this.label3.AutoSize = true;
  167. this.label3.Location = new System.Drawing.Point(7, 36);
  168. this.label3.Name = "label3";
  169. this.label3.Size = new System.Drawing.Size(61, 13);
  170. this.label3.TabIndex = 41;
  171. this.label3.Text = "Ecart type :";
  172. //
  173. // redMaxLabel
  174. //
  175. this.redMaxLabel.Location = new System.Drawing.Point(71, 96);
  176. this.redMaxLabel.Name = "redMaxLabel";
  177. this.redMaxLabel.Size = new System.Drawing.Size(40, 14);
  178. this.redMaxLabel.TabIndex = 54;
  179. this.redMaxLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  180. //
  181. // redStdDevLabel
  182. //
  183. this.redStdDevLabel.Location = new System.Drawing.Point(71, 36);
  184. this.redStdDevLabel.Name = "redStdDevLabel";
  185. this.redStdDevLabel.Size = new System.Drawing.Size(40, 14);
  186. this.redStdDevLabel.TabIndex = 42;
  187. this.redStdDevLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  188. //
  189. // greenGB
  190. //
  191. this.greenGB.Controls.Add(this.label1);
  192. this.greenGB.Controls.Add(this.label5);
  193. this.greenGB.Controls.Add(this.label6);
  194. this.greenGB.Controls.Add(this.greenHistogram);
  195. this.greenGB.Controls.Add(this.greenMedianLabel);
  196. this.greenGB.Controls.Add(this.greenMinLabel);
  197. this.greenGB.Controls.Add(this.greenMeanLabel);
  198. this.greenGB.Controls.Add(this.label12);
  199. this.greenGB.Controls.Add(this.label13);
  200. this.greenGB.Controls.Add(this.greenMaxLabel);
  201. this.greenGB.Controls.Add(this.greenStdDevLabel);
  202. this.greenGB.Location = new System.Drawing.Point(3, 201);
  203. this.greenGB.Name = "greenGB";
  204. this.greenGB.Size = new System.Drawing.Size(284, 111);
  205. this.greenGB.TabIndex = 63;
  206. this.greenGB.TabStop = false;
  207. this.greenGB.Text = "Vert";
  208. this.greenGB.Visible = false;
  209. //
  210. // label1
  211. //
  212. this.label1.AutoSize = true;
  213. this.label1.Location = new System.Drawing.Point(7, 16);
  214. this.label1.Name = "label1";
  215. this.label1.Size = new System.Drawing.Size(57, 13);
  216. this.label1.TabIndex = 39;
  217. this.label1.Text = "Moyenne :";
  218. //
  219. // label5
  220. //
  221. this.label5.AutoSize = true;
  222. this.label5.Location = new System.Drawing.Point(7, 76);
  223. this.label5.Name = "label5";
  224. this.label5.Size = new System.Drawing.Size(54, 13);
  225. this.label5.TabIndex = 51;
  226. this.label5.Text = "Minimum :";
  227. //
  228. // label6
  229. //
  230. this.label6.AutoSize = true;
  231. this.label6.Location = new System.Drawing.Point(7, 96);
  232. this.label6.Name = "label6";
  233. this.label6.Size = new System.Drawing.Size(57, 13);
  234. this.label6.TabIndex = 52;
  235. this.label6.Text = "Maximum :";
  236. //
  237. // greenMedianLabel
  238. //
  239. this.greenMedianLabel.Location = new System.Drawing.Point(71, 56);
  240. this.greenMedianLabel.Name = "greenMedianLabel";
  241. this.greenMedianLabel.Size = new System.Drawing.Size(40, 14);
  242. this.greenMedianLabel.TabIndex = 44;
  243. this.greenMedianLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  244. //
  245. // greenMinLabel
  246. //
  247. this.greenMinLabel.Location = new System.Drawing.Point(71, 76);
  248. this.greenMinLabel.Name = "greenMinLabel";
  249. this.greenMinLabel.Size = new System.Drawing.Size(40, 14);
  250. this.greenMinLabel.TabIndex = 53;
  251. this.greenMinLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  252. //
  253. // greenMeanLabel
  254. //
  255. this.greenMeanLabel.Location = new System.Drawing.Point(71, 16);
  256. this.greenMeanLabel.Name = "greenMeanLabel";
  257. this.greenMeanLabel.Size = new System.Drawing.Size(40, 14);
  258. this.greenMeanLabel.TabIndex = 40;
  259. this.greenMeanLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  260. //
  261. // label12
  262. //
  263. this.label12.AutoSize = true;
  264. this.label12.Location = new System.Drawing.Point(7, 56);
  265. this.label12.Name = "label12";
  266. this.label12.Size = new System.Drawing.Size(60, 13);
  267. this.label12.TabIndex = 43;
  268. this.label12.Text = "Médianne :";
  269. //
  270. // label13
  271. //
  272. this.label13.AutoSize = true;
  273. this.label13.Location = new System.Drawing.Point(7, 36);
  274. this.label13.Name = "label13";
  275. this.label13.Size = new System.Drawing.Size(61, 13);
  276. this.label13.TabIndex = 41;
  277. this.label13.Text = "Ecart type :";
  278. //
  279. // greenMaxLabel
  280. //
  281. this.greenMaxLabel.Location = new System.Drawing.Point(71, 96);
  282. this.greenMaxLabel.Name = "greenMaxLabel";
  283. this.greenMaxLabel.Size = new System.Drawing.Size(40, 14);
  284. this.greenMaxLabel.TabIndex = 54;
  285. this.greenMaxLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  286. //
  287. // greenStdDevLabel
  288. //
  289. this.greenStdDevLabel.Location = new System.Drawing.Point(71, 36);
  290. this.greenStdDevLabel.Name = "greenStdDevLabel";
  291. this.greenStdDevLabel.Size = new System.Drawing.Size(40, 14);
  292. this.greenStdDevLabel.TabIndex = 42;
  293. this.greenStdDevLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  294. //
  295. // blueGB
  296. //
  297. this.blueGB.Controls.Add(this.label16);
  298. this.blueGB.Controls.Add(this.label17);
  299. this.blueGB.Controls.Add(this.label18);
  300. this.blueGB.Controls.Add(this.blueHistogram);
  301. this.blueGB.Controls.Add(this.blueMedianLabel);
  302. this.blueGB.Controls.Add(this.blueMinLabel);
  303. this.blueGB.Controls.Add(this.blueMeanLabel);
  304. this.blueGB.Controls.Add(this.label22);
  305. this.blueGB.Controls.Add(this.label23);
  306. this.blueGB.Controls.Add(this.blueMaxLabel);
  307. this.blueGB.Controls.Add(this.blueStdDevLabel);
  308. this.blueGB.Location = new System.Drawing.Point(3, 313);
  309. this.blueGB.Name = "blueGB";
  310. this.blueGB.Size = new System.Drawing.Size(284, 111);
  311. this.blueGB.TabIndex = 64;
  312. this.blueGB.TabStop = false;
  313. this.blueGB.Text = "Bleu";
  314. this.blueGB.Visible = false;
  315. //
  316. // label16
  317. //
  318. this.label16.AutoSize = true;
  319. this.label16.Location = new System.Drawing.Point(7, 16);
  320. this.label16.Name = "label16";
  321. this.label16.Size = new System.Drawing.Size(57, 13);
  322. this.label16.TabIndex = 39;
  323. this.label16.Text = "Moyenne :";
  324. //
  325. // label17
  326. //
  327. this.label17.AutoSize = true;
  328. this.label17.Location = new System.Drawing.Point(7, 76);
  329. this.label17.Name = "label17";
  330. this.label17.Size = new System.Drawing.Size(54, 13);
  331. this.label17.TabIndex = 51;
  332. this.label17.Text = "Minimum :";
  333. //
  334. // label18
  335. //
  336. this.label18.AutoSize = true;
  337. this.label18.Location = new System.Drawing.Point(7, 96);
  338. this.label18.Name = "label18";
  339. this.label18.Size = new System.Drawing.Size(57, 13);
  340. this.label18.TabIndex = 52;
  341. this.label18.Text = "Maximum :";
  342. //
  343. // blueMedianLabel
  344. //
  345. this.blueMedianLabel.Location = new System.Drawing.Point(71, 56);
  346. this.blueMedianLabel.Name = "blueMedianLabel";
  347. this.blueMedianLabel.Size = new System.Drawing.Size(40, 14);
  348. this.blueMedianLabel.TabIndex = 44;
  349. this.blueMedianLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  350. //
  351. // blueMinLabel
  352. //
  353. this.blueMinLabel.Location = new System.Drawing.Point(71, 76);
  354. this.blueMinLabel.Name = "blueMinLabel";
  355. this.blueMinLabel.Size = new System.Drawing.Size(40, 14);
  356. this.blueMinLabel.TabIndex = 53;
  357. this.blueMinLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  358. //
  359. // blueMeanLabel
  360. //
  361. this.blueMeanLabel.Location = new System.Drawing.Point(71, 16);
  362. this.blueMeanLabel.Name = "blueMeanLabel";
  363. this.blueMeanLabel.Size = new System.Drawing.Size(40, 14);
  364. this.blueMeanLabel.TabIndex = 40;
  365. this.blueMeanLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  366. //
  367. // label22
  368. //
  369. this.label22.AutoSize = true;
  370. this.label22.Location = new System.Drawing.Point(7, 56);
  371. this.label22.Name = "label22";
  372. this.label22.Size = new System.Drawing.Size(60, 13);
  373. this.label22.TabIndex = 43;
  374. this.label22.Text = "Médianne :";
  375. //
  376. // label23
  377. //
  378. this.label23.AutoSize = true;
  379. this.label23.Location = new System.Drawing.Point(7, 36);
  380. this.label23.Name = "label23";
  381. this.label23.Size = new System.Drawing.Size(61, 13);
  382. this.label23.TabIndex = 41;
  383. this.label23.Text = "Ecart type :";
  384. //
  385. // blueMaxLabel
  386. //
  387. this.blueMaxLabel.Location = new System.Drawing.Point(71, 96);
  388. this.blueMaxLabel.Name = "blueMaxLabel";
  389. this.blueMaxLabel.Size = new System.Drawing.Size(40, 14);
  390. this.blueMaxLabel.TabIndex = 54;
  391. this.blueMaxLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  392. //
  393. // blueStdDevLabel
  394. //
  395. this.blueStdDevLabel.Location = new System.Drawing.Point(71, 36);
  396. this.blueStdDevLabel.Name = "blueStdDevLabel";
  397. this.blueStdDevLabel.Size = new System.Drawing.Size(40, 14);
  398. this.blueStdDevLabel.TabIndex = 42;
  399. this.blueStdDevLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
  400. //
  401. // logCheck
  402. //
  403. this.logCheck.AutoSize = true;
  404. this.logCheck.Checked = true;
  405. this.logCheck.CheckState = System.Windows.Forms.CheckState.Checked;
  406. this.logCheck.Location = new System.Drawing.Point(9, 3);
  407. this.logCheck.Name = "logCheck";
  408. this.logCheck.Size = new System.Drawing.Size(92, 17);
  409. this.logCheck.TabIndex = 65;
  410. this.logCheck.Text = "Logarithmique";
  411. this.logCheck.CheckedChanged += new System.EventHandler(this.logCheck_CheckedChanged);
  412. //
  413. // infosGB
  414. //
  415. this.infosGB.Controls.Add(this.mouseOverInfoLbl);
  416. this.infosGB.Controls.Add(this.colorLbl);
  417. this.infosGB.Controls.Add(this.label26);
  418. this.infosGB.Controls.Add(this.levelLabel);
  419. this.infosGB.Controls.Add(this.countLabel);
  420. this.infosGB.Controls.Add(this.label27);
  421. this.infosGB.Controls.Add(this.percentileLabel);
  422. this.infosGB.Controls.Add(this.label28);
  423. this.infosGB.Location = new System.Drawing.Point(3, 21);
  424. this.infosGB.Name = "infosGB";
  425. this.infosGB.Size = new System.Drawing.Size(284, 67);
  426. this.infosGB.TabIndex = 66;
  427. this.infosGB.TabStop = false;
  428. this.infosGB.Text = "Infos";
  429. //
  430. // mouseOverInfoLbl
  431. //
  432. this.mouseOverInfoLbl.Dock = System.Windows.Forms.DockStyle.Fill;
  433. this.mouseOverInfoLbl.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  434. this.mouseOverInfoLbl.Location = new System.Drawing.Point(3, 16);
  435. this.mouseOverInfoLbl.Name = "mouseOverInfoLbl";
  436. this.mouseOverInfoLbl.Size = new System.Drawing.Size(278, 48);
  437. this.mouseOverInfoLbl.TabIndex = 51;
  438. this.mouseOverInfoLbl.Text = "Déplacez le pointeur au dessus de l\'histogramme pour afficher ces valeurs.\r\nVous " +
  439. "pouvez aussi sélectionner une plage de valeurs.";
  440. //
  441. // label26
  442. //
  443. this.label26.AutoSize = true;
  444. this.label26.Location = new System.Drawing.Point(20, 15);
  445. this.label26.Name = "label26";
  446. this.label26.Size = new System.Drawing.Size(47, 13);
  447. this.label26.TabIndex = 45;
  448. this.label26.Text = "Niveau :";
  449. //
  450. // levelLabel
  451. //
  452. this.levelLabel.Location = new System.Drawing.Point(67, 13);
  453. this.levelLabel.Name = "levelLabel";
  454. this.levelLabel.Size = new System.Drawing.Size(47, 15);
  455. this.levelLabel.TabIndex = 48;
  456. //
  457. // countLabel
  458. //
  459. this.countLabel.Location = new System.Drawing.Point(67, 30);
  460. this.countLabel.Name = "countLabel";
  461. this.countLabel.Size = new System.Drawing.Size(60, 15);
  462. this.countLabel.TabIndex = 49;
  463. //
  464. // label27
  465. //
  466. this.label27.AutoSize = true;
  467. this.label27.Location = new System.Drawing.Point(21, 48);
  468. this.label27.Name = "label27";
  469. this.label27.Size = new System.Drawing.Size(74, 13);
  470. this.label27.TabIndex = 47;
  471. this.label27.Text = "Pourcentage :";
  472. //
  473. // percentileLabel
  474. //
  475. this.percentileLabel.Location = new System.Drawing.Point(97, 46);
  476. this.percentileLabel.Name = "percentileLabel";
  477. this.percentileLabel.Size = new System.Drawing.Size(48, 15);
  478. this.percentileLabel.TabIndex = 50;
  479. //
  480. // label28
  481. //
  482. this.label28.AutoSize = true;
  483. this.label28.Location = new System.Drawing.Point(21, 32);
  484. this.label28.Name = "label28";
  485. this.label28.Size = new System.Drawing.Size(40, 13);
  486. this.label28.TabIndex = 46;
  487. this.label28.Text = "Pixels :";
  488. //
  489. // colorLbl
  490. //
  491. this.colorLbl.Location = new System.Drawing.Point(3, 13);
  492. this.colorLbl.Name = "colorLbl";
  493. this.colorLbl.Size = new System.Drawing.Size(10, 48);
  494. this.colorLbl.TabIndex = 51;
  495. //
  496. // blueHistogram
  497. //
  498. this.blueHistogram.AllowSelection = true;
  499. this.blueHistogram.Color = System.Drawing.Color.Blue;
  500. this.blueHistogram.HistogramHeight = 90;
  501. this.blueHistogram.HistogramWidth = 150;
  502. this.blueHistogram.Location = new System.Drawing.Point(117, 10);
  503. this.blueHistogram.LogView = true;
  504. this.blueHistogram.Name = "blueHistogram";
  505. this.blueHistogram.Size = new System.Drawing.Size(161, 100);
  506. this.blueHistogram.TabIndex = 59;
  507. this.blueHistogram.Text = "Bleu";
  508. this.blueHistogram.MouseLeave += new System.EventHandler(this.histogram_MouseLeave);
  509. this.blueHistogram.SelectionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_SelectionChanged);
  510. this.blueHistogram.MouseEnter += new System.EventHandler(this.histogram_MouseEnter);
  511. this.blueHistogram.PositionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_PositionChanged);
  512. //
  513. // greenHistogram
  514. //
  515. this.greenHistogram.AllowSelection = true;
  516. this.greenHistogram.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  517. this.greenHistogram.HistogramHeight = 90;
  518. this.greenHistogram.HistogramWidth = 150;
  519. this.greenHistogram.Location = new System.Drawing.Point(117, 9);
  520. this.greenHistogram.LogView = true;
  521. this.greenHistogram.Name = "greenHistogram";
  522. this.greenHistogram.Size = new System.Drawing.Size(161, 100);
  523. this.greenHistogram.TabIndex = 59;
  524. this.greenHistogram.Text = "Vert";
  525. this.greenHistogram.MouseLeave += new System.EventHandler(this.histogram_MouseLeave);
  526. this.greenHistogram.SelectionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_SelectionChanged);
  527. this.greenHistogram.MouseEnter += new System.EventHandler(this.histogram_MouseEnter);
  528. this.greenHistogram.PositionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_PositionChanged);
  529. //
  530. // redHistogram
  531. //
  532. this.redHistogram.AllowSelection = true;
  533. this.redHistogram.Color = System.Drawing.Color.Red;
  534. this.redHistogram.HistogramHeight = 90;
  535. this.redHistogram.HistogramWidth = 150;
  536. this.redHistogram.Location = new System.Drawing.Point(117, 9);
  537. this.redHistogram.LogView = true;
  538. this.redHistogram.Name = "redHistogram";
  539. this.redHistogram.Size = new System.Drawing.Size(161, 100);
  540. this.redHistogram.TabIndex = 59;
  541. this.redHistogram.Text = "Rouge";
  542. this.redHistogram.MouseLeave += new System.EventHandler(this.histogram_MouseLeave);
  543. this.redHistogram.SelectionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_SelectionChanged);
  544. this.redHistogram.MouseEnter += new System.EventHandler(this.histogram_MouseEnter);
  545. this.redHistogram.PositionChanged += new be.gaudry.photobrol.view.controls.histogram.Histogram.HistogramEventHandler(this.histogram_PositionChanged);
  546. //
  547. // RGBLHistogramUserControl
  548. //
  549. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  550. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  551. this.Controls.Add(this.infosGB);
  552. this.Controls.Add(this.logCheck);
  553. this.Controls.Add(this.blueGB);
  554. this.Controls.Add(this.greenGB);
  555. this.Controls.Add(this.redGB);
  556. this.Name = "RGBLHistogramUserControl";
  557. this.Size = new System.Drawing.Size(296, 433);
  558. this.redGB.ResumeLayout(false);
  559. this.redGB.PerformLayout();
  560. this.greenGB.ResumeLayout(false);
  561. this.greenGB.PerformLayout();
  562. this.blueGB.ResumeLayout(false);
  563. this.blueGB.PerformLayout();
  564. this.infosGB.ResumeLayout(false);
  565. this.infosGB.PerformLayout();
  566. this.ResumeLayout(false);
  567. this.PerformLayout();
  568.  
  569. }
  570.  
  571. #endregion
  572.  
  573. private be.gaudry.photobrol.view.controls.histogram.Histogram redHistogram;
  574. private System.Windows.Forms.GroupBox redGB;
  575. private System.Windows.Forms.Label label2;
  576. private System.Windows.Forms.Label label8;
  577. private System.Windows.Forms.Label label9;
  578. private System.Windows.Forms.Label redMedianLabel;
  579. private System.Windows.Forms.Label redMinLabel;
  580. private System.Windows.Forms.Label redMeanLabel;
  581. private System.Windows.Forms.Label label4;
  582. private System.Windows.Forms.Label label3;
  583. private System.Windows.Forms.Label redMaxLabel;
  584. private System.Windows.Forms.Label redStdDevLabel;
  585. private System.Windows.Forms.GroupBox greenGB;
  586. private System.Windows.Forms.Label label1;
  587. private System.Windows.Forms.Label label5;
  588. private System.Windows.Forms.Label label6;
  589. private be.gaudry.photobrol.view.controls.histogram.Histogram greenHistogram;
  590. private System.Windows.Forms.Label greenMedianLabel;
  591. private System.Windows.Forms.Label greenMinLabel;
  592. private System.Windows.Forms.Label greenMeanLabel;
  593. private System.Windows.Forms.Label label12;
  594. private System.Windows.Forms.Label label13;
  595. private System.Windows.Forms.Label greenMaxLabel;
  596. private System.Windows.Forms.Label greenStdDevLabel;
  597. private System.Windows.Forms.GroupBox blueGB;
  598. private System.Windows.Forms.Label label16;
  599. private System.Windows.Forms.Label label17;
  600. private System.Windows.Forms.Label label18;
  601. private be.gaudry.photobrol.view.controls.histogram.Histogram blueHistogram;
  602. private System.Windows.Forms.Label blueMedianLabel;
  603. private System.Windows.Forms.Label blueMinLabel;
  604. private System.Windows.Forms.Label blueMeanLabel;
  605. private System.Windows.Forms.Label label22;
  606. private System.Windows.Forms.Label label23;
  607. private System.Windows.Forms.Label blueMaxLabel;
  608. private System.Windows.Forms.Label blueStdDevLabel;
  609. private System.Windows.Forms.CheckBox logCheck;
  610. private System.Windows.Forms.Label mouseOverInfoLbl;
  611. private System.Windows.Forms.GroupBox infosGB;
  612. private System.Windows.Forms.Label label26;
  613. private System.Windows.Forms.Label levelLabel;
  614. private System.Windows.Forms.Label countLabel;
  615. private System.Windows.Forms.Label label27;
  616. private System.Windows.Forms.Label percentileLabel;
  617. private System.Windows.Forms.Label label28;
  618. private System.Windows.Forms.Label colorLbl;
  619. }
  620. }

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 octets1715733077 15/05/2024 02:31:17
| _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.

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/controls/RGBLHistogramUserControl.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.