BorrowsForm.Designer.cs
Description du code
BorrowsForm.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# (BorrowsForm.Designer.cs) (205 lignes)
namespace be.gaudry.bibliobrol.view { partial class BorrowsForm { /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); ((System.ComponentModel.ISupportInitialize)(this.borrowsDGV)).BeginInit(); this.borrowsTC.SuspendLayout(); this.borrowsListTP.SuspendLayout(); this.SuspendLayout(); // // borrowsDGV // this.borrowsDGV.AllowUserToAddRows = false; this.borrowsDGV.AllowUserToDeleteRows = false; this.borrowsDGV.AllowUserToOrderColumns = true; this.borrowsDGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.borrowsDGV.BackgroundColor = System.Drawing.SystemColors.Control; this.startDateTBC, this.planDateTBC, this.endDateTBC, this.id, this.title, this.biblioItemName, this.borrowerTBC}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.borrowsDGV.DefaultCellStyle = dataGridViewCellStyle1; this.borrowsDGV.Dock = System.Windows.Forms.DockStyle.Fill; this.borrowsDGV.GridColor = System.Drawing.Color.SlateGray; this.borrowsDGV.MultiSelect = false; this.borrowsDGV.Name = "borrowsDGV"; this.borrowsDGV.ReadOnly = true; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.borrowsDGV.RowHeadersDefaultCellStyle = dataGridViewCellStyle2; this.borrowsDGV.RowHeadersVisible = false; this.borrowsDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.borrowsDGV.TabIndex = 1; // // startDateTBC // this.startDateTBC.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.startDateTBC.DataPropertyName = "startDate"; this.startDateTBC.HeaderText = "Début d\'emprunt"; this.startDateTBC.Name = "startDateTBC"; this.startDateTBC.ReadOnly = true; this.startDateTBC.Width = 110; // // planDateTBC // this.planDateTBC.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.planDateTBC.DataPropertyName = "planDate"; this.planDateTBC.HeaderText = "Retour prévu"; this.planDateTBC.Name = "planDateTBC"; this.planDateTBC.ReadOnly = true; this.planDateTBC.Width = 94; // // endDateTBC // this.endDateTBC.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.endDateTBC.DataPropertyName = "endDate"; this.endDateTBC.HeaderText = "Fin d\'emprunt"; this.endDateTBC.Name = "endDateTBC"; this.endDateTBC.ReadOnly = true; this.endDateTBC.Width = 95; // // id // this.id.DataPropertyName = "id"; this.id.HeaderText = "id"; this.id.Name = "id"; this.id.ReadOnly = true; this.id.Visible = false; // // title // this.title.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.title.DataPropertyName = "title"; this.title.HeaderText = "Titre"; this.title.Name = "title"; this.title.ReadOnly = true; this.title.Width = 53; // // biblioItemName // this.biblioItemName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.biblioItemName.DataPropertyName = "name"; this.biblioItemName.HeaderText = "Nom d\'exemplaire"; this.biblioItemName.Name = "biblioItemName"; this.biblioItemName.ReadOnly = true; this.biblioItemName.Width = 115; // // borrowerTBC // this.borrowerTBC.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.borrowerTBC.DataPropertyName = "borrower"; this.borrowerTBC.HeaderText = "Emprunteur"; this.borrowerTBC.Name = "borrowerTBC"; this.borrowerTBC.ReadOnly = true; // // borrowsTC // this.borrowsTC.Controls.Add(this.borrowsListTP); this.borrowsTC.Dock = System.Windows.Forms.DockStyle.Fill; this.borrowsTC.Name = "borrowsTC"; this.borrowsTC.SelectedIndex = 0; this.borrowsTC.TabIndex = 2; // // borrowsListTP // this.borrowsListTP.Controls.Add(this.borrowsDGV); this.borrowsListTP.Name = "borrowsListTP"; this.borrowsListTP.TabIndex = 0; this.borrowsListTP.Text = "Liste"; this.borrowsListTP.UseVisualStyleBackColor = true; // // BorrowsForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.borrowsTC); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "BorrowsForm"; this.ShowInTaskbar = false; this.Text = "Emprunts"; ((System.ComponentModel.ISupportInitialize)(this.borrowsDGV)).EndInit(); this.borrowsTC.ResumeLayout(false); this.borrowsListTP.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView borrowsDGV; private System.Windows.Forms.DataGridViewTextBoxColumn startDateTBC; private System.Windows.Forms.DataGridViewTextBoxColumn planDateTBC; private System.Windows.Forms.DataGridViewTextBoxColumn endDateTBC; private System.Windows.Forms.DataGridViewTextBoxColumn id; private System.Windows.Forms.DataGridViewTextBoxColumn title; private System.Windows.Forms.DataGridViewTextBoxColumn biblioItemName; private System.Windows.Forms.DataGridViewTextBoxColumn borrowerTBC; private System.Windows.Forms.TabControl borrowsTC; private System.Windows.Forms.TabPage borrowsListTP; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731635203 15/11/2024 02:46:43 |
| _ | wizards | 0 octets | 1541007184 31/10/2018 18:33:04 |
| _ | utils | 0 octets | 1541007184 31/10/2018 18:33:04 |
| _ | controls | 0 octets | 1541007178 31/10/2018 18:32:58 |
| _ | dialogs | 0 octets | 1541007183 31/10/2018 18:33:03 |
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 02:46:43 Cette version de la page est en cache (à la date du 15/11/2024 02:46:43) 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//BorrowsForm.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.