Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.

BrolExplorerAboutBox. Designer. cs

Description du code

BrolExplorerAboutBox.Designer.cs est un fichier du projet BrolExplorer.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/brolexplorer/.

Projet BrolExplorer :

Explorateur de media en CSharp.

Code source ou contenu du fichier

  1. namespace be.gaudry.explorer.view
  2. {
  3. partial class BrolExplorerAboutBox
  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.components = new System.ComponentModel.Container();
  31. this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  32. this.logoPictureBox = new System.Windows.Forms.PictureBox();
  33. this.labelProductName = new System.Windows.Forms.Label();
  34. this.labelVersion = new System.Windows.Forms.Label();
  35. this.labelCopyright = new System.Windows.Forms.Label();
  36. this.labelCompanyName = new System.Windows.Forms.Label();
  37. this.textBoxDescription = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  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.okButton, 1, 5);
  55. this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
  57. this.tableLayoutPanel.Name = "tableLayoutPanel";
  58. this.tableLayoutPanel.RowCount = 6;
  59. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  60. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  61. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  62. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  63. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  64. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  65. this.tableLayoutPanel.Size = new System.Drawing.Size(417, 265);
  66. this.tableLayoutPanel.TabIndex = 0;
  67. //
  68. // logoPictureBox
  69. //
  70. this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  71. this.logoPictureBox.Image = global::be.gaudry.explorer.Properties.Resources.AboutBoxBrolExplorateur;
  72. this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
  73. this.logoPictureBox.Name = "logoPictureBox";
  74. this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
  75. this.logoPictureBox.Size = new System.Drawing.Size(131, 259);
  76. this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  77. this.logoPictureBox.TabIndex = 12;
  78. this.logoPictureBox.TabStop = false;
  79. //
  80. // labelProductName
  81. //
  82. this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.labelProductName.Location = new System.Drawing.Point(143, 0);
  84. this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  85. this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
  86. this.labelProductName.Name = "labelProductName";
  87. this.labelProductName.Size = new System.Drawing.Size(271, 17);
  88. this.labelProductName.TabIndex = 19;
  89. this.labelProductName.Text = "Product Name";
  90. this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  91. //
  92. // labelVersion
  93. //
  94. this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.labelVersion.Location = new System.Drawing.Point(143, 26);
  96. this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  97. this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
  98. this.labelVersion.Name = "labelVersion";
  99. this.labelVersion.Size = new System.Drawing.Size(271, 17);
  100. this.labelVersion.TabIndex = 0;
  101. this.labelVersion.Text = "Version";
  102. this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  103. //
  104. // labelCopyright
  105. //
  106. this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.labelCopyright.Location = new System.Drawing.Point(143, 52);
  108. this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  109. this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
  110. this.labelCopyright.Name = "labelCopyright";
  111. this.labelCopyright.Size = new System.Drawing.Size(271, 17);
  112. this.labelCopyright.TabIndex = 21;
  113. this.labelCopyright.Text = "Copyright";
  114. this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  115. //
  116. // labelCompanyName
  117. //
  118. this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.labelCompanyName.Location = new System.Drawing.Point(143, 78);
  120. this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  121. this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
  122. this.labelCompanyName.Name = "labelCompanyName";
  123. this.labelCompanyName.Size = new System.Drawing.Size(271, 17);
  124. this.labelCompanyName.TabIndex = 22;
  125. this.labelCompanyName.Text = "Company Name";
  126. this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  127. //
  128. // textBoxDescription
  129. //
  130. this.textBoxDescription.AllowDrop = true;
  131. this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.textBoxDescription.Location = new System.Drawing.Point(143, 107);
  133. this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
  134. this.textBoxDescription.Multiline = true;
  135. this.textBoxDescription.Name = "textBoxDescription";
  136. this.textBoxDescription.ReadOnly = true;
  137. this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  138. this.textBoxDescription.Size = new System.Drawing.Size(271, 126);
  139. this.textBoxDescription.TabIndex = 23;
  140. this.textBoxDescription.TabStop = false;
  141. this.textBoxDescription.Text = "Description";
  142. //
  143. // okButton
  144. //
  145. this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  146. this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  147. this.okButton.Location = new System.Drawing.Point(339, 239);
  148. this.okButton.Name = "okButton";
  149. this.okButton.Size = new System.Drawing.Size(75, 23);
  150. this.okButton.TabIndex = 24;
  151. this.okButton.Text = "&OK";
  152. //
  153. // BrolExplorerAboutBox
  154. //
  155. this.AcceptButton = this.okButton;
  156. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  157. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  158. this.ClientSize = new System.Drawing.Size(435, 283);
  159. this.Controls.Add(this.tableLayoutPanel);
  160. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  161. this.MaximizeBox = false;
  162. this.MinimizeBox = false;
  163. this.Name = "BrolExplorerAboutBox";
  164. this.Padding = new System.Windows.Forms.Padding(9);
  165. this.ShowIcon = false;
  166. this.ShowInTaskbar = false;
  167. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  168. this.Text = "À propos de BrolExplorer";
  169. this.tableLayoutPanel.ResumeLayout(false);
  170. this.tableLayoutPanel.PerformLayout();
  171. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  172. this.ResumeLayout(false);
  173.  
  174. }
  175.  
  176. #endregion
  177.  
  178. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  179. private System.Windows.Forms.PictureBox logoPictureBox;
  180. private System.Windows.Forms.Label labelProductName;
  181. private System.Windows.Forms.Label labelVersion;
  182. private System.Windows.Forms.Label labelCopyright;
  183. private System.Windows.Forms.Label labelCompanyName;
  184. private be.gaudry.view.controls.TextBoxDragDrop textBoxDescription;
  185. private System.Windows.Forms.Button okButton;
  186. }
  187. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/brolexplorer/view/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1720005912 03/07/2024 13:25:12
| _controls0 octets1541007170 31/10/2018 18:32:50
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/brolexplorer/view/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxBrolExplorerAboutBox.resx5.68 Ko31/10/2018 18:32:21-refusé-
Afficher le fichier .resx|.resxShell32IconsForm.resx16.57 Ko31/10/2018 18:32:22-refusé-
Afficher le fichier .cs|.csBrolExplorerAboutBox.Designer.cs10.29 Ko31/10/2018 18:32:21-refusé-
Afficher le fichier .cs|.csShell32IconsForm.Designer.cs5.09 Ko31/10/2018 18:32:22-refusé-
Afficher le fichier .cs|.csBrolExplorerAboutBox.cs4.74 Ko31/10/2018 18:32:21-refusé-
Afficher le fichier .resx|.resxExplorerForm.resx49.49 Ko31/10/2018 18:32:22-refusé-
Afficher le fichier .cs|.csExplorerForm.cs16.13 Ko31/10/2018 18:32:22-refusé-
Afficher le fichier .cs|.csExplorerForm.Designer.cs43.45 Ko31/10/2018 18:32:22-refusé-
Afficher le fichier .cs|.csShell32IconsForm.cs1.32 Ko31/10/2018 18:32:22-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.

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 30/10/2009, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/cs-brolexplorer-source-rf-view/BrolExplorerAboutBox.Designer.cs.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.