Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.

BiblioBrolAboutBox.Designer.cs

Description du code

BiblioBrolAboutBox.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
  2. {
  3. partial class BiblioBrolAboutBox
  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. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21.  
  22. #region Windows Form Designer generated code
  23.  
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  31. this.logoPictureBox = new System.Windows.Forms.PictureBox();
  32. this.labelProductName = new System.Windows.Forms.Label();
  33. this.labelVersion = new System.Windows.Forms.Label();
  34. this.labelCopyright = new System.Windows.Forms.Label();
  35. this.labelCompanyName = new System.Windows.Forms.Label();
  36. this.textBoxDescription = new be.gaudry.view.controls.TextBoxDragDrop();
  37. this.textBoxPlugins = new be.gaudry.view.controls.TextBoxDragDrop();
  38. this.okButton = new System.Windows.Forms.Button();
  39. this.tableLayoutPanel.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // tableLayoutPanel
  44. //
  45. this.tableLayoutPanel.ColumnCount = 2;
  46. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
  47. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
  48. this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
  49. this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
  50. this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
  51. this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
  52. this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
  53. this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
  54. this.tableLayoutPanel.Controls.Add(this.textBoxPlugins, 1, 5);
  55. this.tableLayoutPanel.Controls.Add(this.okButton, 1, 6);
  56. this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
  58. this.tableLayoutPanel.Name = "tableLayoutPanel";
  59. this.tableLayoutPanel.RowCount = 7;
  60. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  61. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  62. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  63. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  64. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  65. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  66. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  67. this.tableLayoutPanel.Size = new System.Drawing.Size(417, 265);
  68. this.tableLayoutPanel.TabIndex = 0;
  69. //
  70. // logoPictureBox
  71. //
  72. this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.logoPictureBox.Image = global::be.gaudry.bibliobrol.Properties.Resources.AboutBoxBiblioBrol;
  74. this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
  75. this.logoPictureBox.Name = "logoPictureBox";
  76. this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 7);
  77. this.logoPictureBox.Size = new System.Drawing.Size(131, 259);
  78. this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  79. this.logoPictureBox.TabIndex = 12;
  80. this.logoPictureBox.TabStop = false;
  81. //
  82. // labelProductName
  83. //
  84. this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.labelProductName.Location = new System.Drawing.Point(143, 0);
  86. this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  87. this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
  88. this.labelProductName.Name = "labelProductName";
  89. this.labelProductName.Size = new System.Drawing.Size(271, 17);
  90. this.labelProductName.TabIndex = 19;
  91. this.labelProductName.Text = "Product Name";
  92. this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  93. //
  94. // labelVersion
  95. //
  96. this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.labelVersion.Location = new System.Drawing.Point(143, 29);
  98. this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  99. this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
  100. this.labelVersion.Name = "labelVersion";
  101. this.labelVersion.Size = new System.Drawing.Size(271, 17);
  102. this.labelVersion.TabIndex = 0;
  103. this.labelVersion.Text = "Version";
  104. this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  105. //
  106. // labelCopyright
  107. //
  108. this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.labelCopyright.Location = new System.Drawing.Point(143, 58);
  110. this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  111. this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
  112. this.labelCopyright.Name = "labelCopyright";
  113. this.labelCopyright.Size = new System.Drawing.Size(271, 17);
  114. this.labelCopyright.TabIndex = 21;
  115. this.labelCopyright.Text = "Copyright";
  116. this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  117. //
  118. // labelCompanyName
  119. //
  120. this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.labelCompanyName.Location = new System.Drawing.Point(143, 87);
  122. this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  123. this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
  124. this.labelCompanyName.Name = "labelCompanyName";
  125. this.labelCompanyName.Size = new System.Drawing.Size(271, 17);
  126. this.labelCompanyName.TabIndex = 22;
  127. this.labelCompanyName.Text = "Company Name";
  128. this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  129. //
  130. // textBoxDescription
  131. //
  132. this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.textBoxDescription.Location = new System.Drawing.Point(143, 119);
  134. this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
  135. this.textBoxDescription.Multiline = true;
  136. this.textBoxDescription.Name = "textBoxDescription";
  137. this.textBoxDescription.ReadOnly = true;
  138. this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  139. this.textBoxDescription.Size = new System.Drawing.Size(271, 52);
  140. this.textBoxDescription.TabIndex = 23;
  141. this.textBoxDescription.TabStop = false;
  142. this.textBoxDescription.Text = "Description";
  143. //
  144. // textBoxPlugins
  145. //
  146. this.textBoxPlugins.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.textBoxPlugins.Location = new System.Drawing.Point(143, 177);
  148. this.textBoxPlugins.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
  149. this.textBoxPlugins.Multiline = true;
  150. this.textBoxPlugins.Name = "textBoxPlugins";
  151. this.textBoxPlugins.ReadOnly = true;
  152. this.textBoxPlugins.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  153. this.textBoxPlugins.Size = new System.Drawing.Size(271, 52);
  154. this.textBoxPlugins.TabIndex = 25;
  155. this.textBoxPlugins.TabStop = false;
  156. this.textBoxPlugins.Text = "Sources";
  157. //
  158. // okButton
  159. //
  160. this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  161. this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  162. this.okButton.Location = new System.Drawing.Point(339, 239);
  163. this.okButton.Name = "okButton";
  164. this.okButton.Size = new System.Drawing.Size(75, 23);
  165. this.okButton.TabIndex = 24;
  166. this.okButton.Text = "&OK";
  167. //
  168. // BiblioBrolAboutBox
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  172. this.ClientSize = new System.Drawing.Size(435, 283);
  173. this.Controls.Add(this.tableLayoutPanel);
  174. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  175. this.MaximizeBox = false;
  176. this.MinimizeBox = false;
  177. this.Name = "BiblioBrolAboutBox";
  178. this.Padding = new System.Windows.Forms.Padding(9);
  179. this.ShowIcon = false;
  180. this.ShowInTaskbar = false;
  181. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  182. this.Text = "A propos de BiblioBrol";
  183. this.tableLayoutPanel.ResumeLayout(false);
  184. this.tableLayoutPanel.PerformLayout();
  185. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  186. this.ResumeLayout(false);
  187.  
  188. }
  189.  
  190. #endregion
  191.  
  192. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  193. private System.Windows.Forms.PictureBox logoPictureBox;
  194. private System.Windows.Forms.Label labelProductName;
  195. private System.Windows.Forms.Label labelVersion;
  196. private System.Windows.Forms.Label labelCopyright;
  197. private System.Windows.Forms.Label labelCompanyName;
  198. private be.gaudry.view.controls.TextBoxDragDrop textBoxDescription;
  199. private System.Windows.Forms.Button okButton;
  200. private be.gaudry.view.controls.TextBoxDragDrop textBoxPlugins;
  201. }
  202. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1714963456 06/05/2024 04:44:16
