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.

BrolFileStatsControl. Designer. cs

Description du code

BrolFileStatsControl.Designer.cs est un fichier du projet BrolFileStats.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/brolfilestats/.

Projet BrolFileStats :

Statistiques en CSharp.

Code source ou contenu du fichier

  1. namespace be.gaudry.explorer.filestats.view.controls
  2. {
  3. partial class BrolFileStatsControl
  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.components = new System.ComponentModel.Container();
  32. this.searchGB = new System.Windows.Forms.GroupBox();
  33. this.searchOptionsPanel = new System.Windows.Forms.Panel();
  34. this.startPathTitleLbl = new System.Windows.Forms.Label();
  35. this.searchResultsLbl = new System.Windows.Forms.Label();
  36. this.nbResultsToDisplayLbl = new System.Windows.Forms.Label();
  37. this.nbResultsToDisplayCB = new System.Windows.Forms.ComboBox();
  38. this.startPathLbl = new System.Windows.Forms.Label();
  39. this.includeSubDirChkB = new System.Windows.Forms.CheckBox();
  40. this.keySensitiveChkB = new System.Windows.Forms.CheckBox();
  41. this.browseStartPathBtn = new System.Windows.Forms.Button();
  42. this.statsTypeCB = new System.Windows.Forms.ComboBox();
  43. this.includeHiddenFilesChkB = new System.Windows.Forms.CheckBox();
  44. this.includeSystemFilesChkB = new System.Windows.Forms.CheckBox();
  45. this.progressGB = new System.Windows.Forms.GroupBox();
  46. this.curDirLbl = new System.Windows.Forms.Label();
  47. this.browsePgB = new System.Windows.Forms.ProgressBar();
  48. this.curDirValLbl = new System.Windows.Forms.Label();
  49. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  50. this.contentTLP = new System.Windows.Forms.TableLayoutPanel();
  51. this.chartControl = new be.gaudry.view.controls.ChartControl();
  52. this.btnPanel = new System.Windows.Forms.Panel();
  53. this.startParseBtn = new System.Windows.Forms.Button();
  54. this.mediaBrowserBgWorker = new System.ComponentModel.BackgroundWorker();
  55. this.mainTLP = new System.Windows.Forms.TableLayoutPanel();
  56. this.contentPanel = new System.Windows.Forms.Panel();
  57. this.mainCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  58. this.searchOptionsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  59. this.searchInHiddenFilesTsMi = new System.Windows.Forms.ToolStripMenuItem();
  60. this.searchInSystemFilesTsMi = new System.Windows.Forms.ToolStripMenuItem();
  61. this.searchInSubDirsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  62. this.displayOptionsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  63. this.displayDGVTsMi = new System.Windows.Forms.ToolStripMenuItem();
  64. this.displayChartTsMi = new System.Windows.Forms.ToolStripMenuItem();
  65. this.displaySearchOptionsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  66. this.onlyFirstSubDirsChkB = new System.Windows.Forms.CheckBox();
  67. this.searchGB.SuspendLayout();
  68. this.searchOptionsPanel.SuspendLayout();
  69. this.progressGB.SuspendLayout();
  70. this.contentTLP.SuspendLayout();
  71. this.btnPanel.SuspendLayout();
  72. this.mainTLP.SuspendLayout();
  73. this.contentPanel.SuspendLayout();
  74. this.mainCMS.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // searchGB
  78. //
  79. this.searchGB.Controls.Add(this.searchOptionsPanel);
  80. this.searchGB.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.searchGB.Location = new System.Drawing.Point(3, 3);
  82. this.searchGB.Name = "searchGB";
  83. this.searchGB.Size = new System.Drawing.Size(460, 194);
  84. this.searchGB.TabIndex = 4;
  85. this.searchGB.TabStop = false;
  86. this.searchGB.Text = "Recherche";
  87. this.toolTip1.SetToolTip(this.searchGB, "Critères de recherche des fichiers à renommer...");
  88. //
  89. // searchOptionsPanel
  90. //
  91. this.searchOptionsPanel.AutoScroll = true;
  92. this.searchOptionsPanel.AutoScrollMinSize = new System.Drawing.Size(454, 175);
  93. this.searchOptionsPanel.Controls.Add(this.onlyFirstSubDirsChkB);
  94. this.searchOptionsPanel.Controls.Add(this.startPathTitleLbl);
  95. this.searchOptionsPanel.Controls.Add(this.searchResultsLbl);
  96. this.searchOptionsPanel.Controls.Add(this.nbResultsToDisplayLbl);
  97. this.searchOptionsPanel.Controls.Add(this.nbResultsToDisplayCB);
  98. this.searchOptionsPanel.Controls.Add(this.startPathLbl);
  99. this.searchOptionsPanel.Controls.Add(this.includeSubDirChkB);
  100. this.searchOptionsPanel.Controls.Add(this.keySensitiveChkB);
  101. this.searchOptionsPanel.Controls.Add(this.browseStartPathBtn);
  102. this.searchOptionsPanel.Controls.Add(this.statsTypeCB);
  103. this.searchOptionsPanel.Controls.Add(this.includeHiddenFilesChkB);
  104. this.searchOptionsPanel.Controls.Add(this.includeSystemFilesChkB);
  105. this.searchOptionsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.searchOptionsPanel.Location = new System.Drawing.Point(3, 16);
  107. this.searchOptionsPanel.Name = "searchOptionsPanel";
  108. this.searchOptionsPanel.Size = new System.Drawing.Size(454, 175);
  109. this.searchOptionsPanel.TabIndex = 23;
  110. //
  111. // startPathTitleLbl
  112. //
  113. this.startPathTitleLbl.AutoSize = true;
  114. this.startPathTitleLbl.Location = new System.Drawing.Point(0, 1);
  115. this.startPathTitleLbl.Name = "startPathTitleLbl";
  116. this.startPathTitleLbl.Size = new System.Drawing.Size(110, 13);
  117. this.startPathTitleLbl.TabIndex = 7;
  118. this.startPathTitleLbl.Text = "Répertoire de départ :";
  119. //
  120. // searchResultsLbl
  121. //
  122. this.searchResultsLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  123. this.searchResultsLbl.AutoEllipsis = true;
  124. this.searchResultsLbl.Location = new System.Drawing.Point(132, 4);
  125. this.searchResultsLbl.Name = "searchResultsLbl";
  126. this.searchResultsLbl.Size = new System.Drawing.Size(275, 13);
  127. this.searchResultsLbl.TabIndex = 13;
  128. this.searchResultsLbl.Text = "Taille résultat";
  129. this.searchResultsLbl.TextAlign = System.Drawing.ContentAlignment.TopRight;
  130. //
  131. // nbResultsToDisplayLbl
  132. //
  133. this.nbResultsToDisplayLbl.AutoSize = true;
  134. this.nbResultsToDisplayLbl.Location = new System.Drawing.Point(8, 92);
  135. this.nbResultsToDisplayLbl.Name = "nbResultsToDisplayLbl";
  136. this.nbResultsToDisplayLbl.Size = new System.Drawing.Size(155, 13);
  137. this.nbResultsToDisplayLbl.TabIndex = 22;
  138. this.nbResultsToDisplayLbl.Text = "Nombre de résultats à détailler :";
  139. //
  140. // nbResultsToDisplayCB
  141. //
  142. this.nbResultsToDisplayCB.FormattingEnabled = true;
  143. this.nbResultsToDisplayCB.Location = new System.Drawing.Point(200, 89);
  144. this.nbResultsToDisplayCB.Name = "nbResultsToDisplayCB";
  145. this.nbResultsToDisplayCB.Size = new System.Drawing.Size(56, 21);
  146. this.nbResultsToDisplayCB.TabIndex = 21;
  147. this.nbResultsToDisplayCB.SelectionChangeCommitted += new System.EventHandler(this.nbResultsToDisplayCB_SelectionChangeCommitted);
  148. //
  149. // startPathLbl
  150. //
  151. this.startPathLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  152. | System.Windows.Forms.AnchorStyles.Right)));
  153. this.startPathLbl.AutoEllipsis = true;
  154. this.startPathLbl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  155. this.startPathLbl.Location = new System.Drawing.Point(6, 22);
  156. this.startPathLbl.Name = "startPathLbl";
  157. this.startPathLbl.Size = new System.Drawing.Size(401, 23);
  158. this.startPathLbl.TabIndex = 8;
  159. //
  160. // includeSubDirChkB
  161. //
  162. this.includeSubDirChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  163. this.includeSubDirChkB.AutoSize = true;
  164. this.includeSubDirChkB.Checked = true;
  165. this.includeSubDirChkB.CheckState = System.Windows.Forms.CheckState.Checked;
  166. this.includeSubDirChkB.Location = new System.Drawing.Point(294, 112);
  167. this.includeSubDirChkB.Name = "includeSubDirChkB";
  168. this.includeSubDirChkB.Size = new System.Drawing.Size(151, 17);
  169. this.includeSubDirChkB.TabIndex = 9;
  170. this.includeSubDirChkB.Text = "Inclure les sous répertoires";
  171. this.includeSubDirChkB.UseVisualStyleBackColor = true;
  172. this.includeSubDirChkB.Click += new System.EventHandler(this.includeSubDirChkB_Click);
  173. //
  174. // keySensitiveChkB
  175. //
  176. this.keySensitiveChkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  177. | System.Windows.Forms.AnchorStyles.Right)));
  178. this.keySensitiveChkB.Location = new System.Drawing.Point(6, 114);
  179. this.keySensitiveChkB.Name = "keySensitiveChkB";
  180. this.keySensitiveChkB.Size = new System.Drawing.Size(259, 17);
  181. this.keySensitiveChkB.TabIndex = 19;
  182. this.keySensitiveChkB.Text = "Faire la différence entre majuscules et minuscules";
  183. this.keySensitiveChkB.UseVisualStyleBackColor = true;
  184. //
  185. // browseStartPathBtn
  186. //
  187. this.browseStartPathBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  188. this.browseStartPathBtn.Image = global::be.gaudry.explorer.filestats.Properties.Resources.brolExplore;
  189. this.browseStartPathBtn.Location = new System.Drawing.Point(413, 22);
  190. this.browseStartPathBtn.Name = "browseStartPathBtn";
  191. this.browseStartPathBtn.Size = new System.Drawing.Size(25, 23);
  192. this.browseStartPathBtn.TabIndex = 11;
  193. this.browseStartPathBtn.UseVisualStyleBackColor = true;
  194. this.browseStartPathBtn.Click += new System.EventHandler(this.browseStartPathBtn_Click);
  195. //
  196. // statsTypeCB
  197. //
  198. this.statsTypeCB.FormattingEnabled = true;
  199. this.statsTypeCB.Location = new System.Drawing.Point(6, 64);
  200. this.statsTypeCB.Name = "statsTypeCB";
  201. this.statsTypeCB.Size = new System.Drawing.Size(250, 21);
  202. this.statsTypeCB.TabIndex = 15;
  203. this.statsTypeCB.SelectionChangeCommitted += new System.EventHandler(this.statsTypeCB_SelectionChangeCommitted);
  204. //
  205. // includeHiddenFilesChkB
  206. //
  207. this.includeHiddenFilesChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  208. this.includeHiddenFilesChkB.AutoSize = true;
  209. this.includeHiddenFilesChkB.Location = new System.Drawing.Point(294, 65);
  210. this.includeHiddenFilesChkB.Name = "includeHiddenFilesChkB";
  211. this.includeHiddenFilesChkB.Size = new System.Drawing.Size(148, 17);
  212. this.includeHiddenFilesChkB.TabIndex = 12;
  213. this.includeHiddenFilesChkB.Text = "Inclure les fichiers cachés";
  214. this.includeHiddenFilesChkB.UseVisualStyleBackColor = true;
  215. this.includeHiddenFilesChkB.Click += new System.EventHandler(this.includeHiddenFilesChkB_Click);
  216. //
  217. // includeSystemFilesChkB
  218. //
  219. this.includeSystemFilesChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  220. this.includeSystemFilesChkB.AutoSize = true;
  221. this.includeSystemFilesChkB.Checked = true;
  222. this.includeSystemFilesChkB.CheckState = System.Windows.Forms.CheckState.Checked;
  223. this.includeSystemFilesChkB.Location = new System.Drawing.Point(294, 88);
  224. this.includeSystemFilesChkB.Name = "includeSystemFilesChkB";
  225. this.includeSystemFilesChkB.Size = new System.Drawing.Size(151, 17);
  226. this.includeSystemFilesChkB.TabIndex = 14;
  227. this.includeSystemFilesChkB.Text = "Inclure les fichiers système";
  228. this.includeSystemFilesChkB.UseVisualStyleBackColor = true;
  229. this.includeSystemFilesChkB.Click += new System.EventHandler(this.includeSystemFilesChkB_Click);
  230. //
  231. // progressGB
  232. //
  233. this.progressGB.Controls.Add(this.curDirLbl);
  234. this.progressGB.Controls.Add(this.browsePgB);
  235. this.progressGB.Controls.Add(this.curDirValLbl);
  236. this.progressGB.Location = new System.Drawing.Point(17, 238);
  237. this.progressGB.Name = "progressGB";
  238. this.progressGB.Size = new System.Drawing.Size(206, 106);
  239. this.progressGB.TabIndex = 18;
  240. this.progressGB.TabStop = false;
  241. this.progressGB.Text = "Progression";
  242. this.progressGB.Visible = false;
  243. //
  244. // curDirLbl
  245. //
  246. this.curDirLbl.AutoSize = true;
  247. this.curDirLbl.Location = new System.Drawing.Point(10, 55);
  248. this.curDirLbl.Name = "curDirLbl";
  249. this.curDirLbl.Size = new System.Drawing.Size(153, 13);
  250. this.curDirLbl.TabIndex = 16;
  251. this.curDirLbl.Text = "Recherche dans le répertoire :";
  252. //
  253. // browsePgB
  254. //
  255. this.browsePgB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  256. | System.Windows.Forms.AnchorStyles.Right)));
  257. this.browsePgB.Location = new System.Drawing.Point(6, 28);
  258. this.browsePgB.Name = "browsePgB";
  259. this.browsePgB.Size = new System.Drawing.Size(194, 23);
  260. this.browsePgB.TabIndex = 15;
  261. //
  262. // curDirValLbl
  263. //
  264. this.curDirValLbl.AutoSize = true;
  265. this.curDirValLbl.Location = new System.Drawing.Point(10, 75);
  266. this.curDirValLbl.Name = "curDirValLbl";
  267. this.curDirValLbl.Size = new System.Drawing.Size(101, 13);
  268. this.curDirValLbl.TabIndex = 13;
  269. this.curDirValLbl.Text = "-répertoire en cours-";
  270. //
  271. // contentTLP
  272. //
  273. this.contentTLP.ColumnCount = 1;
  274. this.contentTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  275. this.contentTLP.Controls.Add(this.searchGB, 0, 0);
  276. this.contentTLP.Controls.Add(this.chartControl, 0, 1);
  277. this.contentTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  278. this.contentTLP.Location = new System.Drawing.Point(0, 0);
  279. this.contentTLP.Name = "contentTLP";
  280. this.contentTLP.RowCount = 2;
  281. this.contentTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 200F));
  282. this.contentTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  283. this.contentTLP.Size = new System.Drawing.Size(466, 395);
  284. this.contentTLP.TabIndex = 5;
  285. //
  286. // chartControl
  287. //
  288. this.chartControl.DisplayBgColorForValues = false;
  289. this.chartControl.DisplayLegend = true;
  290. this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill;
  291. this.chartControl.Location = new System.Drawing.Point(3, 203);
  292. this.chartControl.MinPercentToDisplay = 2;
  293. this.chartControl.Name = "chartControl";
  294. this.chartControl.Size = new System.Drawing.Size(460, 189);
  295. this.chartControl.TabIndex = 5;
  296. this.chartControl.Title = "Graphique";
  297. this.chartControl.TopCountToDisplay = 0;
  298. this.chartControl.Visible = false;
  299. //
  300. // btnPanel
  301. //
  302. this.btnPanel.Controls.Add(this.startParseBtn);
  303. this.btnPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  304. this.btnPanel.Location = new System.Drawing.Point(3, 404);
  305. this.btnPanel.Name = "btnPanel";
  306. this.btnPanel.Size = new System.Drawing.Size(466, 34);
  307. this.btnPanel.TabIndex = 5;
  308. //
  309. // startParseBtn
  310. //
  311. this.startParseBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  312. this.startParseBtn.AutoSize = true;
  313. this.startParseBtn.Image = global::be.gaudry.explorer.filestats.Properties.Resources.startProcess;
  314. this.startParseBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
  315. this.startParseBtn.Location = new System.Drawing.Point(6, 5);
  316. this.startParseBtn.Name = "startParseBtn";
  317. this.startParseBtn.Size = new System.Drawing.Size(86, 25);
  318. this.startParseBtn.TabIndex = 0;
  319. this.startParseBtn.Text = "Actualiser";
  320. this.startParseBtn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  321. this.startParseBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  322. this.startParseBtn.Click += new System.EventHandler(this.startParseBtn_Click);
  323. //
  324. // mediaBrowserBgWorker
  325. //
  326. this.mediaBrowserBgWorker.WorkerReportsProgress = true;
  327. this.mediaBrowserBgWorker.WorkerSupportsCancellation = true;
  328. this.mediaBrowserBgWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.mediaBrowserBgWorker_DoWork);
  329. this.mediaBrowserBgWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.mediaBrowserBgWorker_RunWorkerCompleted);
  330. this.mediaBrowserBgWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.mediaBrowserBgWorker_ProgressChanged);
  331. //
  332. // mainTLP
  333. //
  334. this.mainTLP.ColumnCount = 1;
  335. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  336. this.mainTLP.Controls.Add(this.contentPanel, 0, 0);
  337. this.mainTLP.Controls.Add(this.btnPanel, 0, 1);
  338. this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  339. this.mainTLP.Location = new System.Drawing.Point(0, 0);
  340. this.mainTLP.Name = "mainTLP";
  341. this.mainTLP.RowCount = 2;
  342. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  343. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  344. this.mainTLP.Size = new System.Drawing.Size(472, 441);
  345. this.mainTLP.TabIndex = 19;
  346. //
  347. // contentPanel
  348. //
  349. this.contentPanel.Controls.Add(this.progressGB);
  350. this.contentPanel.Controls.Add(this.contentTLP);
  351. this.contentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  352. this.contentPanel.Location = new System.Drawing.Point(3, 3);
  353. this.contentPanel.Name = "contentPanel";
  354. this.contentPanel.Size = new System.Drawing.Size(466, 395);
  355. this.contentPanel.TabIndex = 0;
  356. //
  357. // mainCMS
  358. //
  359. this.mainCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  360. this.searchOptionsTsMi,
  361. this.displayOptionsTsMi});
  362. this.mainCMS.Name = "mainCMS";
  363. this.mainCMS.Size = new System.Drawing.Size(202, 48);
  364. //
  365. // searchOptionsTsMi
  366. //
  367. this.searchOptionsTsMi.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  368. this.searchInHiddenFilesTsMi,
  369. this.searchInSystemFilesTsMi,
  370. this.searchInSubDirsTsMi});
  371. this.searchOptionsTsMi.Name = "searchOptionsTsMi";
  372. this.searchOptionsTsMi.Size = new System.Drawing.Size(201, 22);
  373. this.searchOptionsTsMi.Text = "Options de recherche";
  374. //
  375. // searchInHiddenFilesTsMi
  376. //
  377. this.searchInHiddenFilesTsMi.CheckOnClick = true;
  378. this.searchInHiddenFilesTsMi.Name = "searchInHiddenFilesTsMi";
  379. this.searchInHiddenFilesTsMi.Size = new System.Drawing.Size(215, 22);
  380. this.searchInHiddenFilesTsMi.Text = "Inclure les fichiers cachés";
  381. this.searchInHiddenFilesTsMi.Click += new System.EventHandler(this.includeHiddenFilesTsMi_Click);
  382. //
  383. // searchInSystemFilesTsMi
  384. //
  385. this.searchInSystemFilesTsMi.Checked = true;
  386. this.searchInSystemFilesTsMi.CheckOnClick = true;
  387. this.searchInSystemFilesTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  388. this.searchInSystemFilesTsMi.Name = "searchInSystemFilesTsMi";
  389. this.searchInSystemFilesTsMi.Size = new System.Drawing.Size(215, 22);
  390. this.searchInSystemFilesTsMi.Text = "Inclure les fichiers système";
  391. this.searchInSystemFilesTsMi.Click += new System.EventHandler(this.searchInSystemFilesTsMi_Click);
  392. //
  393. // searchInSubDirsTsMi
  394. //
  395. this.searchInSubDirsTsMi.Checked = true;
  396. this.searchInSubDirsTsMi.CheckOnClick = true;
  397. this.searchInSubDirsTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  398. this.searchInSubDirsTsMi.Name = "searchInSubDirsTsMi";
  399. this.searchInSubDirsTsMi.Size = new System.Drawing.Size(215, 22);
  400. this.searchInSubDirsTsMi.Text = "Inclure les sous répertoires";
  401. this.searchInSubDirsTsMi.Click += new System.EventHandler(this.searchInSubDirsTsMi_Click);
  402. //
  403. // displayOptionsTsMi
  404. //
  405. this.displayOptionsTsMi.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  406. this.displayDGVTsMi,
  407. this.displayChartTsMi,
  408. this.displaySearchOptionsTsMi});
  409. this.displayOptionsTsMi.Name = "displayOptionsTsMi";
  410. this.displayOptionsTsMi.Size = new System.Drawing.Size(201, 22);
  411. this.displayOptionsTsMi.Text = "Options de présentation";
  412. //
  413. // displayDGVTsMi
  414. //
  415. this.displayDGVTsMi.Checked = true;
  416. this.displayDGVTsMi.CheckOnClick = true;
  417. this.displayDGVTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  418. this.displayDGVTsMi.Name = "displayDGVTsMi";
  419. this.displayDGVTsMi.Size = new System.Drawing.Size(233, 22);
  420. this.displayDGVTsMi.Text = "Afficher le tableau de résultats";
  421. //
  422. // displayChartTsMi
  423. //
  424. this.displayChartTsMi.Checked = true;
  425. this.displayChartTsMi.CheckOnClick = true;
  426. this.displayChartTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  427. this.displayChartTsMi.Name = "displayChartTsMi";
  428. this.displayChartTsMi.Size = new System.Drawing.Size(233, 22);
  429. this.displayChartTsMi.Text = "Afficher le graphique";
  430. //
  431. // displaySearchOptionsTsMi
  432. //
  433. this.displaySearchOptionsTsMi.Checked = true;
  434. this.displaySearchOptionsTsMi.CheckOnClick = true;
  435. this.displaySearchOptionsTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  436. this.displaySearchOptionsTsMi.Name = "displaySearchOptionsTsMi";
  437. this.displaySearchOptionsTsMi.Size = new System.Drawing.Size(233, 22);
  438. this.displaySearchOptionsTsMi.Text = "Afficher le panneau d\'options";
  439. this.displaySearchOptionsTsMi.Click += new System.EventHandler(this.displaySearchOptionsTsMi_Click);
  440. //
  441. // onlyFirstSubDirsChkB
  442. //
  443. this.onlyFirstSubDirsChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  444. this.onlyFirstSubDirsChkB.AutoSize = true;
  445. this.onlyFirstSubDirsChkB.Checked = true;
  446. this.onlyFirstSubDirsChkB.CheckState = System.Windows.Forms.CheckState.Checked;
  447. this.onlyFirstSubDirsChkB.Location = new System.Drawing.Point(294, 135);
  448. this.onlyFirstSubDirsChkB.Name = "onlyFirstSubDirsChkB";
  449. this.onlyFirstSubDirsChkB.Size = new System.Drawing.Size(97, 17);
  450. this.onlyFirstSubDirsChkB.TabIndex = 23;
  451. this.onlyFirstSubDirsChkB.Text = "Un seul niveau";
  452. this.onlyFirstSubDirsChkB.UseVisualStyleBackColor = true;
  453. //
  454. // BrolFileStatsControl
  455. //
  456. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  457. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  458. this.ContextMenuStrip = this.mainCMS;
  459. this.Controls.Add(this.mainTLP);
  460. this.Name = "BrolFileStatsControl";
  461. this.Size = new System.Drawing.Size(472, 441);
  462. this.Load += new System.EventHandler(this.BrolFileStatsControl_Load);
  463. this.searchGB.ResumeLayout(false);
  464. this.searchOptionsPanel.ResumeLayout(false);
  465. this.searchOptionsPanel.PerformLayout();
  466. this.progressGB.ResumeLayout(false);
  467. this.progressGB.PerformLayout();
  468. this.contentTLP.ResumeLayout(false);
  469. this.btnPanel.ResumeLayout(false);
  470. this.btnPanel.PerformLayout();
  471. this.mainTLP.ResumeLayout(false);
  472. this.contentPanel.ResumeLayout(false);
  473. this.mainCMS.ResumeLayout(false);
  474. this.ResumeLayout(false);
  475.  
  476. }
  477.  
  478. #endregion
  479.  
  480. private System.Windows.Forms.Button startParseBtn;
  481. private System.Windows.Forms.GroupBox searchGB;
  482. private System.Windows.Forms.ToolTip toolTip1;
  483. private System.Windows.Forms.TableLayoutPanel contentTLP;
  484. private System.Windows.Forms.Panel btnPanel;
  485. private System.Windows.Forms.Label startPathTitleLbl;
  486. protected internal System.Windows.Forms.Label startPathLbl;
  487. private System.Windows.Forms.CheckBox includeSubDirChkB;
  488. private System.Windows.Forms.Button browseStartPathBtn;
  489. private System.Windows.Forms.CheckBox includeHiddenFilesChkB;
  490. private System.ComponentModel.BackgroundWorker mediaBrowserBgWorker;
  491. private System.Windows.Forms.Label searchResultsLbl;
  492. private System.Windows.Forms.GroupBox progressGB;
  493. private System.Windows.Forms.Label curDirLbl;
  494. private System.Windows.Forms.ProgressBar browsePgB;
  495. private System.Windows.Forms.Label curDirValLbl;
  496. private System.Windows.Forms.TableLayoutPanel mainTLP;
  497. private System.Windows.Forms.Panel contentPanel;
  498. private System.Windows.Forms.CheckBox includeSystemFilesChkB;
  499. private System.Windows.Forms.ComboBox statsTypeCB;
  500. private be.gaudry.view.controls.ChartControl chartControl;
  501. private System.Windows.Forms.CheckBox keySensitiveChkB;
  502. private System.Windows.Forms.ToolStripMenuItem searchInHiddenFilesTsMi;
  503. private System.Windows.Forms.ToolStripMenuItem searchInSystemFilesTsMi;
  504. private System.Windows.Forms.ToolStripMenuItem searchInSubDirsTsMi;
  505. private System.Windows.Forms.ToolStripMenuItem displayDGVTsMi;
  506. private System.Windows.Forms.ToolStripMenuItem displayChartTsMi;
  507. private System.Windows.Forms.ToolStripMenuItem displaySearchOptionsTsMi;
  508. public System.Windows.Forms.ToolStripMenuItem searchOptionsTsMi;
  509. private System.Windows.Forms.ContextMenuStrip mainCMS;
  510. public System.Windows.Forms.ToolStripMenuItem displayOptionsTsMi;
  511. private System.Windows.Forms.Label nbResultsToDisplayLbl;
  512. private System.Windows.Forms.ComboBox nbResultsToDisplayCB;
  513. private System.Windows.Forms.Panel searchOptionsPanel;
  514. private System.Windows.Forms.CheckBox onlyFirstSubDirsChkB;
  515. }
  516. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/brolfilestats/view/controls/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1727155393 24/09/2024 07:23:13
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/brolfilestats/view/controls/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csBrolFileStatsControl.Designer.cs29.63 Ko31/10/2018 18:32:51-refusé-
Afficher le fichier .cs|.csBrolFileStatsControl.cs16.19 Ko31/10/2018 18:32:51-refusé-
Afficher le fichier .resx|.resxBrolFileStatsControl.resx6.26 Ko31/10/2018 18:32:51-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-brolfilestats-source-rf-view/controls/BrolFileStatsControl.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.