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.

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 octets1719663378 29/06/2024 14:16:18
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.

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/toolBars/ToolBarHelpPersonControl.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.