SourcesForm.Designer.cs

Description du code

SourcesForm.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

  1. namespace be.gaudry.view
  2. {
  3. partial class SourcesForm
  4. {
  5. /// <summary>
  6. /// Variable nécessaire au concepteur.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Nettoyage des ressources utilisées.
  12. /// </summary>
  13. /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22.  
  23. #region Code généré par le Concepteur Windows Form
  24.  
  25. /// <summary>
  26. /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  27. /// le contenu de cette méthode avec l'éditeur de code.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.components = new System.ComponentModel.Container();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SourcesForm));
  33. this.infoLbl = new System.Windows.Forms.Label();
  34. this.resultsDGV = new System.Windows.Forms.DataGridView();
  35. this.nameCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.urlCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.senderCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.infoCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.openRefWithTsMi = new System.Windows.Forms.ContextMenuStrip(this.components);
  40. this.openRefTsMi = new System.Windows.Forms.ToolStripMenuItem();
  41. this.ouvrirAvecToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. ((System.ComponentModel.ISupportInitialize)(this.resultsDGV)).BeginInit();
  43. this.openRefWithTsMi.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // infoLbl
  47. //
  48. this.infoLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  49. | System.Windows.Forms.AnchorStyles.Left)
  50. | System.Windows.Forms.AnchorStyles.Right)));
  51. this.infoLbl.Location = new System.Drawing.Point(12, 18);
  52. this.infoLbl.Name = "infoLbl";
  53. this.infoLbl.Size = new System.Drawing.Size(521, 48);
  54. this.infoLbl.TabIndex = 0;
  55. this.infoLbl.Text = "Si vous désirez plus de renseignements sur les méthodes utilisées, ceci devrait v" +
  56. "ous permettre d\'obtenir plus d\'informations sur les différents algorithmes emplo" +
  57. "yés. ";
  58. //
  59. // resultsDGV
  60. //
  61. this.resultsDGV.AllowUserToAddRows = false;
  62. this.resultsDGV.AllowUserToDeleteRows = false;
  63. this.resultsDGV.AllowUserToOrderColumns = true;
  64. this.resultsDGV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  65. | System.Windows.Forms.AnchorStyles.Left)
  66. | System.Windows.Forms.AnchorStyles.Right)));
  67. this.resultsDGV.BackgroundColor = System.Drawing.SystemColors.Window;
  68. this.resultsDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  69. this.resultsDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  70. this.nameCol,
  71. this.urlCol,
  72. this.senderCol,
  73. this.infoCol});
  74. this.resultsDGV.ContextMenuStrip = this.openRefWithTsMi;
  75. this.resultsDGV.Location = new System.Drawing.Point(15, 69);
  76. this.resultsDGV.Name = "resultsDGV";
  77. this.resultsDGV.ReadOnly = true;
  78. this.resultsDGV.RowHeadersVisible = false;
  79. this.resultsDGV.Size = new System.Drawing.Size(518, 328);
  80. this.resultsDGV.TabIndex = 1;
  81. this.resultsDGV.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.resultsDGV_MouseDoubleClick);
  82. this.resultsDGV.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.resultsDGV_CellMouseEnter);
  83. //
  84. // nameCol
  85. //
  86. this.nameCol.FillWeight = 20F;
  87. this.nameCol.HeaderText = "Nom";
  88. this.nameCol.MinimumWidth = 80;
  89. this.nameCol.Name = "nameCol";
  90. this.nameCol.ReadOnly = true;
  91. //
  92. // urlCol
  93. //
  94. this.urlCol.HeaderText = "Référence";
  95. this.urlCol.MinimumWidth = 120;
  96. this.urlCol.Name = "urlCol";
  97. this.urlCol.ReadOnly = true;
  98. this.urlCol.Width = 150;
  99. //
  100. // senderCol
  101. //
  102. this.senderCol.HeaderText = "Classe expliquée";
  103. this.senderCol.MinimumWidth = 120;
  104. this.senderCol.Name = "senderCol";
  105. this.senderCol.ReadOnly = true;
  106. this.senderCol.Width = 120;
  107. //
  108. // infoCol
  109. //
  110. this.infoCol.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  111. this.infoCol.HeaderText = "Informations";
  112. this.infoCol.MinimumWidth = 200;
  113. this.infoCol.Name = "infoCol";
  114. this.infoCol.ReadOnly = true;
  115. //
  116. // openRefWithTsMi
  117. //
  118. this.openRefWithTsMi.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  119. this.openRefTsMi,
  120. this.ouvrirAvecToolStripMenuItem});
  121. this.openRefWithTsMi.Name = "contextMenuStrip1";
  122. this.openRefWithTsMi.Size = new System.Drawing.Size(204, 48);
  123. //
  124. // openRefTsMi
  125. //
  126. this.openRefTsMi.Name = "openRefTsMi";
  127. this.openRefTsMi.Size = new System.Drawing.Size(203, 22);
  128. this.openRefTsMi.Text = "Atteindre la référence...";
  129. this.openRefTsMi.Click += new System.EventHandler(this.openRefTsMi_Click);
  130. //
  131. // ouvrirAvecToolStripMenuItem
  132. //
  133. this.ouvrirAvecToolStripMenuItem.Name = "ouvrirAvecToolStripMenuItem";
  134. this.ouvrirAvecToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
  135. this.ouvrirAvecToolStripMenuItem.Text = "Ouvrir avec...";
  136. this.ouvrirAvecToolStripMenuItem.Click += new System.EventHandler(this.openWithTsMi_Click);
  137. //
  138. // SourcesForm
  139. //
  140. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  142. this.ClientSize = new System.Drawing.Size(545, 410);
  143. this.Controls.Add(this.resultsDGV);
  144. this.Controls.Add(this.infoLbl);
  145. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  146. this.Name = "SourcesForm";
  147. this.Text = "Références";
  148. ((System.ComponentModel.ISupportInitialize)(this.resultsDGV)).EndInit();
  149. this.openRefWithTsMi.ResumeLayout(false);
  150. this.ResumeLayout(false);
  151.  
  152. }
  153.  
  154. #endregion
  155.  
  156. private System.Windows.Forms.Label infoLbl;
  157. private System.Windows.Forms.DataGridView resultsDGV;
  158. private System.Windows.Forms.DataGridViewTextBoxColumn nameCol;
  159. private System.Windows.Forms.DataGridViewTextBoxColumn urlCol;
  160. private System.Windows.Forms.DataGridViewTextBoxColumn senderCol;
  161. private System.Windows.Forms.DataGridViewTextBoxColumn infoCol;
  162. private System.Windows.Forms.ContextMenuStrip openRefWithTsMi;
  163. private System.Windows.Forms.ToolStripMenuItem openRefTsMi;
  164. private System.Windows.Forms.ToolStripMenuItem ouvrirAvecToolStripMenuItem;
  165. }
  166. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1713534883 19/04/2024 15:54:43
