No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

DirControl.Designer.cs

Description du code

DirControl.Designer.cs est un fichier du projet BiblioBrol.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/src/.

Projet BiblioBrol :

Gestion de media en CSharp.

Pour plus d'infos, vous pouvez consulter la brève analyse.

Code source ou contenu du fichier

  1. namespace be.gaudry.bibliobrol.view.controls
  2. {
  3. partial class DirControl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Component Designer generated code
  24.  
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.storeDirsLbl = new System.Windows.Forms.Label();
  32. this.storeDirLbl = new System.Windows.Forms.Label();
  33. this.storeDirInfosLbl = new System.Windows.Forms.Label();
  34. this.browseBtn = new System.Windows.Forms.Button();
  35. this.editBtn = new System.Windows.Forms.Button();
  36. this.editTB = new be.gaudry.view.controls.TextBoxDragDrop();
  37. this.SuspendLayout();
  38. //
  39. // storeDirsLbl
  40. //
  41. this.storeDirsLbl.AutoSize = true;
  42. this.storeDirsLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  43. this.storeDirsLbl.Location = new System.Drawing.Point(12, 12);
  44. this.storeDirsLbl.Name = "storeDirsLbl";
  45. this.storeDirsLbl.Size = new System.Drawing.Size(194, 17);
  46. this.storeDirsLbl.TabIndex = 5;
  47. this.storeDirsLbl.Text = "Répertoires de stockages";
  48. this.storeDirsLbl.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  49. //
  50. // storeDirLbl
  51. //
  52. this.storeDirLbl.AutoSize = true;
  53. this.storeDirLbl.Location = new System.Drawing.Point(34, 75);
  54. this.storeDirLbl.Name = "storeDirLbl";
  55. this.storeDirLbl.Size = new System.Drawing.Size(41, 13);
  56. this.storeDirLbl.TabIndex = 6;
  57. this.storeDirLbl.Text = "chemin";
  58. //
  59. // storeDirInfosLbl
  60. //
  61. this.storeDirInfosLbl.AutoSize = true;
  62. this.storeDirInfosLbl.Location = new System.Drawing.Point(34, 159);
  63. this.storeDirInfosLbl.Name = "storeDirInfosLbl";
  64. this.storeDirInfosLbl.Size = new System.Drawing.Size(29, 13);
  65. this.storeDirInfosLbl.TabIndex = 7;
  66. this.storeDirInfosLbl.Text = "infos";
  67. //
  68. // browseBtn
  69. //
  70. this.browseBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolExplore;
  71. this.browseBtn.Location = new System.Drawing.Point(126, 102);
  72. this.browseBtn.Name = "browseBtn";
  73. this.browseBtn.Size = new System.Drawing.Size(80, 23);
  74. this.browseBtn.TabIndex = 4;
  75. this.browseBtn.Text = "Explorer";
  76. this.browseBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  77. this.browseBtn.UseVisualStyleBackColor = true;
  78. this.browseBtn.Click += new System.EventHandler(this.browseBtn_Click);
  79. //
  80. // editBtn
  81. //
  82. this.editBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolEditBtn;
  83. this.editBtn.Location = new System.Drawing.Point(37, 102);
  84. this.editBtn.Name = "editBtn";
  85. this.editBtn.Size = new System.Drawing.Size(80, 23);
  86. this.editBtn.TabIndex = 8;
  87. this.editBtn.Text = "Modifier";
  88. this.editBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  89. this.editBtn.UseVisualStyleBackColor = true;
  90. this.editBtn.Click += new System.EventHandler(this.editBtn_Click);
  91. //
  92. // editTB
  93. //
  94. this.editTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  95. | System.Windows.Forms.AnchorStyles.Right)));
  96. this.editTB.Location = new System.Drawing.Point(37, 131);
  97. this.editTB.Name = "editTB";
  98. this.editTB.Size = new System.Drawing.Size(346, 20);
  99. this.editTB.TabIndex = 9;
  100. this.editTB.Visible = false;
  101. //
  102. // DirControl
  103. //
  104. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  105. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  106. this.Controls.Add(this.editTB);
  107. this.Controls.Add(this.editBtn);
  108. this.Controls.Add(this.storeDirInfosLbl);
  109. this.Controls.Add(this.storeDirLbl);
  110. this.Controls.Add(this.storeDirsLbl);
  111. this.Controls.Add(this.browseBtn);
  112. this.Name = "DirControl";
  113. this.Size = new System.Drawing.Size(400, 280);
  114. this.ResumeLayout(false);
  115. this.PerformLayout();
  116.  
  117. }
  118.  
  119. #endregion
  120.  
  121. private System.Windows.Forms.Button browseBtn;
  122. private System.Windows.Forms.Label storeDirsLbl;
  123. private System.Windows.Forms.Label storeDirLbl;
  124. private System.Windows.Forms.Label storeDirInfosLbl;
  125. private System.Windows.Forms.Button editBtn;
  126. private be.gaudry.view.controls.TextBoxDragDrop editTB;
  127. }
  128. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1715912581 17/05/2024 04:23:01
| _dao0 octets1541007199 31/10/2018 18:33:19
| _toolBars0 octets1541007200 31/10/2018 18:33:20
| _webInfo0 octets1541007201 31/10/2018 18:33:21
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csPersonSelectControl.cs4.89 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csCreateStructureControl.cs7.49 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDBSelectControl.cs3.23 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csPersonInfoControl.Designer.cs13.13 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxDirControl.resx5.68 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .resx|.resxBrolInfoControl.resx6.06 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csBrolEditControl.cs25.36 Ko31/10/2018 18:32:55-refusé-
Afficher le fichier .cs|.csPersonEditControl.cs15.67 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csSearchControl.cs18.88 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxDBSelectControl.resx5.88 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csBrolInfoControl.Designer.cs22.81 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csInfoControl.cs2.04 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDirControl.Designer.cs5.83 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseControl.cs5.49 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csPersonSelectedEventArgs.cs779 octets31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxSelectConsoleVerboseControl.resx5.68 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csTodoControl.cs13.73 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseControl.Designer.cs45.29 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csBrolEditControl.Designer.cs40.09 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDBSelectControl.Designer.cs6.71 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csPersonEditControl.Designer.cs27.54 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxPersonInfoControl.resx6.42 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csCreateStructureControl.Designer.cs5 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDirPathModifiedEventArgs.cs871 octets31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csInfoControl.Designer.cs3.18 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csBrolInfoControl.cs5.14 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .resx|.resxBrolEditControl.resx6.04 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csPersonInfoControl.cs2.22 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxInfoControl.resx5.68 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDirControl.cs4.51 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .resx|.resxCreateStructureControl.resx6.44 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csSerieEditControl.cs2.58 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxSerieEditControl.resx7.45 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxTodoControl.resx6.76 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csTodoControl.Designer.cs28.27 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxSearchControl.resx6.43 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csPersonSelectControl.Designer.cs14.74 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csSearchControl.Designer.cs25.75 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxPersonEditControl.resx7.96 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csSerieEditControl.Designer.cs6.65 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxPersonSelectControl.resx5.68 Ko31/10/2018 18:32:57-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.

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-bibliobrol-source-rf-view/controls/DirControl.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.