SystemInfoControl.Designer.cs
Description du code
SystemInfoControl.Designer.cs est un fichier du projet BrolDev.Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/broldev/src/.
Projet BrolDev : Librairie de composants réutilisables pour les applications BrolDev en CSharp.
Code source ou contenu du fichier
Code c# (SystemInfoControl.Designer.cs) (106 lignes)
namespace be.gaudry.view.controls { partial class SystemInfoControl { /// <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 Component 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.envDGV)).BeginInit(); this.SuspendLayout(); // // envDGV // this.envDGV.AllowUserToAddRows = false; this.envDGV.AllowUserToDeleteRows = false; this.envDGV.BackgroundColor = System.Drawing.SystemColors.ControlLight; this.envDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.envDGV.ColumnHeadersVisible = false; this.envNameCol, this.envValCol, this.Column1}); this.envDGV.Dock = System.Windows.Forms.DockStyle.Fill; this.envDGV.GridColor = System.Drawing.SystemColors.ControlLight; this.envDGV.Name = "envDGV"; this.envDGV.ReadOnly = true; this.envDGV.RowHeadersVisible = false; this.envDGV.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.SystemColors.ControlLight; this.envDGV.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.SystemColors.ControlDarkDark; this.envDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.envDGV.TabIndex = 4; // // envNameCol // this.envNameCol.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.envNameCol.HeaderText = "Nom"; this.envNameCol.Name = "envNameCol"; this.envNameCol.ReadOnly = true; this.envNameCol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.envNameCol.Width = 5; // // envValCol // this.envValCol.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.envValCol.HeaderText = "Valeur"; this.envValCol.Name = "envValCol"; this.envValCol.ReadOnly = true; this.envValCol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.envValCol.Width = 5; // // Column1 // this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column1.HeaderText = ""; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // SystemInfoControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.envDGV); this.Name = "SystemInfoControl"; ((System.ComponentModel.ISupportInitialize)(this.envDGV)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView envDGV; private System.Windows.Forms.DataGridViewTextBoxColumn envNameCol; private System.Windows.Forms.DataGridViewTextBoxColumn envValCol; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; } }
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 | 1732493172 25/11/2024 01:06:12 |
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
25/11/2024 01:06:12 Cette version de la page est en cache (à la date du 25/11/2024 01:06:12) 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-broldev-source-rf-view/controls/SystemInfoControl.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.