EditRoleForm.Designer.cs
Description du code
EditRoleForm.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# (EditRoleForm.Designer.cs) (180 lignes)
namespace be.gaudry.bibliobrol.view.dialogs { partial class EditRoleForm { /// <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() { this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Name = "label1"; this.label1.TabIndex = 0; this.label1.Text = "Personne :"; // // label2 // this.label2.AutoSize = true; this.label2.Name = "label2"; this.label2.TabIndex = 1; this.label2.Text = "Rôle :"; // // label3 // this.label3.AutoSize = true; this.label3.Name = "label3"; this.label3.TabIndex = 2; this.label3.Text = "Titre de l\'ouvrage :"; // // label4 // this.label4.AutoSize = true; this.label4.Name = "label4"; this.label4.TabIndex = 3; this.label4.Text = "Détail :"; // // personLbl // this.personLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.personLbl.Name = "personLbl"; this.personLbl.TabIndex = 4; this.personLbl.Text = "..."; // // roleLbl // this.roleLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.roleLbl.Name = "roleLbl"; this.roleLbl.TabIndex = 5; this.roleLbl.Text = "..."; // // brolTitleLbl // this.brolTitleLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.brolTitleLbl.Name = "brolTitleLbl"; this.brolTitleLbl.TabIndex = 6; this.brolTitleLbl.Text = "..."; // // okBtn // this.okBtn.DialogResult = System.Windows.Forms.DialogResult.OK; this.okBtn.Name = "okBtn"; this.okBtn.TabIndex = 8; this.okBtn.Text = "OK"; this.okBtn.UseVisualStyleBackColor = true; // // cancelBtn // this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.TabIndex = 9; this.cancelBtn.Text = "Annuler"; this.cancelBtn.UseVisualStyleBackColor = true; // // infoTB // this.infoTB.AllowDrop = true; this.infoTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.infoTB.Name = "infoTB"; this.infoTB.TabIndex = 10; // // EditRoleForm // this.AcceptButton = this.okBtn; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelBtn; this.Controls.Add(this.infoTB); this.Controls.Add(this.cancelBtn); this.Controls.Add(this.okBtn); this.Controls.Add(this.brolTitleLbl); this.Controls.Add(this.roleLbl); this.Controls.Add(this.personLbl); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "EditRoleForm"; this.ShowIcon = false; this.Text = "Edition d\'un rôle"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label personLbl; private System.Windows.Forms.Label roleLbl; private System.Windows.Forms.Label brolTitleLbl; private System.Windows.Forms.Button okBtn; private System.Windows.Forms.Button cancelBtn; private be.gaudry.view.controls.TextBoxDragDrop infoTB; } }
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 | 1731657674 15/11/2024 09:01:14 |
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 09:01:14 Cette version de la page est en cache (à la date du 15/11/2024 09:01:14) 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/EditRoleForm.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.