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.

DummyDoc.Designer.cs

Description du code

DummyDoc.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
  2. {
  3. partial class DummyDoc
  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. /// <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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DummyDoc));
  32. this.mainMenu = new System.Windows.Forms.MenuStrip();
  33. this.menuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  34. this.menuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  35. this.menuItemCheckTest = new System.Windows.Forms.ToolStripMenuItem();
  36. this.contextMenuTabPage = new System.Windows.Forms.ContextMenuStrip(this.components);
  37. this.menuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  38. this.menuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  39. this.menuItem5 = new System.Windows.Forms.ToolStripMenuItem();
  40. this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  41. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  42. this.mainMenu.SuspendLayout();
  43. this.contextMenuTabPage.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // mainMenu
  47. //
  48. this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  49. this.menuItem1});
  50. this.mainMenu.Location = new System.Drawing.Point(0, 4);
  51. this.mainMenu.Name = "mainMenu";
  52. this.mainMenu.Size = new System.Drawing.Size(448, 24);
  53. this.mainMenu.TabIndex = 1;
  54. this.mainMenu.Visible = false;
  55. //
  56. // menuItem1
  57. //
  58. this.menuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  59. this.menuItem2,
  60. this.menuItemCheckTest});
  61. this.menuItem1.MergeAction = System.Windows.Forms.MergeAction.Insert;
  62. this.menuItem1.MergeIndex = 1;
  63. this.menuItem1.Name = "menuItem1";
  64. this.menuItem1.Size = new System.Drawing.Size(89, 20);
  65. this.menuItem1.Text = "&MDI Document";
  66. //
  67. // menuItem2
  68. //
  69. this.menuItem2.Name = "menuItem2";
  70. this.menuItem2.Size = new System.Drawing.Size(127, 22);
  71. this.menuItem2.Text = "Test";
  72. this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
  73. //
  74. // menuItemCheckTest
  75. //
  76. this.menuItemCheckTest.Name = "menuItemCheckTest";
  77. this.menuItemCheckTest.Size = new System.Drawing.Size(127, 22);
  78. this.menuItemCheckTest.Text = "Check Test";
  79. this.menuItemCheckTest.Click += new System.EventHandler(this.menuItemCheckTest_Click);
  80. //
  81. // contextMenuTabPage
  82. //
  83. this.contextMenuTabPage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  84. this.menuItem3,
  85. this.menuItem4,
  86. this.menuItem5});
  87. this.contextMenuTabPage.Name = "contextMenuTabPage";
  88. this.contextMenuTabPage.Size = new System.Drawing.Size(116, 70);
  89. //
  90. // menuItem3
  91. //
  92. this.menuItem3.Name = "menuItem3";
  93. this.menuItem3.Size = new System.Drawing.Size(115, 22);
  94. this.menuItem3.Text = "Option &1";
  95. //
  96. // menuItem4
  97. //
  98. this.menuItem4.Name = "menuItem4";
  99. this.menuItem4.Size = new System.Drawing.Size(115, 22);
  100. this.menuItem4.Text = "Option &2";
  101. //
  102. // menuItem5
  103. //
  104. this.menuItem5.Name = "menuItem5";
  105. this.menuItem5.Size = new System.Drawing.Size(115, 22);
  106. this.menuItem5.Text = "Option &3";
  107. //
  108. // richTextBox1
  109. //
  110. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.richTextBox1.Location = new System.Drawing.Point(0, 4);
  112. this.richTextBox1.Name = "richTextBox1";
  113. this.richTextBox1.Size = new System.Drawing.Size(448, 389);
  114. this.richTextBox1.TabIndex = 2;
  115. this.richTextBox1.Text = "";
  116. //
  117. // DummyDoc
  118. //
  119. this.ClientSize = new System.Drawing.Size(448, 393);
  120. this.Controls.Add(this.richTextBox1);
  121. this.Controls.Add(this.mainMenu);
  122. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  123. this.MainMenuStrip = this.mainMenu;
  124. this.Name = "DummyDoc";
  125. this.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
  126. this.TabPageContextMenuStrip = this.contextMenuTabPage;
  127. this.mainMenu.ResumeLayout(false);
  128. this.mainMenu.PerformLayout();
  129. this.contextMenuTabPage.ResumeLayout(false);
  130. this.ResumeLayout(false);
  131. this.PerformLayout();
  132.  
  133. }
  134. #endregion
  135.  
  136. private System.Windows.Forms.MenuStrip mainMenu;
  137. private System.Windows.Forms.ToolStripMenuItem menuItem1;
  138. private System.Windows.Forms.ToolStripMenuItem menuItem2;
  139. private System.Windows.Forms.ContextMenuStrip contextMenuTabPage;
  140. private System.Windows.Forms.ToolStripMenuItem menuItem3;
  141. private System.Windows.Forms.ToolStripMenuItem menuItem4;
  142. private System.Windows.Forms.ToolStripMenuItem menuItem5;
  143. private System.Windows.Forms.ToolStripMenuItem menuItemCheckTest;
  144. private System.Windows.Forms.ToolTip toolTip;
  145. private System.Windows.Forms.RichTextBox richTextBox1;
  146. }
  147. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1713579918 20/04/2024 04:25:18
| _dialogs0 octets1541007195 31/10/2018 18:33:15
| _style0 octets1541007196 31/10/2018 18:33:16
| _utils0 octets1541007196 31/10/2018 18:33:16
| _controls0 octets1541007193 31/10/2018 18:33:13
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csDummyDoc.cs1.95 Ko31/10/2018 18:32:48-refusé-
Afficher le fichier .cs|.csIMDIParent.cs2.33 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csMDIChildForm.cs11.93 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csSplashForm.Designer.cs4.45 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csSourcesForm.Designer.cs8.14 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csDummyDoc.Designer.cs6.42 Ko31/10/2018 18:32:48-refusé-
Afficher le fichier .cs|.csSplashForm.cs1.02 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csMDIParentForm.cs13.52 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .resx|.resxSplashForm.resx5.68 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csMDIParentForm.MDIFeatures.cs14.33 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .resx|.resxMDIChildForm.resx5.68 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csTestForm.cs350 octets31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csSplasher.cs2.81 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .resx|.resxDummyDoc.resx7.02 Ko31/10/2018 18:32:48-refusé-
Afficher le fichier .cs|.csMDIParentForm.Designer.cs44.09 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .resx|.resxSourcesForm.resx41.87 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csSourcesForm.cs1.83 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csTestForm.Designer.cs1.15 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .resx|.resxMDIParentForm.resx42.14 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csMDIChildForm.Designer.cs1.46 Ko31/10/2018 18:32:49-refusé-
Afficher le fichier .cs|.csIMDIChild.cs151 octets31/10/2018 18:32:48-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 16/10/2009, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/cs-broldev-source-rf-view/DummyDoc.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.