AboutUserControl.Designer.cs

Description du code

AboutUserControl.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 AboutUserControl
  4. {
  5. /// <summary>
  6. /// Variable nécessaire au concepteur.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Nettoyage des ressources utilisées.
  12. /// </summary>
  13. /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, 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 Code généré par le Concepteur de composants
  24.  
  25. /// <summary>
  26. /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  27. /// le contenu de cette méthode avec l'éditeur de code.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  32. this.pluginsTB = new be.gaudry.view.controls.TextBoxDragDrop();
  33. this.logoPB = new System.Windows.Forms.PictureBox();
  34. this.productNameLbl = new System.Windows.Forms.Label();
  35. this.versionLbl = new System.Windows.Forms.Label();
  36. this.copyrightLbl = new System.Windows.Forms.Label();
  37. this.companyNameLbl = new System.Windows.Forms.Label();
  38. this.descriptionTB = new be.gaudry.view.controls.TextBoxDragDrop();
  39. this.okBtn = new System.Windows.Forms.Button();
  40. this.sourcesTB = new be.gaudry.view.controls.TextBoxDragDrop();
  41. this.tableLayoutPanel.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.logoPB)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // tableLayoutPanel
  46. //
  47. this.tableLayoutPanel.ColumnCount = 3;
  48. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 145F));
  49. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  50. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  51. this.tableLayoutPanel.Controls.Add(this.pluginsTB, 0, 5);
  52. this.tableLayoutPanel.Controls.Add(this.logoPB, 0, 0);
  53. this.tableLayoutPanel.Controls.Add(this.productNameLbl, 1, 0);
  54. this.tableLayoutPanel.Controls.Add(this.versionLbl, 1, 1);
  55. this.tableLayoutPanel.Controls.Add(this.copyrightLbl, 1, 2);
  56. this.tableLayoutPanel.Controls.Add(this.companyNameLbl, 1, 3);
  57. this.tableLayoutPanel.Controls.Add(this.descriptionTB, 1, 4);
  58. this.tableLayoutPanel.Controls.Add(this.sourcesTB, 0, 6);
  59. this.tableLayoutPanel.Controls.Add(this.okBtn, 2, 7);
  60. this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
  62. this.tableLayoutPanel.Name = "tableLayoutPanel";
  63. this.tableLayoutPanel.RowCount = 8;
  64. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
  65. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
  66. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
  67. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
  68. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 92F));
  69. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 92F));
  70. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  71. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  72. this.tableLayoutPanel.Size = new System.Drawing.Size(470, 460);
  73. this.tableLayoutPanel.TabIndex = 1;
  74. //
  75. // pluginsTB
  76. //
  77. this.tableLayoutPanel.SetColumnSpan(this.pluginsTB, 2);
  78. this.pluginsTB.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.pluginsTB.Location = new System.Drawing.Point(151, 183);
  80. this.pluginsTB.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
  81. this.pluginsTB.Multiline = true;
  82. this.pluginsTB.Name = "pluginsTB";
  83. this.pluginsTB.ReadOnly = true;
  84. this.pluginsTB.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  85. this.pluginsTB.Size = new System.Drawing.Size(316, 86);
  86. this.pluginsTB.TabIndex = 27;
  87. this.pluginsTB.TabStop = false;
  88. this.pluginsTB.Text = "Plugins :";
  89. //
  90. // logoPB
  91. //
  92. this.logoPB.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.logoPB.Image = global::be.gaudry.Properties.Resources.AboutBoxBrolDev;
  94. this.logoPB.Location = new System.Drawing.Point(3, 3);
  95. this.logoPB.Name = "logoPB";
  96. this.tableLayoutPanel.SetRowSpan(this.logoPB, 6);
  97. this.logoPB.Size = new System.Drawing.Size(139, 266);
  98. this.logoPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  99. this.logoPB.TabIndex = 12;
  100. this.logoPB.TabStop = false;
  101. //
  102. // productNameLbl
  103. //
  104. this.tableLayoutPanel.SetColumnSpan(this.productNameLbl, 2);
  105. this.productNameLbl.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.productNameLbl.Location = new System.Drawing.Point(151, 0);
  107. this.productNameLbl.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  108. this.productNameLbl.MaximumSize = new System.Drawing.Size(0, 17);
  109. this.productNameLbl.Name = "productNameLbl";
  110. this.productNameLbl.Size = new System.Drawing.Size(316, 17);
  111. this.productNameLbl.TabIndex = 19;
  112. this.productNameLbl.Text = "Nom du produit";
  113. this.productNameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  114. //
  115. // versionLbl
  116. //
  117. this.tableLayoutPanel.SetColumnSpan(this.versionLbl, 2);
  118. this.versionLbl.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.versionLbl.Location = new System.Drawing.Point(151, 22);
  120. this.versionLbl.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  121. this.versionLbl.MaximumSize = new System.Drawing.Size(0, 17);
  122. this.versionLbl.Name = "versionLbl";
  123. this.versionLbl.Size = new System.Drawing.Size(316, 17);
  124. this.versionLbl.TabIndex = 0;
  125. this.versionLbl.Text = "Version";
  126. this.versionLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  127. //
  128. // copyrightLbl
  129. //
  130. this.tableLayoutPanel.SetColumnSpan(this.copyrightLbl, 2);
  131. this.copyrightLbl.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.copyrightLbl.Location = new System.Drawing.Point(151, 44);
  133. this.copyrightLbl.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  134. this.copyrightLbl.MaximumSize = new System.Drawing.Size(0, 17);
  135. this.copyrightLbl.Name = "copyrightLbl";
  136. this.copyrightLbl.Size = new System.Drawing.Size(316, 17);
  137. this.copyrightLbl.TabIndex = 21;
  138. this.copyrightLbl.Text = "Copyright";
  139. this.copyrightLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  140. //
  141. // companyNameLbl
  142. //
  143. this.tableLayoutPanel.SetColumnSpan(this.companyNameLbl, 2);
  144. this.companyNameLbl.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.companyNameLbl.Location = new System.Drawing.Point(151, 66);
  146. this.companyNameLbl.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  147. this.companyNameLbl.MaximumSize = new System.Drawing.Size(0, 17);
  148. this.companyNameLbl.Name = "companyNameLbl";
  149. this.companyNameLbl.Size = new System.Drawing.Size(316, 17);
  150. this.companyNameLbl.TabIndex = 22;
  151. this.companyNameLbl.Text = "Nom de la société";
  152. this.companyNameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  153. //
  154. // descriptionTB
  155. //
  156. this.tableLayoutPanel.SetColumnSpan(this.descriptionTB, 2);
  157. this.descriptionTB.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.descriptionTB.Location = new System.Drawing.Point(151, 91);
  159. this.descriptionTB.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
  160. this.descriptionTB.Multiline = true;
  161. this.descriptionTB.Name = "descriptionTB";
  162. this.descriptionTB.ReadOnly = true;
  163. this.descriptionTB.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  164. this.descriptionTB.Size = new System.Drawing.Size(316, 86);
  165. this.descriptionTB.TabIndex = 23;
  166. this.descriptionTB.TabStop = false;
  167. this.descriptionTB.Text = "Description";
  168. //
  169. // okBtn
  170. //
  171. this.okBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  172. this.okBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  173. this.okBtn.Location = new System.Drawing.Point(392, 434);
  174. this.okBtn.Name = "okBtn";
  175. this.okBtn.Size = new System.Drawing.Size(75, 23);
  176. this.okBtn.TabIndex = 24;
  177. this.okBtn.Text = "&OK";
  178. //
  179. // sourcesTB
  180. //
  181. this.tableLayoutPanel.SetColumnSpan(this.sourcesTB, 3);
  182. this.sourcesTB.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.sourcesTB.Location = new System.Drawing.Point(6, 275);
  184. this.sourcesTB.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
  185. this.sourcesTB.Multiline = true;
  186. this.sourcesTB.Name = "sourcesTB";
  187. this.sourcesTB.ReadOnly = true;
  188. this.sourcesTB.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  189. this.sourcesTB.Size = new System.Drawing.Size(461, 152);
  190. this.sourcesTB.TabIndex = 26;
  191. this.sourcesTB.TabStop = false;
  192. this.sourcesTB.Text = "Infos";
  193. this.sourcesTB.WordWrap = false;
  194. //
  195. // AboutUserControl
  196. //
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.Controls.Add(this.tableLayoutPanel);
  200. this.Name = "AboutUserControl";
  201. this.Size = new System.Drawing.Size(470, 460);
  202. this.Paint += new System.Windows.Forms.PaintEventHandler(this.AboutUserControl_Paint);
  203. this.tableLayoutPanel.ResumeLayout(false);
  204. this.tableLayoutPanel.PerformLayout();
  205. ((System.ComponentModel.ISupportInitialize)(this.logoPB)).EndInit();
  206. this.ResumeLayout(false);
  207.  
  208. }
  209.  
  210. #endregion
  211.  
  212. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  213. private be.gaudry.view.controls.TextBoxDragDrop pluginsTB;
  214. private System.Windows.Forms.PictureBox logoPB;
  215. private System.Windows.Forms.Label productNameLbl;
  216. private System.Windows.Forms.Label versionLbl;
  217. private System.Windows.Forms.Label copyrightLbl;
  218. private System.Windows.Forms.Label companyNameLbl;
  219. private be.gaudry.view.controls.TextBoxDragDrop descriptionTB;
  220. private System.Windows.Forms.Button okBtn;
  221. private be.gaudry.view.controls.TextBoxDragDrop sourcesTB;
  222. }
  223. }

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 octets1714631352 02/05/2024 08:29:12
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/AboutUserControl.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.