BrolBoxUserControl.Designer.cs

Description du code

BrolBoxUserControl.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 BrolBoxUserControl
  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.mainTLP = new System.Windows.Forms.TableLayoutPanel();
  32. this.contentPanel = new System.Windows.Forms.Panel();
  33. this.captionPanel = new System.Windows.Forms.Panel();
  34. this.captionLbl = new System.Windows.Forms.Label();
  35. this.captionPB = new System.Windows.Forms.PictureBox();
  36. this.mainTLP.SuspendLayout();
  37. this.captionPanel.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.captionPB)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // mainTLP
  42. //
  43. this.mainTLP.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
  44. this.mainTLP.ColumnCount = 1;
  45. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  46. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  47. this.mainTLP.Controls.Add(this.contentPanel, 0, 1);
  48. this.mainTLP.Controls.Add(this.captionPanel, 0, 0);
  49. this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.mainTLP.Location = new System.Drawing.Point(0, 0);
  51. this.mainTLP.Name = "mainTLP";
  52. this.mainTLP.RowCount = 2;
  53. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  54. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  55. this.mainTLP.Size = new System.Drawing.Size(206, 192);
  56. this.mainTLP.TabIndex = 0;
  57. //
  58. // contentPanel
  59. //
  60. this.contentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.contentPanel.Location = new System.Drawing.Point(5, 37);
  62. this.contentPanel.Name = "contentPanel";
  63. this.contentPanel.Size = new System.Drawing.Size(196, 150);
  64. this.contentPanel.TabIndex = 1;
  65. //
  66. // captionPanel
  67. //
  68. this.captionPanel.Controls.Add(this.captionPB);
  69. this.captionPanel.Controls.Add(this.captionLbl);
  70. this.captionPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.captionPanel.Location = new System.Drawing.Point(5, 5);
  72. this.captionPanel.Name = "captionPanel";
  73. this.captionPanel.Size = new System.Drawing.Size(196, 24);
  74. this.captionPanel.TabIndex = 0;
  75. //
  76. // captionLbl
  77. //
  78. this.captionLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  79. | System.Windows.Forms.AnchorStyles.Left)
  80. | System.Windows.Forms.AnchorStyles.Right)));
  81. this.captionLbl.AutoEllipsis = true;
  82. this.captionLbl.BackColor = System.Drawing.Color.Transparent;
  83. this.captionLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.captionLbl.Location = new System.Drawing.Point(34, 3);
  85. this.captionLbl.Name = "captionLbl";
  86. this.captionLbl.Size = new System.Drawing.Size(159, 18);
  87. this.captionLbl.TabIndex = 1;
  88. this.captionLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  89. //
  90. // captionPB
  91. //
  92. this.captionPB.BackColor = System.Drawing.Color.Transparent;
  93. this.captionPB.Dock = System.Windows.Forms.DockStyle.Left;
  94. this.captionPB.Location = new System.Drawing.Point(0, 0);
  95. this.captionPB.Name = "captionPB";
  96. this.captionPB.Size = new System.Drawing.Size(28, 24);
  97. this.captionPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  98. this.captionPB.TabIndex = 2;
  99. this.captionPB.TabStop = false;
  100. //
  101. // BrolBoxUserControl
  102. //
  103. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  104. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  105. this.Controls.Add(this.mainTLP);
  106. this.Name = "BrolBoxUserControl";
  107. this.Size = new System.Drawing.Size(206, 192);
  108. this.mainTLP.ResumeLayout(false);
  109. this.captionPanel.ResumeLayout(false);
  110. ((System.ComponentModel.ISupportInitialize)(this.captionPB)).EndInit();
  111. this.ResumeLayout(false);
  112.  
  113. }
  114.  
  115. #endregion
  116.  
  117. private System.Windows.Forms.TableLayoutPanel mainTLP;
  118. private System.Windows.Forms.Panel contentPanel;
  119. private System.Windows.Forms.Panel captionPanel;
  120. private System.Windows.Forms.Label captionLbl;
  121. private System.Windows.Forms.PictureBox captionPB;
  122.  
  123. }
  124. }

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 octets1715797061 15/05/2024 20:17:41
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//BrolBoxUserControl.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.