DGVLayoutOptionsDialog. designer. cs
Description du code
DGVLayoutOptionsDialog.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# (DGVLayoutOptionsDialog.designer.cs) (108 lignes)
namespace be.gaudry.view.dialogs { partial class DGVLayoutOptionsDialog { /// <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(); // // okBtn // this.okBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okBtn.BackColor = System.Drawing.SystemColors.Control; this.okBtn.Cursor = System.Windows.Forms.Cursors.Default; this.okBtn.DialogResult = System.Windows.Forms.DialogResult.OK; this.okBtn.FlatStyle = System.Windows.Forms.FlatStyle.System; this.okBtn.ForeColor = System.Drawing.SystemColors.ControlText; this.okBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.okBtn.Name = "okBtn"; this.okBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; this.okBtn.TabIndex = 14; this.okBtn.Text = "&OK"; this.okBtn.UseVisualStyleBackColor = false; // // cancelBtn // this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelBtn.BackColor = System.Drawing.SystemColors.Control; this.cancelBtn.Cursor = System.Windows.Forms.Cursors.Default; this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.System; this.cancelBtn.ForeColor = System.Drawing.SystemColors.ControlText; this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cancelBtn.TabIndex = 15; this.cancelBtn.Text = "Annuler"; this.cancelBtn.UseVisualStyleBackColor = false; // // layoutControl // this.layoutControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.layoutControl.Name = "layoutControl"; this.layoutControl.TabIndex = 16; // // DGVLayoutOptionsDialog // this.AcceptButton = this.okBtn; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelBtn; this.Controls.Add(this.layoutControl); this.Controls.Add(this.okBtn); this.Controls.Add(this.cancelBtn); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DGVLayoutOptionsDialog"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Options de mise en page"; this.ResumeLayout(false); } #endregion protected System.Windows.Forms.Button okBtn; protected System.Windows.Forms.Button cancelBtn; public be.gaudry.view.controls.DGVLayoutOptionsControl layoutControl; } }
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 | 1730789909 05/11/2024 07:58:29 |
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
05/11/2024 07:58:29 Cette version de la page est en cache (à la date du 05/11/2024 07:58:29) 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/dialogs//DGVLayoutOptionsDialog.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.