AboutUserControl.Designer.cs
Description du code
AboutUserControl.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# (AboutUserControl.Designer.cs) (223 lignes)
namespace be.gaudry.view.controls { partial class AboutUserControl { /// <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 de composants /// <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.tableLayoutPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.logoPB)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel // this.tableLayoutPanel.ColumnCount = 3; this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 145F)); this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel.Controls.Add(this.pluginsTB, 0, 5); this.tableLayoutPanel.Controls.Add(this.logoPB, 0, 0); this.tableLayoutPanel.Controls.Add(this.productNameLbl, 1, 0); this.tableLayoutPanel.Controls.Add(this.versionLbl, 1, 1); this.tableLayoutPanel.Controls.Add(this.copyrightLbl, 1, 2); this.tableLayoutPanel.Controls.Add(this.companyNameLbl, 1, 3); this.tableLayoutPanel.Controls.Add(this.descriptionTB, 1, 4); this.tableLayoutPanel.Controls.Add(this.sourcesTB, 0, 6); this.tableLayoutPanel.Controls.Add(this.okBtn, 2, 7); this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 8; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 92F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 92F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel.TabIndex = 1; // // pluginsTB // this.tableLayoutPanel.SetColumnSpan(this.pluginsTB, 2); this.pluginsTB.Dock = System.Windows.Forms.DockStyle.Fill; this.pluginsTB.Multiline = true; this.pluginsTB.Name = "pluginsTB"; this.pluginsTB.ReadOnly = true; this.pluginsTB.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.pluginsTB.TabIndex = 27; this.pluginsTB.TabStop = false; this.pluginsTB.Text = "Plugins :"; // // logoPB // this.logoPB.Dock = System.Windows.Forms.DockStyle.Fill; this.logoPB.Image = global::be.gaudry.Properties.Resources.AboutBoxBrolDev; this.logoPB.Name = "logoPB"; this.tableLayoutPanel.SetRowSpan(this.logoPB, 6); this.logoPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.logoPB.TabIndex = 12; this.logoPB.TabStop = false; // // productNameLbl // this.tableLayoutPanel.SetColumnSpan(this.productNameLbl, 2); this.productNameLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.productNameLbl.Name = "productNameLbl"; this.productNameLbl.TabIndex = 19; this.productNameLbl.Text = "Nom du produit"; this.productNameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // versionLbl // this.tableLayoutPanel.SetColumnSpan(this.versionLbl, 2); this.versionLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.versionLbl.Name = "versionLbl"; this.versionLbl.TabIndex = 0; this.versionLbl.Text = "Version"; this.versionLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // copyrightLbl // this.tableLayoutPanel.SetColumnSpan(this.copyrightLbl, 2); this.copyrightLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.copyrightLbl.Name = "copyrightLbl"; this.copyrightLbl.TabIndex = 21; this.copyrightLbl.Text = "Copyright"; this.copyrightLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // companyNameLbl // this.tableLayoutPanel.SetColumnSpan(this.companyNameLbl, 2); this.companyNameLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.companyNameLbl.Name = "companyNameLbl"; this.companyNameLbl.TabIndex = 22; this.companyNameLbl.Text = "Nom de la société"; this.companyNameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // descriptionTB // this.tableLayoutPanel.SetColumnSpan(this.descriptionTB, 2); this.descriptionTB.Dock = System.Windows.Forms.DockStyle.Fill; this.descriptionTB.Multiline = true; this.descriptionTB.Name = "descriptionTB"; this.descriptionTB.ReadOnly = true; this.descriptionTB.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.descriptionTB.TabIndex = 23; this.descriptionTB.TabStop = false; this.descriptionTB.Text = "Description"; // // okBtn // this.okBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.okBtn.Name = "okBtn"; this.okBtn.TabIndex = 24; this.okBtn.Text = "&OK"; // // sourcesTB // this.tableLayoutPanel.SetColumnSpan(this.sourcesTB, 3); this.sourcesTB.Dock = System.Windows.Forms.DockStyle.Fill; this.sourcesTB.Multiline = true; this.sourcesTB.Name = "sourcesTB"; this.sourcesTB.ReadOnly = true; this.sourcesTB.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.sourcesTB.TabIndex = 26; this.sourcesTB.TabStop = false; this.sourcesTB.Text = "Infos"; this.sourcesTB.WordWrap = false; // // AboutUserControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel); this.Name = "AboutUserControl"; this.tableLayoutPanel.ResumeLayout(false); this.tableLayoutPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.logoPB)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; private be.gaudry.view.controls.TextBoxDragDrop pluginsTB; private System.Windows.Forms.PictureBox logoPB; private System.Windows.Forms.Label productNameLbl; private System.Windows.Forms.Label versionLbl; private System.Windows.Forms.Label copyrightLbl; private System.Windows.Forms.Label companyNameLbl; private be.gaudry.view.controls.TextBoxDragDrop descriptionTB; private System.Windows.Forms.Button okBtn; private be.gaudry.view.controls.TextBoxDragDrop sourcesTB; } }
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 | 1732239456 22/11/2024 02:37:36 |
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 02:37:36 Cette version de la page est en cache (à la date du 22/11/2024 02:37:36) 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/AboutUserControl.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.