Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.

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 octets1719953937 02/07/2024 22:58:57
| _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.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 16/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-broldev-source-rf-view//SourcesForm.Designer.cs.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.