ChartControl.Designer.cs
Description du code
ChartControl.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# (ChartControl.Designer.cs) (361 lignes)
namespace be.gaudry.view.controls { partial class ChartControl { /// <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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.mainGB.SuspendLayout(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.legendDGV)).BeginInit(); this.toolStrip.SuspendLayout(); this.SuspendLayout(); // // mainGB // this.mainGB.Controls.Add(this.splitContainer); this.mainGB.Dock = System.Windows.Forms.DockStyle.Fill; this.mainGB.Name = "mainGB"; this.mainGB.TabIndex = 1; this.mainGB.TabStop = false; this.mainGB.Text = "Graphique"; // // splitContainer // this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // this.splitContainer.Panel1.AutoScroll = true; this.splitContainer.Panel1.Controls.Add(this.legendDGV); // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.chartPanel); this.splitContainer.Panel2.Controls.Add(this.chartHSB); this.splitContainer.Panel2.Controls.Add(this.chartVSB); this.splitContainer.SplitterDistance = 216; this.splitContainer.SplitterWidth = 10; this.splitContainer.TabIndex = 2; // // legendDGV // this.legendDGV.AllowUserToAddRows = false; this.legendDGV.AllowUserToDeleteRows = false; this.legendDGV.AllowUserToOrderColumns = true; this.legendDGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.legendDGV.BackgroundColor = System.Drawing.SystemColors.Control; this.legendDGV.BorderStyle = System.Windows.Forms.BorderStyle.None; this.legendDGV.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised; this.legendDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.id, this.valCol, this.percentCol, this.nbCol}); this.legendDGV.Dock = System.Windows.Forms.DockStyle.Fill; this.legendDGV.Name = "legendDGV"; this.legendDGV.ReadOnly = true; this.legendDGV.RowHeadersVisible = false; this.legendDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.legendDGV.TabIndex = 0; // // id // this.id.FillWeight = 1F; this.id.HeaderText = "id"; this.id.Name = "id"; this.id.ReadOnly = true; this.id.Visible = false; // // valCol // this.valCol.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.valCol.FillWeight = 113.0228F; this.valCol.HeaderText = ""; this.valCol.Name = "valCol"; this.valCol.ReadOnly = true; this.valCol.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // percentCol // dataGridViewCellStyle1.Format = "N2"; dataGridViewCellStyle1.NullValue = null; this.percentCol.DefaultCellStyle = dataGridViewCellStyle1; this.percentCol.FillWeight = 24.59277F; this.percentCol.HeaderText = "%"; this.percentCol.Name = "percentCol"; this.percentCol.ReadOnly = true; this.percentCol.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // nbCol // this.nbCol.FillWeight = 23.87692F; this.nbCol.HeaderText = "nb"; this.nbCol.Name = "nbCol"; this.nbCol.ReadOnly = true; this.nbCol.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // chartPanel // this.chartPanel.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.chartPanel.Name = "chartPanel"; this.chartPanel.TabIndex = 2; // // chartHSB // this.chartHSB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.chartHSB.Maximum = 250; this.chartHSB.Minimum = -250; this.chartHSB.Name = "chartHSB"; this.chartHSB.TabIndex = 0; // // chartVSB // this.chartVSB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.chartVSB.LargeChange = 1; this.chartVSB.Maximum = 0; this.chartVSB.Minimum = -50; this.chartVSB.Name = "chartVSB"; this.chartVSB.TabIndex = 1; this.chartVSB.Value = -10; // // infoLbl // this.infoLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.infoLbl.Name = "infoLbl"; this.infoLbl.TabIndex = 3; this.infoLbl.Text = "Aucune donnée à afficher..."; this.infoLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // toolStrip // this.toolStrip.Dock = System.Windows.Forms.DockStyle.Left; this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.sortAscTsSB, this.sortDescTsSB, this.toolStripSeparator1, this.printTSB, this.saveDGVTsB}); this.toolStrip.Name = "toolStrip"; this.toolStrip.TabIndex = 3; this.toolStrip.Text = "Outils du graphique"; // // sortAscTsSB // this.sortAscTsSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.sortAscTitleTsMi, this.sortAscNbTsMi, this.sortAscPercentTsMi}); this.sortAscTsSB.Image = global::be.gaudry.Properties.Resources.SortHS; this.sortAscTsSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.sortAscTsSB.Name = "sortAscTsSB"; this.sortAscTsSB.Text = "Tri ascendant"; // // sortAscTitleTsMi // this.sortAscTitleTsMi.Name = "sortAscTitleTsMi"; this.sortAscTitleTsMi.Text = "Titre"; // // sortAscNbTsMi // this.sortAscNbTsMi.Name = "sortAscNbTsMi"; this.sortAscNbTsMi.Text = "Nombre"; // // sortAscPercentTsMi // this.sortAscPercentTsMi.Name = "sortAscPercentTsMi"; this.sortAscPercentTsMi.Text = "Pourcentage"; // // sortDescTsSB // this.sortDescTsSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.sortDescTitleTsMi, this.sortDescNbTsMi, this.sortDescPercentTsMi}); this.sortDescTsSB.Image = global::be.gaudry.Properties.Resources.SortDownHS; this.sortDescTsSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.sortDescTsSB.Name = "sortDescTsSB"; this.sortDescTsSB.Text = "Tri descendant"; // // sortDescTitleTsMi // this.sortDescTitleTsMi.Name = "sortDescTitleTsMi"; this.sortDescTitleTsMi.Text = "Titre"; // // sortDescNbTsMi // this.sortDescNbTsMi.Name = "sortDescNbTsMi"; this.sortDescNbTsMi.Text = "Nombre"; // // sortDescPercentTsMi // this.sortDescPercentTsMi.Name = "sortDescPercentTsMi"; this.sortDescPercentTsMi.Text = "Pourcentage"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; // // printTSB // this.printTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.printTSB.Image = global::be.gaudry.Properties.Resources.PrintHS; this.printTSB.ImageTransparentColor = System.Drawing.Color.Magenta; this.printTSB.Name = "printTSB"; this.printTSB.Text = "Imprimer le tableau"; // // saveDGVTsB // this.saveDGVTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.saveDGVTsB.Image = global::be.gaudry.Properties.Resources.saveHS; this.saveDGVTsB.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveDGVTsB.Name = "saveDGVTsB"; this.saveDGVTsB.Text = "Sauver le tableau..."; // // ChartControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.mainGB); this.Controls.Add(this.toolStrip); this.Controls.Add(this.infoLbl); this.Name = "ChartControl"; this.mainGB.ResumeLayout(false); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); this.splitContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.legendDGV)).EndInit(); this.toolStrip.ResumeLayout(false); this.toolStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox mainGB; private System.Windows.Forms.VScrollBar chartVSB; private System.Windows.Forms.HScrollBar chartHSB; private System.Windows.Forms.SplitContainer splitContainer; private System.Windows.Forms.Panel chartPanel; private System.Windows.Forms.DataGridView legendDGV; private System.Windows.Forms.Label infoLbl; private System.Windows.Forms.ToolStrip toolStrip; private System.Windows.Forms.ToolStripButton printTSB; private System.Windows.Forms.ToolStripSplitButton sortAscTsSB; private System.Windows.Forms.ToolStripMenuItem sortAscTitleTsMi; private System.Windows.Forms.ToolStripMenuItem sortAscNbTsMi; private System.Windows.Forms.ToolStripMenuItem sortAscPercentTsMi; private System.Windows.Forms.ToolStripSplitButton sortDescTsSB; private System.Windows.Forms.ToolStripMenuItem sortDescTitleTsMi; private System.Windows.Forms.ToolStripMenuItem sortDescNbTsMi; private System.Windows.Forms.ToolStripMenuItem sortDescPercentTsMi; private System.Windows.Forms.DataGridViewTextBoxColumn id; private System.Windows.Forms.DataGridViewTextBoxColumn valCol; private System.Windows.Forms.DataGridViewTextBoxColumn percentCol; private System.Windows.Forms.DataGridViewTextBoxColumn nbCol; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton saveDGVTsB; } }
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 | 1732239674 22/11/2024 02:41:14 |
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:41:14 Cette version de la page est en cache (à la date du 22/11/2024 02:41:14) 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/ChartControl.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.