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.

MainForm.Designer.cs

Description du code

MainForm.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 MainForm
  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 Windows Form 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.components = new System.ComponentModel.Container();
  32. this.fastShortcutsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  33. this.mainFormToolTip = new System.Windows.Forms.ToolTip(this.components);
  34. this.consoleTS = new System.Windows.Forms.ToolStrip();
  35. this.dispConsTSB = new System.Windows.Forms.ToolStripButton();
  36. this.cleanConsoleTSB = new System.Windows.Forms.ToolStripButton();
  37. this.toolBarShortCuts = new be.gaudry.bibliobrol.view.controls.toolBars.ToolBarShortCutsControl();
  38. this.topTSP.SuspendLayout();
  39. this.consoleTS.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // topTSP
  43. //
  44. this.topTSP.Controls.Add(this.consoleTS);
  45. this.topTSP.Location = new System.Drawing.Point(58, 24);
  46. this.topTSP.Size = new System.Drawing.Size(358, 25);
  47. this.topTSP.Controls.SetChildIndex(this.consoleTS, 0);
  48. //
  49. // toolBarManagerControl
  50. //
  51. this.toolBarManagerControl.Location = new System.Drawing.Point(416, 24);
  52. this.toolBarManagerControl.Size = new System.Drawing.Size(200, 371);
  53. //
  54. // leftPanel
  55. //
  56. this.leftPanel.Location = new System.Drawing.Point(0, 24);
  57. this.leftPanel.Size = new System.Drawing.Size(58, 371);
  58. //
  59. // fastShortcutsTsMi
  60. //
  61. this.fastShortcutsTsMi.Name = "fastShortcutsTsMi";
  62. this.fastShortcutsTsMi.Size = new System.Drawing.Size(152, 22);
  63. this.fastShortcutsTsMi.Text = "&Accès rapide";
  64. //
  65. // consoleTS
  66. //
  67. this.consoleTS.Dock = System.Windows.Forms.DockStyle.None;
  68. this.consoleTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.dispConsTSB,
  70. this.cleanConsoleTSB});
  71. this.consoleTS.Location = new System.Drawing.Point(33, 0);
  72. this.consoleTS.Name = "consoleTS";
  73. this.consoleTS.Size = new System.Drawing.Size(58, 25);
  74. this.consoleTS.TabIndex = 2;
  75. this.consoleTS.Text = "Outils de la console";
  76. //
  77. // dispConsTSB
  78. //
  79. this.dispConsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  80. this.dispConsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolConsole;
  81. this.dispConsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  82. this.dispConsTSB.Name = "dispConsTSB";
  83. this.dispConsTSB.Size = new System.Drawing.Size(23, 22);
  84. this.dispConsTSB.Text = "Afficher la console";
  85. this.dispConsTSB.Click += new System.EventHandler(this.showHideConsole_Click);
  86. //
  87. // cleanConsoleTSB
  88. //
  89. this.cleanConsoleTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  90. this.cleanConsoleTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolConsoleClean;
  91. this.cleanConsoleTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  92. this.cleanConsoleTSB.Name = "cleanConsoleTSB";
  93. this.cleanConsoleTSB.Size = new System.Drawing.Size(23, 22);
  94. this.cleanConsoleTSB.Text = "Vider la console";
  95. //
  96. // toolBarShortCuts
  97. //
  98. this.toolBarShortCuts.Location = new System.Drawing.Point(158, 27);
  99. this.toolBarShortCuts.Name = "toolBarShortCuts";
  100. this.toolBarShortCuts.Size = new System.Drawing.Size(71, 468);
  101. this.toolBarShortCuts.TabIndex = 18;
  102. this.toolBarShortCuts.onShowWelcomeWizard_Click += new System.EventHandler(this.showWelcomeWizardAction);
  103. this.toolBarShortCuts.onShowExplorer_Click += new System.EventHandler(this.brolXplorerSearchTSB_Click);
  104. this.toolBarShortCuts.onShowPhotobrol_Click += new System.EventHandler(this.showPhotobrolTSB_Click);
  105. this.toolBarShortCuts.onShowStats_Click += new System.EventHandler(this.statsTSB_Click);
  106. this.toolBarShortCuts.onCheckUpdate_Click += new System.EventHandler(this.onShowUpdateForm_Click);
  107. this.toolBarShortCuts.onManageMediaBrols_Click += new System.EventHandler(this.mediabrolsTSB_Click);
  108. this.toolBarShortCuts.onManageActors_Click += new System.EventHandler(this.personsTSB_Click);
  109. this.toolBarShortCuts.onManageBrols_Click += new System.EventHandler(this.brolsTSB_Click);
  110. //
  111. // MainForm
  112. //
  113. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  115. this.ClientSize = new System.Drawing.Size(616, 417);
  116. this.Controls.Add(this.toolBarShortCuts);
  117. this.Name = "MainForm";
  118. this.Text = "BiblioBrol";
  119. this.Load += new System.EventHandler(this.MainForm_Load);
  120. this.Shown += new System.EventHandler(this.MainForm_Shown);
  121. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  122. this.Controls.SetChildIndex(this.toolBarManagerControl, 0);
  123. this.Controls.SetChildIndex(this.leftPanel, 0);
  124. this.Controls.SetChildIndex(this.topTSP, 0);
  125. this.Controls.SetChildIndex(this.toolBarShortCuts, 0);
  126. this.topTSP.ResumeLayout(false);
  127. this.topTSP.PerformLayout();
  128. this.consoleTS.ResumeLayout(false);
  129. this.consoleTS.PerformLayout();
  130. this.ResumeLayout(false);
  131. this.PerformLayout();
  132.  
  133. }
  134.  
  135. #endregion
  136.  
  137. private System.Windows.Forms.ToolStripMenuItem fastShortcutsTsMi;
  138. private System.Windows.Forms.ToolTip mainFormToolTip;
  139. private System.Windows.Forms.ToolStrip consoleTS;
  140. private System.Windows.Forms.ToolStripButton dispConsTSB;
  141. private System.Windows.Forms.ToolStripButton cleanConsoleTSB;
  142. private be.gaudry.bibliobrol.view.controls.toolBars.ToolBarShortCutsControl toolBarShortCuts;
  143. }
  144. }

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 octets1714945984 05/05/2024 23:53:04
| _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/MainForm.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.