MediaBrolsByBrolForm. Designer. cs
Description du code
MediaBrolsByBrolForm.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# (MediaBrolsByBrolForm.Designer.cs) (147 lignes)
namespace be.gaudry.bibliobrol.view.dialogs { partial class MediaBrolsByBrolForm { /// <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() { ((System.ComponentModel.ISupportInitialize)(this.mediabrolsDGV)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // mediabrolsDGV // this.mediabrolsDGV.AllowUserToAddRows = false; this.mediabrolsDGV.AllowUserToDeleteRows = false; this.mediabrolsDGV.AllowUserToOrderColumns = true; this.mediabrolsDGV.BackgroundColor = System.Drawing.SystemColors.Control; this.id, this.name, this.owner, this.insertionDate}); this.mediabrolsDGV.Dock = System.Windows.Forms.DockStyle.Fill; this.mediabrolsDGV.GridColor = System.Drawing.Color.SlateGray; this.mediabrolsDGV.Name = "mediabrolsDGV"; this.mediabrolsDGV.ReadOnly = true; this.mediabrolsDGV.RowHeadersVisible = false; this.mediabrolsDGV.TabIndex = 2; // // id // this.id.DataPropertyName = "id"; this.id.HeaderText = "id"; this.id.Name = "id"; this.id.ReadOnly = true; this.id.Visible = false; // // name // this.name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.name.DataPropertyName = "name"; this.name.HeaderText = "Nom"; this.name.Name = "name"; this.name.ReadOnly = true; // // owner // this.owner.DataPropertyName = "owner"; this.owner.HeaderText = "Propriétaire"; this.owner.Name = "owner"; this.owner.ReadOnly = true; this.owner.Width = 150; // // insertionDate // this.insertionDate.DataPropertyName = "insertionDate"; this.insertionDate.HeaderText = "Date"; this.insertionDate.Name = "insertionDate"; this.insertionDate.ReadOnly = true; this.insertionDate.Width = 75; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.mediabrolsDGV, 0, 1); this.tableLayoutPanel1.Controls.Add(this.brolTitleLbl, 0, 0); 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.Absolute, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.TabIndex = 3; // // brolTitleLbl // this.brolTitleLbl.AutoSize = true; this.brolTitleLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.brolTitleLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.brolTitleLbl.Name = "brolTitleLbl"; this.brolTitleLbl.TabIndex = 3; this.brolTitleLbl.Text = "label1"; this.brolTitleLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // MediaBrolsByBrolForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "MediaBrolsByBrolForm"; this.ShowIcon = false; this.Text = "Exemplaires associés à cet ouvrage"; ((System.ComponentModel.ISupportInitialize)(this.mediabrolsDGV)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView mediabrolsDGV; private System.Windows.Forms.DataGridViewTextBoxColumn id; private System.Windows.Forms.DataGridViewTextBoxColumn name; private System.Windows.Forms.DataGridViewTextBoxColumn owner; private System.Windows.Forms.DataGridViewTextBoxColumn insertionDate; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label brolTitleLbl; } }
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 | 1731654948 15/11/2024 08:15:48 |
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 08:15:48 Cette version de la page est en cache (à la date du 15/11/2024 08:15:48) 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/MediaBrolsByBrolForm.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.