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.

ToolBarHelpPersonControl. Designer. cs

Description du code

ToolBarHelpPersonControl.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 ToolBarHelpPersonControl
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolBarHelpPersonControl));
  33. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  34. this.positionDeLaConsoleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  36. this.personHP = new KIS.Controls.Windows.HeaderPanel();
  37. this.richTextBox2 = new System.Windows.Forms.RichTextBox();
  38. this.brolHP = new KIS.Controls.Windows.HeaderPanel();
  39. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  40. this.contextMenuStrip1.SuspendLayout();
  41. this.personHP.SuspendLayout();
  42. this.brolHP.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // contextMenuStrip1
  46. //
  47. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  48. this.positionDeLaConsoleToolStripMenuItem});
  49. this.contextMenuStrip1.Name = "contextMenuStrip1";
  50. this.contextMenuStrip1.Size = new System.Drawing.Size(190, 26);
  51. this.contextMenuStrip1.Text = "Menu console";
  52. //
  53. // positionDeLaConsoleToolStripMenuItem
  54. //
  55. this.positionDeLaConsoleToolStripMenuItem.Name = "positionDeLaConsoleToolStripMenuItem";
  56. this.positionDeLaConsoleToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  57. this.positionDeLaConsoleToolStripMenuItem.Text = "Position de la console";
  58. //
  59. // personHP
  60. //
  61. this.personHP.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  62. | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.personHP.BorderColor = System.Drawing.Color.DarkSlateBlue;
  65. this.personHP.CaptionBeginColor = System.Drawing.Color.Orange;
  66. this.personHP.CaptionEndColor = System.Drawing.Color.OrangeRed;
  67. this.personHP.CaptionText = "Personnes";
  68. this.personHP.ContextMenuStrip = this.contextMenuStrip1;
  69. this.personHP.Controls.Add(this.richTextBox2);
  70. this.personHP.Font = new System.Drawing.Font("Segoe UI", 9F);
  71. this.personHP.GradientDirection = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
  72. this.personHP.GradientEnd = System.Drawing.Color.LightSteelBlue;
  73. this.personHP.GradientStart = System.Drawing.Color.WhiteSmoke;
  74. this.personHP.Location = new System.Drawing.Point(10, 3);
  75. this.personHP.Name = "personHP";
  76. this.personHP.PanelIcon = ((System.Drawing.Icon)(resources.GetObject("personHP.PanelIcon")));
  77. this.personHP.PanelIconVisible = true;
  78. this.personHP.Size = new System.Drawing.Size(181, 128);
  79. this.personHP.TabIndex = 7;
  80. this.personHP.TextAntialias = true;
  81. this.personHP.UseContentGradient = false;
  82. //
  83. // richTextBox2
  84. //
  85. this.richTextBox2.BackColor = System.Drawing.SystemColors.ControlLight;
  86. this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
  87. this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.richTextBox2.ForeColor = System.Drawing.SystemColors.ControlText;
  89. this.richTextBox2.Location = new System.Drawing.Point(0, 0);
  90. this.richTextBox2.Name = "richTextBox2";
  91. this.richTextBox2.Size = new System.Drawing.Size(177, 104);
  92. this.richTextBox2.TabIndex = 2;
  93. this.richTextBox2.Text = "";
  94. //
  95. // brolHP
  96. //
  97. this.brolHP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  98. | System.Windows.Forms.AnchorStyles.Right)));
  99. this.brolHP.BorderColor = System.Drawing.Color.DarkSlateBlue;
  100. this.brolHP.CaptionBeginColor = System.Drawing.Color.Orange;
  101. this.brolHP.CaptionEndColor = System.Drawing.Color.OrangeRed;
  102. this.brolHP.CaptionText = "Ouvrages et exemplaires";
  103. this.brolHP.ContextMenuStrip = this.contextMenuStrip1;
  104. this.brolHP.Controls.Add(this.richTextBox1);
  105. this.brolHP.Font = new System.Drawing.Font("Segoe UI", 9F);
  106. this.brolHP.GradientDirection = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
  107. this.brolHP.GradientEnd = System.Drawing.Color.LightSteelBlue;
  108. this.brolHP.GradientStart = System.Drawing.Color.WhiteSmoke;
  109. this.brolHP.Location = new System.Drawing.Point(10, 137);
  110. this.brolHP.Name = "brolHP";
  111. this.brolHP.PanelIcon = ((System.Drawing.Icon)(resources.GetObject("brolHP.PanelIcon")));
  112. this.brolHP.PanelIconVisible = true;
  113. this.brolHP.Size = new System.Drawing.Size(181, 311);
  114. this.brolHP.TabIndex = 8;
  115. this.brolHP.TextAntialias = true;
  116. this.brolHP.UseContentGradient = false;
  117. //
  118. // richTextBox1
  119. //
  120. this.richTextBox1.BackColor = System.Drawing.SystemColors.ControlLight;
  121. this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  122. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.richTextBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  124. this.richTextBox1.Location = new System.Drawing.Point(0, 0);
  125. this.richTextBox1.Name = "richTextBox1";
  126. this.richTextBox1.Size = new System.Drawing.Size(177, 287);
  127. this.richTextBox1.TabIndex = 1;
  128. this.richTextBox1.Text = "";
  129. //
  130. // ToolBarHelpPersonControl
  131. //
  132. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  133. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  134. this.ContextMenuStrip = this.contextMenuStrip1;
  135. this.Controls.Add(this.brolHP);
  136. this.Controls.Add(this.personHP);
  137. this.Name = "ToolBarHelpPersonControl";
  138. this.Size = new System.Drawing.Size(200, 468);
  139. this.contextMenuStrip1.ResumeLayout(false);
  140. this.personHP.ResumeLayout(false);
  141. this.brolHP.ResumeLayout(false);
  142. this.ResumeLayout(false);
  143.  
  144. }
  145.  
  146. #endregion
  147.  
  148. private KIS.Controls.Windows.HeaderPanel personHP;
  149. private System.Windows.Forms.ToolTip toolTip1;
  150. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  151. private System.Windows.Forms.ToolStripMenuItem positionDeLaConsoleToolStripMenuItem;
  152. private KIS.Controls.Windows.HeaderPanel brolHP;
  153. private System.Windows.Forms.RichTextBox richTextBox1;
  154. private System.Windows.Forms.RichTextBox richTextBox2;
  155. }
  156. }

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 octets1719426075 26/06/2024 20:21:15
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/ToolBarHelpPersonControl.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.