Copy of MainForm.Designer.cs

Description du code

Copy of 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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  33. this.leftTSP = new System.Windows.Forms.ToolStripPanel();
  34. this.quickLaunchTS = new be.gaudry.view.controls.ToolStrip();
  35. this.personsTSB = new System.Windows.Forms.ToolStripButton();
  36. this.brolsTSB = new System.Windows.Forms.ToolStripButton();
  37. this.mediabrolsTSB = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
  39. this.statsTSB = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
  41. this.brolXplorerTSB = new System.Windows.Forms.ToolStripButton();
  42. this.showPhotobrolTSB = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
  44. this.welcomeWizardTSB = new System.Windows.Forms.ToolStripButton();
  45. this.updateTSB = new System.Windows.Forms.ToolStripButton();
  46. this.openOldMainFormTsBtn = new System.Windows.Forms.ToolStripButton();
  47. this.fastShortcutsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  48. this.mainFormToolTip = new System.Windows.Forms.ToolTip(this.components);
  49. this.consoleTS = new System.Windows.Forms.ToolStrip();
  50. this.cleanConsoleTSB = new System.Windows.Forms.ToolStripButton();
  51. this.dispConsTSB = new System.Windows.Forms.ToolStripButton();
  52. this.topTSP.SuspendLayout();
  53. this.leftTSP.SuspendLayout();
  54. this.quickLaunchTS.SuspendLayout();
  55. this.consoleTS.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // topTSP
  59. //
  60. this.topTSP.Controls.Add(this.consoleTS);
  61. this.topTSP.Size = new System.Drawing.Size(616, 25);
  62. this.topTSP.Controls.SetChildIndex(this.consoleTS, 0);
  63. //
  64. // dockPanel
  65. //
  66. this.dockPanel.Location = new System.Drawing.Point(52, 49);
  67. this.dockPanel.Size = new System.Drawing.Size(564, 344);
  68. //
  69. // leftTSP
  70. //
  71. this.leftTSP.Controls.Add(this.quickLaunchTS);
  72. this.leftTSP.Dock = System.Windows.Forms.DockStyle.Left;
  73. this.leftTSP.Location = new System.Drawing.Point(0, 49);
  74. this.leftTSP.Name = "leftTSP";
  75. this.leftTSP.Orientation = System.Windows.Forms.Orientation.Vertical;
  76. this.leftTSP.RowMargin = new System.Windows.Forms.Padding(0, 3, 0, 0);
  77. this.leftTSP.Size = new System.Drawing.Size(52, 344);
  78. //
  79. // quickLaunchTS
  80. //
  81. this.quickLaunchTS.Dock = System.Windows.Forms.DockStyle.None;
  82. this.quickLaunchTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  83. this.quickLaunchTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  84. this.personsTSB,
  85. this.brolsTSB,
  86. this.mediabrolsTSB,
  87. this.toolStripSeparator9,
  88. this.statsTSB,
  89. this.toolStripSeparator17,
  90. this.brolXplorerTSB,
  91. this.showPhotobrolTSB,
  92. this.toolStripSeparator7,
  93. this.welcomeWizardTSB,
  94. this.updateTSB,
  95. this.openOldMainFormTsBtn});
  96. this.quickLaunchTS.Location = new System.Drawing.Point(0, 0);
  97. this.quickLaunchTS.Name = "quickLaunchTS";
  98. this.quickLaunchTS.Padding = new System.Windows.Forms.Padding(0, 10, 1, 10);
  99. this.quickLaunchTS.Size = new System.Drawing.Size(52, 344);
  100. this.quickLaunchTS.Stretch = true;
  101. this.quickLaunchTS.TabIndex = 2;
  102. //
  103. // personsTSB
  104. //
  105. this.personsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  106. this.personsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.usersBtn32;
  107. this.personsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  108. this.personsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  109. this.personsTSB.Name = "personsTSB";
  110. this.personsTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  111. this.personsTSB.Size = new System.Drawing.Size(50, 38);
  112. this.personsTSB.Text = "Gestion des personnes";
  113. this.personsTSB.Click += new System.EventHandler(this.personsTSB_Click);
  114. //
  115. // brolsTSB
  116. //
  117. this.brolsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  118. this.brolsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBtn32;
  119. this.brolsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  120. this.brolsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  121. this.brolsTSB.Name = "brolsTSB";
  122. this.brolsTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  123. this.brolsTSB.Size = new System.Drawing.Size(50, 38);
  124. this.brolsTSB.Text = "Gestion des ouvrages";
  125. this.brolsTSB.Click += new System.EventHandler(this.brolsTSB_Click);
  126. //
  127. // mediabrolsTSB
  128. //
  129. this.mediabrolsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  130. this.mediabrolsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.mediabrolBtn32;
  131. this.mediabrolsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  132. this.mediabrolsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  133. this.mediabrolsTSB.Name = "mediabrolsTSB";
  134. this.mediabrolsTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  135. this.mediabrolsTSB.Size = new System.Drawing.Size(50, 38);
  136. this.mediabrolsTSB.Text = "Gestion des exemplaires";
  137. this.mediabrolsTSB.Click += new System.EventHandler(this.mediabrolsTSB_Click);
  138. //
  139. // toolStripSeparator9
  140. //
  141. this.toolStripSeparator9.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
  142. this.toolStripSeparator9.Name = "toolStripSeparator9";
  143. this.toolStripSeparator9.Size = new System.Drawing.Size(50, 6);
  144. //
  145. // statsTSB
  146. //
  147. this.statsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  148. this.statsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.statsBtn32;
  149. this.statsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  150. this.statsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  151. this.statsTSB.Name = "statsTSB";
  152. this.statsTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  153. this.statsTSB.Size = new System.Drawing.Size(50, 38);
  154. this.statsTSB.Text = "Statistiques";
  155. this.statsTSB.Click += new System.EventHandler(this.statsTSB_Click);
  156. //
  157. // toolStripSeparator17
  158. //
  159. this.toolStripSeparator17.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
  160. this.toolStripSeparator17.Name = "toolStripSeparator17";
  161. this.toolStripSeparator17.Size = new System.Drawing.Size(50, 6);
  162. //
  163. // brolXplorerTSB
  164. //
  165. this.brolXplorerTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  166. this.brolXplorerTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.eXplorerBtn32;
  167. this.brolXplorerTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  168. this.brolXplorerTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  169. this.brolXplorerTSB.Name = "brolXplorerTSB";
  170. this.brolXplorerTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  171. this.brolXplorerTSB.Size = new System.Drawing.Size(50, 38);
  172. this.brolXplorerTSB.Text = "BrolExplorateur";
  173. this.brolXplorerTSB.ToolTipText = "Ouvrir une fenêtre de l\'explorateur de media";
  174. this.brolXplorerTSB.Click += new System.EventHandler(this.brolXplorerTSB_Click);
  175. //
  176. // showPhotobrolTSB
  177. //
  178. this.showPhotobrolTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  179. this.showPhotobrolTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.editImageBtn32;
  180. this.showPhotobrolTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  181. this.showPhotobrolTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  182. this.showPhotobrolTSB.Name = "showPhotobrolTSB";
  183. this.showPhotobrolTSB.Size = new System.Drawing.Size(50, 36);
  184. this.showPhotobrolTSB.Text = "Ouvrir PhotoBrol (éditeur d\'images)";
  185. this.showPhotobrolTSB.Click += new System.EventHandler(this.showPhotobrolTSB_Click);
  186. //
  187. // toolStripSeparator7
  188. //
  189. this.toolStripSeparator7.Margin = new System.Windows.Forms.Padding(0, 5, 0, 5);
  190. this.toolStripSeparator7.Name = "toolStripSeparator7";
  191. this.toolStripSeparator7.Size = new System.Drawing.Size(50, 6);
  192. //
  193. // welcomeWizardTSB
  194. //
  195. this.welcomeWizardTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  196. this.welcomeWizardTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.wizardBtn32;
  197. this.welcomeWizardTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  198. this.welcomeWizardTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  199. this.welcomeWizardTSB.Name = "welcomeWizardTSB";
  200. this.welcomeWizardTSB.Padding = new System.Windows.Forms.Padding(0, 1, 15, 1);
  201. this.welcomeWizardTSB.Size = new System.Drawing.Size(51, 38);
  202. this.welcomeWizardTSB.Text = "Assistant de démarrage et de configuration";
  203. //
  204. // updateTSB
  205. //
  206. this.updateTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  207. this.updateTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.updateBtn32;
  208. this.updateTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  209. this.updateTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  210. this.updateTSB.Name = "updateTSB";
  211. this.updateTSB.Size = new System.Drawing.Size(36, 38);
  212. this.updateTSB.Text = "Mise à jour";
  213. //
  214. // openOldMainFormTsBtn
  215. //
  216. this.openOldMainFormTsBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  217. this.openOldMainFormTsBtn.Image = ((System.Drawing.Image)(resources.GetObject("openOldMainFormTsBtn.Image")));
  218. this.openOldMainFormTsBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
  219. this.openOldMainFormTsBtn.Name = "openOldMainFormTsBtn";
  220. this.openOldMainFormTsBtn.Size = new System.Drawing.Size(23, 38);
  221. this.openOldMainFormTsBtn.Text = "Old MainForm";
  222. this.openOldMainFormTsBtn.Click += new System.EventHandler(this.openOldMainFormTsBtn_Click);
  223. //
  224. // fastShortcutsTsMi
  225. //
  226. this.fastShortcutsTsMi.Name = "fastShortcutsTsMi";
  227. this.fastShortcutsTsMi.Size = new System.Drawing.Size(152, 22);
  228. this.fastShortcutsTsMi.Text = "&Accès rapide";
  229. //
  230. // consoleTS
  231. //
  232. this.consoleTS.Dock = System.Windows.Forms.DockStyle.None;
  233. this.consoleTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  234. this.dispConsTSB,
  235. this.cleanConsoleTSB});
  236. this.consoleTS.Location = new System.Drawing.Point(3, 0);
  237. this.consoleTS.Name = "consoleTS";
  238. this.consoleTS.Size = new System.Drawing.Size(58, 25);
  239. this.consoleTS.TabIndex = 2;
  240. this.consoleTS.Text = "Outils de la console";
  241. //
  242. // cleanConsoleTSB
  243. //
  244. this.cleanConsoleTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  245. this.cleanConsoleTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolConsoleClean;
  246. this.cleanConsoleTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  247. this.cleanConsoleTSB.Name = "cleanConsoleTSB";
  248. this.cleanConsoleTSB.Size = new System.Drawing.Size(23, 22);
  249. this.cleanConsoleTSB.Text = "Vider la console";
  250. //
  251. // dispConsTSB
  252. //
  253. this.dispConsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  254. this.dispConsTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolConsole;
  255. this.dispConsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  256. this.dispConsTSB.Name = "dispConsTSB";
  257. this.dispConsTSB.Size = new System.Drawing.Size(23, 22);
  258. this.dispConsTSB.Text = "Afficher la console";
  259. this.dispConsTSB.Click += new System.EventHandler(this.hideConsoleTSMenuItem_Click);
  260. //
  261. // MainForm
  262. //
  263. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  264. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  265. this.ClientSize = new System.Drawing.Size(616, 417);
  266. this.Controls.Add(this.leftTSP);
  267. this.Name = "MainForm";
  268. this.Text = "MainForm";
  269. this.Controls.SetChildIndex(this.topTSP, 0);
  270. this.Controls.SetChildIndex(this.leftTSP, 0);
  271. this.Controls.SetChildIndex(this.dockPanel, 0);
  272. this.topTSP.ResumeLayout(false);
  273. this.topTSP.PerformLayout();
  274. this.leftTSP.ResumeLayout(false);
  275. this.leftTSP.PerformLayout();
  276. this.quickLaunchTS.ResumeLayout(false);
  277. this.quickLaunchTS.PerformLayout();
  278. this.consoleTS.ResumeLayout(false);
  279. this.consoleTS.PerformLayout();
  280. this.ResumeLayout(false);
  281. this.PerformLayout();
  282.  
  283. }
  284.  
  285. #endregion
  286.  
  287. private System.Windows.Forms.ToolStripPanel leftTSP;
  288. private be.gaudry.view.controls.ToolStrip quickLaunchTS;
  289. private System.Windows.Forms.ToolStripButton personsTSB;
  290. private System.Windows.Forms.ToolStripButton brolsTSB;
  291. private System.Windows.Forms.ToolStripButton mediabrolsTSB;
  292. private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
  293. private System.Windows.Forms.ToolStripButton statsTSB;
  294. private System.Windows.Forms.ToolStripSeparator toolStripSeparator17;
  295. private System.Windows.Forms.ToolStripButton brolXplorerTSB;
  296. private System.Windows.Forms.ToolStripButton showPhotobrolTSB;
  297. private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
  298. private System.Windows.Forms.ToolStripButton welcomeWizardTSB;
  299. private System.Windows.Forms.ToolStripButton updateTSB;
  300. private System.Windows.Forms.ToolStripMenuItem fastShortcutsTsMi;
  301. private System.Windows.Forms.ToolStripButton openOldMainFormTsBtn;
  302. private System.Windows.Forms.ToolTip mainFormToolTip;
  303. private System.Windows.Forms.ToolStrip consoleTS;
  304. private System.Windows.Forms.ToolStripButton dispConsTSB;
  305. private System.Windows.Forms.ToolStripButton cleanConsoleTSB;
  306. }
  307. }

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 octets1727472553 27/09/2024 23:29:13
| _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.

Document créé le 16/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-bibliobrol-source-rf-view/Copy%20of%20MainForm.Designer.cs.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.