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.

VersionForm.Designer.cs

Description du code

VersionForm.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.dialogs
  2. {
  3. partial class VersionForm
  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 Windows Form
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VersionForm));
  32. this.tabControl1 = new System.Windows.Forms.TabControl();
  33. this.tabPage1 = new System.Windows.Forms.TabPage();
  34. this.versionControl1 = new be.gaudry.bibliobrol.view.controls.VersionControl();
  35. this.tabPage2 = new System.Windows.Forms.TabPage();
  36. this.systemInfoControl1 = new be.gaudry.bibliobrol.view.controls.SystemInfoControl();
  37. this.windowsTP = new System.Windows.Forms.TabPage();
  38. this.displaySystemInfosBtn = new System.Windows.Forms.Button();
  39. this.awseCommerceService1 = new be.gaudry.bibliobrol.awsRef.AWSECommerceService();
  40. this.tabControl1.SuspendLayout();
  41. this.tabPage1.SuspendLayout();
  42. this.tabPage2.SuspendLayout();
  43. this.windowsTP.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // tabControl1
  47. //
  48. this.tabControl1.Controls.Add(this.tabPage1);
  49. this.tabControl1.Controls.Add(this.tabPage2);
  50. this.tabControl1.Controls.Add(this.windowsTP);
  51. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  52. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  53. this.tabControl1.Name = "tabControl1";
  54. this.tabControl1.SelectedIndex = 0;
  55. this.tabControl1.Size = new System.Drawing.Size(586, 433);
  56. this.tabControl1.TabIndex = 0;
  57. //
  58. // tabPage1
  59. //
  60. this.tabPage1.Controls.Add(this.versionControl1);
  61. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  62. this.tabPage1.Name = "tabPage1";
  63. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  64. this.tabPage1.Size = new System.Drawing.Size(578, 407);
  65. this.tabPage1.TabIndex = 0;
  66. this.tabPage1.Text = "Mise à jour";
  67. this.tabPage1.UseVisualStyleBackColor = true;
  68. //
  69. // versionControl1
  70. //
  71. this.versionControl1.BackColor = System.Drawing.SystemColors.Control;
  72. this.versionControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.versionControl1.Location = new System.Drawing.Point(3, 3);
  74. this.versionControl1.Name = "versionControl1";
  75. this.versionControl1.Size = new System.Drawing.Size(572, 401);
  76. this.versionControl1.TabIndex = 0;
  77. //
  78. // tabPage2
  79. //
  80. this.tabPage2.Controls.Add(this.systemInfoControl1);
  81. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  82. this.tabPage2.Name = "tabPage2";
  83. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  84. this.tabPage2.Size = new System.Drawing.Size(578, 407);
  85. this.tabPage2.TabIndex = 1;
  86. this.tabPage2.Text = "Informations et version";
  87. this.tabPage2.UseVisualStyleBackColor = true;
  88. //
  89. // systemInfoControl1
  90. //
  91. this.systemInfoControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.systemInfoControl1.Location = new System.Drawing.Point(3, 3);
  93. this.systemInfoControl1.Name = "systemInfoControl1";
  94. this.systemInfoControl1.Size = new System.Drawing.Size(572, 401);
  95. this.systemInfoControl1.TabIndex = 0;
  96. //
  97. // windowsTP
  98. //
  99. this.windowsTP.Controls.Add(this.displaySystemInfosBtn);
  100. this.windowsTP.Location = new System.Drawing.Point(4, 22);
  101. this.windowsTP.Name = "windowsTP";
  102. this.windowsTP.Padding = new System.Windows.Forms.Padding(3);
  103. this.windowsTP.Size = new System.Drawing.Size(578, 407);
  104. this.windowsTP.TabIndex = 2;
  105. this.windowsTP.Text = "Windows";
  106. this.windowsTP.UseVisualStyleBackColor = true;
  107. //
  108. // displaySystemInfosBtn
  109. //
  110. this.displaySystemInfosBtn.Location = new System.Drawing.Point(30, 38);
  111. this.displaySystemInfosBtn.Name = "displaySystemInfosBtn";
  112. this.displaySystemInfosBtn.Size = new System.Drawing.Size(75, 23);
  113. this.displaySystemInfosBtn.TabIndex = 0;
  114. this.displaySystemInfosBtn.Text = "Système";
  115. this.displaySystemInfosBtn.UseVisualStyleBackColor = true;
  116. this.displaySystemInfosBtn.Click += new System.EventHandler(this.displaySystemInfosBtn_Click);
  117. //
  118. // awseCommerceService1
  119. //
  120. this.awseCommerceService1.Credentials = null;
  121. this.awseCommerceService1.Url = "http://soap.amazon.fr/onca/soap?Service=AWSECommerceService";
  122. this.awseCommerceService1.UseDefaultCredentials = false;
  123. //
  124. // VersionForm
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(586, 433);
  129. this.Controls.Add(this.tabControl1);
  130. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  131. this.Name = "VersionForm";
  132. this.Text = "Mise à jour et informations";
  133. this.tabControl1.ResumeLayout(false);
  134. this.tabPage1.ResumeLayout(false);
  135. this.tabPage2.ResumeLayout(false);
  136. this.windowsTP.ResumeLayout(false);
  137. this.ResumeLayout(false);
  138.  
  139. }
  140.  
  141. #endregion
  142.  
  143. private System.Windows.Forms.TabControl tabControl1;
  144. private System.Windows.Forms.TabPage tabPage1;
  145. private System.Windows.Forms.TabPage tabPage2;
  146. private be.gaudry.bibliobrol.view.controls.SystemInfoControl systemInfoControl1;
  147. private be.gaudry.bibliobrol.view.controls.VersionControl versionControl1;
  148. private System.Windows.Forms.TabPage windowsTP;
  149. private System.Windows.Forms.Button displaySystemInfosBtn;
  150. private be.gaudry.bibliobrol.awsRef.AWSECommerceService awseCommerceService1;
  151.  
  152. }
  153. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/dialogs/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1719695624 29/06/2024 23:13:44
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/dialogs/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxAboutBibliobrolDialog.resx5.68 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectSerieItemDialog.Designer.cs6.84 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csEditBrolForm.Designer.cs9.93 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditBorrowForm.Designer.cs13.58 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxEditRoleForm.resx5.68 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csBrolPropertiesForm.Designer.cs3.5 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csVersionForm.cs729 octets31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csAboutBibliobrolDialog.Designer.cs2.29 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseDialog.cs581 octets31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxImportedImagesForm.resx188.76 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditSeriesForm.Designer.cs8.55 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditBrolForm.cs3.37 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csCommentForm.cs1.47 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csEditRoleForm.Designer.cs7.86 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csMediabrolPropertiesForm.Designer.cs3.57 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxVersionForm.resx43.11 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csPersonInfoForm.cs1.13 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csImportedImagesForm.Designer.cs5.86 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csSelectCategoryDialog.Designer.cs5.71 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxBrolPropertiesForm.resx5.87 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseDialog.Designer.cs3.77 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxMediaBrolsByBrolForm.resx6.39 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxMediabrolPropertiesForm.resx5.87 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxSelectCategoryDialog.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csOptionsForm.cs7.57 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxSelectSerieItemDialog.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxCommentForm.resx187.31 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxPersonInfoForm.resx40.67 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csImportedImagesForm.cs914 octets31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditBorrowForm.cs4.83 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csPersonInfoForm.Designer.cs3.03 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csAboutBibliobrolDialog.cs416 octets31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csMediaBrolsByBrolForm.cs1.47 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csEditSeriesForm.cs2.2 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csSelectRoleForm.Designer.cs6.57 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxSelectConsoleVerboseDialog.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csSelectRoleForm.cs996 octets31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csInfobrolForm.cs404 octets31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csMediaBrolsByBrolForm.Designer.cs6.86 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxDiaSetActorRole.resx5.68 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csSelectCategoryDialog.cs2.68 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csDiaSetActorRole.cs6.51 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxSelectRoleForm.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csVersionForm.Designer.cs7.25 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csSelectSerieItemDialog.cs1.92 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxOptionsForm.resx38.91 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csEditRoleForm.cs1.35 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csCommentForm.Designer.cs3.09 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csUserForm.Designer.cs65.04 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxEditBorrowForm.resx187.31 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csDiaSetActorRole.Designer.cs7.98 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxEditBrolForm.resx11.3 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .resx|.resxUserForm.resx42.02 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csBrolPropertiesForm.cs652 octets31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxInfobrolForm.resx40.95 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csUserForm.cs9.99 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxDiaSelectActor.resx5.68 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csDiaSelectActor.cs1.87 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csDiaSelectActor.Designer.cs4.15 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csOptionsForm.Designer.cs18.22 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csMediabrolPropertiesForm.cs690 octets31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csInfobrolForm.Designer.cs2.46 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxEditSeriesForm.resx38.91 Ko31/10/2018 18:33:00-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/dialogs/VersionForm.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.