ToolBarManagerControl. Designer. cs

Description du code

ToolBarManagerControl.Designer.cs est un fichier du projet BrolDev.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/broldev/src/.

Projet BrolDev : Librairie de composants réutilisables pour les applications BrolDev en CSharp.

Code source ou contenu du fichier

  1. namespace be.gaudry.view.controls
  2. {
  3. partial class ToolBarManagerControl
  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.autoHideButton = new System.Windows.Forms.Button();
  33. this.wizardToolBarCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  34. this.panelSizeTsMi = new System.Windows.Forms.ToolStripMenuItem();
  35. this.wizardWidth20TsMi = new System.Windows.Forms.ToolStripMenuItem();
  36. this.wizardWidth100TsMi = new System.Windows.Forms.ToolStripMenuItem();
  37. this.wizardWidth200TsMi = new System.Windows.Forms.ToolStripMenuItem();
  38. this.wizardWidth400TsMi = new System.Windows.Forms.ToolStripMenuItem();
  39. this.wizardWidth600TsMi = new System.Windows.Forms.ToolStripMenuItem();
  40. this.displayRightPanelTsMi = new System.Windows.Forms.ToolStripMenuItem();
  41. this.hideButton = new System.Windows.Forms.Button();
  42. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  43. this.toolBarsICB = new be.gaudry.view.controls.ImageComboBox();
  44. this.wizardToolBarCMS.SuspendLayout();
  45. this.splitContainer1.Panel1.SuspendLayout();
  46. this.splitContainer1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // autoHideButton
  50. //
  51. this.autoHideButton.ContextMenuStrip = this.wizardToolBarCMS;
  52. this.autoHideButton.Image = global::be.gaudry.Properties.Resources.PushpinPushed1;
  53. this.autoHideButton.Location = new System.Drawing.Point(0, 2);
  54. this.autoHideButton.Name = "autoHideButton";
  55. this.autoHideButton.Size = new System.Drawing.Size(24, 24);
  56. this.autoHideButton.TabIndex = 9;
  57. this.autoHideButton.UseVisualStyleBackColor = true;
  58. this.autoHideButton.Click += new System.EventHandler(this.autoHideButton_Click);
  59. this.autoHideButton.MouseEnter += new System.EventHandler(this.ToolBarManagerControl_MouseEnter);
  60. //
  61. // wizardToolBarCMS
  62. //
  63. this.wizardToolBarCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  64. this.panelSizeTsMi,
  65. this.displayRightPanelTsMi});
  66. this.wizardToolBarCMS.Name = "wizardToolBarCMS";
  67. this.wizardToolBarCMS.Size = new System.Drawing.Size(180, 48);
  68. this.wizardToolBarCMS.Text = "Menu du panneau assistant";
  69. //
  70. // panelSizeTsMi
  71. //
  72. this.panelSizeTsMi.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  73. this.wizardWidth20TsMi,
  74. this.wizardWidth100TsMi,
  75. this.wizardWidth200TsMi,
  76. this.wizardWidth400TsMi,
  77. this.wizardWidth600TsMi});
  78. this.panelSizeTsMi.Name = "panelSizeTsMi";
  79. this.panelSizeTsMi.Size = new System.Drawing.Size(179, 22);
  80. this.panelSizeTsMi.Text = "Taille du panneau";
  81. //
  82. // wizardWidth20TsMi
  83. //
  84. this.wizardWidth20TsMi.CheckOnClick = true;
  85. this.wizardWidth20TsMi.Name = "wizardWidth20TsMi";
  86. this.wizardWidth20TsMi.Size = new System.Drawing.Size(103, 22);
  87. this.wizardWidth20TsMi.Text = "25";
  88. this.wizardWidth20TsMi.Click += new System.EventHandler(this.panelSizeTsMi_Click);
  89. //
  90. // wizardWidth100TsMi
  91. //
  92. this.wizardWidth100TsMi.CheckOnClick = true;
  93. this.wizardWidth100TsMi.Name = "wizardWidth100TsMi";
  94. this.wizardWidth100TsMi.Size = new System.Drawing.Size(103, 22);
  95. this.wizardWidth100TsMi.Text = "100";
  96. this.wizardWidth100TsMi.Click += new System.EventHandler(this.panelSizeTsMi_Click);
  97. //
  98. // wizardWidth200TsMi
  99. //
  100. this.wizardWidth200TsMi.Checked = true;
  101. this.wizardWidth200TsMi.CheckOnClick = true;
  102. this.wizardWidth200TsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  103. this.wizardWidth200TsMi.Name = "wizardWidth200TsMi";
  104. this.wizardWidth200TsMi.Size = new System.Drawing.Size(103, 22);
  105. this.wizardWidth200TsMi.Text = "200";
  106. this.wizardWidth200TsMi.Click += new System.EventHandler(this.panelSizeTsMi_Click);
  107. //
  108. // wizardWidth400TsMi
  109. //
  110. this.wizardWidth400TsMi.CheckOnClick = true;
  111. this.wizardWidth400TsMi.Name = "wizardWidth400TsMi";
  112. this.wizardWidth400TsMi.Size = new System.Drawing.Size(103, 22);
  113. this.wizardWidth400TsMi.Text = "400";
  114. this.wizardWidth400TsMi.Click += new System.EventHandler(this.panelSizeTsMi_Click);
  115. //
  116. // wizardWidth600TsMi
  117. //
  118. this.wizardWidth600TsMi.CheckOnClick = true;
  119. this.wizardWidth600TsMi.Name = "wizardWidth600TsMi";
  120. this.wizardWidth600TsMi.Size = new System.Drawing.Size(103, 22);
  121. this.wizardWidth600TsMi.Text = "600";
  122. this.wizardWidth600TsMi.Click += new System.EventHandler(this.panelSizeTsMi_Click);
  123. //
  124. // displayRightPanelTsMi
  125. //
  126. this.displayRightPanelTsMi.Checked = true;
  127. this.displayRightPanelTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  128. this.displayRightPanelTsMi.Name = "displayRightPanelTsMi";
  129. this.displayRightPanelTsMi.Size = new System.Drawing.Size(179, 22);
  130. this.displayRightPanelTsMi.Text = "Afficher le panneau";
  131. this.displayRightPanelTsMi.Click += new System.EventHandler(this.hideButton_Click);
  132. //
  133. // hideButton
  134. //
  135. this.hideButton.Image = global::be.gaudry.Properties.Resources.FillRightHS;
  136. this.hideButton.Location = new System.Drawing.Point(27, 2);
  137. this.hideButton.Name = "hideButton";
  138. this.hideButton.Size = new System.Drawing.Size(24, 24);
  139. this.hideButton.TabIndex = 10;
  140. this.hideButton.UseVisualStyleBackColor = true;
  141. this.hideButton.Click += new System.EventHandler(this.hideButton_Click);
  142. //
  143. // splitContainer1
  144. //
  145. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  147. this.splitContainer1.IsSplitterFixed = true;
  148. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  149. this.splitContainer1.Name = "splitContainer1";
  150. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  151. //
  152. // splitContainer1.Panel1
  153. //
  154. this.splitContainer1.Panel1.Controls.Add(this.toolBarsICB);
  155. this.splitContainer1.Panel1.Controls.Add(this.hideButton);
  156. this.splitContainer1.Panel1.Controls.Add(this.autoHideButton);
  157. this.splitContainer1.Size = new System.Drawing.Size(200, 497);
  158. this.splitContainer1.SplitterDistance = 32;
  159. this.splitContainer1.TabIndex = 12;
  160. //
  161. // toolBarsICB
  162. //
  163. this.toolBarsICB.AllowDuplicates = false;
  164. this.toolBarsICB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  165. | System.Windows.Forms.AnchorStyles.Right)));
  166. this.toolBarsICB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  167. this.toolBarsICB.Location = new System.Drawing.Point(62, 3);
  168. this.toolBarsICB.Name = "toolBarsICB";
  169. this.toolBarsICB.Size = new System.Drawing.Size(131, 21);
  170. this.toolBarsICB.TabIndex = 0;
  171. this.toolBarsICB.SelectedIndexChanged += new System.EventHandler(this.toolBarsICB_SelectedIndexChanged);
  172. //
  173. // ToolBarManagerControl
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.Controls.Add(this.splitContainer1);
  178. this.Name = "ToolBarManagerControl";
  179. this.Size = new System.Drawing.Size(200, 497);
  180. this.Load += new System.EventHandler(this.ToolBarManagerControl_Load);
  181. this.MouseLeave += new System.EventHandler(this.ToolBarManagerControl_MouseLeave);
  182. this.SizeChanged += new System.EventHandler(this.ToolBarManagerControl_SizeChanged);
  183. this.MouseEnter += new System.EventHandler(this.ToolBarManagerControl_MouseEnter);
  184. this.wizardToolBarCMS.ResumeLayout(false);
  185. this.splitContainer1.Panel1.ResumeLayout(false);
  186. this.splitContainer1.ResumeLayout(false);
  187. this.ResumeLayout(false);
  188.  
  189. }
  190.  
  191. #endregion
  192.  
  193. private ImageComboBox toolBarsICB;
  194. private System.Windows.Forms.Button autoHideButton;
  195. private System.Windows.Forms.Button hideButton;
  196. private System.Windows.Forms.SplitContainer splitContainer1;
  197. private System.Windows.Forms.ContextMenuStrip wizardToolBarCMS;
  198. private System.Windows.Forms.ToolStripMenuItem panelSizeTsMi;
  199. private System.Windows.Forms.ToolStripMenuItem wizardWidth20TsMi;
  200. private System.Windows.Forms.ToolStripMenuItem wizardWidth100TsMi;
  201. private System.Windows.Forms.ToolStripMenuItem wizardWidth200TsMi;
  202. private System.Windows.Forms.ToolStripMenuItem wizardWidth400TsMi;
  203. private System.Windows.Forms.ToolStripMenuItem wizardWidth600TsMi;
  204. private System.Windows.Forms.ToolStripMenuItem displayRightPanelTsMi;
  205. }
  206. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/controls/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1714649295 02/05/2024 13:28:15
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/controls/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csToolBarHomeControl.Designer.cs7.41 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csWizardUserControl.Designer.cs6.79 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csHeaderPanel.Designer.cs1.19 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsControl.cs7.55 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csXPGroupBox.cs15.83 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csWizardXpUserControl.Designer.cs7.85 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csToolBarHomeControl.cs2.32 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csVersionControl.Designer.cs4.09 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csWizardUserControl.cs2.01 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxWizardXpUserControl.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csBrolBoxUserControl.Designer.cs5.92 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .resx|.resxChartControl.resx6.58 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csHeaderPanel.cs35.93 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csIWizardUC.cs2.35 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .resx|.resxAboutUserControl.resx5.68 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .cs|.csTextBoxDragDrop.cs8.59 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csSystemInfoControl.cs5.46 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .resx|.resxXPGroupBox.resx17.7 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csHeaderPanelNativeMethods.cs21.09 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csToolBarManagerControl.cs6.99 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csTextBoxDragDrop.Designer.cs1.11 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .resx|.resxSystemInfoControl.resx6.22 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csSystemInfoControl.Designer.cs4.79 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .resx|.resxHeaderPanel.resx5.85 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csScrollablePictureBoxUserControl.cs5.55 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csBrolBoxUserControl.cs4.7 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .resx|.resxDGVLayoutOptionsControl.resx5.68 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .resx|.resxWizardUserControl.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csUpdateControl.cs7.55 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csIconList.cs2.68 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csVersionControl.cs463 octets31/10/2018 18:33:12-refusé-
Afficher le fichier .resx|.resxBrolBoxUserControl.resx5.68 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .cs|.csAboutUserControl.cs6.75 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .resx|.resxToolBarManagerControl.resx5.88 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csToolBarManagerControl.Designer.cs10.66 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csIToolBarControl.cs1.07 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csWizardXpUserControl.cs8.11 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csImageCombo.cs15.49 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csAboutUserControl.Designer.cs12.31 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .resx|.resxScrollablePictureBoxUserControl.resx5.68 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csScrollablePictureBoxUserControl.Designer.cs5.64 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .resx|.resxVersionControl.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csChartControl.Designer.cs18.45 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .cs|.csUpdateControl.Designer.cs3.92 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .resx|.resxUpdateControl.resx5.68 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csChartControl.cs15.11 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsControl.Designer.cs17.39 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csToolStrip.cs1.06 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csIconList.Designer.cs1.1 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .resx|.resxToolBarHomeControl.resx48.51 Ko31/10/2018 18:33:12-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-broldev-source-rf-view/controls/ToolBarManagerControl.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.