| _dialogs0 octets1541007195 31/10/2018 18:33:15
| _style0 octets1541007196 31/10/2018 18:33:16
| _utils0 octets1541007196 31/10/2018 18:33:16
| _controls0 octets1541007193 31/10/2018 18:33:13
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csDummyDoc.cs1.95 Ko31/10/2018 18:32:48-refusé-
Afficher le fichier .cs|.csIMDIParent.cs2.33 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csMDIChildForm.cs11.93 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csSplashForm.Designer.cs4.45 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csSourcesForm.Designer.cs8.14 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csDummyDoc.Designer.cs6.42 Ko31/10/2018 18:32:48-refusé-
Afficher le fichier .cs|.csSplashForm.cs1.02 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csMDIParentForm.cs13.52 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .resx|.resxSplashForm.resx5.68 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csMDIParentForm.MDIFeatures.cs14.33 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .resx|.resxMDIChildForm.resx5.68 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csTestForm.cs350 octets31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csSplasher.cs2.81 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .resx|.resxDummyDoc.resx7.02 Ko31/10/2018 18:32:48-refusé-
Afficher le fichier .cs|.csMDIParentForm.Designer.cs44.09 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .resx|.resxSourcesForm.resx41.87 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csSourcesForm.cs1.83 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csTestForm.Designer.cs1.15 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .resx|.resxMDIParentForm.resx42.14 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csMDIChildForm.Designer.cs1.46 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csIMDIChild.cs151 octets31/10/2018 18:32:48-refusé-

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.

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/SourcesForm.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.