OptionsForm.Designer.cs
Description du code
OptionsForm.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# (OptionsForm.Designer.cs) (345 lignes)
namespace be.gaudry.bibliobrol.view.dialogs { partial class OptionsForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { treeNode54, treeNode55, treeNode56}); treeNode58, treeNode59}); treeNode63, treeNode64}); this.mainTLP.SuspendLayout(); this.genButtonsPanel.SuspendLayout(); this.mainSC.Panel1.SuspendLayout(); this.mainSC.SuspendLayout(); this.SuspendLayout(); // // mainTLP // this.mainTLP.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset; this.mainTLP.ColumnCount = 1; this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.Controls.Add(this.genButtonsPanel, 0, 1); this.mainTLP.Controls.Add(this.mainSC, 0, 0); this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTLP.Name = "mainTLP"; this.mainTLP.RowCount = 2; this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.mainTLP.TabIndex = 0; // // genButtonsPanel // this.genButtonsPanel.Controls.Add(this.cancelBtn); this.genButtonsPanel.Controls.Add(this.okBtn); this.genButtonsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.genButtonsPanel.Name = "genButtonsPanel"; this.genButtonsPanel.TabIndex = 0; // // cancelBtn // this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.TabIndex = 1; this.cancelBtn.Text = "Annuler"; this.cancelBtn.UseVisualStyleBackColor = true; // // okBtn // this.okBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okBtn.DialogResult = System.Windows.Forms.DialogResult.OK; this.okBtn.Name = "okBtn"; this.okBtn.TabIndex = 0; this.okBtn.Text = "Sauver"; this.okBtn.UseVisualStyleBackColor = true; // // mainSC // this.mainSC.Dock = System.Windows.Forms.DockStyle.Fill; this.mainSC.Name = "mainSC"; // // mainSC.Panel1 // this.mainSC.Panel1.Controls.Add(this.optionsTreeView); this.mainSC.SplitterDistance = 202; this.mainSC.TabIndex = 1; // // optionsTreeView // this.optionsTreeView.Dock = System.Windows.Forms.DockStyle.Fill; this.optionsTreeView.Name = "optionsTreeView"; treeNode53.Name = "brolDirNode"; treeNode53.Text = "Répertoire"; treeNode54.Name = "storageSelectionNode"; treeNode54.Text = "Sélection du type"; treeNode54.ToolTipText = "Sélection du type de persistance et paramètres associés (localisation de la db, e" + "tc.)"; treeNode55.Name = "availableStoragesNode"; treeNode55.Text = "Types présents"; treeNode55.ToolTipText = "Juste à titre d\'information, les différentes bases de données présentes sur cette" + " machine."; treeNode56.Name = "storageOpsNode"; treeNode56.Text = "Maintenance"; treeNode56.ToolTipText = "Opérations de maintenance à réaliser sur la persistance (vider les informations, " + "effectuer une sauvegarde, optimiser, etc.)"; treeNode57.Name = "storageNode"; treeNode57.Text = "Persistance"; treeNode57.ToolTipText = "Type de persistance utilisé pour stocker les informations de l\'application"; treeNode58.Name = "ownerInfosNode"; treeNode58.Text = "Informations"; treeNode58.ToolTipText = "Informations générales sur le propriétaire de l\'application"; treeNode59.Name = "ownerSelectNode"; treeNode59.Text = "Modification"; treeNode59.ToolTipText = "Changement de propriétaire"; treeNode60.Name = "ownerNode"; treeNode60.Text = "Propriétaire"; treeNode60.ToolTipText = "Propriétaire de l\'application"; treeNode61.Name = "prefsNode"; treeNode61.Text = "Notifications"; treeNode61.ToolTipText = "Sauvegarde des paramètres d\'utilisation de l\'application."; treeNode62.Name = "todoNode"; treeNode62.Text = "Memento"; treeNode63.Name = "updateNode"; treeNode63.Text = "Mises à jour"; treeNode64.Name = "sysInfoNode"; treeNode64.Text = "Système"; treeNode65.Name = "infosNode"; treeNode65.Text = "Mise à jour et Infos"; treeNode53, treeNode57, treeNode60, treeNode61, treeNode62, treeNode65}); this.optionsTreeView.TabIndex = 0; this.optionsTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.optionsTreeView_NodeMouseClick); // // versionCtl // this.versionCtl.Dock = System.Windows.Forms.DockStyle.Fill; this.versionCtl.Name = "versionCtl"; this.versionCtl.TabIndex = 0; // // prefsCtl // this.prefsCtl.Dock = System.Windows.Forms.DockStyle.Fill; this.prefsCtl.Name = "prefsCtl"; this.prefsCtl.TabIndex = 0; // // brolImgCtl // this.brolImgCtl.DirTitle = "Répertoire de stockage des Répertoire de stockage des Répertoire de stockage des " + "Répertoire de stockage des Répertoire de stockage des Répertoires de stockages"; this.brolImgCtl.Info = "infos"; this.brolImgCtl.Name = "brolImgCtl"; this.brolImgCtl.Path = "chemin"; this.brolImgCtl.TabIndex = 0; // // persImgCtl // this.persImgCtl.DirTitle = "Répertoire de stockage des Répertoire de stockage des Répertoire de stockage des " + "Répertoire de stockage des Répertoire de stockage des Répertoires de stockages"; this.persImgCtl.Info = "infos"; this.persImgCtl.Name = "persImgCtl"; this.persImgCtl.Path = "chemin"; this.persImgCtl.TabIndex = 0; // // appImgCtl // this.appImgCtl.DirTitle = "Répertoire de stockage des Répertoire de stockage des Répertoire de stockage des " + "Répertoire de stockage des Répertoire de stockage des Répertoires de stockages"; this.appImgCtl.Info = "infos"; this.appImgCtl.Name = "appImgCtl"; this.appImgCtl.Path = "chemin"; this.appImgCtl.TabIndex = 0; // // persCtl // this.persCtl.Dock = System.Windows.Forms.DockStyle.Fill; this.persCtl.Name = "persCtl"; this.persCtl.TabIndex = 0; // // persSelCtl // this.persSelCtl.Dock = System.Windows.Forms.DockStyle.Fill; this.persSelCtl.Name = "persSelCtl"; this.persSelCtl.SelectedRole = null; this.persSelCtl.TabIndex = 0; // // infosCtl // this.infosCtl.Dock = System.Windows.Forms.DockStyle.Fill; this.infosCtl.Infos = ""; this.infosCtl.InfosTitle = "Informations"; this.infosCtl.InfosTitleBackColor = System.Drawing.SystemColors.Control; this.infosCtl.InfosTitleForeColor = System.Drawing.SystemColors.ControlText; this.infosCtl.Name = "infosCtl"; this.infosCtl.TabIndex = 0; // // dbSelCtl // this.dbSelCtl.Dock = System.Windows.Forms.DockStyle.Fill; this.dbSelCtl.Name = "dbSelCtl"; this.dbSelCtl.TabIndex = 0; // // todoCtl // this.todoCtl.Dock = System.Windows.Forms.DockStyle.Fill; this.todoCtl.Name = "todoCtl"; this.todoCtl.TabIndex = 0; // // sysInfoCtl // this.sysInfoCtl.Dock = System.Windows.Forms.DockStyle.Fill; this.sysInfoCtl.Name = "sysInfoCtl"; this.sysInfoCtl.TabIndex = 0; // // dataDirCtl // this.dataDirCtl.DirTitle = "Répertoire de stockage des Répertoire de stockage des Répertoire de stockage des " + "Répertoire de stockage des Répertoire de stockage des "; this.dataDirCtl.Info = "infos"; this.dataDirCtl.Name = "dataDirCtl"; this.dataDirCtl.Path = "chemin"; this.dataDirCtl.TabIndex = 0; // // OptionsForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.mainTLP); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "OptionsForm"; this.Text = "Options"; this.mainTLP.ResumeLayout(false); this.genButtonsPanel.ResumeLayout(false); this.mainSC.Panel1.ResumeLayout(false); this.mainSC.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel mainTLP; private System.Windows.Forms.Panel genButtonsPanel; private System.Windows.Forms.Button cancelBtn; private System.Windows.Forms.Button okBtn; private System.Windows.Forms.SplitContainer mainSC; private System.Windows.Forms.TreeView optionsTreeView; private be.gaudry.bibliobrol.view.controls.SelectConsoleVerboseControl prefsCtl; private be.gaudry.bibliobrol.view.controls.DirControl brolImgCtl; private be.gaudry.bibliobrol.view.controls.DirControl persImgCtl; private be.gaudry.bibliobrol.view.controls.DirControl appImgCtl; private be.gaudry.bibliobrol.view.controls.PersonInfoControl persCtl; private be.gaudry.bibliobrol.view.controls.PersonSelectControl persSelCtl; private be.gaudry.bibliobrol.view.controls.InfoControl infosCtl; private be.gaudry.bibliobrol.view.controls.DBSelectControl dbSelCtl; private be.gaudry.bibliobrol.view.controls.TodoControl todoCtl; private be.gaudry.view.controls.VersionControl versionCtl; private be.gaudry.view.controls.SystemInfoControl sysInfoCtl; private be.gaudry.bibliobrol.view.controls.DirControl dataDirCtl; } }
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 | 1731604467 14/11/2024 18:14:27 |
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 16/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-bibliobrol-source-rf-view/dialogs//OptionsForm.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.