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.

ToolBarHomeControl.Designer.cs

Description du code

ToolBarHomeControl.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 ToolBarHomeControl
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolBarHomeControl));
  32. this.homeHP = new KIS.Controls.Windows.HeaderPanel();
  33. this.optionsLL = new System.Windows.Forms.LinkLabel();
  34. this.sourcesLL = new System.Windows.Forms.LinkLabel();
  35. this.onLineHelpLL = new System.Windows.Forms.LinkLabel();
  36. this.brolBoxUserControl1 = new be.gaudry.view.controls.BrolBoxUserControl();
  37. this.aboutPB = new System.Windows.Forms.PictureBox();
  38. this.homeHP.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.aboutPB)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // homeHP
  43. //
  44. this.homeHP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  45. | System.Windows.Forms.AnchorStyles.Right)));
  46. this.homeHP.BorderColor = System.Drawing.Color.DarkSlateBlue;
  47. this.homeHP.CaptionBeginColor = System.Drawing.Color.Orange;
  48. this.homeHP.CaptionEndColor = System.Drawing.Color.OrangeRed;
  49. this.homeHP.CaptionHeight = 26;
  50. this.homeHP.CaptionText = "Assistant";
  51. this.homeHP.Controls.Add(this.optionsLL);
  52. this.homeHP.Controls.Add(this.sourcesLL);
  53. this.homeHP.Controls.Add(this.onLineHelpLL);
  54. this.homeHP.Font = new System.Drawing.Font("Segoe UI", 9F);
  55. this.homeHP.GradientEnd = System.Drawing.Color.LightSteelBlue;
  56. this.homeHP.GradientStart = System.Drawing.Color.WhiteSmoke;
  57. this.homeHP.Location = new System.Drawing.Point(10, 3);
  58. this.homeHP.Name = "homeHP";
  59. this.homeHP.PanelIcon = ((System.Drawing.Icon)(resources.GetObject("homeHP.PanelIcon")));
  60. this.homeHP.PanelIconVisible = true;
  61. this.homeHP.Size = new System.Drawing.Size(181, 138);
  62. this.homeHP.TabIndex = 7;
  63. this.homeHP.TextAntialias = true;
  64. this.homeHP.UseContentGradient = false;
  65. //
  66. // optionsLL
  67. //
  68. this.optionsLL.AutoSize = true;
  69. this.optionsLL.Location = new System.Drawing.Point(12, 49);
  70. this.optionsLL.Name = "optionsLL";
  71. this.optionsLL.Size = new System.Drawing.Size(49, 15);
  72. this.optionsLL.TabIndex = 3;
  73. this.optionsLL.TabStop = true;
  74. this.optionsLL.Text = "Options";
  75. this.optionsLL.Click += new System.EventHandler(this.optionsLL_Click);
  76. //
  77. // sourcesLL
  78. //
  79. this.sourcesLL.AutoSize = true;
  80. this.sourcesLL.Location = new System.Drawing.Point(12, 34);
  81. this.sourcesLL.Name = "sourcesLL";
  82. this.sourcesLL.Size = new System.Drawing.Size(64, 15);
  83. this.sourcesLL.TabIndex = 2;
  84. this.sourcesLL.TabStop = true;
  85. this.sourcesLL.Text = "Références";
  86. this.sourcesLL.Click += new System.EventHandler(this.sourcesLL_Click);
  87. //
  88. // onLineHelpLL
  89. //
  90. this.onLineHelpLL.AutoSize = true;
  91. this.onLineHelpLL.Location = new System.Drawing.Point(12, 19);
  92. this.onLineHelpLL.Name = "onLineHelpLL";
  93. this.onLineHelpLL.Size = new System.Drawing.Size(76, 15);
  94. this.onLineHelpLL.TabIndex = 1;
  95. this.onLineHelpLL.TabStop = true;
  96. this.onLineHelpLL.Text = "Aide en ligne";
  97. //
  98. // brolBoxUserControl1
  99. //
  100. this.brolBoxUserControl1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("brolBoxUserControl1.BackgroundImage")));
  101. this.brolBoxUserControl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  102. this.brolBoxUserControl1.CaptionImage = global::be.gaudry.Properties.Resources.wizard_big;
  103. this.brolBoxUserControl1.CaptionText = "Assistant";
  104. this.brolBoxUserControl1.Location = new System.Drawing.Point(10, 148);
  105. this.brolBoxUserControl1.Name = "brolBoxUserControl1";
  106. this.brolBoxUserControl1.Size = new System.Drawing.Size(181, 192);
  107. this.brolBoxUserControl1.TabIndex = 8;
  108. this.brolBoxUserControl1.Visible = false;
  109. //
  110. // aboutPB
  111. //
  112. this.aboutPB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  113. | System.Windows.Forms.AnchorStyles.Left)
  114. | System.Windows.Forms.AnchorStyles.Right)));
  115. this.aboutPB.BackColor = System.Drawing.Color.Transparent;
  116. this.aboutPB.Image = global::be.gaudry.Properties.Resources.AboutBoxBrolDev;
  117. this.aboutPB.Location = new System.Drawing.Point(33, 189);
  118. this.aboutPB.MaximumSize = new System.Drawing.Size(136, 263);
  119. this.aboutPB.Name = "aboutPB";
  120. this.aboutPB.Padding = new System.Windows.Forms.Padding(2);
  121. this.aboutPB.Size = new System.Drawing.Size(136, 263);
  122. this.aboutPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  123. this.aboutPB.TabIndex = 4;
  124. this.aboutPB.TabStop = false;
  125. //
  126. // ToolBarHomeControl
  127. //
  128. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  129. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  130. this.Controls.Add(this.brolBoxUserControl1);
  131. this.Controls.Add(this.homeHP);
  132. this.Controls.Add(this.aboutPB);
  133. this.Name = "ToolBarHomeControl";
  134. this.Size = new System.Drawing.Size(200, 468);
  135. this.homeHP.ResumeLayout(false);
  136. this.homeHP.PerformLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.aboutPB)).EndInit();
  138. this.ResumeLayout(false);
  139.  
  140. }
  141.  
  142. #endregion
  143.  
  144. private KIS.Controls.Windows.HeaderPanel homeHP;
  145. private System.Windows.Forms.LinkLabel optionsLL;
  146. private System.Windows.Forms.LinkLabel sourcesLL;
  147. private System.Windows.Forms.LinkLabel onLineHelpLL;
  148. private System.Windows.Forms.PictureBox aboutPB;
  149. private BrolBoxUserControl brolBoxUserControl1;
  150. }
  151. }

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 octets1715644564 14/05/2024 01:56:04
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.

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-broldev-source-rf-view/controls/ToolBarHomeControl.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.