Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.

ToolBarShortCutsControl. Designer. cs

Description du code

ToolBarShortCutsControl.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.toolBars
  2. {
  3. partial class ToolBarShortCutsControl
  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.components = new System.ComponentModel.Container();
  32. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  33. this.quickLaunchTS = new be.gaudry.view.controls.ToolStrip();
  34. this.personsTSB = new System.Windows.Forms.ToolStripButton();
  35. this.brolsTSB = new System.Windows.Forms.ToolStripButton();
  36. this.mediabrolsTSB = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
  38. this.statsTSB = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
  40. this.brolXplorerTSB = new System.Windows.Forms.ToolStripButton();
  41. this.showPhotobrolTSB = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
  43. this.welcomeWizardTSB = new System.Windows.Forms.ToolStripButton();
  44. this.updateTSB = new System.Windows.Forms.ToolStripButton();
  45. this.quickLaunchTS.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // quickLaunchTS
  49. //
  50. this.quickLaunchTS.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.quickLaunchTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  52. this.quickLaunchTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  53. this.personsTSB,
  54. this.brolsTSB,
  55. this.mediabrolsTSB,
  56. this.toolStripSeparator9,
  57. this.statsTSB,
  58. this.toolStripSeparator17,
  59. this.brolXplorerTSB,
  60. this.showPhotobrolTSB,
  61. this.toolStripSeparator7,
  62. this.welcomeWizardTSB,
  63. this.updateTSB});
  64. this.quickLaunchTS.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
  65. this.quickLaunchTS.Location = new System.Drawing.Point(0, 0);
  66. this.quickLaunchTS.Name = "quickLaunchTS";
  67. this.quickLaunchTS.Padding = new System.Windows.Forms.Padding(0, 10, 1, 10);
  68. this.quickLaunchTS.Size = new System.Drawing.Size(71, 468);
  69. this.quickLaunchTS.Stretch = true;
  70. this.quickLaunchTS.TabIndex = 3;
  71. //
  72. // personsTSB
  73. //
  74. this.personsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  75. this.personsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.usersBtn32;
  76. this.personsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  77. this.personsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  78. this.personsTSB.Name = "personsTSB";
  79. this.personsTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  80. this.personsTSB.Size = new System.Drawing.Size(69, 38);
  81. this.personsTSB.Text = "Gestion des personnes";
  82. this.personsTSB.Click += new System.EventHandler(this.personsTSB_Click);
  83. //
  84. // brolsTSB
  85. //
  86. this.brolsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  87. this.brolsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBtn32;
  88. this.brolsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  89. this.brolsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  90. this.brolsTSB.Name = "brolsTSB";
  91. this.brolsTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  92. this.brolsTSB.Size = new System.Drawing.Size(69, 38);
  93. this.brolsTSB.Text = "Gestion des ouvrages";
  94. this.brolsTSB.Click += new System.EventHandler(this.brolsTSB_Click);
  95. //
  96. // mediabrolsTSB
  97. //
  98. this.mediabrolsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  99. this.mediabrolsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.mediabrolBtn32;
  100. this.mediabrolsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  101. this.mediabrolsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  102. this.mediabrolsTSB.Name = "mediabrolsTSB";
  103. this.mediabrolsTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  104. this.mediabrolsTSB.Size = new System.Drawing.Size(69, 38);
  105. this.mediabrolsTSB.Text = "Gestion des exemplaires";
  106. this.mediabrolsTSB.Click += new System.EventHandler(this.mediabrolsTSB_Click);
  107. //
  108. // toolStripSeparator9
  109. //
  110. this.toolStripSeparator9.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
  111. this.toolStripSeparator9.Name = "toolStripSeparator9";
  112. this.toolStripSeparator9.Size = new System.Drawing.Size(69, 6);
  113. //
  114. // statsTSB
  115. //
  116. this.statsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  117. this.statsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.statsBtn32;
  118. this.statsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  119. this.statsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  120. this.statsTSB.Name = "statsTSB";
  121. this.statsTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  122. this.statsTSB.Size = new System.Drawing.Size(69, 38);
  123. this.statsTSB.Text = "Statistiques";
  124. this.statsTSB.Click += new System.EventHandler(this.statsTSB_Click);
  125. //
  126. // toolStripSeparator17
  127. //
  128. this.toolStripSeparator17.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
  129. this.toolStripSeparator17.Name = "toolStripSeparator17";
  130. this.toolStripSeparator17.Size = new System.Drawing.Size(69, 6);
  131. //
  132. // brolXplorerTSB
  133. //
  134. this.brolXplorerTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  135. this.brolXplorerTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.eXplorerBtn32;
  136. this.brolXplorerTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  137. this.brolXplorerTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  138. this.brolXplorerTSB.Name = "brolXplorerTSB";
  139. this.brolXplorerTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  140. this.brolXplorerTSB.Size = new System.Drawing.Size(69, 38);
  141. this.brolXplorerTSB.Text = "BrolExplorateur";
  142. this.brolXplorerTSB.ToolTipText = "Ouvrir une fenêtre de l\'explorateur de media";
  143. this.brolXplorerTSB.Click += new System.EventHandler(this.brolXplorerTSB_Click);
  144. //
  145. // showPhotobrolTSB
  146. //
  147. this.showPhotobrolTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  148. this.showPhotobrolTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.editImageBtn32;
  149. this.showPhotobrolTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  150. this.showPhotobrolTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  151. this.showPhotobrolTSB.Name = "showPhotobrolTSB";
  152. this.showPhotobrolTSB.Size = new System.Drawing.Size(69, 36);
  153. this.showPhotobrolTSB.Text = "Ouvrir PhotoBrol (éditeur d\'images)";
  154. this.showPhotobrolTSB.Click += new System.EventHandler(this.showPhotobrolTSB_Click);
  155. //
  156. // toolStripSeparator7
  157. //
  158. this.toolStripSeparator7.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
  159. this.toolStripSeparator7.Name = "toolStripSeparator7";
  160. this.toolStripSeparator7.Size = new System.Drawing.Size(69, 6);
  161. //
  162. // welcomeWizardTSB
  163. //
  164. this.welcomeWizardTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  165. this.welcomeWizardTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.wizardBtn32;
  166. this.welcomeWizardTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  167. this.welcomeWizardTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  168. this.welcomeWizardTSB.Name = "welcomeWizardTSB";
  169. this.welcomeWizardTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  170. this.welcomeWizardTSB.Size = new System.Drawing.Size(69, 38);
  171. this.welcomeWizardTSB.Text = "Assistant de démarrage et de configuration";
  172. this.welcomeWizardTSB.Click += new System.EventHandler(this.welcomeWizardTSB_Click);
  173. //
  174. // updateTSB
  175. //
  176. this.updateTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  177. this.updateTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.updateBtn32;
  178. this.updateTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  179. this.updateTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  180. this.updateTSB.Name = "updateTSB";
  181. this.updateTSB.Size = new System.Drawing.Size(69, 36);
  182. this.updateTSB.Text = "Mise à jour";
  183. this.updateTSB.Click += new System.EventHandler(this.updateTSB_Click);
  184. //
  185. // ToolBarShortCutsControl
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.Controls.Add(this.quickLaunchTS);
  190. this.Name = "ToolBarShortCutsControl";
  191. this.Size = new System.Drawing.Size(71, 468);
  192. this.quickLaunchTS.ResumeLayout(false);
  193. this.quickLaunchTS.PerformLayout();
  194. this.ResumeLayout(false);
  195. this.PerformLayout();
  196.  
  197. }
  198.  
  199. #endregion
  200.  
  201. private System.Windows.Forms.ToolTip toolTip1;
  202. private be.gaudry.view.controls.ToolStrip quickLaunchTS;
  203. private System.Windows.Forms.ToolStripButton personsTSB;
  204. private System.Windows.Forms.ToolStripButton brolsTSB;
  205. private System.Windows.Forms.ToolStripButton mediabrolsTSB;
  206. private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
  207. private System.Windows.Forms.ToolStripButton statsTSB;
  208. private System.Windows.Forms.ToolStripSeparator toolStripSeparator17;
  209. private System.Windows.Forms.ToolStripButton brolXplorerTSB;
  210. private System.Windows.Forms.ToolStripButton showPhotobrolTSB;
  211. private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
  212. private System.Windows.Forms.ToolStripButton welcomeWizardTSB;
  213. private System.Windows.Forms.ToolStripButton updateTSB;
  214. }
  215. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/toolBars/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1719426313 26/06/2024 20:25:13
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/toolBars/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csToolBarHelpStartControl.cs2.26 Ko31/10/2018 18:33:20-refusé-
Afficher le fichier .cs|.csToolBarConsoleControl.Designer.cs9.06 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csToolBarHelpPersonControl.Designer.cs8.22 Ko31/10/2018 18:33:20-refusé-
Afficher le fichier .cs|.csToolBarHelpStartControl.Designer.cs9.63 Ko31/10/2018 18:33:20-refusé-
Afficher le fichier .resx|.resxToolBarHelpPersonControl.resx156.6 Ko31/10/2018 18:33:20-refusé-
Afficher le fichier .resx|.resxToolBarShortCutsControl.resx6.07 Ko31/10/2018 18:33:20-refusé-
Afficher le fichier .cs|.csToolBarShortCutsControl.Designer.cs11.97 Ko31/10/2018 18:33:20-refusé-
Afficher le fichier .resx|.resxToolBarConsoleControl.resx154.56 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csToolBarHelpPersonControl.cs2.26 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csToolBarShortCutsControl.cs4.5 Ko31/10/2018 18:33:20-refusé-
Afficher le fichier .cs|.csToolBarConsoleControl.cs2.69 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .resx|.resxToolBarHelpStartControl.resx76.95 Ko31/10/2018 18:33:20-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.

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 16/10/2009, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/cs-bibliobrol-source-rf-view/controls/toolBars/ToolBarShortCutsControl.Designer.cs.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.