DGVLayoutOptionsControl. Designer. cs
Description du code
DGVLayoutOptionsControl.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# (DGVLayoutOptionsControl.Designer.cs) (316 lignes)
namespace be.gaudry.view.controls { partial class DGVLayoutOptionsControl { /// <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.pageStyleGB.SuspendLayout(); this.dgvColumnsGB.SuspendLayout(); this.dgvRowsGB.SuspendLayout(); this.saveFormatGB.SuspendLayout(); this.SuspendLayout(); // // pageStyleGB // this.pageStyleGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.pageStyleGB.Controls.Add(this.datePLacementCB); this.pageStyleGB.Controls.Add(this.csvSeparatorLbl); this.pageStyleGB.Controls.Add(this.csvSeparatorTB); this.pageStyleGB.Controls.Add(this.pageOrientationLbl); this.pageStyleGB.Controls.Add(this.pageOrientationCB); this.pageStyleGB.Controls.Add(this.titleLbl); this.pageStyleGB.Controls.Add(this.footerCounterStyleLbl); this.pageStyleGB.Controls.Add(this.titleTB); this.pageStyleGB.Controls.Add(this.displayDateChkB); this.pageStyleGB.Controls.Add(this.footerCounterStyleCB); this.pageStyleGB.Name = "pageStyleGB"; this.pageStyleGB.TabIndex = 28; this.pageStyleGB.TabStop = false; this.pageStyleGB.Text = "Page"; // // datePLacementCB // this.datePLacementCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.datePLacementCB.FormattingEnabled = true; this.datePLacementCB.Name = "datePLacementCB"; this.datePLacementCB.TabIndex = 26; // // csvSeparatorLbl // this.csvSeparatorLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.csvSeparatorLbl.AutoSize = true; this.csvSeparatorLbl.Name = "csvSeparatorLbl"; this.csvSeparatorLbl.TabIndex = 25; this.csvSeparatorLbl.Text = "Séparateur de valeurs"; this.csvSeparatorLbl.Visible = false; // // csvSeparatorTB // this.csvSeparatorTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.csvSeparatorTB.Name = "csvSeparatorTB"; this.csvSeparatorTB.TabIndex = 24; this.csvSeparatorTB.Text = "|"; this.csvSeparatorTB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.csvSeparatorTB.Visible = false; this.csvSeparatorTB.Validating += new System.ComponentModel.CancelEventHandler(this.csvSeparatorTB_Validating); // // pageOrientationLbl // this.pageOrientationLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.pageOrientationLbl.AutoSize = true; this.pageOrientationLbl.Name = "pageOrientationLbl"; this.pageOrientationLbl.TabIndex = 23; this.pageOrientationLbl.Text = "Orientation"; // // pageOrientationCB // this.pageOrientationCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.pageOrientationCB.FormattingEnabled = true; this.pageOrientationCB.Name = "pageOrientationCB"; this.pageOrientationCB.TabIndex = 22; // // titleLbl // this.titleLbl.AutoSize = true; this.titleLbl.Name = "titleLbl"; this.titleLbl.TabIndex = 21; this.titleLbl.Text = "Titre de la page"; // // footerCounterStyleLbl // this.footerCounterStyleLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.footerCounterStyleLbl.AutoSize = true; this.footerCounterStyleLbl.Name = "footerCounterStyleLbl"; this.footerCounterStyleLbl.TabIndex = 20; this.footerCounterStyleLbl.Text = "Numérotation"; // // titleTB // this.titleTB.AcceptsReturn = true; this.titleTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.titleTB.Multiline = true; this.titleTB.Name = "titleTB"; this.titleTB.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.titleTB.TabIndex = 19; // // displayDateChkB // this.displayDateChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.displayDateChkB.AutoSize = true; this.displayDateChkB.Name = "displayDateChkB"; this.displayDateChkB.TabIndex = 17; this.displayDateChkB.Text = "Afficher la date"; this.displayDateChkB.UseVisualStyleBackColor = true; // // footerCounterStyleCB // this.footerCounterStyleCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.footerCounterStyleCB.FormattingEnabled = true; this.footerCounterStyleCB.Name = "footerCounterStyleCB"; this.footerCounterStyleCB.TabIndex = 16; // // dgvColumnsGB // this.dgvColumnsGB.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.dgvColumnsGB.Controls.Add(this.dgvColumnsChkLB); this.dgvColumnsGB.Controls.Add(this.fitToPageChkB); this.dgvColumnsGB.Name = "dgvColumnsGB"; this.dgvColumnsGB.TabIndex = 27; this.dgvColumnsGB.TabStop = false; this.dgvColumnsGB.Text = "Colonnes à imprimer"; // // dgvColumnsChkLB // this.dgvColumnsChkLB.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.dgvColumnsChkLB.CheckOnClick = true; this.dgvColumnsChkLB.FormattingEnabled = true; this.dgvColumnsChkLB.Name = "dgvColumnsChkLB"; this.dgvColumnsChkLB.TabIndex = 13; // // fitToPageChkB // this.fitToPageChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.fitToPageChkB.AutoSize = true; this.fitToPageChkB.Name = "fitToPageChkB"; this.fitToPageChkB.TabIndex = 21; this.fitToPageChkB.Text = "Adapter à la largeur de page"; // // dgvRowsGB // this.dgvRowsGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvRowsGB.Controls.Add(this.printSelectedRowsRB); this.dgvRowsGB.Controls.Add(this.printAllRowsRB); this.dgvRowsGB.Name = "dgvRowsGB"; this.dgvRowsGB.TabIndex = 26; this.dgvRowsGB.TabStop = false; this.dgvRowsGB.Text = "Lignes à imprimer"; // // printSelectedRowsRB // this.printSelectedRowsRB.AutoSize = true; this.printSelectedRowsRB.Name = "printSelectedRowsRB"; this.printSelectedRowsRB.TabIndex = 1; this.printSelectedRowsRB.Text = "Sélectionnées"; // // printAllRowsRB // this.printAllRowsRB.AutoSize = true; this.printAllRowsRB.Name = "printAllRowsRB"; this.printAllRowsRB.TabIndex = 0; this.printAllRowsRB.TabStop = true; this.printAllRowsRB.Text = "Toutes"; // // saveFormatGB // this.saveFormatGB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.saveFormatGB.Controls.Add(this.outputSelectionCB); this.saveFormatGB.Name = "saveFormatGB"; this.saveFormatGB.TabIndex = 29; this.saveFormatGB.TabStop = false; this.saveFormatGB.Text = "Destination"; // // outputSelectionCB // this.outputSelectionCB.FormattingEnabled = true; this.outputSelectionCB.Name = "outputSelectionCB"; this.outputSelectionCB.TabIndex = 17; this.outputSelectionCB.SelectionChangeCommitted += new System.EventHandler(this.outputSelectionCB_SelectionChangeCommitted); // // DGVLayoutOptionsControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.saveFormatGB); this.Controls.Add(this.pageStyleGB); this.Controls.Add(this.dgvColumnsGB); this.Controls.Add(this.dgvRowsGB); this.Name = "DGVLayoutOptionsControl"; this.pageStyleGB.ResumeLayout(false); this.pageStyleGB.PerformLayout(); this.dgvColumnsGB.ResumeLayout(false); this.dgvColumnsGB.PerformLayout(); this.dgvRowsGB.ResumeLayout(false); this.dgvRowsGB.PerformLayout(); this.saveFormatGB.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox pageStyleGB; private System.Windows.Forms.Label pageOrientationLbl; private System.Windows.Forms.ComboBox pageOrientationCB; private System.Windows.Forms.Label titleLbl; private System.Windows.Forms.Label footerCounterStyleLbl; private System.Windows.Forms.TextBox titleTB; private System.Windows.Forms.CheckBox displayDateChkB; private System.Windows.Forms.ComboBox footerCounterStyleCB; private System.Windows.Forms.GroupBox dgvColumnsGB; private System.Windows.Forms.CheckedListBox dgvColumnsChkLB; private System.Windows.Forms.CheckBox fitToPageChkB; private System.Windows.Forms.GroupBox dgvRowsGB; private System.Windows.Forms.RadioButton printSelectedRowsRB; private System.Windows.Forms.RadioButton printAllRowsRB; private System.Windows.Forms.GroupBox saveFormatGB; private System.Windows.Forms.ComboBox outputSelectionCB; private System.Windows.Forms.Label csvSeparatorLbl; private System.Windows.Forms.TextBox csvSeparatorTB; private System.Windows.Forms.ComboBox datePLacementCB; } }
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 | 1732277904 22/11/2024 13:18:24 |
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.
English translation
You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.
Thank you in advance.
Document created the 16/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-broldev-source-rf-view/controls/DGVLayoutOptionsControl.Designer.cs.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.