ToolBarConsoleControl. Designer. cs

Description du code

ToolBarConsoleControl.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 ToolBarConsoleControl
  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(ToolBarConsoleControl));
  33. this.mainCMS = 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.consoleHP = new KIS.Controls.Windows.HeaderPanel();
  37. this.optionsHP = new KIS.Controls.Windows.HeaderPanel();
  38. this.showConsoleOptionsBtn = new System.Windows.Forms.Button();
  39. this.cleanConsoleBtn = new System.Windows.Forms.Button();
  40. this.enableConsoleBtn = new System.Windows.Forms.Button();
  41. this.mainCMS.SuspendLayout();
  42. this.optionsHP.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // mainCMS
  46. //
  47. this.mainCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  48. this.positionDeLaConsoleToolStripMenuItem});
  49. this.mainCMS.Name = "contextMenuStrip1";
  50. this.mainCMS.Size = new System.Drawing.Size(190, 26);
  51. this.mainCMS.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. // consoleHP
  60. //
  61. this.consoleHP.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.consoleHP.BorderColor = System.Drawing.Color.DarkSlateBlue;
  65. this.consoleHP.CaptionBeginColor = System.Drawing.Color.Orange;
  66. this.consoleHP.CaptionEndColor = System.Drawing.Color.OrangeRed;
  67. this.consoleHP.CaptionText = "Console";
  68. this.consoleHP.ContextMenuStrip = this.mainCMS;
  69. this.consoleHP.Font = new System.Drawing.Font("Segoe UI", 9F);
  70. this.consoleHP.GradientEnd = System.Drawing.Color.LightSteelBlue;
  71. this.consoleHP.GradientStart = System.Drawing.Color.WhiteSmoke;
  72. this.consoleHP.Location = new System.Drawing.Point(10, 3);
  73. this.consoleHP.Name = "consoleHP";
  74. this.consoleHP.PanelIcon = ((System.Drawing.Icon)(resources.GetObject("consoleHP.PanelIcon")));
  75. this.consoleHP.PanelIconVisible = true;
  76. this.consoleHP.Size = new System.Drawing.Size(181, 328);
  77. this.consoleHP.TabIndex = 7;
  78. this.consoleHP.TextAntialias = true;
  79. this.consoleHP.UseContentGradient = false;
  80. //
  81. // optionsHP
  82. //
  83. this.optionsHP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.optionsHP.BorderColor = System.Drawing.Color.DarkSlateBlue;
  86. this.optionsHP.CaptionBeginColor = System.Drawing.Color.Orange;
  87. this.optionsHP.CaptionEndColor = System.Drawing.Color.OrangeRed;
  88. this.optionsHP.CaptionText = "Options";
  89. this.optionsHP.Controls.Add(this.showConsoleOptionsBtn);
  90. this.optionsHP.Controls.Add(this.cleanConsoleBtn);
  91. this.optionsHP.Controls.Add(this.enableConsoleBtn);
  92. this.optionsHP.Font = new System.Drawing.Font("Segoe UI", 9F);
  93. this.optionsHP.GradientEnd = System.Drawing.Color.LightSteelBlue;
  94. this.optionsHP.GradientStart = System.Drawing.Color.WhiteSmoke;
  95. this.optionsHP.Location = new System.Drawing.Point(12, 338);
  96. this.optionsHP.Name = "optionsHP";
  97. this.optionsHP.PanelIcon = ((System.Drawing.Icon)(resources.GetObject("optionsHP.PanelIcon")));
  98. this.optionsHP.PanelIconVisible = true;
  99. this.optionsHP.Size = new System.Drawing.Size(177, 117);
  100. this.optionsHP.TabIndex = 8;
  101. this.optionsHP.TextAntialias = true;
  102. this.optionsHP.UseContentGradient = false;
  103. //
  104. // showConsoleOptionsBtn
  105. //
  106. this.showConsoleOptionsBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  107. | System.Windows.Forms.AnchorStyles.Right)));
  108. this.showConsoleOptionsBtn.Enabled = false;
  109. this.showConsoleOptionsBtn.Location = new System.Drawing.Point(19, 61);
  110. this.showConsoleOptionsBtn.Name = "showConsoleOptionsBtn";
  111. this.showConsoleOptionsBtn.Size = new System.Drawing.Size(134, 23);
  112. this.showConsoleOptionsBtn.TabIndex = 3;
  113. this.showConsoleOptionsBtn.Text = "Options";
  114. this.showConsoleOptionsBtn.UseVisualStyleBackColor = true;
  115. //
  116. // cleanConsoleBtn
  117. //
  118. this.cleanConsoleBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  119. | System.Windows.Forms.AnchorStyles.Right)));
  120. this.cleanConsoleBtn.Enabled = false;
  121. this.cleanConsoleBtn.Location = new System.Drawing.Point(19, 32);
  122. this.cleanConsoleBtn.Name = "cleanConsoleBtn";
  123. this.cleanConsoleBtn.Size = new System.Drawing.Size(134, 23);
  124. this.cleanConsoleBtn.TabIndex = 2;
  125. this.cleanConsoleBtn.Text = "Vider la console";
  126. this.cleanConsoleBtn.UseVisualStyleBackColor = true;
  127. this.cleanConsoleBtn.Click += new System.EventHandler(this.cleanConsoleBtn_Click);
  128. //
  129. // enableConsoleBtn
  130. //
  131. this.enableConsoleBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  132. | System.Windows.Forms.AnchorStyles.Right)));
  133. this.enableConsoleBtn.Location = new System.Drawing.Point(19, 3);
  134. this.enableConsoleBtn.Name = "enableConsoleBtn";
  135. this.enableConsoleBtn.Size = new System.Drawing.Size(134, 23);
  136. this.enableConsoleBtn.TabIndex = 1;
  137. this.enableConsoleBtn.Text = "Activer la console";
  138. this.enableConsoleBtn.UseVisualStyleBackColor = true;
  139. this.enableConsoleBtn.Click += new System.EventHandler(this.enableConsoleBtn_Click);
  140. //
  141. // ToolBarConsoleControl
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.ContextMenuStrip = this.mainCMS;
  146. this.Controls.Add(this.optionsHP);
  147. this.Controls.Add(this.consoleHP);
  148. this.Name = "ToolBarConsoleControl";
  149. this.Size = new System.Drawing.Size(200, 468);
  150. this.mainCMS.ResumeLayout(false);
  151. this.optionsHP.ResumeLayout(false);
  152. this.ResumeLayout(false);
  153.  
  154. }
  155.  
  156. #endregion
  157.  
  158. private KIS.Controls.Windows.HeaderPanel consoleHP;
  159. private System.Windows.Forms.ToolTip toolTip1;
  160. private System.Windows.Forms.ContextMenuStrip mainCMS;
  161. private System.Windows.Forms.ToolStripMenuItem positionDeLaConsoleToolStripMenuItem;
  162. private KIS.Controls.Windows.HeaderPanel optionsHP;
  163. private System.Windows.Forms.Button enableConsoleBtn;
  164. private System.Windows.Forms.Button showConsoleOptionsBtn;
  165. private System.Windows.Forms.Button cleanConsoleBtn;
  166. }
  167. }

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 octets1719662817 29/06/2024 14:06:57
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.

Document créé le 16/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-bibliobrol-source-rf-view/controls/toolBars//ToolBarConsoleControl.Designer.cs.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.