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.

BrolForm.designer.cs

Description du code

BrolForm.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 BrolForm
  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. this.components = new System.ComponentModel.Container();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrolForm));
  33. this.editTT = new System.Windows.Forms.ToolTip(this.components);
  34. this.addBrolBtn = new System.Windows.Forms.Button();
  35. this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
  36. this.brolsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  37. this.fetchTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.deleteBrolTsMi = new System.Windows.Forms.ToolStripMenuItem();
  39. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  40. this.mainTS = new System.Windows.Forms.ToolStrip();
  41. this.editLoadTSBtn = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  43. this.brolTsLbl = new System.Windows.Forms.ToolStripSplitButton();
  44. this.insertBrolTSBtn = new System.Windows.Forms.ToolStripButton();
  45. this.editDelBrolTSBtn = new System.Windows.Forms.ToolStripButton();
  46. this.editSaveTSBtn = new System.Windows.Forms.ToolStripButton();
  47. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  48. this.addMediabrolTSBtn = new System.Windows.Forms.ToolStripButton();
  49. this.showMediabrolsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  50. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  51. this.brolFieldsTsSB = new System.Windows.Forms.ToolStripSplitButton();
  52. this.brolFieldIdTsMi = new System.Windows.Forms.ToolStripMenuItem();
  53. this.brolFieldDateTsMi = new System.Windows.Forms.ToolStripMenuItem();
  54. this.brolFieldSerieTsMi = new System.Windows.Forms.ToolStripMenuItem();
  55. this.brolSortTsSB = new System.Windows.Forms.ToolStripSplitButton();
  56. this.brolIdTsMi = new System.Windows.Forms.ToolStripMenuItem();
  57. this.brolSortTitleTsMi = new System.Windows.Forms.ToolStripMenuItem();
  58. this.brolSortSerieTsMi = new System.Windows.Forms.ToolStripMenuItem();
  59. this.refreshTsSB = new System.Windows.Forms.ToolStripSplitButton();
  60. this.refreshOnAddTsMi = new System.Windows.Forms.ToolStripMenuItem();
  61. this.refreshOnDeleteTsMi = new System.Windows.Forms.ToolStripMenuItem();
  62. this.refreshOnUpdateTsMi = new System.Windows.Forms.ToolStripMenuItem();
  63. this.printDGVTSB = new System.Windows.Forms.ToolStripButton();
  64. this.saveDGVTSB = new System.Windows.Forms.ToolStripButton();
  65. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  66. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  67. this.brolsAndTabsSC = new System.Windows.Forms.SplitContainer();
  68. this.brolsAndImgSC = new System.Windows.Forms.SplitContainer();
  69. this.brolsDGV = new System.Windows.Forms.DataGridView();
  70. this.dgvCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  71. this.printDGVCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  72. this.saveDGVCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  73. this.brolPB = new System.Windows.Forms.PictureBox();
  74. this.mediaTC = new System.Windows.Forms.TabControl();
  75. this.infoTP = new System.Windows.Forms.TabPage();
  76. this.brolInfoCtl = new be.gaudry.bibliobrol.view.controls.BrolInfoControl();
  77. this.editTP = new System.Windows.Forms.TabPage();
  78. this.editBrolTLP = new System.Windows.Forms.TableLayoutPanel();
  79. this.editBrolControl = new be.gaudry.bibliobrol.view.controls.BrolEditControl();
  80. this.panel1 = new System.Windows.Forms.Panel();
  81. this.duplicateBrolBtn = new System.Windows.Forms.Button();
  82. this.delBrolBtn = new System.Windows.Forms.Button();
  83. this.saveEditedBrolBtn = new System.Windows.Forms.Button();
  84. this.webInfoTP = new System.Windows.Forms.TabPage();
  85. this.multiWebInfoControl = new be.gaudry.bibliobrol.view.utils.MultiWebInfoControl();
  86. this.mainMenuStrip.SuspendLayout();
  87. this.mainTS.SuspendLayout();
  88. this.brolsAndTabsSC.Panel1.SuspendLayout();
  89. this.brolsAndTabsSC.Panel2.SuspendLayout();
  90. this.brolsAndTabsSC.SuspendLayout();
  91. this.brolsAndImgSC.Panel1.SuspendLayout();
  92. this.brolsAndImgSC.Panel2.SuspendLayout();
  93. this.brolsAndImgSC.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.brolsDGV)).BeginInit();
  95. this.dgvCMS.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.brolPB)).BeginInit();
  97. this.mediaTC.SuspendLayout();
  98. this.infoTP.SuspendLayout();
  99. this.editTP.SuspendLayout();
  100. this.editBrolTLP.SuspendLayout();
  101. this.panel1.SuspendLayout();
  102. this.webInfoTP.SuspendLayout();
  103. this.SuspendLayout();
  104. //
  105. // editTT
  106. //
  107. this.editTT.IsBalloon = true;
  108. this.editTT.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
  109. this.editTT.ToolTipTitle = "Gestion des media :";
  110. //
  111. // addBrolBtn
  112. //
  113. this.addBrolBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  114. this.addBrolBtn.Image = ((System.Drawing.Image)(resources.GetObject("addBrolBtn.Image")));
  115. this.addBrolBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  116. this.addBrolBtn.Location = new System.Drawing.Point(4, 4);
  117. this.addBrolBtn.Name = "addBrolBtn";
  118. this.addBrolBtn.Size = new System.Drawing.Size(73, 23);
  119. this.addBrolBtn.TabIndex = 21;
  120. this.addBrolBtn.Text = "Nouveau";
  121. this.addBrolBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  122. this.editTT.SetToolTip(this.addBrolBtn, "Ajouter un nouvel élément");
  123. this.addBrolBtn.UseVisualStyleBackColor = true;
  124. this.addBrolBtn.Click += new System.EventHandler(this.onAddBrol_Click);
  125. //
  126. // mainMenuStrip
  127. //
  128. this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  129. this.brolsTsMi});
  130. this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
  131. this.mainMenuStrip.Name = "mainMenuStrip";
  132. this.mainMenuStrip.Size = new System.Drawing.Size(707, 24);
  133. this.mainMenuStrip.TabIndex = 3;
  134. this.mainMenuStrip.Text = "Gestion des media";
  135. //
  136. // brolsTsMi
  137. //
  138. this.brolsTsMi.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  139. this.fetchTSMenuItem,
  140. this.deleteBrolTsMi,
  141. this.toolStripSeparator5});
  142. this.brolsTsMi.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
  143. this.brolsTsMi.MergeIndex = 1;
  144. this.brolsTsMi.Name = "brolsTsMi";
  145. this.brolsTsMi.Size = new System.Drawing.Size(66, 20);
  146. this.brolsTsMi.Text = "&Ouvrages";
  147. //
  148. // fetchTSMenuItem
  149. //
  150. this.fetchTSMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fetchTSMenuItem.Image")));
  151. this.fetchTSMenuItem.Name = "fetchTSMenuItem";
  152. this.fetchTSMenuItem.Size = new System.Drawing.Size(180, 22);
  153. this.fetchTSMenuItem.Text = "Charger";
  154. this.fetchTSMenuItem.ToolTipText = "Sélectionner le type des media à utiliser";
  155. this.fetchTSMenuItem.Visible = false;
  156. //
  157. // deleteBrolTsMi
  158. //
  159. this.deleteBrolTsMi.Image = ((System.Drawing.Image)(resources.GetObject("deleteBrolTsMi.Image")));
  160. this.deleteBrolTsMi.Name = "deleteBrolTsMi";
  161. this.deleteBrolTsMi.Size = new System.Drawing.Size(180, 22);
  162. this.deleteBrolTsMi.Text = "Supprimer l\'ouvrage";
  163. this.deleteBrolTsMi.Click += new System.EventHandler(this.onDeleteBrol_Click);
  164. //
  165. // toolStripSeparator5
  166. //
  167. this.toolStripSeparator5.Name = "toolStripSeparator5";
  168. this.toolStripSeparator5.Size = new System.Drawing.Size(177, 6);
  169. //
  170. // mainTS
  171. //
  172. this.mainTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  173. this.editLoadTSBtn,
  174. this.toolStripSeparator2,
  175. this.brolTsLbl,
  176. this.toolStripSeparator1,
  177. this.brolFieldsTsSB,
  178. this.brolSortTsSB,
  179. this.refreshTsSB,
  180. this.printDGVTSB,
  181. this.saveDGVTSB,
  182. this.toolStripSeparator4});
  183. this.mainTS.Location = new System.Drawing.Point(0, 24);
  184. this.mainTS.Name = "mainTS";
  185. this.mainTS.Size = new System.Drawing.Size(707, 25);
  186. this.mainTS.TabIndex = 0;
  187. //
  188. // editLoadTSBtn
  189. //
  190. this.editLoadTSBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  191. this.editLoadTSBtn.Enabled = false;
  192. this.editLoadTSBtn.Image = ((System.Drawing.Image)(resources.GetObject("editLoadTSBtn.Image")));
  193. this.editLoadTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
  194. this.editLoadTSBtn.Name = "editLoadTSBtn";
  195. this.editLoadTSBtn.Size = new System.Drawing.Size(23, 22);
  196. this.editLoadTSBtn.Text = "Charger le media sélectionné dans le panneau de gauche pour le modifier. Ce bouto" +
  197. "n permet aussi de relire les informations depuis le système de persistance.";
  198. this.editLoadTSBtn.Click += new System.EventHandler(this.editLoadBtn_Click);
  199. //
  200. // toolStripSeparator2
  201. //
  202. this.toolStripSeparator2.Name = "toolStripSeparator2";
  203. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  204. //
  205. // brolTsLbl
  206. //
  207. this.brolTsLbl.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  208. this.insertBrolTSBtn,
  209. this.editDelBrolTSBtn,
  210. this.editSaveTSBtn,
  211. this.toolStripSeparator3,
  212. this.addMediabrolTSBtn,
  213. this.showMediabrolsTsMi});
  214. this.brolTsLbl.Enabled = false;
  215. this.brolTsLbl.Name = "brolTsLbl";
  216. this.brolTsLbl.Size = new System.Drawing.Size(65, 22);
  217. this.brolTsLbl.Text = "Ouvrage";
  218. //
  219. // insertBrolTSBtn
  220. //
  221. this.insertBrolTSBtn.Image = ((System.Drawing.Image)(resources.GetObject("insertBrolTSBtn.Image")));
  222. this.insertBrolTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
  223. this.insertBrolTSBtn.Name = "insertBrolTSBtn";
  224. this.insertBrolTSBtn.Size = new System.Drawing.Size(156, 20);
  225. this.insertBrolTSBtn.Text = "Ajouter un nouvel ouvrage";
  226. this.insertBrolTSBtn.Click += new System.EventHandler(this.onAddBrol_Click);
  227. //
  228. // editDelBrolTSBtn
  229. //
  230. this.editDelBrolTSBtn.Image = ((System.Drawing.Image)(resources.GetObject("editDelBrolTSBtn.Image")));
  231. this.editDelBrolTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
  232. this.editDelBrolTSBtn.Name = "editDelBrolTSBtn";
  233. this.editDelBrolTSBtn.Size = new System.Drawing.Size(166, 20);
  234. this.editDelBrolTSBtn.Text = "Supprimer l\'ouvrage en cours";
  235. this.editDelBrolTSBtn.ToolTipText = "Supprimer l\'élément sélectionné";
  236. this.editDelBrolTSBtn.Click += new System.EventHandler(this.onDeleteBrol_Click);
  237. //
  238. // editSaveTSBtn
  239. //
  240. this.editSaveTSBtn.Image = ((System.Drawing.Image)(resources.GetObject("editSaveTSBtn.Image")));
  241. this.editSaveTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
  242. this.editSaveTSBtn.Name = "editSaveTSBtn";
  243. this.editSaveTSBtn.Size = new System.Drawing.Size(152, 20);
  244. this.editSaveTSBtn.Text = "Sauver l\'ouvrage en cours";
  245. this.editSaveTSBtn.ToolTipText = "Sauver les modifications";
  246. this.editSaveTSBtn.Click += new System.EventHandler(this.saveEditedBrolBtn_Click);
  247. //
  248. // toolStripSeparator3
  249. //
  250. this.toolStripSeparator3.Name = "toolStripSeparator3";
  251. this.toolStripSeparator3.Size = new System.Drawing.Size(223, 6);
  252. //
  253. // addMediabrolTSBtn
  254. //
  255. this.addMediabrolTSBtn.Image = ((System.Drawing.Image)(resources.GetObject("addMediabrolTSBtn.Image")));
  256. this.addMediabrolTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
  257. this.addMediabrolTSBtn.Name = "addMediabrolTSBtn";
  258. this.addMediabrolTSBtn.Size = new System.Drawing.Size(154, 20);
  259. this.addMediabrolTSBtn.Text = "Ajouter comme exemplaire";
  260. this.addMediabrolTSBtn.Click += new System.EventHandler(this.addMediabrolTSBtn_Click);
  261. //
  262. // showMediabrolsTsMi
  263. //
  264. this.showMediabrolsTsMi.Name = "showMediabrolsTsMi";
  265. this.showMediabrolsTsMi.Size = new System.Drawing.Size(226, 22);
  266. this.showMediabrolsTsMi.Text = "Consulter les exemplaires";
  267. this.showMediabrolsTsMi.Click += new System.EventHandler(this.showMediabrolsTsMi_Click);
  268. //
  269. // toolStripSeparator1
  270. //
  271. this.toolStripSeparator1.Name = "toolStripSeparator1";
  272. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  273. //
  274. // brolFieldsTsSB
  275. //
  276. this.brolFieldsTsSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  277. this.brolFieldsTsSB.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  278. this.brolFieldIdTsMi,
  279. this.brolFieldDateTsMi,
  280. this.brolFieldSerieTsMi});
  281. this.brolFieldsTsSB.Enabled = false;
  282. this.brolFieldsTsSB.Image = ((System.Drawing.Image)(resources.GetObject("brolFieldsTsSB.Image")));
  283. this.brolFieldsTsSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  284. this.brolFieldsTsSB.Name = "brolFieldsTsSB";
  285. this.brolFieldsTsSB.Size = new System.Drawing.Size(116, 22);
  286. this.brolFieldsTsSB.Text = "Colonnes à afficher";
  287. this.brolFieldsTsSB.ToolTipText = "Champs à afficher dans la table des ouvrages";
  288. //
  289. // brolFieldIdTsMi
  290. //
  291. this.brolFieldIdTsMi.Checked = true;
  292. this.brolFieldIdTsMi.CheckOnClick = true;
  293. this.brolFieldIdTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  294. this.brolFieldIdTsMi.Name = "brolFieldIdTsMi";
  295. this.brolFieldIdTsMi.Size = new System.Drawing.Size(135, 22);
  296. this.brolFieldIdTsMi.Text = "Identifiant";
  297. this.brolFieldIdTsMi.Click += new System.EventHandler(this.brolFieldIdTsMi_Click);
  298. //
  299. // brolFieldDateTsMi
  300. //
  301. this.brolFieldDateTsMi.CheckOnClick = true;
  302. this.brolFieldDateTsMi.Name = "brolFieldDateTsMi";
  303. this.brolFieldDateTsMi.Size = new System.Drawing.Size(135, 22);
  304. this.brolFieldDateTsMi.Text = "Date";
  305. this.brolFieldDateTsMi.Click += new System.EventHandler(this.brolFieldDateTsMi_Click);
  306. //
  307. // brolFieldSerieTsMi
  308. //
  309. this.brolFieldSerieTsMi.Checked = true;
  310. this.brolFieldSerieTsMi.CheckOnClick = true;
  311. this.brolFieldSerieTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  312. this.brolFieldSerieTsMi.Name = "brolFieldSerieTsMi";
  313. this.brolFieldSerieTsMi.Size = new System.Drawing.Size(135, 22);
  314. this.brolFieldSerieTsMi.Text = "Série(s)";
  315. this.brolFieldSerieTsMi.Click += new System.EventHandler(this.brolFieldSerieTsMi_Click);
  316. //
  317. // brolSortTsSB
  318. //
  319. this.brolSortTsSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  320. this.brolSortTsSB.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  321. this.brolIdTsMi,
  322. this.brolSortTitleTsMi,
  323. this.brolSortSerieTsMi});
  324. this.brolSortTsSB.Enabled = false;
  325. this.brolSortTsSB.Image = ((System.Drawing.Image)(resources.GetObject("brolSortTsSB.Image")));
  326. this.brolSortTsSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  327. this.brolSortTsSB.Name = "brolSortTsSB";
  328. this.brolSortTsSB.Size = new System.Drawing.Size(45, 22);
  329. this.brolSortTsSB.Text = "Trier";
  330. this.brolSortTsSB.ToolTipText = "Sélectionner la colonne à trier";
  331. //
  332. // brolIdTsMi
  333. //
  334. this.brolIdTsMi.CheckOnClick = true;
  335. this.brolIdTsMi.Name = "brolIdTsMi";
  336. this.brolIdTsMi.Size = new System.Drawing.Size(135, 22);
  337. this.brolIdTsMi.Text = "Identifiant";
  338. this.brolIdTsMi.Click += new System.EventHandler(this.brolIdTsMi_Click);
  339. //
  340. // brolSortTitleTsMi
  341. //
  342. this.brolSortTitleTsMi.CheckOnClick = true;
  343. this.brolSortTitleTsMi.Name = "brolSortTitleTsMi";
  344. this.brolSortTitleTsMi.Size = new System.Drawing.Size(135, 22);
  345. this.brolSortTitleTsMi.Text = "Titre";
  346. this.brolSortTitleTsMi.Click += new System.EventHandler(this.brolSortTitleTsMi_Click);
  347. //
  348. // brolSortSerieTsMi
  349. //
  350. this.brolSortSerieTsMi.Checked = true;
  351. this.brolSortSerieTsMi.CheckOnClick = true;
  352. this.brolSortSerieTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  353. this.brolSortSerieTsMi.Name = "brolSortSerieTsMi";
  354. this.brolSortSerieTsMi.Size = new System.Drawing.Size(135, 22);
  355. this.brolSortSerieTsMi.Text = "Série(s)";
  356. this.brolSortSerieTsMi.Click += new System.EventHandler(this.brolSortSerieTsMi_Click);
  357. //
  358. // refreshTsSB
  359. //
  360. this.refreshTsSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  361. this.refreshTsSB.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  362. this.refreshOnAddTsMi,
  363. this.refreshOnDeleteTsMi,
  364. this.refreshOnUpdateTsMi});
  365. this.refreshTsSB.Enabled = false;
  366. this.refreshTsSB.Image = ((System.Drawing.Image)(resources.GetObject("refreshTsSB.Image")));
  367. this.refreshTsSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  368. this.refreshTsSB.Name = "refreshTsSB";
  369. this.refreshTsSB.Size = new System.Drawing.Size(105, 22);
  370. this.refreshTsSB.Text = "Rafraîchissement";
  371. //
  372. // refreshOnAddTsMi
  373. //
  374. this.refreshOnAddTsMi.Checked = true;
  375. this.refreshOnAddTsMi.CheckOnClick = true;
  376. this.refreshOnAddTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  377. this.refreshOnAddTsMi.Name = "refreshOnAddTsMi";
  378. this.refreshOnAddTsMi.Size = new System.Drawing.Size(191, 22);
  379. this.refreshOnAddTsMi.Text = "En cas d\'ajout";
  380. this.refreshOnAddTsMi.ToolTipText = "Mettre à jour la table des ouvrages en cas d\'ajout d\'un ouvrage";
  381. //
  382. // refreshOnDeleteTsMi
  383. //
  384. this.refreshOnDeleteTsMi.Checked = true;
  385. this.refreshOnDeleteTsMi.CheckOnClick = true;
  386. this.refreshOnDeleteTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  387. this.refreshOnDeleteTsMi.Name = "refreshOnDeleteTsMi";
  388. this.refreshOnDeleteTsMi.Size = new System.Drawing.Size(191, 22);
  389. this.refreshOnDeleteTsMi.Text = "En cas de suppression";
  390. this.refreshOnDeleteTsMi.ToolTipText = "Mettre à jour la table des ouvrages en cas de suppression d\'un ouvrage";
  391. //
  392. // refreshOnUpdateTsMi
  393. //
  394. this.refreshOnUpdateTsMi.CheckOnClick = true;
  395. this.refreshOnUpdateTsMi.Name = "refreshOnUpdateTsMi";
  396. this.refreshOnUpdateTsMi.Size = new System.Drawing.Size(191, 22);
  397. this.refreshOnUpdateTsMi.Text = "En cas de modification";
  398. this.refreshOnUpdateTsMi.ToolTipText = "Mettre à jour la table des ouvrages en cas de modification d\'un ouvrage";
  399. //
  400. // printDGVTSB
  401. //
  402. this.printDGVTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  403. this.printDGVTSB.Enabled = false;
  404. this.printDGVTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.PrintHS;
  405. this.printDGVTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  406. this.printDGVTSB.Name = "printDGVTSB";
  407. this.printDGVTSB.Size = new System.Drawing.Size(23, 22);
  408. this.printDGVTSB.Text = "Imprimer la liste";
  409. this.printDGVTSB.Click += new System.EventHandler(this.printDGVAction);
  410. //
  411. // saveDGVTSB
  412. //
  413. this.saveDGVTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  414. this.saveDGVTSB.Enabled = false;
  415. this.saveDGVTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  416. this.saveDGVTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  417. this.saveDGVTSB.Name = "saveDGVTSB";
  418. this.saveDGVTSB.Size = new System.Drawing.Size(23, 22);
  419. this.saveDGVTSB.Text = "Sauver la liste";
  420. this.saveDGVTSB.Click += new System.EventHandler(this.saveDGVAction);
  421. //
  422. // toolStripSeparator4
  423. //
  424. this.toolStripSeparator4.Name = "toolStripSeparator4";
  425. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  426. //
  427. // statusStrip1
  428. //
  429. this.statusStrip1.Location = new System.Drawing.Point(0, 483);
  430. this.statusStrip1.Name = "statusStrip1";
  431. this.statusStrip1.Size = new System.Drawing.Size(707, 22);
  432. this.statusStrip1.TabIndex = 1;
  433. this.statusStrip1.Text = "statusStrip1";
  434. //
  435. // brolsAndTabsSC
  436. //
  437. this.brolsAndTabsSC.Dock = System.Windows.Forms.DockStyle.Fill;
  438. this.brolsAndTabsSC.Location = new System.Drawing.Point(0, 49);
  439. this.brolsAndTabsSC.Name = "brolsAndTabsSC";
  440. //
  441. // brolsAndTabsSC.Panel1
  442. //
  443. this.brolsAndTabsSC.Panel1.Controls.Add(this.brolsAndImgSC);
  444. //
  445. // brolsAndTabsSC.Panel2
  446. //
  447. this.brolsAndTabsSC.Panel2.Controls.Add(this.mediaTC);
  448. this.brolsAndTabsSC.Size = new System.Drawing.Size(707, 434);
  449. this.brolsAndTabsSC.SplitterDistance = 239;
  450. this.brolsAndTabsSC.TabIndex = 4;
  451. //
  452. // brolsAndImgSC
  453. //
  454. this.brolsAndImgSC.Dock = System.Windows.Forms.DockStyle.Fill;
  455. this.brolsAndImgSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  456. this.brolsAndImgSC.IsSplitterFixed = true;
  457. this.brolsAndImgSC.Location = new System.Drawing.Point(0, 0);
  458. this.brolsAndImgSC.Name = "brolsAndImgSC";
  459. this.brolsAndImgSC.Orientation = System.Windows.Forms.Orientation.Horizontal;
  460. //
  461. // brolsAndImgSC.Panel1
  462. //
  463. this.brolsAndImgSC.Panel1.Controls.Add(this.brolsDGV);
  464. //
  465. // brolsAndImgSC.Panel2
  466. //
  467. this.brolsAndImgSC.Panel2.Controls.Add(this.brolPB);
  468. this.brolsAndImgSC.Size = new System.Drawing.Size(239, 434);
  469. this.brolsAndImgSC.SplitterDistance = 315;
  470. this.brolsAndImgSC.TabIndex = 1;
  471. //
  472. // brolsDGV
  473. //
  474. this.brolsDGV.AllowUserToAddRows = false;
  475. this.brolsDGV.AllowUserToDeleteRows = false;
  476. this.brolsDGV.BackgroundColor = System.Drawing.SystemColors.Control;
  477. this.brolsDGV.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  478. this.brolsDGV.ContextMenuStrip = this.dgvCMS;
  479. this.brolsDGV.Dock = System.Windows.Forms.DockStyle.Fill;
  480. this.brolsDGV.GridColor = System.Drawing.Color.SlateGray;
  481. this.brolsDGV.Location = new System.Drawing.Point(0, 0);
  482. this.brolsDGV.MultiSelect = false;
  483. this.brolsDGV.Name = "brolsDGV";
  484. this.brolsDGV.ReadOnly = true;
  485. this.brolsDGV.RowHeadersVisible = false;
  486. this.brolsDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  487. this.brolsDGV.Size = new System.Drawing.Size(239, 315);
  488. this.brolsDGV.TabIndex = 0;
  489. this.brolsDGV.Visible = false;
  490. this.brolsDGV.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.brolsDGV_CellClick);
  491. this.brolsDGV.SelectionChanged += new System.EventHandler(this.brolsDGV_SelectionChanged);
  492. //
  493. // dgvCMS
  494. //
  495. this.dgvCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  496. this.printDGVCTsMi,
  497. this.saveDGVCTsMi});
  498. this.dgvCMS.Name = "dgvCMS";
  499. this.dgvCMS.Size = new System.Drawing.Size(161, 48);
  500. this.dgvCMS.Text = "Liste d\'ouvrages";
  501. //
  502. // printDGVCTsMi
  503. //
  504. this.printDGVCTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.PrintHS;
  505. this.printDGVCTsMi.Name = "printDGVCTsMi";
  506. this.printDGVCTsMi.Size = new System.Drawing.Size(160, 22);
  507. this.printDGVCTsMi.Text = "Imprimer la liste";
  508. this.printDGVCTsMi.Click += new System.EventHandler(this.printDGVAction);
  509. //
  510. // saveDGVCTsMi
  511. //
  512. this.saveDGVCTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  513. this.saveDGVCTsMi.Name = "saveDGVCTsMi";
  514. this.saveDGVCTsMi.Size = new System.Drawing.Size(160, 22);
  515. this.saveDGVCTsMi.Text = "Sauver la liste";
  516. this.saveDGVCTsMi.Click += new System.EventHandler(this.saveDGVAction);
  517. //
  518. // brolPB
  519. //
  520. this.brolPB.Dock = System.Windows.Forms.DockStyle.Fill;
  521. this.brolPB.Image = ((System.Drawing.Image)(resources.GetObject("brolPB.Image")));
  522. this.brolPB.Location = new System.Drawing.Point(0, 0);
  523. this.brolPB.Name = "brolPB";
  524. this.brolPB.Size = new System.Drawing.Size(239, 115);
  525. this.brolPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  526. this.brolPB.TabIndex = 0;
  527. this.brolPB.TabStop = false;
  528. //
  529. // mediaTC
  530. //
  531. this.mediaTC.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
  532. this.mediaTC.Controls.Add(this.infoTP);
  533. this.mediaTC.Controls.Add(this.editTP);
  534. this.mediaTC.Controls.Add(this.webInfoTP);
  535. this.mediaTC.Dock = System.Windows.Forms.DockStyle.Fill;
  536. this.mediaTC.Location = new System.Drawing.Point(0, 0);
  537. this.mediaTC.Name = "mediaTC";
  538. this.mediaTC.SelectedIndex = 0;
  539. this.mediaTC.Size = new System.Drawing.Size(464, 434);
  540. this.mediaTC.TabIndex = 1;
  541. //
  542. // infoTP
  543. //
  544. this.infoTP.Controls.Add(this.brolInfoCtl);
  545. this.infoTP.Location = new System.Drawing.Point(4, 25);
  546. this.infoTP.Name = "infoTP";
  547. this.infoTP.Padding = new System.Windows.Forms.Padding(3);
  548. this.infoTP.Size = new System.Drawing.Size(456, 405);
  549. this.infoTP.TabIndex = 0;
  550. this.infoTP.Text = "Infos";
  551. this.infoTP.UseVisualStyleBackColor = true;
  552. //
  553. // brolInfoCtl
  554. //
  555. this.brolInfoCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  556. this.brolInfoCtl.Location = new System.Drawing.Point(3, 3);
  557. this.brolInfoCtl.Name = "brolInfoCtl";
  558. this.brolInfoCtl.Size = new System.Drawing.Size(450, 399);
  559. this.brolInfoCtl.TabIndex = 0;
  560. this.brolInfoCtl.Visible = false;
  561. //
  562. // editTP
  563. //
  564. this.editTP.Controls.Add(this.editBrolTLP);
  565. this.editTP.Location = new System.Drawing.Point(4, 25);
  566. this.editTP.Name = "editTP";
  567. this.editTP.Padding = new System.Windows.Forms.Padding(3);
  568. this.editTP.Size = new System.Drawing.Size(456, 405);
  569. this.editTP.TabIndex = 5;
  570. this.editTP.Text = "Edition";
  571. this.editTP.UseVisualStyleBackColor = true;
  572. //
  573. // editBrolTLP
  574. //
  575. this.editBrolTLP.ColumnCount = 1;
  576. this.editBrolTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  577. this.editBrolTLP.Controls.Add(this.editBrolControl, 0, 0);
  578. this.editBrolTLP.Controls.Add(this.panel1, 0, 1);
  579. this.editBrolTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  580. this.editBrolTLP.Location = new System.Drawing.Point(3, 3);
  581. this.editBrolTLP.Name = "editBrolTLP";
  582. this.editBrolTLP.RowCount = 2;
  583. this.editBrolTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  584. this.editBrolTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
  585. this.editBrolTLP.Size = new System.Drawing.Size(450, 399);
  586. this.editBrolTLP.TabIndex = 1;
  587. //
  588. // editBrolControl
  589. //
  590. this.editBrolControl.AllowDrop = true;
  591. this.editBrolControl.Dock = System.Windows.Forms.DockStyle.Fill;
  592. this.editBrolControl.Location = new System.Drawing.Point(3, 3);
  593. this.editBrolControl.Name = "editBrolControl";
  594. this.editBrolControl.Size = new System.Drawing.Size(444, 358);
  595. this.editBrolControl.TabIndex = 0;
  596. //
  597. // panel1
  598. //
  599. this.panel1.Controls.Add(this.duplicateBrolBtn);
  600. this.panel1.Controls.Add(this.addBrolBtn);
  601. this.panel1.Controls.Add(this.delBrolBtn);
  602. this.panel1.Controls.Add(this.saveEditedBrolBtn);
  603. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  604. this.panel1.Location = new System.Drawing.Point(3, 367);
  605. this.panel1.Name = "panel1";
  606. this.panel1.Size = new System.Drawing.Size(444, 29);
  607. this.panel1.TabIndex = 1;
  608. //
  609. // duplicateBrolBtn
  610. //
  611. this.duplicateBrolBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  612. this.duplicateBrolBtn.Image = ((System.Drawing.Image)(resources.GetObject("duplicateBrolBtn.Image")));
  613. this.duplicateBrolBtn.Location = new System.Drawing.Point(83, 4);
  614. this.duplicateBrolBtn.Name = "duplicateBrolBtn";
  615. this.duplicateBrolBtn.Size = new System.Drawing.Size(91, 23);
  616. this.duplicateBrolBtn.TabIndex = 22;
  617. this.duplicateBrolBtn.Text = "Dupliquer";
  618. this.duplicateBrolBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  619. this.duplicateBrolBtn.UseVisualStyleBackColor = true;
  620. this.duplicateBrolBtn.Click += new System.EventHandler(this.onDuplicateBrol_Click);
  621. //
  622. // delBrolBtn
  623. //
  624. this.delBrolBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  625. this.delBrolBtn.Image = ((System.Drawing.Image)(resources.GetObject("delBrolBtn.Image")));
  626. this.delBrolBtn.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
  627. this.delBrolBtn.Location = new System.Drawing.Point(270, 4);
  628. this.delBrolBtn.Name = "delBrolBtn";
  629. this.delBrolBtn.Size = new System.Drawing.Size(90, 23);
  630. this.delBrolBtn.TabIndex = 3;
  631. this.delBrolBtn.Text = "Supprimer";
  632. this.delBrolBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  633. this.delBrolBtn.UseVisualStyleBackColor = true;
  634. this.delBrolBtn.Click += new System.EventHandler(this.onDeleteBrol_Click);
  635. //
  636. // saveEditedBrolBtn
  637. //
  638. this.saveEditedBrolBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  639. this.saveEditedBrolBtn.Image = ((System.Drawing.Image)(resources.GetObject("saveEditedBrolBtn.Image")));
  640. this.saveEditedBrolBtn.Location = new System.Drawing.Point(366, 4);
  641. this.saveEditedBrolBtn.Name = "saveEditedBrolBtn";
  642. this.saveEditedBrolBtn.Size = new System.Drawing.Size(75, 23);
  643. this.saveEditedBrolBtn.TabIndex = 2;
  644. this.saveEditedBrolBtn.Text = "Sauver";
  645. this.saveEditedBrolBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  646. this.saveEditedBrolBtn.UseVisualStyleBackColor = true;
  647. this.saveEditedBrolBtn.Click += new System.EventHandler(this.saveEditedBrolBtn_Click);
  648. //
  649. // webInfoTP
  650. //
  651. this.webInfoTP.Controls.Add(this.multiWebInfoControl);
  652. this.webInfoTP.Location = new System.Drawing.Point(4, 25);
  653. this.webInfoTP.Name = "webInfoTP";
  654. this.webInfoTP.Size = new System.Drawing.Size(456, 405);
  655. this.webInfoTP.TabIndex = 4;
  656. this.webInfoTP.Text = "Infos du Web";
  657. this.webInfoTP.UseVisualStyleBackColor = true;
  658. //
  659. // multiWebInfoControl
  660. //
  661. this.multiWebInfoControl.Dock = System.Windows.Forms.DockStyle.Fill;
  662. this.multiWebInfoControl.Location = new System.Drawing.Point(0, 0);
  663. this.multiWebInfoControl.Name = "multiWebInfoControl";
  664. this.multiWebInfoControl.Size = new System.Drawing.Size(456, 405);
  665. this.multiWebInfoControl.TabIndex = 0;
  666. //
  667. // BrolForm
  668. //
  669. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  670. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  671. this.ClientSize = new System.Drawing.Size(707, 505);
  672. this.Controls.Add(this.brolsAndTabsSC);
  673. this.Controls.Add(this.mainTS);
  674. this.Controls.Add(this.mainMenuStrip);
  675. this.Controls.Add(this.statusStrip1);
  676. this.ForeColor = System.Drawing.Color.Black;
  677. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  678. this.MainMenuStrip = this.mainMenuStrip;
  679. this.Name = "BrolForm";
  680. this.Text = "Ouvrages";
  681. this.Enter += new System.EventHandler(this.BrolForm_Enter);
  682. this.mainMenuStrip.ResumeLayout(false);
  683. this.mainMenuStrip.PerformLayout();
  684. this.mainTS.ResumeLayout(false);
  685. this.mainTS.PerformLayout();
  686. this.brolsAndTabsSC.Panel1.ResumeLayout(false);
  687. this.brolsAndTabsSC.Panel2.ResumeLayout(false);
  688. this.brolsAndTabsSC.ResumeLayout(false);
  689. this.brolsAndImgSC.Panel1.ResumeLayout(false);
  690. this.brolsAndImgSC.Panel2.ResumeLayout(false);
  691. this.brolsAndImgSC.ResumeLayout(false);
  692. ((System.ComponentModel.ISupportInitialize)(this.brolsDGV)).EndInit();
  693. this.dgvCMS.ResumeLayout(false);
  694. ((System.ComponentModel.ISupportInitialize)(this.brolPB)).EndInit();
  695. this.mediaTC.ResumeLayout(false);
  696. this.infoTP.ResumeLayout(false);
  697. this.editTP.ResumeLayout(false);
  698. this.editBrolTLP.ResumeLayout(false);
  699. this.panel1.ResumeLayout(false);
  700. this.webInfoTP.ResumeLayout(false);
  701. this.ResumeLayout(false);
  702. this.PerformLayout();
  703.  
  704. }
  705.  
  706. #endregion
  707.  
  708. private System.Windows.Forms.ToolTip editTT;
  709. private System.Windows.Forms.MenuStrip mainMenuStrip;
  710. private System.Windows.Forms.ToolStrip mainTS;
  711. private System.Windows.Forms.SplitContainer brolsAndTabsSC;
  712. private System.Windows.Forms.DataGridView brolsDGV;
  713. private System.Windows.Forms.ToolStripButton editLoadTSBtn;
  714. private System.Windows.Forms.TabControl mediaTC;
  715. private System.Windows.Forms.TabPage infoTP;
  716. private be.gaudry.bibliobrol.view.controls.BrolInfoControl brolInfoCtl;
  717. private System.Windows.Forms.TabPage webInfoTP;
  718. private be.gaudry.bibliobrol.view.utils.MultiWebInfoControl multiWebInfoControl;
  719. private System.Windows.Forms.ToolStripMenuItem brolsTsMi;
  720. private System.Windows.Forms.ToolStripMenuItem fetchTSMenuItem;
  721. private System.Windows.Forms.SplitContainer brolsAndImgSC;
  722. private System.Windows.Forms.PictureBox brolPB;
  723. private System.Windows.Forms.TabPage editTP;
  724. private be.gaudry.bibliobrol.view.controls.BrolEditControl editBrolControl;
  725. private System.Windows.Forms.TableLayoutPanel editBrolTLP;
  726. private System.Windows.Forms.Panel panel1;
  727. private System.Windows.Forms.Button saveEditedBrolBtn;
  728. private System.Windows.Forms.ToolStripMenuItem deleteBrolTsMi;
  729. private System.Windows.Forms.Button delBrolBtn;
  730. private System.Windows.Forms.StatusStrip statusStrip1;
  731. private System.Windows.Forms.Button duplicateBrolBtn;
  732. private System.Windows.Forms.Button addBrolBtn;
  733. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  734. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  735. private System.Windows.Forms.ToolStripSplitButton brolFieldsTsSB;
  736. private System.Windows.Forms.ToolStripMenuItem brolFieldDateTsMi;
  737. private System.Windows.Forms.ToolStripMenuItem brolFieldSerieTsMi;
  738. private System.Windows.Forms.ToolStripMenuItem brolFieldIdTsMi;
  739. private System.Windows.Forms.ToolStripSplitButton brolSortTsSB;
  740. private System.Windows.Forms.ToolStripMenuItem brolSortSerieTsMi;
  741. private System.Windows.Forms.ToolStripMenuItem brolIdTsMi;
  742. private System.Windows.Forms.ToolStripMenuItem brolSortTitleTsMi;
  743. private System.Windows.Forms.ToolStripSplitButton refreshTsSB;
  744. private System.Windows.Forms.ToolStripMenuItem refreshOnAddTsMi;
  745. private System.Windows.Forms.ToolStripMenuItem refreshOnDeleteTsMi;
  746. private System.Windows.Forms.ToolStripMenuItem refreshOnUpdateTsMi;
  747. private System.Windows.Forms.ToolStripSplitButton brolTsLbl;
  748. private System.Windows.Forms.ToolStripButton insertBrolTSBtn;
  749. private System.Windows.Forms.ToolStripButton editDelBrolTSBtn;
  750. private System.Windows.Forms.ToolStripButton editSaveTSBtn;
  751. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  752. private System.Windows.Forms.ToolStripButton addMediabrolTSBtn;
  753. private System.Windows.Forms.ToolStripButton printDGVTSB;
  754. private System.Windows.Forms.ToolStripButton saveDGVTSB;
  755. private System.Windows.Forms.ContextMenuStrip dgvCMS;
  756. private System.Windows.Forms.ToolStripMenuItem printDGVCTsMi;
  757. private System.Windows.Forms.ToolStripMenuItem saveDGVCTsMi;
  758. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  759. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  760. private System.Windows.Forms.ToolStripMenuItem showMediabrolsTsMi;
  761.  
  762. }
  763. }

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 octets1716060093 18/05/2024 21:21:33
| _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.

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-bibliobrol-source-rf-view//BrolForm.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.