ExportControl.Designer.cs
Description du code
ExportControl.Designer.cs est un fichier du projet BiblioBrol.Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/src/.
Projet BiblioBrol :
Gestion de media en CSharp.
Pour plus d'infos, vous pouvez consulter la brève analyse.
Code source ou contenu du fichier
Code c# (ExportControl.Designer.cs) (792 lignes)
namespace be.gaudry.bibliobrol.view.utils { partial class ExportControl { /// <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() { this.exportTLP.SuspendLayout(); this.panel12.SuspendLayout(); this.panel11.SuspendLayout(); this.panel10.SuspendLayout(); this.panel9.SuspendLayout(); this.panel8.SuspendLayout(); this.panel7.SuspendLayout(); this.panel6.SuspendLayout(); this.panel5.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.exportBtnPanel.SuspendLayout(); this.progressGB.SuspendLayout(); this.progressDetailsPanel.SuspendLayout(); this.fileTitlePanel.SuspendLayout(); this.dataTitlePanel.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // exportTLP // this.exportTLP.AutoScroll = true; this.exportTLP.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.exportTLP.ColumnCount = 3; this.exportTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.exportTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.exportTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.exportTLP.Controls.Add(this.anonymousInfoBtn, 2, 7); this.exportTLP.Controls.Add(this.expAllBrolInfoBtn, 2, 6); this.exportTLP.Controls.Add(this.panel12, 1, 7); this.exportTLP.Controls.Add(this.panel11, 0, 7); this.exportTLP.Controls.Add(this.panel10, 1, 6); this.exportTLP.Controls.Add(this.panel9, 0, 6); this.exportTLP.Controls.Add(this.panel8, 1, 5); this.exportTLP.Controls.Add(this.panel7, 0, 5); this.exportTLP.Controls.Add(this.panel6, 1, 3); this.exportTLP.Controls.Add(this.panel5, 0, 3); this.exportTLP.Controls.Add(this.panel4, 1, 2); this.exportTLP.Controls.Add(this.panel3, 0, 2); this.exportTLP.Controls.Add(this.panel2, 1, 1); this.exportTLP.Controls.Add(this.exportBtnPanel, 0, 8); this.exportTLP.Controls.Add(this.fileTitlePanel, 0, 0); this.exportTLP.Controls.Add(this.dataTitlePanel, 0, 4); this.exportTLP.Controls.Add(this.panel1, 0, 1); this.exportTLP.Controls.Add(this.expMediabrolInfoBtn, 2, 5); this.exportTLP.Controls.Add(this.browseDirBtn, 2, 1); this.exportTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.exportTLP.Name = "exportTLP"; this.exportTLP.RowCount = 9; this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.exportTLP.TabIndex = 0; // // anonymousInfoBtn // this.anonymousInfoBtn.BackgroundImage = global::be.gaudry.bibliobrol.Properties.Resources.brolLevel1; this.anonymousInfoBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.anonymousInfoBtn.Dock = System.Windows.Forms.DockStyle.Fill; this.anonymousInfoBtn.Name = "anonymousInfoBtn"; this.anonymousInfoBtn.TabIndex = 18; this.anonymousInfoBtn.UseVisualStyleBackColor = true; // // expAllBrolInfoBtn // this.expAllBrolInfoBtn.BackgroundImage = global::be.gaudry.bibliobrol.Properties.Resources.brolLevel1; this.expAllBrolInfoBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.expAllBrolInfoBtn.Dock = System.Windows.Forms.DockStyle.Fill; this.expAllBrolInfoBtn.Name = "expAllBrolInfoBtn"; this.expAllBrolInfoBtn.TabIndex = 17; this.expAllBrolInfoBtn.UseVisualStyleBackColor = true; // // panel12 // this.panel12.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel12.Controls.Add(this.anonymousChkB); this.panel12.Dock = System.Windows.Forms.DockStyle.Fill; this.panel12.Name = "panel12"; this.panel12.TabIndex = 15; // // anonymousChkB // this.anonymousChkB.AutoSize = true; this.anonymousChkB.Enabled = false; this.anonymousChkB.Name = "anonymousChkB"; this.anonymousChkB.TabIndex = 2; this.anonymousChkB.UseVisualStyleBackColor = true; // // panel11 // this.panel11.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel11.Controls.Add(this.expAnonymousLbl); this.panel11.Dock = System.Windows.Forms.DockStyle.Fill; this.panel11.Name = "panel11"; this.panel11.TabIndex = 14; // // expAnonymousLbl // this.expAnonymousLbl.AutoSize = true; this.expAnonymousLbl.Name = "expAnonymousLbl"; this.expAnonymousLbl.TabIndex = 8; this.expAnonymousLbl.Text = "Anonyme"; // // panel10 // this.panel10.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel10.Controls.Add(this.expAllBrolChkB); this.panel10.Dock = System.Windows.Forms.DockStyle.Fill; this.panel10.Name = "panel10"; this.panel10.TabIndex = 13; // // expAllBrolChkB // this.expAllBrolChkB.AutoSize = true; this.expAllBrolChkB.Enabled = false; this.expAllBrolChkB.Name = "expAllBrolChkB"; this.expAllBrolChkB.TabIndex = 1; this.expAllBrolChkB.UseVisualStyleBackColor = true; // // panel9 // this.panel9.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel9.Controls.Add(this.expAllBrolLbl); this.panel9.Dock = System.Windows.Forms.DockStyle.Fill; this.panel9.Name = "panel9"; this.panel9.TabIndex = 12; // // expAllBrolLbl // this.expAllBrolLbl.AutoSize = true; this.expAllBrolLbl.Name = "expAllBrolLbl"; this.expAllBrolLbl.TabIndex = 7; this.expAllBrolLbl.Text = "Tous les ouvrages"; // // panel8 // this.panel8.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel8.Controls.Add(this.expMediabrolChkB); this.panel8.Dock = System.Windows.Forms.DockStyle.Fill; this.panel8.Name = "panel8"; this.panel8.TabIndex = 11; // // expMediabrolChkB // this.expMediabrolChkB.AutoSize = true; this.expMediabrolChkB.Enabled = false; this.expMediabrolChkB.Name = "expMediabrolChkB"; this.expMediabrolChkB.TabIndex = 0; this.expMediabrolChkB.UseVisualStyleBackColor = true; this.expMediabrolChkB.CheckedChanged += new System.EventHandler(this.expMediabrolChkB_CheckedChanged); // // panel7 // this.panel7.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel7.Controls.Add(this.expMediabrolLbl); this.panel7.Dock = System.Windows.Forms.DockStyle.Fill; this.panel7.Name = "panel7"; this.panel7.TabIndex = 10; // // expMediabrolLbl // this.expMediabrolLbl.AutoSize = true; this.expMediabrolLbl.Name = "expMediabrolLbl"; this.expMediabrolLbl.TabIndex = 6; this.expMediabrolLbl.Text = "Exemplaires"; // // panel6 // this.panel6.BackColor = System.Drawing.SystemColors.ControlLightLight; this.exportTLP.SetColumnSpan(this.panel6, 2); this.panel6.Controls.Add(this.exportExtCB); this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Name = "panel6"; this.panel6.TabIndex = 9; // // exportExtCB // this.exportExtCB.Dock = System.Windows.Forms.DockStyle.Fill; this.exportExtCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.exportExtCB.FormattingEnabled = true; "Binaire", "XML", "CSV", "MS Excel"}); this.exportExtCB.Name = "exportExtCB"; this.exportExtCB.TabIndex = 0; // // panel5 // this.panel5.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel5.Controls.Add(this.exportExtLbl); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Name = "panel5"; this.panel5.TabIndex = 8; // // exportExtLbl // this.exportExtLbl.AutoSize = true; this.exportExtLbl.Name = "exportExtLbl"; this.exportExtLbl.TabIndex = 5; this.exportExtLbl.Text = "Format"; // // panel4 // this.panel4.BackColor = System.Drawing.SystemColors.ControlLightLight; this.exportTLP.SetColumnSpan(this.panel4, 2); this.panel4.Controls.Add(this.fileNameTB); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Name = "panel4"; this.panel4.TabIndex = 7; // // fileNameTB // this.fileNameTB.AllowDrop = true; this.fileNameTB.BorderStyle = System.Windows.Forms.BorderStyle.None; this.fileNameTB.Dock = System.Windows.Forms.DockStyle.Fill; this.fileNameTB.Name = "fileNameTB"; this.fileNameTB.TabIndex = 1; // // panel3 // this.panel3.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel3.Controls.Add(this.fileNameLbl); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Name = "panel3"; this.panel3.TabIndex = 6; // // fileNameLbl // this.fileNameLbl.AutoSize = true; this.fileNameLbl.Name = "fileNameLbl"; this.fileNameLbl.TabIndex = 4; this.fileNameLbl.Text = "Nom du fichier"; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel2.Controls.Add(this.dirPathTB); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Name = "panel2"; this.panel2.TabIndex = 5; // // dirPathTB // this.dirPathTB.AllowDrop = true; this.dirPathTB.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dirPathTB.Dock = System.Windows.Forms.DockStyle.Fill; this.dirPathTB.Name = "dirPathTB"; this.dirPathTB.TabIndex = 0; // // exportBtnPanel // this.exportTLP.SetColumnSpan(this.exportBtnPanel, 3); this.exportBtnPanel.Controls.Add(this.testImgsBtn); this.exportBtnPanel.Controls.Add(this.progressGB); this.exportBtnPanel.Controls.Add(this.exportBtn); this.exportBtnPanel.Controls.Add(this.testPerformsCB); this.exportBtnPanel.Controls.Add(this.cancelExportBtn); this.exportBtnPanel.Controls.Add(this.importBtn); this.exportBtnPanel.Controls.Add(this.fetchDataBtn); this.exportBtnPanel.Controls.Add(this.exportViewRTB); this.exportBtnPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.exportBtnPanel.Name = "exportBtnPanel"; this.exportBtnPanel.TabIndex = 0; // // testImgsBtn // this.testImgsBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.testImgsBtn.Name = "testImgsBtn"; this.testImgsBtn.TabIndex = 16; this.testImgsBtn.Text = "Images"; this.testImgsBtn.UseVisualStyleBackColor = true; // // progressGB // this.progressGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressGB.Controls.Add(this.showHideDetailsBtn); this.progressGB.Controls.Add(this.progressDetailsPanel); this.progressGB.Controls.Add(this.pgbTotal); this.progressGB.Name = "progressGB"; this.progressGB.TabIndex = 13; this.progressGB.TabStop = false; this.progressGB.Text = "Progression"; this.progressGB.Visible = false; // // showHideDetailsBtn // this.showHideDetailsBtn.Name = "showHideDetailsBtn"; this.showHideDetailsBtn.TabIndex = 15; this.showHideDetailsBtn.Text = "Masquer les détails"; this.showHideDetailsBtn.UseVisualStyleBackColor = true; // // progressDetailsPanel // this.progressDetailsPanel.Controls.Add(this.pgbCurrent); this.progressDetailsPanel.Controls.Add(this.lblCurrent); this.progressDetailsPanel.Controls.Add(this.threadPriorityCB); this.progressDetailsPanel.Controls.Add(this.lblCurrentFile); this.progressDetailsPanel.Controls.Add(this.lblPriority); this.progressDetailsPanel.Name = "progressDetailsPanel"; this.progressDetailsPanel.TabIndex = 14; // // pgbCurrent // this.pgbCurrent.Name = "pgbCurrent"; this.pgbCurrent.TabIndex = 9; // // lblCurrent // this.lblCurrent.AutoSize = true; this.lblCurrent.Name = "lblCurrent"; this.lblCurrent.TabIndex = 10; this.lblCurrent.Text = "En cours"; // // threadPriorityCB // this.threadPriorityCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.threadPriorityCB.FormattingEnabled = true; "La plus haute", "Haute", "Normale", "Basse", "La plus basse"}); this.threadPriorityCB.Name = "threadPriorityCB"; this.threadPriorityCB.TabIndex = 12; // // lblCurrentFile // this.lblCurrentFile.AutoSize = true; this.lblCurrentFile.Name = "lblCurrentFile"; this.lblCurrentFile.TabIndex = 8; this.lblCurrentFile.Text = "Infos"; // // lblPriority // this.lblPriority.AutoSize = true; this.lblPriority.Name = "lblPriority"; this.lblPriority.TabIndex = 11; this.lblPriority.Text = "Priorité du Thread"; // // pgbTotal // this.pgbTotal.Name = "pgbTotal"; this.pgbTotal.TabIndex = 7; // // exportBtn // this.exportBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.exportBtn.Name = "exportBtn"; this.exportBtn.TabIndex = 0; this.exportBtn.Text = "Exporter"; this.exportBtn.UseVisualStyleBackColor = true; // // testPerformsCB // this.testPerformsCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.testPerformsCB.FormattingEnabled = true; "notifications + threads", "notifications", "sans notifications + threads", "sans notifications"}); this.testPerformsCB.Name = "testPerformsCB"; this.testPerformsCB.TabIndex = 15; // // cancelExportBtn // this.cancelExportBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelExportBtn.Name = "cancelExportBtn"; this.cancelExportBtn.TabIndex = 14; this.cancelExportBtn.Text = "Annuler"; this.cancelExportBtn.UseVisualStyleBackColor = true; this.cancelExportBtn.Visible = false; // // importBtn // this.importBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.importBtn.Name = "importBtn"; this.importBtn.TabIndex = 4; this.importBtn.Text = "Importer"; this.importBtn.UseVisualStyleBackColor = true; // // fetchDataBtn // this.fetchDataBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.fetchDataBtn.Name = "fetchDataBtn"; this.fetchDataBtn.TabIndex = 3; this.fetchDataBtn.Text = "Lire le fichier"; this.fetchDataBtn.UseVisualStyleBackColor = true; // // exportViewRTB // this.exportViewRTB.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.exportViewRTB.Name = "exportViewRTB"; this.exportViewRTB.TabIndex = 2; this.exportViewRTB.Text = ""; this.exportViewRTB.Visible = false; // // fileTitlePanel // this.exportTLP.SetColumnSpan(this.fileTitlePanel, 3); this.fileTitlePanel.Controls.Add(this.fileLbl); this.fileTitlePanel.Dock = System.Windows.Forms.DockStyle.Fill; this.fileTitlePanel.Name = "fileTitlePanel"; this.fileTitlePanel.TabIndex = 1; // // fileLbl // this.fileLbl.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.fileLbl.AutoSize = true; this.fileLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fileLbl.Name = "fileLbl"; this.fileLbl.TabIndex = 0; this.fileLbl.Text = "Fichier"; // // dataTitlePanel // this.exportTLP.SetColumnSpan(this.dataTitlePanel, 3); this.dataTitlePanel.Controls.Add(this.dataLbl); this.dataTitlePanel.Dock = System.Windows.Forms.DockStyle.Fill; this.dataTitlePanel.Name = "dataTitlePanel"; this.dataTitlePanel.TabIndex = 2; // // dataLbl // this.dataLbl.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.dataLbl.AutoSize = true; this.dataLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dataLbl.Name = "dataLbl"; this.dataLbl.TabIndex = 1; this.dataLbl.Text = "Données"; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel1.Controls.Add(this.dirPathLbl); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Name = "panel1"; this.panel1.TabIndex = 4; // // dirPathLbl // this.dirPathLbl.AutoSize = true; this.dirPathLbl.Name = "dirPathLbl"; this.dirPathLbl.TabIndex = 3; this.dirPathLbl.Text = "Répertoire"; // // expMediabrolInfoBtn // this.expMediabrolInfoBtn.BackgroundImage = global::be.gaudry.bibliobrol.Properties.Resources.brolLevel1; this.expMediabrolInfoBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.expMediabrolInfoBtn.Dock = System.Windows.Forms.DockStyle.Fill; this.expMediabrolInfoBtn.Name = "expMediabrolInfoBtn"; this.expMediabrolInfoBtn.TabIndex = 0; this.expMediabrolInfoBtn.UseVisualStyleBackColor = true; // // browseDirBtn // this.browseDirBtn.BackgroundImage = global::be.gaudry.bibliobrol.Properties.Resources.brolExplore; this.browseDirBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.browseDirBtn.Dock = System.Windows.Forms.DockStyle.Fill; this.browseDirBtn.Name = "browseDirBtn"; this.browseDirBtn.TabIndex = 16; this.browseDirBtn.UseVisualStyleBackColor = true; // // ExportControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.exportTLP); this.Name = "ExportControl"; this.exportTLP.ResumeLayout(false); this.panel12.ResumeLayout(false); this.panel12.PerformLayout(); this.panel11.ResumeLayout(false); this.panel11.PerformLayout(); this.panel10.ResumeLayout(false); this.panel10.PerformLayout(); this.panel9.ResumeLayout(false); this.panel9.PerformLayout(); this.panel8.ResumeLayout(false); this.panel8.PerformLayout(); this.panel7.ResumeLayout(false); this.panel7.PerformLayout(); this.panel6.ResumeLayout(false); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.exportBtnPanel.ResumeLayout(false); this.progressGB.ResumeLayout(false); this.progressDetailsPanel.ResumeLayout(false); this.progressDetailsPanel.PerformLayout(); this.fileTitlePanel.ResumeLayout(false); this.fileTitlePanel.PerformLayout(); this.dataTitlePanel.ResumeLayout(false); this.dataTitlePanel.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel exportTLP; private System.Windows.Forms.Panel exportBtnPanel; private System.Windows.Forms.Button exportBtn; private System.Windows.Forms.Panel fileTitlePanel; private System.Windows.Forms.Label fileLbl; private System.Windows.Forms.Panel dataTitlePanel; private System.Windows.Forms.Label dataLbl; private System.Windows.Forms.Panel panel12; private System.Windows.Forms.Panel panel11; private System.Windows.Forms.Panel panel10; private System.Windows.Forms.Panel panel9; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label dirPathLbl; private System.Windows.Forms.Label exportExtLbl; private System.Windows.Forms.Label fileNameLbl; private System.Windows.Forms.Label expAnonymousLbl; private System.Windows.Forms.Label expAllBrolLbl; private System.Windows.Forms.Label expMediabrolLbl; private System.Windows.Forms.Panel panel2; private be.gaudry.view.controls.TextBoxDragDrop dirPathTB; private System.Windows.Forms.CheckBox expAllBrolChkB; private System.Windows.Forms.CheckBox expMediabrolChkB; private System.Windows.Forms.ComboBox exportExtCB; private be.gaudry.view.controls.TextBoxDragDrop fileNameTB; private System.Windows.Forms.CheckBox anonymousChkB; private System.Windows.Forms.RichTextBox exportViewRTB; private System.Windows.Forms.Button importBtn; private System.Windows.Forms.Button fetchDataBtn; private System.Windows.Forms.Button browseDirBtn; private System.Windows.Forms.ComboBox threadPriorityCB; private System.Windows.Forms.Label lblPriority; private System.Windows.Forms.Label lblCurrent; private System.Windows.Forms.ProgressBar pgbCurrent; private System.Windows.Forms.Label lblCurrentFile; private System.Windows.Forms.ProgressBar pgbTotal; private System.Windows.Forms.GroupBox progressGB; private System.Windows.Forms.Button showHideDetailsBtn; private System.Windows.Forms.Panel progressDetailsPanel; private System.Windows.Forms.Button cancelExportBtn; private System.Windows.Forms.ComboBox testPerformsCB; private System.Windows.Forms.Button expMediabrolInfoBtn; private System.Windows.Forms.Button anonymousInfoBtn; private System.Windows.Forms.Button expAllBrolInfoBtn; private System.Windows.Forms.Button testImgsBtn; } }
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 | 1731644287 15/11/2024 05:18:07 |
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.
Version en cache
15/11/2024 05:18:07 Cette version de la page est en cache (à la date du 15/11/2024 05:18:07) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 16/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-bibliobrol-source-rf-view/utils//ExportControl.Designer.cs.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.