EditBrolForm.Designer.cs
Description du code
EditBrolForm.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# (EditBrolForm.Designer.cs) (194 lignes)
namespace be.gaudry.bibliobrol.view.dialogs { partial class EditBrolForm { /// <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 Windows Form /// <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.mainTLP.SuspendLayout(); this.buttonsPanel.SuspendLayout(); this.existingBrolsPanel.SuspendLayout(); this.SuspendLayout(); // // mainTLP // this.mainTLP.ColumnCount = 3; this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.mainTLP.Controls.Add(this.label3, 2, 0); this.mainTLP.Controls.Add(this.label2, 1, 0); this.mainTLP.Controls.Add(this.editBrolControl1, 2, 1); this.mainTLP.Controls.Add(this.editBrolControl, 0, 1); this.mainTLP.Controls.Add(this.buttonsPanel, 0, 2); this.mainTLP.Controls.Add(this.existingBrolsPanel, 1, 1); this.mainTLP.Controls.Add(this.label1, 0, 0); this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.mainTLP.Name = "mainTLP"; this.mainTLP.RowCount = 3; this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 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, 35F)); this.mainTLP.TabIndex = 1; // // label3 // this.label3.AutoEllipsis = true; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Name = "label3"; this.label3.TabIndex = 6; this.label3.Text = "Ouvrage local (détails)"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.AutoEllipsis = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Name = "label2"; this.label2.TabIndex = 5; this.label2.Text = "Ouvrages locaux"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // editBrolControl1 // this.editBrolControl1.AllowDrop = true; this.editBrolControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.editBrolControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.editBrolControl1.Name = "editBrolControl1"; this.editBrolControl1.TabIndex = 2; // // editBrolControl // this.editBrolControl.AllowDrop = true; this.editBrolControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.editBrolControl.Dock = System.Windows.Forms.DockStyle.Fill; this.editBrolControl.Name = "editBrolControl"; this.editBrolControl.TabIndex = 0; // // buttonsPanel // this.buttonsPanel.Controls.Add(this.saveBtn); this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonsPanel.Name = "buttonsPanel"; this.buttonsPanel.TabIndex = 1; // // saveBtn // this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.saveBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.saveBtn.Name = "saveBtn"; this.saveBtn.TabIndex = 0; this.saveBtn.Text = "Sauver"; this.saveBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.saveBtn.UseVisualStyleBackColor = true; // // existingBrolsPanel // this.existingBrolsPanel.Controls.Add(this.listBox1); this.existingBrolsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.existingBrolsPanel.Name = "existingBrolsPanel"; this.existingBrolsPanel.TabIndex = 3; // // listBox1 // this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listBox1.FormattingEnabled = true; this.listBox1.Name = "listBox1"; this.listBox1.TabIndex = 0; // // label1 // this.label1.AutoEllipsis = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Name = "label1"; this.label1.TabIndex = 4; this.label1.Text = "Ouvrage importé (détails)"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // EditBrolForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.mainTLP); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "EditBrolForm"; this.Text = "Edition d\'ouvrage"; this.mainTLP.ResumeLayout(false); this.buttonsPanel.ResumeLayout(false); this.existingBrolsPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private be.gaudry.bibliobrol.view.controls.BrolEditControl editBrolControl; private System.Windows.Forms.TableLayoutPanel mainTLP; private System.Windows.Forms.Panel buttonsPanel; private System.Windows.Forms.Button saveBtn; private be.gaudry.bibliobrol.view.controls.BrolEditControl editBrolControl1; private System.Windows.Forms.Panel existingBrolsPanel; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; } }
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 | 1732280814 22/11/2024 14:06:54 |
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
22/11/2024 14:06:54 Cette version de la page est en cache (à la date du 22/11/2024 14:06:54) 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/dialogs//EditBrolForm.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.