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
Code c# (SearchMediaUserControl.Designer.cs) (928 lignes)
namespace be.gaudry.explorer.view.controls { partial class SearchMediaUserControl { /// <summary> /// Variable nécessaire au concepteur. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Nettoyage des ressources utilisées. /// </summary> /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur de composants /// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); ((System.ComponentModel.ISupportInitialize)(this.resultsDGV)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.settingsPanel.SuspendLayout(); this.progressGB.SuspendLayout(); this.advancedSettingsPanel.SuspendLayout(); this.fileTypeGB.SuspendLayout(); this.findSettingsGB.SuspendLayout(); this.miscGB.SuspendLayout(); this.buttonsPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.logoPB)).BeginInit(); this.SuspendLayout(); // // cleanDtgBtn // this.cleanDtgBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cleanDtgBtn.Enabled = false; this.cleanDtgBtn.Name = "cleanDtgBtn"; this.cleanDtgBtn.TabIndex = 12; this.cleanDtgBtn.Text = "Vider les résultats"; this.toolTip1.SetToolTip(this.cleanDtgBtn, "Nettoyer la grille des résultats"); this.cleanDtgBtn.UseVisualStyleBackColor = true; // // resultsDGV // this.resultsDGV.AllowUserToAddRows = false; this.resultsDGV.AllowUserToDeleteRows = false; this.resultsDGV.AllowUserToOrderColumns = true; this.resultsDGV.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke; dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black; this.resultsDGV.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.resultsDGV.BackgroundColor = System.Drawing.SystemColors.ControlLight; this.resultsDGV.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.resultsDGV.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.resultsDGV.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.mediaIcon, this.mediaType, this.mediaName, this.mediaPath, this.mediaLength, this.fillerCol}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.resultsDGV.DefaultCellStyle = dataGridViewCellStyle3; this.resultsDGV.Dock = System.Windows.Forms.DockStyle.Fill; this.resultsDGV.MultiSelect = false; this.resultsDGV.Name = "resultsDGV"; this.resultsDGV.ReadOnly = true; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.resultsDGV.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.resultsDGV.RowHeadersVisible = false; dataGridViewCellStyle5.BackColor = System.Drawing.Color.Lavender; dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black; this.resultsDGV.RowsDefaultCellStyle = dataGridViewCellStyle5; this.tableLayoutPanel1.SetRowSpan(this.resultsDGV, 2); this.resultsDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.resultsDGV.TabIndex = 0; this.resultsDGV.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.resultsDGV_MouseDoubleClick); this.resultsDGV.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.resultsDGV_CellMouseDown); this.resultsDGV.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.resultsDGV_CellFormatting); this.resultsDGV.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.resultsDGV_CellMouseEnter); // // mediaIcon // this.mediaIcon.HeaderText = ""; this.mediaIcon.MinimumWidth = 20; this.mediaIcon.Name = "mediaIcon"; this.mediaIcon.ReadOnly = true; this.mediaIcon.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.mediaIcon.Width = 20; // // mediaType // this.mediaType.HeaderText = "Type"; this.mediaType.Name = "mediaType"; this.mediaType.ReadOnly = true; this.mediaType.Width = 56; // // mediaName // this.mediaName.HeaderText = "Nom"; this.mediaName.Name = "mediaName"; this.mediaName.ReadOnly = true; this.mediaName.Width = 150; // // mediaPath // this.mediaPath.HeaderText = "Chemin"; this.mediaPath.Name = "mediaPath"; this.mediaPath.ReadOnly = true; this.mediaPath.Width = 150; // // mediaLength // this.mediaLength.HeaderText = "Taille"; this.mediaLength.Name = "mediaLength"; this.mediaLength.ReadOnly = true; this.mediaLength.Width = 57; // // fillerCol // this.fillerCol.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.fillerCol.HeaderText = ""; this.fillerCol.Name = "fillerCol"; this.fillerCol.ReadOnly = true; // // saveBtn // this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.saveBtn.Enabled = false; this.saveBtn.Image = global::be.gaudry.explorer.Properties.Resources.saveHS; this.saveBtn.Name = "saveBtn"; this.saveBtn.TabIndex = 18; this.toolTip1.SetToolTip(this.saveBtn, "Sauver les résultats..."); this.saveBtn.UseVisualStyleBackColor = true; // // printBtn // this.printBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.printBtn.Enabled = false; this.printBtn.Image = global::be.gaudry.explorer.Properties.Resources.PrintHS; this.printBtn.Name = "printBtn"; this.printBtn.TabIndex = 17; this.toolTip1.SetToolTip(this.printBtn, "Imprimer les résultats..."); this.printBtn.UseVisualStyleBackColor = true; // // startParseBtn // this.startParseBtn.Image = global::be.gaudry.explorer.Properties.Resources.PlayHS; this.startParseBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.startParseBtn.Name = "startParseBtn"; this.startParseBtn.TabIndex = 7; this.startParseBtn.Text = "Démarrer"; this.toolTip1.SetToolTip(this.startParseBtn, "Démarrer la recherche"); this.startParseBtn.UseVisualStyleBackColor = true; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 348F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.settingsPanel, 0, 0); this.tableLayoutPanel1.Controls.Add(this.resultsDGV, 1, 0); this.tableLayoutPanel1.Controls.Add(this.buttonsPanel, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 116F)); this.tableLayoutPanel1.TabIndex = 1; // // settingsPanel // this.settingsPanel.AutoScroll = true; this.settingsPanel.Controls.Add(this.startPathICB); this.settingsPanel.Controls.Add(this.progressGB); this.settingsPanel.Controls.Add(this.advancedSettingsPanel); this.settingsPanel.Controls.Add(this.searchResultsLbl); this.settingsPanel.Controls.Add(this.browseStartPathBtn); this.settingsPanel.Controls.Add(this.startPathLbl); this.settingsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.settingsPanel.Name = "settingsPanel"; this.settingsPanel.TabIndex = 0; // // startPathICB // this.startPathICB.AllowDuplicates = false; this.startPathICB.AllowTextEdition = true; this.startPathICB.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.startPathICB.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories; this.startPathICB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.startPathICB.DropDownHeight = 120; this.startPathICB.DropDownWidth = 200; this.startPathICB.FormattingEnabled = true; this.startPathICB.ImageList = this.imageList1; this.startPathICB.IntegralHeight = false; this.startPathICB.MaxDropDownItems = 20; this.startPathICB.Name = "startPathICB"; this.startPathICB.TabIndex = 24; // // imageList1 // this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.imageList1.TransparentColor = System.Drawing.Color.Transparent; // // progressGB // this.progressGB.Controls.Add(this.curDirLbl); this.progressGB.Controls.Add(this.browsePgB); this.progressGB.Controls.Add(this.curDirValLbl); this.progressGB.Name = "progressGB"; this.progressGB.TabIndex = 17; this.progressGB.TabStop = false; this.progressGB.Text = "Progression"; this.progressGB.Visible = false; // // curDirLbl // this.curDirLbl.AutoSize = true; this.curDirLbl.Name = "curDirLbl"; this.curDirLbl.TabIndex = 16; this.curDirLbl.Text = "Recherche dans le répertoire :"; // // browsePgB // this.browsePgB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.browsePgB.Name = "browsePgB"; this.browsePgB.TabIndex = 15; // // curDirValLbl // this.curDirValLbl.AutoSize = true; this.curDirValLbl.Name = "curDirValLbl"; this.curDirValLbl.TabIndex = 13; this.curDirValLbl.Text = "-répertoire en cours-"; // // advancedSettingsPanel // this.advancedSettingsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.advancedSettingsPanel.AutoScroll = true; this.advancedSettingsPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.advancedSettingsPanel.Controls.Add(this.fileTypeGB); this.advancedSettingsPanel.Controls.Add(this.findSettingsGB); this.advancedSettingsPanel.Controls.Add(this.miscGB); this.advancedSettingsPanel.Name = "advancedSettingsPanel"; this.advancedSettingsPanel.TabIndex = 22; // // fileTypeGB // this.fileTypeGB.Controls.Add(this.allBooksChkB); this.fileTypeGB.Controls.Add(this.findPpsChkB); this.fileTypeGB.Controls.Add(this.findTxtChkB); this.fileTypeGB.Controls.Add(this.findDocChkB); this.fileTypeGB.Controls.Add(this.findPdfChkB); this.fileTypeGB.Controls.Add(this.findAllExtensionsChkB); this.fileTypeGB.Controls.Add(this.findWmvChkB); this.fileTypeGB.Controls.Add(this.allImagesChkB); this.fileTypeGB.Controls.Add(this.allMusicsChkB); this.fileTypeGB.Controls.Add(this.allFilmsChkB); this.fileTypeGB.Controls.Add(this.findWavChkB); this.fileTypeGB.Controls.Add(this.findMpegChkB); this.fileTypeGB.Controls.Add(this.findOtherChkB); this.fileTypeGB.Controls.Add(this.findOtherTB); this.fileTypeGB.Controls.Add(this.findBmpChkB); this.fileTypeGB.Controls.Add(this.findPngChkB); this.fileTypeGB.Controls.Add(this.findGifChkB); this.fileTypeGB.Controls.Add(this.findJpegChkB); this.fileTypeGB.Controls.Add(this.findMp3ChkB); this.fileTypeGB.Controls.Add(this.findAviChkB); this.fileTypeGB.Controls.Add(this.findDVDChkB); this.fileTypeGB.Name = "fileTypeGB"; this.fileTypeGB.TabIndex = 6; this.fileTypeGB.TabStop = false; this.fileTypeGB.Text = "Types"; // // allBooksChkB // this.allBooksChkB.Appearance = System.Windows.Forms.Appearance.Button; this.allBooksChkB.Name = "allBooksChkB"; this.allBooksChkB.TabIndex = 24; this.allBooksChkB.Text = "Livres"; this.allBooksChkB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.allBooksChkB.UseVisualStyleBackColor = false; // // findPpsChkB // this.findPpsChkB.AutoSize = true; this.findPpsChkB.Name = "findPpsChkB"; this.findPpsChkB.TabIndex = 23; this.findPpsChkB.Text = "PPS"; this.findPpsChkB.UseVisualStyleBackColor = true; // // findTxtChkB // this.findTxtChkB.AutoSize = true; this.findTxtChkB.Name = "findTxtChkB"; this.findTxtChkB.TabIndex = 22; this.findTxtChkB.Text = "TXT"; this.findTxtChkB.UseVisualStyleBackColor = true; // // findDocChkB // this.findDocChkB.AutoSize = true; this.findDocChkB.Name = "findDocChkB"; this.findDocChkB.TabIndex = 21; this.findDocChkB.Text = "DOC"; this.findDocChkB.UseVisualStyleBackColor = true; // // findPdfChkB // this.findPdfChkB.AutoSize = true; this.findPdfChkB.Name = "findPdfChkB"; this.findPdfChkB.TabIndex = 20; this.findPdfChkB.Text = "PDF"; this.findPdfChkB.UseVisualStyleBackColor = true; // // findAllExtensionsChkB // this.findAllExtensionsChkB.AutoSize = true; this.findAllExtensionsChkB.Name = "findAllExtensionsChkB"; this.findAllExtensionsChkB.TabIndex = 19; this.findAllExtensionsChkB.Text = "Toutes les extensions"; this.findAllExtensionsChkB.UseVisualStyleBackColor = true; // // findWmvChkB // this.findWmvChkB.AutoSize = true; this.findWmvChkB.Name = "findWmvChkB"; this.findWmvChkB.TabIndex = 18; this.findWmvChkB.Text = "WMV"; this.findWmvChkB.UseVisualStyleBackColor = true; // // allImagesChkB // this.allImagesChkB.Appearance = System.Windows.Forms.Appearance.Button; this.allImagesChkB.Name = "allImagesChkB"; this.allImagesChkB.TabIndex = 17; this.allImagesChkB.Text = "Images"; this.allImagesChkB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.allImagesChkB.UseVisualStyleBackColor = false; // // allMusicsChkB // this.allMusicsChkB.Appearance = System.Windows.Forms.Appearance.Button; this.allMusicsChkB.Name = "allMusicsChkB"; this.allMusicsChkB.TabIndex = 16; this.allMusicsChkB.Text = "Audio"; this.allMusicsChkB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.allMusicsChkB.UseVisualStyleBackColor = false; // // allFilmsChkB // this.allFilmsChkB.Appearance = System.Windows.Forms.Appearance.Button; this.allFilmsChkB.Name = "allFilmsChkB"; this.allFilmsChkB.TabIndex = 15; this.allFilmsChkB.Text = "Video"; this.allFilmsChkB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.allFilmsChkB.UseVisualStyleBackColor = false; // // findWavChkB // this.findWavChkB.AutoSize = true; this.findWavChkB.Name = "findWavChkB"; this.findWavChkB.TabIndex = 14; this.findWavChkB.Text = "WAV"; this.findWavChkB.UseVisualStyleBackColor = true; // // findMpegChkB // this.findMpegChkB.AutoSize = true; this.findMpegChkB.Name = "findMpegChkB"; this.findMpegChkB.TabIndex = 13; this.findMpegChkB.Text = "MPEG"; this.findMpegChkB.UseVisualStyleBackColor = true; // // findOtherChkB // this.findOtherChkB.AutoSize = true; this.findOtherChkB.Name = "findOtherChkB"; this.findOtherChkB.TabIndex = 9; this.findOtherChkB.Text = "Autre extension :"; this.findOtherChkB.UseVisualStyleBackColor = true; // // findOtherTB // this.findOtherTB.AllowDrop = true; this.findOtherTB.Name = "findOtherTB"; this.findOtherTB.TabIndex = 8; this.findOtherTB.Visible = false; // // findBmpChkB // this.findBmpChkB.AutoSize = true; this.findBmpChkB.Name = "findBmpChkB"; this.findBmpChkB.TabIndex = 12; this.findBmpChkB.Text = "BMP"; this.findBmpChkB.UseVisualStyleBackColor = true; // // findPngChkB // this.findPngChkB.AutoSize = true; this.findPngChkB.Name = "findPngChkB"; this.findPngChkB.TabIndex = 11; this.findPngChkB.Text = "PNG"; this.findPngChkB.UseVisualStyleBackColor = true; // // findGifChkB // this.findGifChkB.AutoSize = true; this.findGifChkB.Name = "findGifChkB"; this.findGifChkB.TabIndex = 10; this.findGifChkB.Text = "GIF"; this.findGifChkB.UseVisualStyleBackColor = true; // // findJpegChkB // this.findJpegChkB.AutoSize = true; this.findJpegChkB.Name = "findJpegChkB"; this.findJpegChkB.TabIndex = 9; this.findJpegChkB.Text = "JPEG"; this.findJpegChkB.UseVisualStyleBackColor = true; // // findMp3ChkB // this.findMp3ChkB.AutoSize = true; this.findMp3ChkB.Name = "findMp3ChkB"; this.findMp3ChkB.TabIndex = 8; this.findMp3ChkB.Text = "MP3"; this.findMp3ChkB.UseVisualStyleBackColor = true; // // findAviChkB // this.findAviChkB.AutoSize = true; this.findAviChkB.Name = "findAviChkB"; this.findAviChkB.TabIndex = 6; this.findAviChkB.Text = "AVI"; this.findAviChkB.UseVisualStyleBackColor = true; // // findDVDChkB // this.findDVDChkB.AutoSize = true; this.findDVDChkB.Name = "findDVDChkB"; this.findDVDChkB.TabIndex = 5; this.findDVDChkB.Text = "DVD"; this.findDVDChkB.UseVisualStyleBackColor = true; // // findSettingsGB // this.findSettingsGB.BackColor = System.Drawing.Color.Transparent; this.findSettingsGB.Controls.Add(this.systemIconsChkB); this.findSettingsGB.Controls.Add(this.calcProgressChkB); this.findSettingsGB.Controls.Add(this.includeSubFoldersChkB); this.findSettingsGB.Name = "findSettingsGB"; this.findSettingsGB.TabIndex = 19; this.findSettingsGB.TabStop = false; this.findSettingsGB.Text = "Paramètres"; // // systemIconsChkB // this.systemIconsChkB.AutoSize = true; this.systemIconsChkB.Name = "systemIconsChkB"; this.systemIconsChkB.TabIndex = 13; this.systemIconsChkB.Text = "Afficher les icônes système"; this.systemIconsChkB.UseVisualStyleBackColor = true; // // calcProgressChkB // this.calcProgressChkB.AutoSize = true; this.calcProgressChkB.Name = "calcProgressChkB"; this.calcProgressChkB.TabIndex = 12; this.calcProgressChkB.Text = "Précalculer la progression"; this.calcProgressChkB.UseVisualStyleBackColor = true; // // includeSubFoldersChkB // this.includeSubFoldersChkB.AutoSize = true; this.includeSubFoldersChkB.Name = "includeSubFoldersChkB"; this.includeSubFoldersChkB.TabIndex = 11; this.includeSubFoldersChkB.Text = "Inclure les sous-répertoires"; this.includeSubFoldersChkB.UseVisualStyleBackColor = true; // // miscGB // this.miscGB.Controls.Add(this.fileNameChkB); this.miscGB.Controls.Add(this.fileNameTB); this.miscGB.Controls.Add(this.includeHiddenFilesChkB); this.miscGB.Controls.Add(this.sizeCriterionChkB); this.miscGB.Controls.Add(this.sizeCriterionTB); this.miscGB.Controls.Add(this.sizeCriterionUnitLbl); this.miscGB.Name = "miscGB"; this.miscGB.TabIndex = 18; this.miscGB.TabStop = false; this.miscGB.Text = "Fichiers"; // // fileNameChkB // this.fileNameChkB.AutoSize = true; this.fileNameChkB.Name = "fileNameChkB"; this.fileNameChkB.TabIndex = 6; this.fileNameChkB.Text = "Le nom contient :"; this.fileNameChkB.UseVisualStyleBackColor = true; // // fileNameTB // this.fileNameTB.AllowDrop = true; this.fileNameTB.Enabled = false; this.fileNameTB.Name = "fileNameTB"; this.fileNameTB.TabIndex = 5; // // includeHiddenFilesChkB // this.includeHiddenFilesChkB.AutoSize = true; this.includeHiddenFilesChkB.Name = "includeHiddenFilesChkB"; this.includeHiddenFilesChkB.TabIndex = 14; this.includeHiddenFilesChkB.Text = "Inclure les fichiers cachés"; this.includeHiddenFilesChkB.UseVisualStyleBackColor = true; // // sizeCriterionChkB // this.sizeCriterionChkB.AutoSize = true; this.sizeCriterionChkB.Name = "sizeCriterionChkB"; this.sizeCriterionChkB.TabIndex = 4; this.sizeCriterionChkB.Text = "Taille minimum du fichier :"; this.sizeCriterionChkB.UseVisualStyleBackColor = true; // // sizeCriterionTB // this.sizeCriterionTB.AllowDrop = true; this.sizeCriterionTB.Enabled = false; this.sizeCriterionTB.Name = "sizeCriterionTB"; this.sizeCriterionTB.TabIndex = 2; this.sizeCriterionTB.Text = "500"; // // sizeCriterionUnitLbl // this.sizeCriterionUnitLbl.AutoSize = true; this.sizeCriterionUnitLbl.Name = "sizeCriterionUnitLbl"; this.sizeCriterionUnitLbl.TabIndex = 3; this.sizeCriterionUnitLbl.Text = "Mo"; // // searchResultsLbl // this.searchResultsLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.searchResultsLbl.AutoEllipsis = true; this.searchResultsLbl.Name = "searchResultsLbl"; this.searchResultsLbl.TabIndex = 20; this.searchResultsLbl.Text = "taille résultat"; this.searchResultsLbl.Visible = false; // // browseStartPathBtn // this.browseStartPathBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.browseStartPathBtn.Image = global::be.gaudry.explorer.Properties.Resources.brolExplore; this.browseStartPathBtn.Name = "browseStartPathBtn"; this.browseStartPathBtn.TabIndex = 10; this.browseStartPathBtn.UseVisualStyleBackColor = true; // // startPathLbl // this.startPathLbl.AutoSize = true; this.startPathLbl.Name = "startPathLbl"; this.startPathLbl.TabIndex = 8; this.startPathLbl.Text = "Chercher dans :"; // // buttonsPanel // this.buttonsPanel.Controls.Add(this.saveBtn); this.buttonsPanel.Controls.Add(this.printBtn); this.buttonsPanel.Controls.Add(this.infoGenLbl); this.buttonsPanel.Controls.Add(this.logoPB); this.buttonsPanel.Controls.Add(this.cleanDtgBtn); this.buttonsPanel.Controls.Add(this.startParseBtn); this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonsPanel.Name = "buttonsPanel"; this.buttonsPanel.TabIndex = 1; // // infoGenLbl // this.infoGenLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.infoGenLbl.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.infoGenLbl.Name = "infoGenLbl"; this.infoGenLbl.TabIndex = 16; this.infoGenLbl.Text = "Permet la recherche de media présents sur l\'ordinateur."; // // logoPB // this.logoPB.Image = global::be.gaudry.explorer.Properties.Resources.searchMedia_big; this.logoPB.Name = "logoPB"; this.logoPB.TabIndex = 15; this.logoPB.TabStop = false; // // mediaBrowserBgWorker // this.mediaBrowserBgWorker.WorkerReportsProgress = true; this.mediaBrowserBgWorker.WorkerSupportsCancellation = true; this.mediaBrowserBgWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.mediaBrowserBgWorker_DoWork); this.mediaBrowserBgWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.mediaBrowserBgWorker_RunWorkerCompleted); this.mediaBrowserBgWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.mediaBrowserBgWorker_ProgressChanged); // // SearchMediaUserControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "SearchMediaUserControl"; ((System.ComponentModel.ISupportInitialize)(this.resultsDGV)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.settingsPanel.ResumeLayout(false); this.settingsPanel.PerformLayout(); this.progressGB.ResumeLayout(false); this.progressGB.PerformLayout(); this.advancedSettingsPanel.ResumeLayout(false); this.fileTypeGB.ResumeLayout(false); this.fileTypeGB.PerformLayout(); this.findSettingsGB.ResumeLayout(false); this.findSettingsGB.PerformLayout(); this.miscGB.ResumeLayout(false); this.miscGB.PerformLayout(); this.buttonsPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.logoPB)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel settingsPanel; private System.Windows.Forms.DataGridView resultsDGV; private System.Windows.Forms.Label sizeCriterionUnitLbl; private be.gaudry.view.controls.TextBoxDragDrop sizeCriterionTB; private System.Windows.Forms.CheckBox sizeCriterionChkB; private System.Windows.Forms.GroupBox fileTypeGB; private System.Windows.Forms.CheckBox findAviChkB; private System.Windows.Forms.CheckBox findDVDChkB; private System.Windows.Forms.Button startParseBtn; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.CheckBox findBmpChkB; private System.Windows.Forms.CheckBox findPngChkB; private System.Windows.Forms.CheckBox findGifChkB; private System.Windows.Forms.CheckBox findJpegChkB; private System.Windows.Forms.CheckBox findMp3ChkB; private System.Windows.Forms.CheckBox findOtherChkB; private be.gaudry.view.controls.TextBoxDragDrop findOtherTB; private System.Windows.Forms.Label startPathLbl; private System.Windows.Forms.Button browseStartPathBtn; private System.Windows.Forms.CheckBox findWavChkB; private System.Windows.Forms.CheckBox findMpegChkB; private System.Windows.Forms.CheckBox allFilmsChkB; private System.Windows.Forms.CheckBox allImagesChkB; private System.Windows.Forms.CheckBox allMusicsChkB; private System.Windows.Forms.CheckBox includeSubFoldersChkB; private System.Windows.Forms.Button cleanDtgBtn; private System.Windows.Forms.Label curDirValLbl; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.CheckBox includeHiddenFilesChkB; private System.ComponentModel.BackgroundWorker mediaBrowserBgWorker; private System.Windows.Forms.ProgressBar browsePgB; private System.Windows.Forms.GroupBox progressGB; private System.Windows.Forms.Label curDirLbl; private System.Windows.Forms.GroupBox miscGB; private System.Windows.Forms.CheckBox fileNameChkB; private be.gaudry.view.controls.TextBoxDragDrop fileNameTB; private System.Windows.Forms.CheckBox findWmvChkB; private be.gaudry.view.controls.IconList iconList1; private System.Windows.Forms.GroupBox findSettingsGB; private System.Windows.Forms.CheckBox calcProgressChkB; private System.Windows.Forms.CheckBox systemIconsChkB; private System.Windows.Forms.CheckBox findAllExtensionsChkB; private System.Windows.Forms.Label searchResultsLbl; private System.Windows.Forms.PictureBox logoPB; private System.Windows.Forms.Panel buttonsPanel; private System.Windows.Forms.Panel advancedSettingsPanel; private System.Windows.Forms.Label infoGenLbl; private System.Windows.Forms.CheckBox allBooksChkB; private System.Windows.Forms.CheckBox findPpsChkB; private System.Windows.Forms.CheckBox findTxtChkB; private System.Windows.Forms.CheckBox findDocChkB; private System.Windows.Forms.CheckBox findPdfChkB; private System.Windows.Forms.ImageList imageList1; protected internal be.gaudry.view.controls.ImageComboBox startPathICB; private System.Windows.Forms.Button printBtn; private System.Windows.Forms.DataGridViewImageColumn mediaIcon; private System.Windows.Forms.DataGridViewTextBoxColumn mediaType; private System.Windows.Forms.DataGridViewTextBoxColumn mediaName; private System.Windows.Forms.DataGridViewTextBoxColumn mediaPath; private System.Windows.Forms.DataGridViewTextBoxColumn mediaLength; private System.Windows.Forms.DataGridViewTextBoxColumn fillerCol; private System.Windows.Forms.Button saveBtn; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Pas de sous-répertoires. | |||
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1732385379 23/11/2024 19:09:39 |
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-brolexplorer-source-rf-view/controls/SearchMediaUserControl.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.