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.

OptionsForm.Designer.cs

Description du code

OptionsForm.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 OptionsForm
  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. System.Windows.Forms.TreeNode treeNode53 = new System.Windows.Forms.TreeNode("Répertoire");
  32. System.Windows.Forms.TreeNode treeNode54 = new System.Windows.Forms.TreeNode("Sélection du type");
  33. System.Windows.Forms.TreeNode treeNode55 = new System.Windows.Forms.TreeNode("Types présents");
  34. System.Windows.Forms.TreeNode treeNode56 = new System.Windows.Forms.TreeNode("Maintenance");
  35. System.Windows.Forms.TreeNode treeNode57 = new System.Windows.Forms.TreeNode("Persistance", new System.Windows.Forms.TreeNode[] {
  36. treeNode54,
  37. treeNode55,
  38. treeNode56});
  39. System.Windows.Forms.TreeNode treeNode58 = new System.Windows.Forms.TreeNode("Informations");
  40. System.Windows.Forms.TreeNode treeNode59 = new System.Windows.Forms.TreeNode("Modification");
  41. System.Windows.Forms.TreeNode treeNode60 = new System.Windows.Forms.TreeNode("Propriétaire", new System.Windows.Forms.TreeNode[] {
  42. treeNode58,
  43. treeNode59});
  44. System.Windows.Forms.TreeNode treeNode61 = new System.Windows.Forms.TreeNode("Notifications");
  45. System.Windows.Forms.TreeNode treeNode62 = new System.Windows.Forms.TreeNode("Memento");
  46. System.Windows.Forms.TreeNode treeNode63 = new System.Windows.Forms.TreeNode("Mises à jour");
  47. System.Windows.Forms.TreeNode treeNode64 = new System.Windows.Forms.TreeNode("Système");
  48. System.Windows.Forms.TreeNode treeNode65 = new System.Windows.Forms.TreeNode("Mise à jour et Infos", new System.Windows.Forms.TreeNode[] {
  49. treeNode63,
  50. treeNode64});
  51. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsForm));
  52. this.mainTLP = new System.Windows.Forms.TableLayoutPanel();
  53. this.genButtonsPanel = new System.Windows.Forms.Panel();
  54. this.cancelBtn = new System.Windows.Forms.Button();
  55. this.okBtn = new System.Windows.Forms.Button();
  56. this.mainSC = new System.Windows.Forms.SplitContainer();
  57. this.optionsTreeView = new System.Windows.Forms.TreeView();
  58. this.versionCtl = new be.gaudry.view.controls.VersionControl();
  59. this.prefsCtl = new be.gaudry.bibliobrol.view.controls.SelectConsoleVerboseControl();
  60. this.brolImgCtl = new be.gaudry.bibliobrol.view.controls.DirControl();
  61. this.persImgCtl = new be.gaudry.bibliobrol.view.controls.DirControl();
  62. this.appImgCtl = new be.gaudry.bibliobrol.view.controls.DirControl();
  63. this.persCtl = new be.gaudry.bibliobrol.view.controls.PersonInfoControl();
  64. this.persSelCtl = new be.gaudry.bibliobrol.view.controls.PersonSelectControl();
  65. this.infosCtl = new be.gaudry.bibliobrol.view.controls.InfoControl();
  66. this.dbSelCtl = new be.gaudry.bibliobrol.view.controls.DBSelectControl();
  67. this.todoCtl = new be.gaudry.bibliobrol.view.controls.TodoControl();
  68. this.sysInfoCtl = new be.gaudry.view.controls.SystemInfoControl();
  69. this.dataDirCtl = new be.gaudry.bibliobrol.view.controls.DirControl();
  70. this.mainTLP.SuspendLayout();
  71. this.genButtonsPanel.SuspendLayout();
  72. this.mainSC.Panel1.SuspendLayout();
  73. this.mainSC.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // mainTLP
  77. //
  78. this.mainTLP.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
  79. this.mainTLP.ColumnCount = 1;
  80. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  81. this.mainTLP.Controls.Add(this.genButtonsPanel, 0, 1);
  82. this.mainTLP.Controls.Add(this.mainSC, 0, 0);
  83. this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.mainTLP.Location = new System.Drawing.Point(0, 0);
  85. this.mainTLP.Name = "mainTLP";
  86. this.mainTLP.RowCount = 2;
  87. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  88. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  89. this.mainTLP.Size = new System.Drawing.Size(634, 382);
  90. this.mainTLP.TabIndex = 0;
  91. //
  92. // genButtonsPanel
  93. //
  94. this.genButtonsPanel.Controls.Add(this.cancelBtn);
  95. this.genButtonsPanel.Controls.Add(this.okBtn);
  96. this.genButtonsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.genButtonsPanel.Location = new System.Drawing.Point(5, 323);
  98. this.genButtonsPanel.Name = "genButtonsPanel";
  99. this.genButtonsPanel.Size = new System.Drawing.Size(624, 54);
  100. this.genButtonsPanel.TabIndex = 0;
  101. //
  102. // cancelBtn
  103. //
  104. this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  105. this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  106. this.cancelBtn.Location = new System.Drawing.Point(540, 22);
  107. this.cancelBtn.Name = "cancelBtn";
  108. this.cancelBtn.Size = new System.Drawing.Size(75, 23);
  109. this.cancelBtn.TabIndex = 1;
  110. this.cancelBtn.Text = "Annuler";
  111. this.cancelBtn.UseVisualStyleBackColor = true;
  112. this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
  113. //
  114. // okBtn
  115. //
  116. this.okBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  117. this.okBtn.DialogResult = System.Windows.Forms.DialogResult.OK;
  118. this.okBtn.Location = new System.Drawing.Point(459, 22);
  119. this.okBtn.Name = "okBtn";
  120. this.okBtn.Size = new System.Drawing.Size(75, 23);
  121. this.okBtn.TabIndex = 0;
  122. this.okBtn.Text = "Sauver";
  123. this.okBtn.UseVisualStyleBackColor = true;
  124. this.okBtn.Click += new System.EventHandler(this.okBtn_Click);
  125. //
  126. // mainSC
  127. //
  128. this.mainSC.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.mainSC.Location = new System.Drawing.Point(12, 12);
  130. this.mainSC.Margin = new System.Windows.Forms.Padding(10);
  131. this.mainSC.Name = "mainSC";
  132. //
  133. // mainSC.Panel1
  134. //
  135. this.mainSC.Panel1.Controls.Add(this.optionsTreeView);
  136. this.mainSC.Size = new System.Drawing.Size(610, 296);
  137. this.mainSC.SplitterDistance = 202;
  138. this.mainSC.TabIndex = 1;
  139. //
  140. // optionsTreeView
  141. //
  142. this.optionsTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.optionsTreeView.Location = new System.Drawing.Point(0, 0);
  144. this.optionsTreeView.Name = "optionsTreeView";
  145. treeNode53.Name = "brolDirNode";
  146. treeNode53.Text = "Répertoire";
  147. treeNode54.Name = "storageSelectionNode";
  148. treeNode54.Text = "Sélection du type";
  149. treeNode54.ToolTipText = "Sélection du type de persistance et paramètres associés (localisation de la db, e" +
  150. "tc.)";
  151. treeNode55.Name = "availableStoragesNode";
  152. treeNode55.Text = "Types présents";
  153. treeNode55.ToolTipText = "Juste à titre d\'information, les différentes bases de données présentes sur cette" +
  154. " machine.";
  155. treeNode56.Name = "storageOpsNode";
  156. treeNode56.Text = "Maintenance";
  157. treeNode56.ToolTipText = "Opérations de maintenance à réaliser sur la persistance (vider les informations, " +
  158. "effectuer une sauvegarde, optimiser, etc.)";
  159. treeNode57.Name = "storageNode";
  160. treeNode57.Text = "Persistance";
  161. treeNode57.ToolTipText = "Type de persistance utilisé pour stocker les informations de l\'application";
  162. treeNode58.Name = "ownerInfosNode";
  163. treeNode58.Text = "Informations";
  164. treeNode58.ToolTipText = "Informations générales sur le propriétaire de l\'application";
  165. treeNode59.Name = "ownerSelectNode";
  166. treeNode59.Text = "Modification";
  167. treeNode59.ToolTipText = "Changement de propriétaire";
  168. treeNode60.Name = "ownerNode";
  169. treeNode60.Text = "Propriétaire";
  170. treeNode60.ToolTipText = "Propriétaire de l\'application";
  171. treeNode61.Name = "prefsNode";
  172. treeNode61.Text = "Notifications";
  173. treeNode61.ToolTipText = "Sauvegarde des paramètres d\'utilisation de l\'application.";
  174. treeNode62.Name = "todoNode";
  175. treeNode62.Text = "Memento";
  176. treeNode63.Name = "updateNode";
  177. treeNode63.Text = "Mises à jour";
  178. treeNode64.Name = "sysInfoNode";
  179. treeNode64.Text = "Système";
  180. treeNode65.Name = "infosNode";
  181. treeNode65.Text = "Mise à jour et Infos";
  182. this.optionsTreeView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  183. treeNode53,
  184. treeNode57,
  185. treeNode60,
  186. treeNode61,
  187. treeNode62,
  188. treeNode65});
  189. this.optionsTreeView.Size = new System.Drawing.Size(202, 296);
  190. this.optionsTreeView.TabIndex = 0;
  191. this.optionsTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.optionsTreeView_NodeMouseClick);
  192. //
  193. // versionCtl
  194. //
  195. this.versionCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.versionCtl.Location = new System.Drawing.Point(0, 0);
  197. this.versionCtl.Name = "versionCtl";
  198. this.versionCtl.Size = new System.Drawing.Size(404, 296);
  199. this.versionCtl.TabIndex = 0;
  200. //
  201. // prefsCtl
  202. //
  203. this.prefsCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  204. this.prefsCtl.Location = new System.Drawing.Point(0, 0);
  205. this.prefsCtl.Name = "prefsCtl";
  206. this.prefsCtl.Size = new System.Drawing.Size(406, 302);
  207. this.prefsCtl.TabIndex = 0;
  208. //
  209. // brolImgCtl
  210. //
  211. this.brolImgCtl.DirTitle = "Répertoire de stockage des Répertoire de stockage des Répertoire de stockage des " +
  212. "Répertoire de stockage des Répertoire de stockage des Répertoires de stockages";
  213. this.brolImgCtl.Info = "infos";
  214. this.brolImgCtl.Location = new System.Drawing.Point(0, 0);
  215. this.brolImgCtl.Name = "brolImgCtl";
  216. this.brolImgCtl.Path = "chemin";
  217. this.brolImgCtl.Size = new System.Drawing.Size(400, 280);
  218. this.brolImgCtl.TabIndex = 0;
  219. //
  220. // persImgCtl
  221. //
  222. this.persImgCtl.DirTitle = "Répertoire de stockage des Répertoire de stockage des Répertoire de stockage des " +
  223. "Répertoire de stockage des Répertoire de stockage des Répertoires de stockages";
  224. this.persImgCtl.Info = "infos";
  225. this.persImgCtl.Location = new System.Drawing.Point(0, 0);
  226. this.persImgCtl.Name = "persImgCtl";
  227. this.persImgCtl.Path = "chemin";
  228. this.persImgCtl.Size = new System.Drawing.Size(400, 280);
  229. this.persImgCtl.TabIndex = 0;
  230. //
  231. // appImgCtl
  232. //
  233. this.appImgCtl.DirTitle = "Répertoire de stockage des Répertoire de stockage des Répertoire de stockage des " +
  234. "Répertoire de stockage des Répertoire de stockage des Répertoires de stockages";
  235. this.appImgCtl.Info = "infos";
  236. this.appImgCtl.Location = new System.Drawing.Point(0, 0);
  237. this.appImgCtl.Name = "appImgCtl";
  238. this.appImgCtl.Path = "chemin";
  239. this.appImgCtl.Size = new System.Drawing.Size(400, 280);
  240. this.appImgCtl.TabIndex = 0;
  241. //
  242. // persCtl
  243. //
  244. this.persCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this.persCtl.Location = new System.Drawing.Point(0, 0);
  246. this.persCtl.Name = "persCtl";
  247. this.persCtl.Size = new System.Drawing.Size(404, 296);
  248. this.persCtl.TabIndex = 0;
  249. //
  250. // persSelCtl
  251. //
  252. this.persSelCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  253. this.persSelCtl.Location = new System.Drawing.Point(0, 0);
  254. this.persSelCtl.Name = "persSelCtl";
  255. this.persSelCtl.SelectedRole = null;
  256. this.persSelCtl.Size = new System.Drawing.Size(404, 296);
  257. this.persSelCtl.TabIndex = 0;
  258. //
  259. // infosCtl
  260. //
  261. this.infosCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  262. this.infosCtl.Infos = "";
  263. this.infosCtl.InfosTitle = "Informations";
  264. this.infosCtl.InfosTitleBackColor = System.Drawing.SystemColors.Control;
  265. this.infosCtl.InfosTitleForeColor = System.Drawing.SystemColors.ControlText;
  266. this.infosCtl.Location = new System.Drawing.Point(0, 0);
  267. this.infosCtl.Name = "infosCtl";
  268. this.infosCtl.Size = new System.Drawing.Size(404, 296);
  269. this.infosCtl.TabIndex = 0;
  270. //
  271. // dbSelCtl
  272. //
  273. this.dbSelCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  274. this.dbSelCtl.Location = new System.Drawing.Point(0, 0);
  275. this.dbSelCtl.Name = "dbSelCtl";
  276. this.dbSelCtl.Size = new System.Drawing.Size(404, 296);
  277. this.dbSelCtl.TabIndex = 0;
  278. //
  279. // todoCtl
  280. //
  281. this.todoCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  282. this.todoCtl.Location = new System.Drawing.Point(0, 0);
  283. this.todoCtl.Name = "todoCtl";
  284. this.todoCtl.Size = new System.Drawing.Size(404, 296);
  285. this.todoCtl.TabIndex = 0;
  286. //
  287. // sysInfoCtl
  288. //
  289. this.sysInfoCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  290. this.sysInfoCtl.Location = new System.Drawing.Point(0, 0);
  291. this.sysInfoCtl.Name = "sysInfoCtl";
  292. this.sysInfoCtl.Size = new System.Drawing.Size(404, 296);
  293. this.sysInfoCtl.TabIndex = 0;
  294. //
  295. // dataDirCtl
  296. //
  297. this.dataDirCtl.DirTitle = "Répertoire de stockage des Répertoire de stockage des Répertoire de stockage des " +
  298. "Répertoire de stockage des Répertoire de stockage des ";
  299. this.dataDirCtl.Info = "infos";
  300. this.dataDirCtl.Location = new System.Drawing.Point(4, 3);
  301. this.dataDirCtl.Name = "dataDirCtl";
  302. this.dataDirCtl.Path = "chemin";
  303. this.dataDirCtl.Size = new System.Drawing.Size(400, 280);
  304. this.dataDirCtl.TabIndex = 0;
  305. //
  306. // OptionsForm
  307. //
  308. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  309. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  310. this.ClientSize = new System.Drawing.Size(634, 382);
  311. this.Controls.Add(this.mainTLP);
  312. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  313. this.Name = "OptionsForm";
  314. this.Text = "Options";
  315. this.mainTLP.ResumeLayout(false);
  316. this.genButtonsPanel.ResumeLayout(false);
  317. this.mainSC.Panel1.ResumeLayout(false);
  318. this.mainSC.ResumeLayout(false);
  319. this.ResumeLayout(false);
  320.  
  321. }
  322.  
  323. #endregion
  324.  
  325. private System.Windows.Forms.TableLayoutPanel mainTLP;
  326. private System.Windows.Forms.Panel genButtonsPanel;
  327. private System.Windows.Forms.Button cancelBtn;
  328. private System.Windows.Forms.Button okBtn;
  329. private System.Windows.Forms.SplitContainer mainSC;
  330. private System.Windows.Forms.TreeView optionsTreeView;
  331. private be.gaudry.bibliobrol.view.controls.SelectConsoleVerboseControl prefsCtl;
  332. private be.gaudry.bibliobrol.view.controls.DirControl brolImgCtl;
  333. private be.gaudry.bibliobrol.view.controls.DirControl persImgCtl;
  334. private be.gaudry.bibliobrol.view.controls.DirControl appImgCtl;
  335. private be.gaudry.bibliobrol.view.controls.PersonInfoControl persCtl;
  336. private be.gaudry.bibliobrol.view.controls.PersonSelectControl persSelCtl;
  337. private be.gaudry.bibliobrol.view.controls.InfoControl infosCtl;
  338. private be.gaudry.bibliobrol.view.controls.DBSelectControl dbSelCtl;
  339. private be.gaudry.bibliobrol.view.controls.TodoControl todoCtl;
  340. private be.gaudry.view.controls.VersionControl versionCtl;
  341. private be.gaudry.view.controls.SystemInfoControl sysInfoCtl;
  342. private be.gaudry.bibliobrol.view.controls.DirControl dataDirCtl;
  343.  
  344. }
  345. }

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 octets1718585124 17/06/2024 02:45:24
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/OptionsForm.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.