| _wizards0 octets1541007184 31/10/2018 18:33:04
| _utils0 octets1541007184 31/10/2018 18:33:04
| _controls0 octets1541007178 31/10/2018 18:32:58
| _dialogs0 octets1541007183 31/10/2018 18:33:03
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxMediabrolForm.resx32.55 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxAWSForm.resx188.27 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .resx|.resxMainForm.resx6.07 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxConsoleForm.resx256.48 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csAWSForm.Designer.cs23.45 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csActorForm.cs9.09 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBiblioBrolAboutBox.Designer.cs11.22 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csAWSForm.cs7.68 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBorrowsForm.cs1.66 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csCopy of MainForm.Designer.cs16.91 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csConsoleForm.Designer.cs2.71 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csWebServiceForm.cs6.34 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .resx|.resxOldMainForm.resx58.06 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csCopy of MainForm.cs30.81 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .resx|.resxActorForm.resx44.98 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .resx|.resxBorrowsForm.resx73.4 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csMainForm.cs37.45 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxWebServiceForm.resx9.71 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csMainForm.Designer.cs7.16 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csBorrowsForm.Designer.cs10.51 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csTasksForm.cs389 octets31/10/2018 18:32:28-refusé-
Afficher le fichier .resx|.resxBiblioBrolAboutBox.resx5.68 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBrolForm.cs25.87 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csWebServiceForm.Designer.cs13.12 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csMediabrolForm.Designer.cs142.05 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csConsoleForm.cs2.79 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csBrolForm.designer.cs41.73 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csMediabrolForm.cs31.94 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csStatsForm.Designer.cs11.59 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csActorForm.Designer.cs28.26 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csOldMainForm.Designer.cs83.98 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csStatsForm.cs5 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csBiblioBrolAboutBox.cs5.51 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csOldMainForm.cs27.08 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxTasksForm.resx187.31 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csTasksForm.Designer.cs2.26 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .resx|.resxBrolForm.resx45.52 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .resx|.resxCopy of MainForm.resx7.53 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxStatsForm.resx187.5 Ko31/10/2018 18:32:28-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.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 16/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-bibliobrol-source-rf-view/BiblioBrolAboutBox.Designer.cs.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.