Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.

SearchMediaUserControl. Designer. cs

Description du code

SearchMediaUserControl.Designer.cs est un fichier du projet BrolExplorer.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/brolexplorer/.

Projet BrolExplorer :

Explorateur de media en CSharp.

Code source ou contenu du fichier

  1. namespace be.gaudry.explorer.view.controls
  2. {
  3. partial class SearchMediaUserControl
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.cleanDtgBtn = new System.Windows.Forms.Button();
  38. this.resultsDGV = new System.Windows.Forms.DataGridView();
  39. this.mediaIcon = new System.Windows.Forms.DataGridViewImageColumn();
  40. this.mediaType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.mediaName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.mediaPath = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.mediaLength = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.fillerCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  46. this.saveBtn = new System.Windows.Forms.Button();
  47. this.printBtn = new System.Windows.Forms.Button();
  48. this.startParseBtn = new System.Windows.Forms.Button();
  49. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  50. this.settingsPanel = new System.Windows.Forms.Panel();
  51. this.startPathICB = new be.gaudry.view.controls.ImageComboBox();
  52. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  53. this.progressGB = new System.Windows.Forms.GroupBox();
  54. this.curDirLbl = new System.Windows.Forms.Label();
  55. this.browsePgB = new System.Windows.Forms.ProgressBar();
  56. this.curDirValLbl = new System.Windows.Forms.Label();
  57. this.advancedSettingsPanel = new System.Windows.Forms.Panel();
  58. this.fileTypeGB = new System.Windows.Forms.GroupBox();
  59. this.allBooksChkB = new System.Windows.Forms.CheckBox();
  60. this.findPpsChkB = new System.Windows.Forms.CheckBox();
  61. this.findTxtChkB = new System.Windows.Forms.CheckBox();
  62. this.findDocChkB = new System.Windows.Forms.CheckBox();
  63. this.findPdfChkB = new System.Windows.Forms.CheckBox();
  64. this.findAllExtensionsChkB = new System.Windows.Forms.CheckBox();
  65. this.findWmvChkB = new System.Windows.Forms.CheckBox();
  66. this.allImagesChkB = new System.Windows.Forms.CheckBox();
  67. this.allMusicsChkB = new System.Windows.Forms.CheckBox();
  68. this.allFilmsChkB = new System.Windows.Forms.CheckBox();
  69. this.findWavChkB = new System.Windows.Forms.CheckBox();
  70. this.findMpegChkB = new System.Windows.Forms.CheckBox();
  71. this.findOtherChkB = new System.Windows.Forms.CheckBox();
  72. this.findOtherTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  73. this.findBmpChkB = new System.Windows.Forms.CheckBox();
  74. this.findPngChkB = new System.Windows.Forms.CheckBox();
  75. this.findGifChkB = new System.Windows.Forms.CheckBox();
  76. this.findJpegChkB = new System.Windows.Forms.CheckBox();
  77. this.findMp3ChkB = new System.Windows.Forms.CheckBox();
  78. this.findAviChkB = new System.Windows.Forms.CheckBox();
  79. this.findDVDChkB = new System.Windows.Forms.CheckBox();
  80. this.findSettingsGB = new System.Windows.Forms.GroupBox();
  81. this.systemIconsChkB = new System.Windows.Forms.CheckBox();
  82. this.calcProgressChkB = new System.Windows.Forms.CheckBox();
  83. this.includeSubFoldersChkB = new System.Windows.Forms.CheckBox();
  84. this.miscGB = new System.Windows.Forms.GroupBox();
  85. this.fileNameChkB = new System.Windows.Forms.CheckBox();
  86. this.fileNameTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  87. this.includeHiddenFilesChkB = new System.Windows.Forms.CheckBox();
  88. this.sizeCriterionChkB = new System.Windows.Forms.CheckBox();
  89. this.sizeCriterionTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  90. this.sizeCriterionUnitLbl = new System.Windows.Forms.Label();
  91. this.searchResultsLbl = new System.Windows.Forms.Label();
  92. this.browseStartPathBtn = new System.Windows.Forms.Button();
  93. this.startPathLbl = new System.Windows.Forms.Label();
  94. this.buttonsPanel = new System.Windows.Forms.Panel();
  95. this.infoGenLbl = new System.Windows.Forms.Label();
  96. this.logoPB = new System.Windows.Forms.PictureBox();
  97. this.mediaBrowserBgWorker = new System.ComponentModel.BackgroundWorker();
  98. this.iconList1 = new be.gaudry.view.controls.IconList(this.components);
  99. ((System.ComponentModel.ISupportInitialize)(this.resultsDGV)).BeginInit();
  100. this.tableLayoutPanel1.SuspendLayout();
  101. this.settingsPanel.SuspendLayout();
  102. this.progressGB.SuspendLayout();
  103. this.advancedSettingsPanel.SuspendLayout();
  104. this.fileTypeGB.SuspendLayout();
  105. this.findSettingsGB.SuspendLayout();
  106. this.miscGB.SuspendLayout();
  107. this.buttonsPanel.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.logoPB)).BeginInit();
  109. this.SuspendLayout();
  110. //
  111. // cleanDtgBtn
  112. //
  113. this.cleanDtgBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  114. this.cleanDtgBtn.Enabled = false;
  115. this.cleanDtgBtn.Location = new System.Drawing.Point(156, 82);
  116. this.cleanDtgBtn.Name = "cleanDtgBtn";
  117. this.cleanDtgBtn.Size = new System.Drawing.Size(113, 23);
  118. this.cleanDtgBtn.TabIndex = 12;
  119. this.cleanDtgBtn.Text = "Vider les résultats";
  120. this.toolTip1.SetToolTip(this.cleanDtgBtn, "Nettoyer la grille des résultats");
  121. this.cleanDtgBtn.UseVisualStyleBackColor = true;
  122. this.cleanDtgBtn.Click += new System.EventHandler(this.cleanDtgBtn_Click);
  123. //
  124. // resultsDGV
  125. //
  126. this.resultsDGV.AllowUserToAddRows = false;
  127. this.resultsDGV.AllowUserToDeleteRows = false;
  128. this.resultsDGV.AllowUserToOrderColumns = true;
  129. this.resultsDGV.AllowUserToResizeRows = false;
  130. dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
  131. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
  132. this.resultsDGV.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  133. this.resultsDGV.BackgroundColor = System.Drawing.SystemColors.ControlLight;
  134. this.resultsDGV.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  135. this.resultsDGV.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
  136. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  137. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  138. dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  139. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  140. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  141. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  142. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  143. this.resultsDGV.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  144. this.resultsDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  145. this.mediaIcon,
  146. this.mediaType,
  147. this.mediaName,
  148. this.mediaPath,
  149. this.mediaLength,
  150. this.fillerCol});
  151. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  152. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  153. dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  154. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  155. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  156. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  157. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  158. this.resultsDGV.DefaultCellStyle = dataGridViewCellStyle3;
  159. this.resultsDGV.Dock = System.Windows.Forms.DockStyle.Fill;
  160. this.resultsDGV.Location = new System.Drawing.Point(351, 3);
  161. this.resultsDGV.MultiSelect = false;
  162. this.resultsDGV.Name = "resultsDGV";
  163. this.resultsDGV.ReadOnly = true;
  164. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  165. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  166. dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  167. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  168. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  169. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  170. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  171. this.resultsDGV.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  172. this.resultsDGV.RowHeadersVisible = false;
  173. dataGridViewCellStyle5.BackColor = System.Drawing.Color.Lavender;
  174. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
  175. this.resultsDGV.RowsDefaultCellStyle = dataGridViewCellStyle5;
  176. this.tableLayoutPanel1.SetRowSpan(this.resultsDGV, 2);
  177. this.resultsDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  178. this.resultsDGV.Size = new System.Drawing.Size(346, 494);
  179. this.resultsDGV.TabIndex = 0;
  180. this.resultsDGV.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.resultsDGV_MouseDoubleClick);
  181. this.resultsDGV.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.resultsDGV_CellMouseDown);
  182. this.resultsDGV.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.resultsDGV_CellFormatting);
  183. this.resultsDGV.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.resultsDGV_CellMouseEnter);
  184. this.resultsDGV.CurrentCellChanged += new System.EventHandler(this.resultsDGV_CurrentCellChanged);
  185. //
  186. // mediaIcon
  187. //
  188. this.mediaIcon.HeaderText = "";
  189. this.mediaIcon.MinimumWidth = 20;
  190. this.mediaIcon.Name = "mediaIcon";
  191. this.mediaIcon.ReadOnly = true;
  192. this.mediaIcon.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  193. this.mediaIcon.Width = 20;
  194. //
  195. // mediaType
  196. //
  197. this.mediaType.HeaderText = "Type";
  198. this.mediaType.Name = "mediaType";
  199. this.mediaType.ReadOnly = true;
  200. this.mediaType.Width = 56;
  201. //
  202. // mediaName
  203. //
  204. this.mediaName.HeaderText = "Nom";
  205. this.mediaName.Name = "mediaName";
  206. this.mediaName.ReadOnly = true;
  207. this.mediaName.Width = 150;
  208. //
  209. // mediaPath
  210. //
  211. this.mediaPath.HeaderText = "Chemin";
  212. this.mediaPath.Name = "mediaPath";
  213. this.mediaPath.ReadOnly = true;
  214. this.mediaPath.Width = 150;
  215. //
  216. // mediaLength
  217. //
  218. this.mediaLength.HeaderText = "Taille";
  219. this.mediaLength.Name = "mediaLength";
  220. this.mediaLength.ReadOnly = true;
  221. this.mediaLength.Width = 57;
  222. //
  223. // fillerCol
  224. //
  225. this.fillerCol.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  226. this.fillerCol.HeaderText = "";
  227. this.fillerCol.Name = "fillerCol";
  228. this.fillerCol.ReadOnly = true;
  229. //
  230. // saveBtn
  231. //
  232. this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  233. this.saveBtn.Enabled = false;
  234. this.saveBtn.Image = global::be.gaudry.explorer.Properties.Resources.saveHS;
  235. this.saveBtn.Location = new System.Drawing.Point(280, 82);
  236. this.saveBtn.Name = "saveBtn";
  237. this.saveBtn.Size = new System.Drawing.Size(25, 23);
  238. this.saveBtn.TabIndex = 18;
  239. this.toolTip1.SetToolTip(this.saveBtn, "Sauver les résultats...");
  240. this.saveBtn.UseVisualStyleBackColor = true;
  241. this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
  242. //
  243. // printBtn
  244. //
  245. this.printBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  246. this.printBtn.Enabled = false;
  247. this.printBtn.Image = global::be.gaudry.explorer.Properties.Resources.PrintHS;
  248. this.printBtn.Location = new System.Drawing.Point(309, 82);
  249. this.printBtn.Name = "printBtn";
  250. this.printBtn.Size = new System.Drawing.Size(25, 23);
  251. this.printBtn.TabIndex = 17;
  252. this.toolTip1.SetToolTip(this.printBtn, "Imprimer les résultats...");
  253. this.printBtn.UseVisualStyleBackColor = true;
  254. this.printBtn.Click += new System.EventHandler(this.printBtn_Click);
  255. //
  256. // startParseBtn
  257. //
  258. this.startParseBtn.Image = global::be.gaudry.explorer.Properties.Resources.PlayHS;
  259. this.startParseBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
  260. this.startParseBtn.Location = new System.Drawing.Point(156, 5);
  261. this.startParseBtn.Name = "startParseBtn";
  262. this.startParseBtn.Size = new System.Drawing.Size(177, 23);
  263. this.startParseBtn.TabIndex = 7;
  264. this.startParseBtn.Text = "Démarrer";
  265. this.toolTip1.SetToolTip(this.startParseBtn, "Démarrer la recherche");
  266. this.startParseBtn.UseVisualStyleBackColor = true;
  267. this.startParseBtn.Click += new System.EventHandler(this.searchBtn_Click);
  268. //
  269. // tableLayoutPanel1
  270. //
  271. this.tableLayoutPanel1.ColumnCount = 2;
  272. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 348F));
  273. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  274. this.tableLayoutPanel1.Controls.Add(this.settingsPanel, 0, 0);
  275. this.tableLayoutPanel1.Controls.Add(this.resultsDGV, 1, 0);
  276. this.tableLayoutPanel1.Controls.Add(this.buttonsPanel, 0, 1);
  277. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  278. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  279. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  280. this.tableLayoutPanel1.RowCount = 2;
  281. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  282. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 116F));
  283. this.tableLayoutPanel1.Size = new System.Drawing.Size(700, 500);
  284. this.tableLayoutPanel1.TabIndex = 1;
  285. //
  286. // settingsPanel
  287. //
  288. this.settingsPanel.AutoScroll = true;
  289. this.settingsPanel.Controls.Add(this.startPathICB);
  290. this.settingsPanel.Controls.Add(this.progressGB);
  291. this.settingsPanel.Controls.Add(this.advancedSettingsPanel);
  292. this.settingsPanel.Controls.Add(this.searchResultsLbl);
  293. this.settingsPanel.Controls.Add(this.browseStartPathBtn);
  294. this.settingsPanel.Controls.Add(this.startPathLbl);
  295. this.settingsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  296. this.settingsPanel.Location = new System.Drawing.Point(3, 3);
  297. this.settingsPanel.Name = "settingsPanel";
  298. this.settingsPanel.Size = new System.Drawing.Size(342, 378);
  299. this.settingsPanel.TabIndex = 0;
  300. //
  301. // startPathICB
  302. //
  303. this.startPathICB.AllowDuplicates = false;
  304. this.startPathICB.AllowTextEdition = true;
  305. this.startPathICB.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
  306. this.startPathICB.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
  307. this.startPathICB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  308. this.startPathICB.DropDownHeight = 120;
  309. this.startPathICB.DropDownWidth = 200;
  310. this.startPathICB.FormattingEnabled = true;
  311. this.startPathICB.ImageList = this.imageList1;
  312. this.startPathICB.IntegralHeight = false;
  313. this.startPathICB.Location = new System.Drawing.Point(109, 6);
  314. this.startPathICB.MaxDropDownItems = 20;
  315. this.startPathICB.Name = "startPathICB";
  316. this.startPathICB.Size = new System.Drawing.Size(173, 21);
  317. this.startPathICB.TabIndex = 24;
  318. this.startPathICB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.onKeyUp);
  319. this.startPathICB.SelectedValueChanged += new System.EventHandler(this.reinitProgressMaxValue);
  320. this.startPathICB.TextChanged += new System.EventHandler(this.onPathModified);
  321. //
  322. // imageList1
  323. //
  324. this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  325. this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
  326. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  327. //
  328. // progressGB
  329. //
  330. this.progressGB.Controls.Add(this.curDirLbl);
  331. this.progressGB.Controls.Add(this.browsePgB);
  332. this.progressGB.Controls.Add(this.curDirValLbl);
  333. this.progressGB.Location = new System.Drawing.Point(211, 35);
  334. this.progressGB.Name = "progressGB";
  335. this.progressGB.Size = new System.Drawing.Size(92, 14);
  336. this.progressGB.TabIndex = 17;
  337. this.progressGB.TabStop = false;
  338. this.progressGB.Text = "Progression";
  339. this.progressGB.Visible = false;
  340. //
  341. // curDirLbl
  342. //
  343. this.curDirLbl.AutoSize = true;
  344. this.curDirLbl.Location = new System.Drawing.Point(10, 55);
  345. this.curDirLbl.Name = "curDirLbl";
  346. this.curDirLbl.Size = new System.Drawing.Size(153, 13);
  347. this.curDirLbl.TabIndex = 16;
  348. this.curDirLbl.Text = "Recherche dans le répertoire :";
  349. //
  350. // browsePgB
  351. //
  352. this.browsePgB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  353. | System.Windows.Forms.AnchorStyles.Right)));
  354. this.browsePgB.Location = new System.Drawing.Point(6, 28);
  355. this.browsePgB.Name = "browsePgB";
  356. this.browsePgB.Size = new System.Drawing.Size(80, 23);
  357. this.browsePgB.TabIndex = 15;
  358. //
  359. // curDirValLbl
  360. //
  361. this.curDirValLbl.AutoSize = true;
  362. this.curDirValLbl.Location = new System.Drawing.Point(10, 75);
  363. this.curDirValLbl.Name = "curDirValLbl";
  364. this.curDirValLbl.Size = new System.Drawing.Size(101, 13);
  365. this.curDirValLbl.TabIndex = 13;
  366. this.curDirValLbl.Text = "-répertoire en cours-";
  367. //
  368. // advancedSettingsPanel
  369. //
  370. this.advancedSettingsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  371. | System.Windows.Forms.AnchorStyles.Left)
  372. | System.Windows.Forms.AnchorStyles.Right)));
  373. this.advancedSettingsPanel.AutoScroll = true;
  374. this.advancedSettingsPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  375. this.advancedSettingsPanel.Controls.Add(this.fileTypeGB);
  376. this.advancedSettingsPanel.Controls.Add(this.findSettingsGB);
  377. this.advancedSettingsPanel.Controls.Add(this.miscGB);
  378. this.advancedSettingsPanel.Location = new System.Drawing.Point(7, 60);
  379. this.advancedSettingsPanel.Name = "advancedSettingsPanel";
  380. this.advancedSettingsPanel.Padding = new System.Windows.Forms.Padding(10);
  381. this.advancedSettingsPanel.Size = new System.Drawing.Size(332, 315);
  382. this.advancedSettingsPanel.TabIndex = 22;
  383. //
  384. // fileTypeGB
  385. //
  386. this.fileTypeGB.Controls.Add(this.allBooksChkB);
  387. this.fileTypeGB.Controls.Add(this.findPpsChkB);
  388. this.fileTypeGB.Controls.Add(this.findTxtChkB);
  389. this.fileTypeGB.Controls.Add(this.findDocChkB);
  390. this.fileTypeGB.Controls.Add(this.findPdfChkB);
  391. this.fileTypeGB.Controls.Add(this.findAllExtensionsChkB);
  392. this.fileTypeGB.Controls.Add(this.findWmvChkB);
  393. this.fileTypeGB.Controls.Add(this.allImagesChkB);
  394. this.fileTypeGB.Controls.Add(this.allMusicsChkB);
  395. this.fileTypeGB.Controls.Add(this.allFilmsChkB);
  396. this.fileTypeGB.Controls.Add(this.findWavChkB);
  397. this.fileTypeGB.Controls.Add(this.findMpegChkB);
  398. this.fileTypeGB.Controls.Add(this.findOtherChkB);
  399. this.fileTypeGB.Controls.Add(this.findOtherTB);
  400. this.fileTypeGB.Controls.Add(this.findBmpChkB);
  401. this.fileTypeGB.Controls.Add(this.findPngChkB);
  402. this.fileTypeGB.Controls.Add(this.findGifChkB);
  403. this.fileTypeGB.Controls.Add(this.findJpegChkB);
  404. this.fileTypeGB.Controls.Add(this.findMp3ChkB);
  405. this.fileTypeGB.Controls.Add(this.findAviChkB);
  406. this.fileTypeGB.Controls.Add(this.findDVDChkB);
  407. this.fileTypeGB.Location = new System.Drawing.Point(7, 103);
  408. this.fileTypeGB.Name = "fileTypeGB";
  409. this.fileTypeGB.Size = new System.Drawing.Size(289, 247);
  410. this.fileTypeGB.TabIndex = 6;
  411. this.fileTypeGB.TabStop = false;
  412. this.fileTypeGB.Text = "Types";
  413. //
  414. // allBooksChkB
  415. //
  416. this.allBooksChkB.Appearance = System.Windows.Forms.Appearance.Button;
  417. this.allBooksChkB.Location = new System.Drawing.Point(174, 19);
  418. this.allBooksChkB.Name = "allBooksChkB";
  419. this.allBooksChkB.Size = new System.Drawing.Size(70, 24);
  420. this.allBooksChkB.TabIndex = 24;
  421. this.allBooksChkB.Text = "Livres";
  422. this.allBooksChkB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  423. this.allBooksChkB.UseVisualStyleBackColor = false;
  424. this.allBooksChkB.Click += new System.EventHandler(this.allBooksChkB_Click);
  425. //
  426. // findPpsChkB
  427. //
  428. this.findPpsChkB.AutoSize = true;
  429. this.findPpsChkB.Location = new System.Drawing.Point(174, 99);
  430. this.findPpsChkB.Name = "findPpsChkB";
  431. this.findPpsChkB.Size = new System.Drawing.Size(47, 17);
  432. this.findPpsChkB.TabIndex = 23;
  433. this.findPpsChkB.Text = "PPS";
  434. this.findPpsChkB.UseVisualStyleBackColor = true;
  435. //
  436. // findTxtChkB
  437. //
  438. this.findTxtChkB.AutoSize = true;
  439. this.findTxtChkB.Location = new System.Drawing.Point(174, 82);
  440. this.findTxtChkB.Name = "findTxtChkB";
  441. this.findTxtChkB.Size = new System.Drawing.Size(47, 17);
  442. this.findTxtChkB.TabIndex = 22;
  443. this.findTxtChkB.Text = "TXT";
  444. this.findTxtChkB.UseVisualStyleBackColor = true;
  445. //
  446. // findDocChkB
  447. //
  448. this.findDocChkB.AutoSize = true;
  449. this.findDocChkB.Location = new System.Drawing.Point(174, 65);
  450. this.findDocChkB.Name = "findDocChkB";
  451. this.findDocChkB.Size = new System.Drawing.Size(49, 17);
  452. this.findDocChkB.TabIndex = 21;
  453. this.findDocChkB.Text = "DOC";
  454. this.findDocChkB.UseVisualStyleBackColor = true;
  455. //
  456. // findPdfChkB
  457. //
  458. this.findPdfChkB.AutoSize = true;
  459. this.findPdfChkB.Location = new System.Drawing.Point(174, 48);
  460. this.findPdfChkB.Name = "findPdfChkB";
  461. this.findPdfChkB.Size = new System.Drawing.Size(47, 17);
  462. this.findPdfChkB.TabIndex = 20;
  463. this.findPdfChkB.Text = "PDF";
  464. this.findPdfChkB.UseVisualStyleBackColor = true;
  465. //
  466. // findAllExtensionsChkB
  467. //
  468. this.findAllExtensionsChkB.AutoSize = true;
  469. this.findAllExtensionsChkB.Location = new System.Drawing.Point(14, 224);
  470. this.findAllExtensionsChkB.Name = "findAllExtensionsChkB";
  471. this.findAllExtensionsChkB.Size = new System.Drawing.Size(128, 17);
  472. this.findAllExtensionsChkB.TabIndex = 19;
  473. this.findAllExtensionsChkB.Text = "Toutes les extensions";
  474. this.findAllExtensionsChkB.UseVisualStyleBackColor = true;
  475. this.findAllExtensionsChkB.Click += new System.EventHandler(this.findAllExtensionsChkB_Click);
  476. //
  477. // findWmvChkB
  478. //
  479. this.findWmvChkB.AutoSize = true;
  480. this.findWmvChkB.Location = new System.Drawing.Point(14, 99);
  481. this.findWmvChkB.Name = "findWmvChkB";
  482. this.findWmvChkB.Size = new System.Drawing.Size(53, 17);
  483. this.findWmvChkB.TabIndex = 18;
  484. this.findWmvChkB.Text = "WMV";
  485. this.findWmvChkB.UseVisualStyleBackColor = true;
  486. //
  487. // allImagesChkB
  488. //
  489. this.allImagesChkB.Appearance = System.Windows.Forms.Appearance.Button;
  490. this.allImagesChkB.Location = new System.Drawing.Point(93, 20);
  491. this.allImagesChkB.Name = "allImagesChkB";
  492. this.allImagesChkB.Size = new System.Drawing.Size(70, 24);
  493. this.allImagesChkB.TabIndex = 17;
  494. this.allImagesChkB.Text = "Images";
  495. this.allImagesChkB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  496. this.allImagesChkB.UseVisualStyleBackColor = false;
  497. this.allImagesChkB.Click += new System.EventHandler(this.allImagesChkB_Click);
  498. //
  499. // allMusicsChkB
  500. //
  501. this.allMusicsChkB.Appearance = System.Windows.Forms.Appearance.Button;
  502. this.allMusicsChkB.Location = new System.Drawing.Point(14, 134);
  503. this.allMusicsChkB.Name = "allMusicsChkB";
  504. this.allMusicsChkB.Size = new System.Drawing.Size(70, 24);
  505. this.allMusicsChkB.TabIndex = 16;
  506. this.allMusicsChkB.Text = "Audio";
  507. this.allMusicsChkB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  508. this.allMusicsChkB.UseVisualStyleBackColor = false;
  509. this.allMusicsChkB.Click += new System.EventHandler(this.allMusicsChkB_Click);
  510. //
  511. // allFilmsChkB
  512. //
  513. this.allFilmsChkB.Appearance = System.Windows.Forms.Appearance.Button;
  514. this.allFilmsChkB.Location = new System.Drawing.Point(14, 20);
  515. this.allFilmsChkB.Name = "allFilmsChkB";
  516. this.allFilmsChkB.Size = new System.Drawing.Size(70, 24);
  517. this.allFilmsChkB.TabIndex = 15;
  518. this.allFilmsChkB.Text = "Video";
  519. this.allFilmsChkB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  520. this.allFilmsChkB.UseVisualStyleBackColor = false;
  521. this.allFilmsChkB.Click += new System.EventHandler(this.allFilmsChkB_Click);
  522. //
  523. // findWavChkB
  524. //
  525. this.findWavChkB.AutoSize = true;
  526. this.findWavChkB.Location = new System.Drawing.Point(14, 179);
  527. this.findWavChkB.Name = "findWavChkB";
  528. this.findWavChkB.Size = new System.Drawing.Size(51, 17);
  529. this.findWavChkB.TabIndex = 14;
  530. this.findWavChkB.Text = "WAV";
  531. this.findWavChkB.UseVisualStyleBackColor = true;
  532. //
  533. // findMpegChkB
  534. //
  535. this.findMpegChkB.AutoSize = true;
  536. this.findMpegChkB.Location = new System.Drawing.Point(14, 82);
  537. this.findMpegChkB.Name = "findMpegChkB";
  538. this.findMpegChkB.Size = new System.Drawing.Size(57, 17);
  539. this.findMpegChkB.TabIndex = 13;
  540. this.findMpegChkB.Text = "MPEG";
  541. this.findMpegChkB.UseVisualStyleBackColor = true;
  542. //
  543. // findOtherChkB
  544. //
  545. this.findOtherChkB.AutoSize = true;
  546. this.findOtherChkB.Location = new System.Drawing.Point(14, 207);
  547. this.findOtherChkB.Name = "findOtherChkB";
  548. this.findOtherChkB.Size = new System.Drawing.Size(105, 17);
  549. this.findOtherChkB.TabIndex = 9;
  550. this.findOtherChkB.Text = "Autre extension :";
  551. this.findOtherChkB.UseVisualStyleBackColor = true;
  552. this.findOtherChkB.Click += new System.EventHandler(this.findOtherChkB_Click);
  553. //
  554. // findOtherTB
  555. //
  556. this.findOtherTB.AllowDrop = true;
  557. this.findOtherTB.Location = new System.Drawing.Point(152, 207);
  558. this.findOtherTB.Name = "findOtherTB";
  559. this.findOtherTB.Size = new System.Drawing.Size(74, 20);
  560. this.findOtherTB.TabIndex = 8;
  561. this.findOtherTB.Visible = false;
  562. this.findOtherTB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.onKeyUp);
  563. //
  564. // findBmpChkB
  565. //
  566. this.findBmpChkB.AutoSize = true;
  567. this.findBmpChkB.Location = new System.Drawing.Point(93, 100);
  568. this.findBmpChkB.Name = "findBmpChkB";
  569. this.findBmpChkB.Size = new System.Drawing.Size(49, 17);
  570. this.findBmpChkB.TabIndex = 12;
  571. this.findBmpChkB.Text = "BMP";
  572. this.findBmpChkB.UseVisualStyleBackColor = true;
  573. //
  574. // findPngChkB
  575. //
  576. this.findPngChkB.AutoSize = true;
  577. this.findPngChkB.Location = new System.Drawing.Point(93, 83);
  578. this.findPngChkB.Name = "findPngChkB";
  579. this.findPngChkB.Size = new System.Drawing.Size(49, 17);
  580. this.findPngChkB.TabIndex = 11;
  581. this.findPngChkB.Text = "PNG";
  582. this.findPngChkB.UseVisualStyleBackColor = true;
  583. //
  584. // findGifChkB
  585. //
  586. this.findGifChkB.AutoSize = true;
  587. this.findGifChkB.Location = new System.Drawing.Point(93, 66);
  588. this.findGifChkB.Name = "findGifChkB";
  589. this.findGifChkB.Size = new System.Drawing.Size(43, 17);
  590. this.findGifChkB.TabIndex = 10;
  591. this.findGifChkB.Text = "GIF";
  592. this.findGifChkB.UseVisualStyleBackColor = true;
  593. //
  594. // findJpegChkB
  595. //
  596. this.findJpegChkB.AutoSize = true;
  597. this.findJpegChkB.Location = new System.Drawing.Point(93, 49);
  598. this.findJpegChkB.Name = "findJpegChkB";
  599. this.findJpegChkB.Size = new System.Drawing.Size(53, 17);
  600. this.findJpegChkB.TabIndex = 9;
  601. this.findJpegChkB.Text = "JPEG";
  602. this.findJpegChkB.UseVisualStyleBackColor = true;
  603. //
  604. // findMp3ChkB
  605. //
  606. this.findMp3ChkB.AutoSize = true;
  607. this.findMp3ChkB.Location = new System.Drawing.Point(14, 162);
  608. this.findMp3ChkB.Name = "findMp3ChkB";
  609. this.findMp3ChkB.Size = new System.Drawing.Size(48, 17);
  610. this.findMp3ChkB.TabIndex = 8;
  611. this.findMp3ChkB.Text = "MP3";
  612. this.findMp3ChkB.UseVisualStyleBackColor = true;
  613. //
  614. // findAviChkB
  615. //
  616. this.findAviChkB.AutoSize = true;
  617. this.findAviChkB.Location = new System.Drawing.Point(14, 65);
  618. this.findAviChkB.Name = "findAviChkB";
  619. this.findAviChkB.Size = new System.Drawing.Size(43, 17);
  620. this.findAviChkB.TabIndex = 6;
  621. this.findAviChkB.Text = "AVI";
  622. this.findAviChkB.UseVisualStyleBackColor = true;
  623. //
  624. // findDVDChkB
  625. //
  626. this.findDVDChkB.AutoSize = true;
  627. this.findDVDChkB.Checked = true;
  628. this.findDVDChkB.CheckState = System.Windows.Forms.CheckState.Checked;
  629. this.findDVDChkB.Location = new System.Drawing.Point(14, 48);
  630. this.findDVDChkB.Name = "findDVDChkB";
  631. this.findDVDChkB.Size = new System.Drawing.Size(49, 17);
  632. this.findDVDChkB.TabIndex = 5;
  633. this.findDVDChkB.Text = "DVD";
  634. this.findDVDChkB.UseVisualStyleBackColor = true;
  635. //
  636. // findSettingsGB
  637. //
  638. this.findSettingsGB.BackColor = System.Drawing.Color.Transparent;
  639. this.findSettingsGB.Controls.Add(this.systemIconsChkB);
  640. this.findSettingsGB.Controls.Add(this.calcProgressChkB);
  641. this.findSettingsGB.Controls.Add(this.includeSubFoldersChkB);
  642. this.findSettingsGB.Location = new System.Drawing.Point(7, 356);
  643. this.findSettingsGB.Name = "findSettingsGB";
  644. this.findSettingsGB.Size = new System.Drawing.Size(287, 81);
  645. this.findSettingsGB.TabIndex = 19;
  646. this.findSettingsGB.TabStop = false;
  647. this.findSettingsGB.Text = "Paramètres";
  648. //
  649. // systemIconsChkB
  650. //
  651. this.systemIconsChkB.AutoSize = true;
  652. this.systemIconsChkB.Checked = true;
  653. this.systemIconsChkB.CheckState = System.Windows.Forms.CheckState.Checked;
  654. this.systemIconsChkB.Location = new System.Drawing.Point(6, 52);
  655. this.systemIconsChkB.Name = "systemIconsChkB";
  656. this.systemIconsChkB.Size = new System.Drawing.Size(153, 17);
  657. this.systemIconsChkB.TabIndex = 13;
  658. this.systemIconsChkB.Text = "Afficher les icônes système";
  659. this.systemIconsChkB.UseVisualStyleBackColor = true;
  660. this.systemIconsChkB.Click += new System.EventHandler(this.systemIconsChkB_Click);
  661. //
  662. // calcProgressChkB
  663. //
  664. this.calcProgressChkB.AutoSize = true;
  665. this.calcProgressChkB.Location = new System.Drawing.Point(6, 35);
  666. this.calcProgressChkB.Name = "calcProgressChkB";
  667. this.calcProgressChkB.Size = new System.Drawing.Size(147, 17);
  668. this.calcProgressChkB.TabIndex = 12;
  669. this.calcProgressChkB.Text = "Précalculer la progression";
  670. this.calcProgressChkB.UseVisualStyleBackColor = true;
  671. //
  672. // includeSubFoldersChkB
  673. //
  674. this.includeSubFoldersChkB.AutoSize = true;
  675. this.includeSubFoldersChkB.Checked = true;
  676. this.includeSubFoldersChkB.CheckState = System.Windows.Forms.CheckState.Checked;
  677. this.includeSubFoldersChkB.Location = new System.Drawing.Point(6, 18);
  678. this.includeSubFoldersChkB.Name = "includeSubFoldersChkB";
  679. this.includeSubFoldersChkB.Size = new System.Drawing.Size(151, 17);
  680. this.includeSubFoldersChkB.TabIndex = 11;
  681. this.includeSubFoldersChkB.Text = "Inclure les sous-répertoires";
  682. this.includeSubFoldersChkB.UseVisualStyleBackColor = true;
  683. this.includeSubFoldersChkB.Click += new System.EventHandler(this.reinitProgressMaxValue);
  684. //
  685. // miscGB
  686. //
  687. this.miscGB.Controls.Add(this.fileNameChkB);
  688. this.miscGB.Controls.Add(this.fileNameTB);
  689. this.miscGB.Controls.Add(this.includeHiddenFilesChkB);
  690. this.miscGB.Controls.Add(this.sizeCriterionChkB);
  691. this.miscGB.Controls.Add(this.sizeCriterionTB);
  692. this.miscGB.Controls.Add(this.sizeCriterionUnitLbl);
  693. this.miscGB.Location = new System.Drawing.Point(7, 1);
  694. this.miscGB.Name = "miscGB";
  695. this.miscGB.Size = new System.Drawing.Size(289, 96);
  696. this.miscGB.TabIndex = 18;
  697. this.miscGB.TabStop = false;
  698. this.miscGB.Text = "Fichiers";
  699. //
  700. // fileNameChkB
  701. //
  702. this.fileNameChkB.AutoSize = true;
  703. this.fileNameChkB.Location = new System.Drawing.Point(9, 19);
  704. this.fileNameChkB.Name = "fileNameChkB";
  705. this.fileNameChkB.Size = new System.Drawing.Size(108, 17);
  706. this.fileNameChkB.TabIndex = 6;
  707. this.fileNameChkB.Text = "Le nom contient :";
  708. this.fileNameChkB.UseVisualStyleBackColor = true;
  709. this.fileNameChkB.Click += new System.EventHandler(this.fileNameChkB_Click);
  710. //
  711. // fileNameTB
  712. //
  713. this.fileNameTB.AllowDrop = true;
  714. this.fileNameTB.Enabled = false;
  715. this.fileNameTB.Location = new System.Drawing.Point(135, 17);
  716. this.fileNameTB.Name = "fileNameTB";
  717. this.fileNameTB.Size = new System.Drawing.Size(146, 20);
  718. this.fileNameTB.TabIndex = 5;
  719. this.fileNameTB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.onKeyUp);
  720. //
  721. // includeHiddenFilesChkB
  722. //
  723. this.includeHiddenFilesChkB.AutoSize = true;
  724. this.includeHiddenFilesChkB.Location = new System.Drawing.Point(9, 66);
  725. this.includeHiddenFilesChkB.Name = "includeHiddenFilesChkB";
  726. this.includeHiddenFilesChkB.Size = new System.Drawing.Size(148, 17);
  727. this.includeHiddenFilesChkB.TabIndex = 14;
  728. this.includeHiddenFilesChkB.Text = "Inclure les fichiers cachés";
  729. this.includeHiddenFilesChkB.UseVisualStyleBackColor = true;
  730. //
  731. // sizeCriterionChkB
  732. //
  733. this.sizeCriterionChkB.AutoSize = true;
  734. this.sizeCriterionChkB.Location = new System.Drawing.Point(9, 43);
  735. this.sizeCriterionChkB.Name = "sizeCriterionChkB";
  736. this.sizeCriterionChkB.Size = new System.Drawing.Size(146, 17);
  737. this.sizeCriterionChkB.TabIndex = 4;
  738. this.sizeCriterionChkB.Text = "Taille minimum du fichier :";
  739. this.sizeCriterionChkB.UseVisualStyleBackColor = true;
  740. this.sizeCriterionChkB.Click += new System.EventHandler(this.sizeCriterionChkB_Click);
  741. //
  742. // sizeCriterionTB
  743. //
  744. this.sizeCriterionTB.AllowDrop = true;
  745. this.sizeCriterionTB.Enabled = false;
  746. this.sizeCriterionTB.Location = new System.Drawing.Point(189, 42);
  747. this.sizeCriterionTB.Name = "sizeCriterionTB";
  748. this.sizeCriterionTB.Size = new System.Drawing.Size(33, 20);
  749. this.sizeCriterionTB.TabIndex = 2;
  750. this.sizeCriterionTB.Text = "500";
  751. this.sizeCriterionTB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.onKeyUp);
  752. //
  753. // sizeCriterionUnitLbl
  754. //
  755. this.sizeCriterionUnitLbl.AutoSize = true;
  756. this.sizeCriterionUnitLbl.Location = new System.Drawing.Point(228, 46);
  757. this.sizeCriterionUnitLbl.Name = "sizeCriterionUnitLbl";
  758. this.sizeCriterionUnitLbl.Size = new System.Drawing.Size(22, 13);
  759. this.sizeCriterionUnitLbl.TabIndex = 3;
  760. this.sizeCriterionUnitLbl.Text = "Mo";
  761. //
  762. // searchResultsLbl
  763. //
  764. this.searchResultsLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  765. | System.Windows.Forms.AnchorStyles.Right)));
  766. this.searchResultsLbl.AutoEllipsis = true;
  767. this.searchResultsLbl.Location = new System.Drawing.Point(4, 30);
  768. this.searchResultsLbl.Name = "searchResultsLbl";
  769. this.searchResultsLbl.Size = new System.Drawing.Size(335, 27);
  770. this.searchResultsLbl.TabIndex = 20;
  771. this.searchResultsLbl.Text = "taille résultat";
  772. this.searchResultsLbl.Visible = false;
  773. //
  774. // browseStartPathBtn
  775. //
  776. this.browseStartPathBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  777. this.browseStartPathBtn.Image = global::be.gaudry.explorer.Properties.Resources.brolExplore;
  778. this.browseStartPathBtn.Location = new System.Drawing.Point(308, 4);
  779. this.browseStartPathBtn.Name = "browseStartPathBtn";
  780. this.browseStartPathBtn.Size = new System.Drawing.Size(25, 23);
  781. this.browseStartPathBtn.TabIndex = 10;
  782. this.browseStartPathBtn.UseVisualStyleBackColor = true;
  783. this.browseStartPathBtn.Click += new System.EventHandler(this.browseStartPathBtn_Click);
  784. //
  785. // startPathLbl
  786. //
  787. this.startPathLbl.AutoSize = true;
  788. this.startPathLbl.Location = new System.Drawing.Point(3, 9);
  789. this.startPathLbl.Name = "startPathLbl";
  790. this.startPathLbl.Size = new System.Drawing.Size(82, 13);
  791. this.startPathLbl.TabIndex = 8;
  792. this.startPathLbl.Text = "Chercher dans :";
  793. //
  794. // buttonsPanel
  795. //
  796. this.buttonsPanel.Controls.Add(this.saveBtn);
  797. this.buttonsPanel.Controls.Add(this.printBtn);
  798. this.buttonsPanel.Controls.Add(this.infoGenLbl);
  799. this.buttonsPanel.Controls.Add(this.logoPB);
  800. this.buttonsPanel.Controls.Add(this.cleanDtgBtn);
  801. this.buttonsPanel.Controls.Add(this.startParseBtn);
  802. this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  803. this.buttonsPanel.Location = new System.Drawing.Point(3, 387);
  804. this.buttonsPanel.Name = "buttonsPanel";
  805. this.buttonsPanel.Size = new System.Drawing.Size(342, 110);
  806. this.buttonsPanel.TabIndex = 1;
  807. //
  808. // infoGenLbl
  809. //
  810. this.infoGenLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  811. | System.Windows.Forms.AnchorStyles.Left)
  812. | System.Windows.Forms.AnchorStyles.Right)));
  813. this.infoGenLbl.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  814. this.infoGenLbl.Location = new System.Drawing.Point(156, 31);
  815. this.infoGenLbl.Name = "infoGenLbl";
  816. this.infoGenLbl.Size = new System.Drawing.Size(183, 48);
  817. this.infoGenLbl.TabIndex = 16;
  818. this.infoGenLbl.Text = "Permet la recherche de media présents sur l\'ordinateur.";
  819. //
  820. // logoPB
  821. //
  822. this.logoPB.Image = global::be.gaudry.explorer.Properties.Resources.searchMedia_big;
  823. this.logoPB.Location = new System.Drawing.Point(8, 3);
  824. this.logoPB.Name = "logoPB";
  825. this.logoPB.Size = new System.Drawing.Size(142, 104);
  826. this.logoPB.TabIndex = 15;
  827. this.logoPB.TabStop = false;
  828. //
  829. // mediaBrowserBgWorker
  830. //
  831. this.mediaBrowserBgWorker.WorkerReportsProgress = true;
  832. this.mediaBrowserBgWorker.WorkerSupportsCancellation = true;
  833. this.mediaBrowserBgWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.mediaBrowserBgWorker_DoWork);
  834. this.mediaBrowserBgWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.mediaBrowserBgWorker_RunWorkerCompleted);
  835. this.mediaBrowserBgWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.mediaBrowserBgWorker_ProgressChanged);
  836. //
  837. // SearchMediaUserControl
  838. //
  839. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  840. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  841. this.Controls.Add(this.tableLayoutPanel1);
  842. this.Name = "SearchMediaUserControl";
  843. this.Size = new System.Drawing.Size(700, 500);
  844. ((System.ComponentModel.ISupportInitialize)(this.resultsDGV)).EndInit();
  845. this.tableLayoutPanel1.ResumeLayout(false);
  846. this.settingsPanel.ResumeLayout(false);
  847. this.settingsPanel.PerformLayout();
  848. this.progressGB.ResumeLayout(false);
  849. this.progressGB.PerformLayout();
  850. this.advancedSettingsPanel.ResumeLayout(false);
  851. this.fileTypeGB.ResumeLayout(false);
  852. this.fileTypeGB.PerformLayout();
  853. this.findSettingsGB.ResumeLayout(false);
  854. this.findSettingsGB.PerformLayout();
  855. this.miscGB.ResumeLayout(false);
  856. this.miscGB.PerformLayout();
  857. this.buttonsPanel.ResumeLayout(false);
  858. ((System.ComponentModel.ISupportInitialize)(this.logoPB)).EndInit();
  859. this.ResumeLayout(false);
  860.  
  861. }
  862.  
  863. #endregion
  864.  
  865. private System.Windows.Forms.Panel settingsPanel;
  866. private System.Windows.Forms.DataGridView resultsDGV;
  867. private System.Windows.Forms.Label sizeCriterionUnitLbl;
  868. private be.gaudry.view.controls.TextBoxDragDrop sizeCriterionTB;
  869. private System.Windows.Forms.CheckBox sizeCriterionChkB;
  870. private System.Windows.Forms.GroupBox fileTypeGB;
  871. private System.Windows.Forms.CheckBox findAviChkB;
  872. private System.Windows.Forms.CheckBox findDVDChkB;
  873. private System.Windows.Forms.Button startParseBtn;
  874. private System.Windows.Forms.ToolTip toolTip1;
  875. private System.Windows.Forms.CheckBox findBmpChkB;
  876. private System.Windows.Forms.CheckBox findPngChkB;
  877. private System.Windows.Forms.CheckBox findGifChkB;
  878. private System.Windows.Forms.CheckBox findJpegChkB;
  879. private System.Windows.Forms.CheckBox findMp3ChkB;
  880. private System.Windows.Forms.CheckBox findOtherChkB;
  881. private be.gaudry.view.controls.TextBoxDragDrop findOtherTB;
  882. private System.Windows.Forms.Label startPathLbl;
  883. private System.Windows.Forms.Button browseStartPathBtn;
  884. private System.Windows.Forms.CheckBox findWavChkB;
  885. private System.Windows.Forms.CheckBox findMpegChkB;
  886. private System.Windows.Forms.CheckBox allFilmsChkB;
  887. private System.Windows.Forms.CheckBox allImagesChkB;
  888. private System.Windows.Forms.CheckBox allMusicsChkB;
  889. private System.Windows.Forms.CheckBox includeSubFoldersChkB;
  890. private System.Windows.Forms.Button cleanDtgBtn;
  891. private System.Windows.Forms.Label curDirValLbl;
  892. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  893. private System.Windows.Forms.CheckBox includeHiddenFilesChkB;
  894. private System.ComponentModel.BackgroundWorker mediaBrowserBgWorker;
  895. private System.Windows.Forms.ProgressBar browsePgB;
  896. private System.Windows.Forms.GroupBox progressGB;
  897. private System.Windows.Forms.Label curDirLbl;
  898. private System.Windows.Forms.GroupBox miscGB;
  899. private System.Windows.Forms.CheckBox fileNameChkB;
  900. private be.gaudry.view.controls.TextBoxDragDrop fileNameTB;
  901. private System.Windows.Forms.CheckBox findWmvChkB;
  902. private be.gaudry.view.controls.IconList iconList1;
  903. private System.Windows.Forms.GroupBox findSettingsGB;
  904. private System.Windows.Forms.CheckBox calcProgressChkB;
  905. private System.Windows.Forms.CheckBox systemIconsChkB;
  906. private System.Windows.Forms.CheckBox findAllExtensionsChkB;
  907. private System.Windows.Forms.Label searchResultsLbl;
  908. private System.Windows.Forms.PictureBox logoPB;
  909. private System.Windows.Forms.Panel buttonsPanel;
  910. private System.Windows.Forms.Panel advancedSettingsPanel;
  911. private System.Windows.Forms.Label infoGenLbl;
  912. private System.Windows.Forms.CheckBox allBooksChkB;
  913. private System.Windows.Forms.CheckBox findPpsChkB;
  914. private System.Windows.Forms.CheckBox findTxtChkB;
  915. private System.Windows.Forms.CheckBox findDocChkB;
  916. private System.Windows.Forms.CheckBox findPdfChkB;
  917. private System.Windows.Forms.ImageList imageList1;
  918. protected internal be.gaudry.view.controls.ImageComboBox startPathICB;
  919. private System.Windows.Forms.Button printBtn;
  920. private System.Windows.Forms.DataGridViewImageColumn mediaIcon;
  921. private System.Windows.Forms.DataGridViewTextBoxColumn mediaType;
  922. private System.Windows.Forms.DataGridViewTextBoxColumn mediaName;
  923. private System.Windows.Forms.DataGridViewTextBoxColumn mediaPath;
  924. private System.Windows.Forms.DataGridViewTextBoxColumn mediaLength;
  925. private System.Windows.Forms.DataGridViewTextBoxColumn fillerCol;
  926. private System.Windows.Forms.Button saveBtn;
  927. }
  928. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/brolexplorer/view/controls/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1718350894 14/06/2024 09:41:34
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/brolexplorer/view/controls/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxThumbUserControl.resx5.68 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csSearchMediaUserControl.Designer.cs52.01 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csImagesBrowserUserControl.cs9.69 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csExplorerUserControl.cs38.67 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csExplorerUserControl.Designer.cs44.73 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .resx|.resxExplorerUserControl.resx15.83 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .resx|.resxImagesBrowserUserControl.resx6.06 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csImagesBrowserUserControl.Designer.cs10.53 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csThumbUserControl.Designer.cs3.29 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .resx|.resxSearchMediaUserControl.resx7.72 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csSearchMediaUserControl.cs25.76 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csThumbUserControl.cs4.7 Ko31/10/2018 18:32:50-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.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 30/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-brolexplorer-source-rf-view/controls/SearchMediaUserControl.Designer.cs.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.