No cache version.


Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

BrolEditControl.Designer.cs

Description du code

BrolEditControl.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.controls
  2. {
  3. partial class BrolEditControl
  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 de composants
  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. this.editSpecificTC = new System.Windows.Forms.TabControl();
  33. this.editSpGeneralTP = new System.Windows.Forms.TabPage();
  34. this.mainSC = new System.Windows.Forms.SplitContainer();
  35. this.titleAndSummaryTLP = new System.Windows.Forms.TableLayoutPanel();
  36. this.titleGB = new System.Windows.Forms.GroupBox();
  37. this.editTitleTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  38. this.brolBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.synopsisGB = new System.Windows.Forms.GroupBox();
  40. this.editSynopsisRTB = new System.Windows.Forms.RichTextBox();
  41. this.rightTLP = new System.Windows.Forms.TableLayoutPanel();
  42. this.dateGB = new System.Windows.Forms.GroupBox();
  43. this.setPublicationDateBtn = new System.Windows.Forms.Button();
  44. this.dateTimePicker = new System.Windows.Forms.DateTimePicker();
  45. this.cotationGB = new System.Windows.Forms.GroupBox();
  46. this.editCotationCB = new System.Windows.Forms.ComboBox();
  47. this.categoriesGB = new System.Windows.Forms.GroupBox();
  48. this.editCategoryAddBtn = new System.Windows.Forms.Button();
  49. this.editCategoryRemBtn = new System.Windows.Forms.Button();
  50. this.editCategoriesLB = new System.Windows.Forms.ListBox();
  51. this.serieGB = new System.Windows.Forms.GroupBox();
  52. this.editSeriesAddBtn = new System.Windows.Forms.Button();
  53. this.editSerieRemBtn = new System.Windows.Forms.Button();
  54. this.editSeriesLB = new System.Windows.Forms.ListBox();
  55. this.typeGB = new System.Windows.Forms.GroupBox();
  56. this.brolTypeCB = new System.Windows.Forms.ComboBox();
  57. this.editSpImgTP = new System.Windows.Forms.TabPage();
  58. this.selectImageBtn = new System.Windows.Forms.Button();
  59. this.showImagePropertiesBtn = new System.Windows.Forms.Button();
  60. this.delImageBtn = new System.Windows.Forms.Button();
  61. this.editSpImgPictureBox = new System.Windows.Forms.PictureBox();
  62. this.editSpActorsTP = new System.Windows.Forms.TabPage();
  63. this.actorsSC = new System.Windows.Forms.SplitContainer();
  64. this.editActorsLB = new System.Windows.Forms.ListBox();
  65. this.editActorsAddBtn = new System.Windows.Forms.Button();
  66. this.editActorsRemBtn = new System.Windows.Forms.Button();
  67. this.editPersBtn = new System.Windows.Forms.Button();
  68. this.personInfoGB = new System.Windows.Forms.GroupBox();
  69. this.personControl = new be.gaudry.bibliobrol.view.controls.PersonInfoControl();
  70. this.editSpComment = new System.Windows.Forms.TabPage();
  71. this.editSpCommentRTB = new System.Windows.Forms.RichTextBox();
  72. this.editSpecificTC.SuspendLayout();
  73. this.editSpGeneralTP.SuspendLayout();
  74. this.mainSC.Panel1.SuspendLayout();
  75. this.mainSC.Panel2.SuspendLayout();
  76. this.mainSC.SuspendLayout();
  77. this.titleAndSummaryTLP.SuspendLayout();
  78. this.titleGB.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.brolBindingSource)).BeginInit();
  80. this.synopsisGB.SuspendLayout();
  81. this.rightTLP.SuspendLayout();
  82. this.dateGB.SuspendLayout();
  83. this.cotationGB.SuspendLayout();
  84. this.categoriesGB.SuspendLayout();
  85. this.serieGB.SuspendLayout();
  86. this.typeGB.SuspendLayout();
  87. this.editSpImgTP.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.editSpImgPictureBox)).BeginInit();
  89. this.editSpActorsTP.SuspendLayout();
  90. this.actorsSC.Panel1.SuspendLayout();
  91. this.actorsSC.Panel2.SuspendLayout();
  92. this.actorsSC.SuspendLayout();
  93. this.personInfoGB.SuspendLayout();
  94. this.editSpComment.SuspendLayout();
  95. this.SuspendLayout();
  96. //
  97. // editSpecificTC
  98. //
  99. this.editSpecificTC.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
  100. this.editSpecificTC.Controls.Add(this.editSpGeneralTP);
  101. this.editSpecificTC.Controls.Add(this.editSpImgTP);
  102. this.editSpecificTC.Controls.Add(this.editSpActorsTP);
  103. this.editSpecificTC.Controls.Add(this.editSpComment);
  104. this.editSpecificTC.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.editSpecificTC.ItemSize = new System.Drawing.Size(70, 19);
  106. this.editSpecificTC.Location = new System.Drawing.Point(0, 0);
  107. this.editSpecificTC.Multiline = true;
  108. this.editSpecificTC.Name = "editSpecificTC";
  109. this.editSpecificTC.SelectedIndex = 0;
  110. this.editSpecificTC.Size = new System.Drawing.Size(576, 420);
  111. this.editSpecificTC.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
  112. this.editSpecificTC.TabIndex = 2;
  113. //
  114. // editSpGeneralTP
  115. //
  116. this.editSpGeneralTP.Controls.Add(this.mainSC);
  117. this.editSpGeneralTP.Location = new System.Drawing.Point(4, 23);
  118. this.editSpGeneralTP.Name = "editSpGeneralTP";
  119. this.editSpGeneralTP.Padding = new System.Windows.Forms.Padding(3);
  120. this.editSpGeneralTP.Size = new System.Drawing.Size(568, 393);
  121. this.editSpGeneralTP.TabIndex = 0;
  122. this.editSpGeneralTP.Text = "Généralités";
  123. this.editSpGeneralTP.UseVisualStyleBackColor = true;
  124. //
  125. // mainSC
  126. //
  127. this.mainSC.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.mainSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  129. this.mainSC.Location = new System.Drawing.Point(3, 3);
  130. this.mainSC.Name = "mainSC";
  131. //
  132. // mainSC.Panel1
  133. //
  134. this.mainSC.Panel1.Controls.Add(this.titleAndSummaryTLP);
  135. //
  136. // mainSC.Panel2
  137. //
  138. this.mainSC.Panel2.Controls.Add(this.rightTLP);
  139. this.mainSC.Size = new System.Drawing.Size(562, 387);
  140. this.mainSC.SplitterDistance = 395;
  141. this.mainSC.TabIndex = 4;
  142. //
  143. // titleAndSummaryTLP
  144. //
  145. this.titleAndSummaryTLP.ColumnCount = 1;
  146. this.titleAndSummaryTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  147. this.titleAndSummaryTLP.Controls.Add(this.titleGB, 0, 0);
  148. this.titleAndSummaryTLP.Controls.Add(this.synopsisGB, 0, 1);
  149. this.titleAndSummaryTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  150. this.titleAndSummaryTLP.Location = new System.Drawing.Point(0, 0);
  151. this.titleAndSummaryTLP.Name = "titleAndSummaryTLP";
  152. this.titleAndSummaryTLP.RowCount = 2;
  153. this.titleAndSummaryTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  154. this.titleAndSummaryTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  155. this.titleAndSummaryTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  156. this.titleAndSummaryTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  157. this.titleAndSummaryTLP.Size = new System.Drawing.Size(395, 387);
  158. this.titleAndSummaryTLP.TabIndex = 0;
  159. //
  160. // titleGB
  161. //
  162. this.titleGB.Controls.Add(this.editTitleTB);
  163. this.titleGB.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.titleGB.Location = new System.Drawing.Point(3, 3);
  165. this.titleGB.Name = "titleGB";
  166. this.titleGB.Size = new System.Drawing.Size(389, 44);
  167. this.titleGB.TabIndex = 0;
  168. this.titleGB.TabStop = false;
  169. this.titleGB.Text = "Titre";
  170. //
  171. // editTitleTB
  172. //
  173. this.editTitleTB.AllowDrop = true;
  174. this.editTitleTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  175. | System.Windows.Forms.AnchorStyles.Right)));
  176. this.editTitleTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.brolBindingSource, "Title", true));
  177. this.editTitleTB.Location = new System.Drawing.Point(6, 15);
  178. this.editTitleTB.Name = "editTitleTB";
  179. this.editTitleTB.Size = new System.Drawing.Size(377, 20);
  180. this.editTitleTB.TabIndex = 0;
  181. //
  182. // brolBindingSource
  183. //
  184. this.brolBindingSource.DataSource = typeof(be.gaudry.bibliobrol.model.Brol);
  185. //
  186. // synopsisGB
  187. //
  188. this.synopsisGB.Controls.Add(this.editSynopsisRTB);
  189. this.synopsisGB.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.synopsisGB.Location = new System.Drawing.Point(3, 53);
  191. this.synopsisGB.Name = "synopsisGB";
  192. this.synopsisGB.Size = new System.Drawing.Size(389, 331);
  193. this.synopsisGB.TabIndex = 5;
  194. this.synopsisGB.TabStop = false;
  195. this.synopsisGB.Text = "Synopsis";
  196. //
  197. // editSynopsisRTB
  198. //
  199. this.editSynopsisRTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  200. | System.Windows.Forms.AnchorStyles.Left)
  201. | System.Windows.Forms.AnchorStyles.Right)));
  202. this.editSynopsisRTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.brolBindingSource, "Synopsis", true));
  203. this.editSynopsisRTB.EnableAutoDragDrop = true;
  204. this.editSynopsisRTB.Location = new System.Drawing.Point(6, 19);
  205. this.editSynopsisRTB.Name = "editSynopsisRTB";
  206. this.editSynopsisRTB.Size = new System.Drawing.Size(377, 305);
  207. this.editSynopsisRTB.TabIndex = 2;
  208. this.editSynopsisRTB.Text = "";
  209. //
  210. // rightTLP
  211. //
  212. this.rightTLP.ColumnCount = 1;
  213. this.rightTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  214. this.rightTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  215. this.rightTLP.Controls.Add(this.dateGB, 0, 0);
  216. this.rightTLP.Controls.Add(this.cotationGB, 0, 1);
  217. this.rightTLP.Controls.Add(this.categoriesGB, 0, 2);
  218. this.rightTLP.Controls.Add(this.serieGB, 0, 3);
  219. this.rightTLP.Controls.Add(this.typeGB, 0, 4);
  220. this.rightTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.rightTLP.Location = new System.Drawing.Point(0, 0);
  222. this.rightTLP.Name = "rightTLP";
  223. this.rightTLP.RowCount = 5;
  224. this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  225. this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  226. this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  227. this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  228. this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  229. this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  230. this.rightTLP.Size = new System.Drawing.Size(163, 387);
  231. this.rightTLP.TabIndex = 0;
  232. //
  233. // dateGB
  234. //
  235. this.dateGB.Controls.Add(this.setPublicationDateBtn);
  236. this.dateGB.Controls.Add(this.dateTimePicker);
  237. this.dateGB.Dock = System.Windows.Forms.DockStyle.Fill;
  238. this.dateGB.Location = new System.Drawing.Point(3, 3);
  239. this.dateGB.Name = "dateGB";
  240. this.dateGB.Size = new System.Drawing.Size(157, 44);
  241. this.dateGB.TabIndex = 1;
  242. this.dateGB.TabStop = false;
  243. this.dateGB.Text = "Date de sortie";
  244. //
  245. // setPublicationDateBtn
  246. //
  247. this.setPublicationDateBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolCalendar;
  248. this.setPublicationDateBtn.Location = new System.Drawing.Point(6, 14);
  249. this.setPublicationDateBtn.Name = "setPublicationDateBtn";
  250. this.setPublicationDateBtn.Size = new System.Drawing.Size(26, 21);
  251. this.setPublicationDateBtn.TabIndex = 22;
  252. this.setPublicationDateBtn.TabStop = false;
  253. this.setPublicationDateBtn.UseVisualStyleBackColor = true;
  254. this.setPublicationDateBtn.Click += new System.EventHandler(this.onAddPublicationDate_Click);
  255. //
  256. // dateTimePicker
  257. //
  258. this.dateTimePicker.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  259. | System.Windows.Forms.AnchorStyles.Right)));
  260. this.dateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.brolBindingSource, "Date", true));
  261. this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  262. this.dateTimePicker.Location = new System.Drawing.Point(6, 15);
  263. this.dateTimePicker.Name = "dateTimePicker";
  264. this.dateTimePicker.Size = new System.Drawing.Size(147, 20);
  265. this.dateTimePicker.TabIndex = 21;
  266. this.dateTimePicker.Visible = false;
  267. //
  268. // cotationGB
  269. //
  270. this.cotationGB.Controls.Add(this.editCotationCB);
  271. this.cotationGB.Dock = System.Windows.Forms.DockStyle.Fill;
  272. this.cotationGB.Location = new System.Drawing.Point(3, 53);
  273. this.cotationGB.Name = "cotationGB";
  274. this.cotationGB.Size = new System.Drawing.Size(157, 44);
  275. this.cotationGB.TabIndex = 2;
  276. this.cotationGB.TabStop = false;
  277. this.cotationGB.Text = "Appréciation";
  278. //
  279. // editCotationCB
  280. //
  281. this.editCotationCB.FormattingEnabled = true;
  282. this.editCotationCB.Location = new System.Drawing.Point(6, 19);
  283. this.editCotationCB.Name = "editCotationCB";
  284. this.editCotationCB.Size = new System.Drawing.Size(74, 21);
  285. this.editCotationCB.TabIndex = 14;
  286. this.editCotationCB.Click += new System.EventHandler(this.editCotationCB_Click);
  287. //
  288. // categoriesGB
  289. //
  290. this.categoriesGB.Controls.Add(this.editCategoryAddBtn);
  291. this.categoriesGB.Controls.Add(this.editCategoryRemBtn);
  292. this.categoriesGB.Controls.Add(this.editCategoriesLB);
  293. this.categoriesGB.Dock = System.Windows.Forms.DockStyle.Fill;
  294. this.categoriesGB.Location = new System.Drawing.Point(3, 103);
  295. this.categoriesGB.Name = "categoriesGB";
  296. this.categoriesGB.Size = new System.Drawing.Size(157, 112);
  297. this.categoriesGB.TabIndex = 4;
  298. this.categoriesGB.TabStop = false;
  299. this.categoriesGB.Text = "Catégories";
  300. //
  301. // editCategoryAddBtn
  302. //
  303. this.editCategoryAddBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  304. this.editCategoryAddBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn;
  305. this.editCategoryAddBtn.Location = new System.Drawing.Point(128, 87);
  306. this.editCategoryAddBtn.Name = "editCategoryAddBtn";
  307. this.editCategoryAddBtn.Size = new System.Drawing.Size(23, 23);
  308. this.editCategoryAddBtn.TabIndex = 10;
  309. this.editCategoryAddBtn.UseVisualStyleBackColor = true;
  310. this.editCategoryAddBtn.Click += new System.EventHandler(this.editCategoryAddBtn_Click);
  311. //
  312. // editCategoryRemBtn
  313. //
  314. this.editCategoryRemBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  315. this.editCategoryRemBtn.Enabled = false;
  316. this.editCategoryRemBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  317. this.editCategoryRemBtn.Location = new System.Drawing.Point(5, 87);
  318. this.editCategoryRemBtn.Name = "editCategoryRemBtn";
  319. this.editCategoryRemBtn.Size = new System.Drawing.Size(23, 23);
  320. this.editCategoryRemBtn.TabIndex = 11;
  321. this.editCategoryRemBtn.UseVisualStyleBackColor = true;
  322. this.editCategoryRemBtn.Click += new System.EventHandler(this.editCategoryRemBtn_Click);
  323. //
  324. // editCategoriesLB
  325. //
  326. this.editCategoriesLB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  327. | System.Windows.Forms.AnchorStyles.Left)
  328. | System.Windows.Forms.AnchorStyles.Right)));
  329. this.editCategoriesLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
  330. this.editCategoriesLB.Location = new System.Drawing.Point(6, 19);
  331. this.editCategoriesLB.Name = "editCategoriesLB";
  332. this.editCategoriesLB.Size = new System.Drawing.Size(146, 65);
  333. this.editCategoriesLB.Sorted = true;
  334. this.editCategoriesLB.TabIndex = 8;
  335. this.editCategoriesLB.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.genericStateContainerLB_DrawItem);
  336. this.editCategoriesLB.SelectedIndexChanged += new System.EventHandler(this.editCategoriesLB_SelectedIndexChanged);
  337. //
  338. // serieGB
  339. //
  340. this.serieGB.Controls.Add(this.editSeriesAddBtn);
  341. this.serieGB.Controls.Add(this.editSerieRemBtn);
  342. this.serieGB.Controls.Add(this.editSeriesLB);
  343. this.serieGB.Dock = System.Windows.Forms.DockStyle.Fill;
  344. this.serieGB.Location = new System.Drawing.Point(3, 221);
  345. this.serieGB.Name = "serieGB";
  346. this.serieGB.Size = new System.Drawing.Size(157, 112);
  347. this.serieGB.TabIndex = 6;
  348. this.serieGB.TabStop = false;
  349. this.serieGB.Text = "Série";
  350. //
  351. // editSeriesAddBtn
  352. //
  353. this.editSeriesAddBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  354. this.editSeriesAddBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn;
  355. this.editSeriesAddBtn.Location = new System.Drawing.Point(128, 85);
  356. this.editSeriesAddBtn.Name = "editSeriesAddBtn";
  357. this.editSeriesAddBtn.Size = new System.Drawing.Size(23, 23);
  358. this.editSeriesAddBtn.TabIndex = 10;
  359. this.editSeriesAddBtn.UseVisualStyleBackColor = true;
  360. this.editSeriesAddBtn.Click += new System.EventHandler(this.editSerieAddBtn_Click);
  361. //
  362. // editSerieRemBtn
  363. //
  364. this.editSerieRemBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  365. this.editSerieRemBtn.Enabled = false;
  366. this.editSerieRemBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  367. this.editSerieRemBtn.Location = new System.Drawing.Point(5, 85);
  368. this.editSerieRemBtn.Name = "editSerieRemBtn";
  369. this.editSerieRemBtn.Size = new System.Drawing.Size(23, 23);
  370. this.editSerieRemBtn.TabIndex = 11;
  371. this.editSerieRemBtn.UseVisualStyleBackColor = true;
  372. this.editSerieRemBtn.Click += new System.EventHandler(this.editSerieRemBtn_Click);
  373. //
  374. // editSeriesLB
  375. //
  376. this.editSeriesLB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  377. | System.Windows.Forms.AnchorStyles.Left)
  378. | System.Windows.Forms.AnchorStyles.Right)));
  379. this.editSeriesLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
  380. this.editSeriesLB.Location = new System.Drawing.Point(5, 19);
  381. this.editSeriesLB.Name = "editSeriesLB";
  382. this.editSeriesLB.Size = new System.Drawing.Size(146, 65);
  383. this.editSeriesLB.Sorted = true;
  384. this.editSeriesLB.TabIndex = 8;
  385. this.editSeriesLB.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.editSeriesLB_DrawItem);
  386. this.editSeriesLB.SelectedIndexChanged += new System.EventHandler(this.editSeriesLB_SelectedIndexChanged);
  387. //
  388. // typeGB
  389. //
  390. this.typeGB.Controls.Add(this.brolTypeCB);
  391. this.typeGB.Dock = System.Windows.Forms.DockStyle.Fill;
  392. this.typeGB.Location = new System.Drawing.Point(3, 339);
  393. this.typeGB.Name = "typeGB";
  394. this.typeGB.Size = new System.Drawing.Size(157, 45);
  395. this.typeGB.TabIndex = 3;
  396. this.typeGB.TabStop = false;
  397. this.typeGB.Text = "Type";
  398. //
  399. // brolTypeCB
  400. //
  401. this.brolTypeCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  402. | System.Windows.Forms.AnchorStyles.Right)));
  403. this.brolTypeCB.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.brolBindingSource, "BrolType", true));
  404. this.brolTypeCB.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.brolBindingSource, "BrolType", true));
  405. this.brolTypeCB.FormattingEnabled = true;
  406. this.brolTypeCB.Location = new System.Drawing.Point(7, 17);
  407. this.brolTypeCB.Name = "brolTypeCB";
  408. this.brolTypeCB.Size = new System.Drawing.Size(146, 21);
  409. this.brolTypeCB.TabIndex = 24;
  410. this.brolTypeCB.Click += new System.EventHandler(this.brolTypeCB_Click);
  411. //
  412. // editSpImgTP
  413. //
  414. this.editSpImgTP.AllowDrop = true;
  415. this.editSpImgTP.Controls.Add(this.selectImageBtn);
  416. this.editSpImgTP.Controls.Add(this.showImagePropertiesBtn);
  417. this.editSpImgTP.Controls.Add(this.delImageBtn);
  418. this.editSpImgTP.Controls.Add(this.editSpImgPictureBox);
  419. this.editSpImgTP.Location = new System.Drawing.Point(4, 23);
  420. this.editSpImgTP.Name = "editSpImgTP";
  421. this.editSpImgTP.Padding = new System.Windows.Forms.Padding(3);
  422. this.editSpImgTP.Size = new System.Drawing.Size(568, 393);
  423. this.editSpImgTP.TabIndex = 1;
  424. this.editSpImgTP.Text = "Image";
  425. this.editSpImgTP.UseVisualStyleBackColor = true;
  426. this.editSpImgTP.DragDrop += new System.Windows.Forms.DragEventHandler(this.EditBrolControl_DragDrop);
  427. this.editSpImgTP.DragEnter += new System.Windows.Forms.DragEventHandler(this.EditBrolControl_DragEnter);
  428. //
  429. // selectImageBtn
  430. //
  431. this.selectImageBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  432. this.selectImageBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolEditBtn;
  433. this.selectImageBtn.Location = new System.Drawing.Point(135, 362);
  434. this.selectImageBtn.Name = "selectImageBtn";
  435. this.selectImageBtn.Size = new System.Drawing.Size(114, 23);
  436. this.selectImageBtn.TabIndex = 22;
  437. this.selectImageBtn.TabStop = false;
  438. this.selectImageBtn.Text = "Changer d\'image";
  439. this.selectImageBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  440. this.selectImageBtn.UseVisualStyleBackColor = true;
  441. this.selectImageBtn.Click += new System.EventHandler(this.onSelectCover_Click);
  442. //
  443. // showImagePropertiesBtn
  444. //
  445. this.showImagePropertiesBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  446. this.showImagePropertiesBtn.AutoSize = true;
  447. this.showImagePropertiesBtn.Location = new System.Drawing.Point(437, 364);
  448. this.showImagePropertiesBtn.Name = "showImagePropertiesBtn";
  449. this.showImagePropertiesBtn.Size = new System.Drawing.Size(114, 23);
  450. this.showImagePropertiesBtn.TabIndex = 25;
  451. this.showImagePropertiesBtn.TabStop = false;
  452. this.showImagePropertiesBtn.Text = "Propriétés";
  453. this.showImagePropertiesBtn.UseVisualStyleBackColor = true;
  454. this.showImagePropertiesBtn.Click += new System.EventHandler(this.showImagePropertiesBtn_Click);
  455. //
  456. // delImageBtn
  457. //
  458. this.delImageBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  459. this.delImageBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  460. this.delImageBtn.Location = new System.Drawing.Point(15, 362);
  461. this.delImageBtn.Name = "delImageBtn";
  462. this.delImageBtn.Size = new System.Drawing.Size(114, 23);
  463. this.delImageBtn.TabIndex = 23;
  464. this.delImageBtn.TabStop = false;
  465. this.delImageBtn.Text = "Supprimer l\'image";
  466. this.delImageBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  467. this.delImageBtn.UseVisualStyleBackColor = true;
  468. this.delImageBtn.Click += new System.EventHandler(this.onDeleteCover_Click);
  469. //
  470. // editSpImgPictureBox
  471. //
  472. this.editSpImgPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  473. | System.Windows.Forms.AnchorStyles.Left)
  474. | System.Windows.Forms.AnchorStyles.Right)));
  475. this.editSpImgPictureBox.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError;
  476. this.editSpImgPictureBox.InitialImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImg;
  477. this.editSpImgPictureBox.Location = new System.Drawing.Point(15, 15);
  478. this.editSpImgPictureBox.Name = "editSpImgPictureBox";
  479. this.editSpImgPictureBox.Size = new System.Drawing.Size(536, 324);
  480. this.editSpImgPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  481. this.editSpImgPictureBox.TabIndex = 24;
  482. this.editSpImgPictureBox.TabStop = false;
  483. //
  484. // editSpActorsTP
  485. //
  486. this.editSpActorsTP.Controls.Add(this.actorsSC);
  487. this.editSpActorsTP.Location = new System.Drawing.Point(4, 23);
  488. this.editSpActorsTP.Name = "editSpActorsTP";
  489. this.editSpActorsTP.Padding = new System.Windows.Forms.Padding(3);
  490. this.editSpActorsTP.Size = new System.Drawing.Size(568, 393);
  491. this.editSpActorsTP.TabIndex = 2;
  492. this.editSpActorsTP.Text = "Personnes";
  493. this.editSpActorsTP.UseVisualStyleBackColor = true;
  494. //
  495. // actorsSC
  496. //
  497. this.actorsSC.Dock = System.Windows.Forms.DockStyle.Fill;
  498. this.actorsSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  499. this.actorsSC.Location = new System.Drawing.Point(3, 3);
  500. this.actorsSC.Name = "actorsSC";
  501. //
  502. // actorsSC.Panel1
  503. //
  504. this.actorsSC.Panel1.Controls.Add(this.editActorsLB);
  505. this.actorsSC.Panel1.Controls.Add(this.editActorsAddBtn);
  506. this.actorsSC.Panel1.Controls.Add(this.editActorsRemBtn);
  507. this.actorsSC.Panel1.Controls.Add(this.editPersBtn);
  508. //
  509. // actorsSC.Panel2
  510. //
  511. this.actorsSC.Panel2.Controls.Add(this.personInfoGB);
  512. this.actorsSC.Size = new System.Drawing.Size(562, 387);
  513. this.actorsSC.SplitterDistance = 195;
  514. this.actorsSC.TabIndex = 23;
  515. //
  516. // editActorsLB
  517. //
  518. this.editActorsLB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  519. | System.Windows.Forms.AnchorStyles.Left)
  520. | System.Windows.Forms.AnchorStyles.Right)));
  521. this.editActorsLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  522. this.editActorsLB.Location = new System.Drawing.Point(7, 42);
  523. this.editActorsLB.Name = "editActorsLB";
  524. this.editActorsLB.Size = new System.Drawing.Size(180, 329);
  525. this.editActorsLB.Sorted = true;
  526. this.editActorsLB.TabIndex = 4;
  527. this.editActorsLB.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.editActorsLB_DrawItem);
  528. this.editActorsLB.SelectedIndexChanged += new System.EventHandler(this.editActorsLB_SelectedIndexChanged);
  529. //
  530. // editActorsAddBtn
  531. //
  532. this.editActorsAddBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  533. this.editActorsAddBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn;
  534. this.editActorsAddBtn.Location = new System.Drawing.Point(164, 13);
  535. this.editActorsAddBtn.Name = "editActorsAddBtn";
  536. this.editActorsAddBtn.Size = new System.Drawing.Size(23, 23);
  537. this.editActorsAddBtn.TabIndex = 6;
  538. this.editActorsAddBtn.UseVisualStyleBackColor = true;
  539. this.editActorsAddBtn.Click += new System.EventHandler(this.editActorsAddBtn_Click);
  540. //
  541. // editActorsRemBtn
  542. //
  543. this.editActorsRemBtn.Enabled = false;
  544. this.editActorsRemBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel;
  545. this.editActorsRemBtn.Location = new System.Drawing.Point(7, 13);
  546. this.editActorsRemBtn.Name = "editActorsRemBtn";
  547. this.editActorsRemBtn.Size = new System.Drawing.Size(23, 23);
  548. this.editActorsRemBtn.TabIndex = 7;
  549. this.editActorsRemBtn.UseVisualStyleBackColor = true;
  550. this.editActorsRemBtn.Click += new System.EventHandler(this.editActorsRemBtn_Click);
  551. //
  552. // editPersBtn
  553. //
  554. this.editPersBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  555. this.editPersBtn.Enabled = false;
  556. this.editPersBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrEdit;
  557. this.editPersBtn.Location = new System.Drawing.Point(135, 13);
  558. this.editPersBtn.Name = "editPersBtn";
  559. this.editPersBtn.Size = new System.Drawing.Size(23, 23);
  560. this.editPersBtn.TabIndex = 21;
  561. this.editPersBtn.UseVisualStyleBackColor = true;
  562. this.editPersBtn.Click += new System.EventHandler(this.editPersBtn_Click);
  563. //
  564. // personInfoGB
  565. //
  566. this.personInfoGB.Controls.Add(this.personControl);
  567. this.personInfoGB.Dock = System.Windows.Forms.DockStyle.Fill;
  568. this.personInfoGB.Location = new System.Drawing.Point(0, 0);
  569. this.personInfoGB.Name = "personInfoGB";
  570. this.personInfoGB.Size = new System.Drawing.Size(363, 387);
  571. this.personInfoGB.TabIndex = 23;
  572. this.personInfoGB.TabStop = false;
  573. this.personInfoGB.Text = "Informations sur la personne";
  574. this.personInfoGB.Visible = false;
  575. //
  576. // personControl
  577. //
  578. this.personControl.Dock = System.Windows.Forms.DockStyle.Fill;
  579. this.personControl.Location = new System.Drawing.Point(3, 16);
  580. this.personControl.Name = "personControl";
  581. this.personControl.Size = new System.Drawing.Size(357, 368);
  582. this.personControl.TabIndex = 22;
  583. //
  584. // editSpComment
  585. //
  586. this.editSpComment.Controls.Add(this.editSpCommentRTB);
  587. this.editSpComment.Location = new System.Drawing.Point(4, 23);
  588. this.editSpComment.Name = "editSpComment";
  589. this.editSpComment.Padding = new System.Windows.Forms.Padding(3);
  590. this.editSpComment.Size = new System.Drawing.Size(568, 393);
  591. this.editSpComment.TabIndex = 4;
  592. this.editSpComment.Text = "Commentaire";
  593. this.editSpComment.UseVisualStyleBackColor = true;
  594. //
  595. // editSpCommentRTB
  596. //
  597. this.editSpCommentRTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.brolBindingSource, "Comment", true));
  598. this.editSpCommentRTB.Dock = System.Windows.Forms.DockStyle.Fill;
  599. this.editSpCommentRTB.EnableAutoDragDrop = true;
  600. this.editSpCommentRTB.Location = new System.Drawing.Point(3, 3);
  601. this.editSpCommentRTB.Margin = new System.Windows.Forms.Padding(20);
  602. this.editSpCommentRTB.Name = "editSpCommentRTB";
  603. this.editSpCommentRTB.Size = new System.Drawing.Size(562, 387);
  604. this.editSpCommentRTB.TabIndex = 0;
  605. this.editSpCommentRTB.Text = "";
  606. //
  607. // BrolEditControl
  608. //
  609. this.AllowDrop = true;
  610. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  611. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  612. this.Controls.Add(this.editSpecificTC);
  613. this.Name = "BrolEditControl";
  614. this.Size = new System.Drawing.Size(576, 420);
  615. this.DragDrop += new System.Windows.Forms.DragEventHandler(this.EditBrolControl_DragDrop);
  616. this.DragEnter += new System.Windows.Forms.DragEventHandler(this.EditBrolControl_DragEnter);
  617. this.editSpecificTC.ResumeLayout(false);
  618. this.editSpGeneralTP.ResumeLayout(false);
  619. this.mainSC.Panel1.ResumeLayout(false);
  620. this.mainSC.Panel2.ResumeLayout(false);
  621. this.mainSC.ResumeLayout(false);
  622. this.titleAndSummaryTLP.ResumeLayout(false);
  623. this.titleGB.ResumeLayout(false);
  624. this.titleGB.PerformLayout();
  625. ((System.ComponentModel.ISupportInitialize)(this.brolBindingSource)).EndInit();
  626. this.synopsisGB.ResumeLayout(false);
  627. this.rightTLP.ResumeLayout(false);
  628. this.dateGB.ResumeLayout(false);
  629. this.cotationGB.ResumeLayout(false);
  630. this.categoriesGB.ResumeLayout(false);
  631. this.serieGB.ResumeLayout(false);
  632. this.typeGB.ResumeLayout(false);
  633. this.editSpImgTP.ResumeLayout(false);
  634. this.editSpImgTP.PerformLayout();
  635. ((System.ComponentModel.ISupportInitialize)(this.editSpImgPictureBox)).EndInit();
  636. this.editSpActorsTP.ResumeLayout(false);
  637. this.actorsSC.Panel1.ResumeLayout(false);
  638. this.actorsSC.Panel2.ResumeLayout(false);
  639. this.actorsSC.ResumeLayout(false);
  640. this.personInfoGB.ResumeLayout(false);
  641. this.editSpComment.ResumeLayout(false);
  642. this.ResumeLayout(false);
  643.  
  644. }
  645.  
  646. #endregion
  647.  
  648. private System.Windows.Forms.TabControl editSpecificTC;
  649. private System.Windows.Forms.Button setPublicationDateBtn;
  650. private System.Windows.Forms.DateTimePicker dateTimePicker;
  651. private System.Windows.Forms.RichTextBox editSynopsisRTB;
  652. private be.gaudry.view.controls.TextBoxDragDrop editTitleTB;
  653. private System.Windows.Forms.ComboBox editCotationCB;
  654. private System.Windows.Forms.TabPage editSpImgTP;
  655. private System.Windows.Forms.Button selectImageBtn;
  656. private System.Windows.Forms.Button delImageBtn;
  657. private System.Windows.Forms.PictureBox editSpImgPictureBox;
  658. private System.Windows.Forms.TabPage editSpActorsTP;
  659. private System.Windows.Forms.ListBox editActorsLB;
  660. private System.Windows.Forms.Button editActorsAddBtn;
  661. private System.Windows.Forms.Button editActorsRemBtn;
  662. private System.Windows.Forms.Button editPersBtn;
  663. private System.Windows.Forms.ListBox editCategoriesLB;
  664. private System.Windows.Forms.Button editCategoryAddBtn;
  665. private System.Windows.Forms.Button editCategoryRemBtn;
  666. private System.Windows.Forms.TabPage editSpComment;
  667. private System.Windows.Forms.RichTextBox editSpCommentRTB;
  668. private System.Windows.Forms.BindingSource brolBindingSource;
  669. private System.Windows.Forms.SplitContainer actorsSC;
  670. private PersonInfoControl personControl;
  671. private System.Windows.Forms.ComboBox brolTypeCB;
  672. private System.Windows.Forms.GroupBox personInfoGB;
  673. private System.Windows.Forms.GroupBox titleGB;
  674. private System.Windows.Forms.GroupBox dateGB;
  675. private System.Windows.Forms.GroupBox cotationGB;
  676. private System.Windows.Forms.GroupBox typeGB;
  677. private System.Windows.Forms.GroupBox categoriesGB;
  678. private System.Windows.Forms.TabPage editSpGeneralTP;
  679. private System.Windows.Forms.GroupBox synopsisGB;
  680. private System.Windows.Forms.GroupBox serieGB;
  681. private System.Windows.Forms.Button editSeriesAddBtn;
  682. private System.Windows.Forms.Button editSerieRemBtn;
  683. private System.Windows.Forms.ListBox editSeriesLB;
  684. private System.Windows.Forms.SplitContainer mainSC;
  685. private System.Windows.Forms.TableLayoutPanel rightTLP;
  686. private System.Windows.Forms.TableLayoutPanel titleAndSummaryTLP;
  687. private System.Windows.Forms.Button showImagePropertiesBtn;
  688.  
  689. }
  690. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1727475494 28/09/2024 00:18:14
| _dao0 octets1541007199 31/10/2018 18:33:19
| _toolBars0 octets1541007200 31/10/2018 18:33:20
| _webInfo0 octets1541007201 31/10/2018 18:33:21
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csPersonSelectControl.cs4.89 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csCreateStructureControl.cs7.49 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDBSelectControl.cs3.23 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csPersonInfoControl.Designer.cs13.13 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxDirControl.resx5.68 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .resx|.resxBrolInfoControl.resx6.06 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csBrolEditControl.cs25.36 Ko31/10/2018 18:32:55-refusé-
Afficher le fichier .cs|.csPersonEditControl.cs15.67 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csSearchControl.cs18.88 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxDBSelectControl.resx5.88 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csBrolInfoControl.Designer.cs22.81 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csInfoControl.cs2.04 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDirControl.Designer.cs5.83 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseControl.cs5.49 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csPersonSelectedEventArgs.cs779 octets31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxSelectConsoleVerboseControl.resx5.68 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csTodoControl.cs13.73 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseControl.Designer.cs45.29 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csBrolEditControl.Designer.cs40.09 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDBSelectControl.Designer.cs6.71 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csPersonEditControl.Designer.cs27.54 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxPersonInfoControl.resx6.42 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csCreateStructureControl.Designer.cs5 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDirPathModifiedEventArgs.cs871 octets31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csInfoControl.Designer.cs3.18 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csBrolInfoControl.cs5.14 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .resx|.resxBrolEditControl.resx6.04 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csPersonInfoControl.cs2.22 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxInfoControl.resx5.68 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csDirControl.cs4.51 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .resx|.resxCreateStructureControl.resx6.44 Ko31/10/2018 18:32:56-refusé-
Afficher le fichier .cs|.csSerieEditControl.cs2.58 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxSerieEditControl.resx7.45 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxTodoControl.resx6.76 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csTodoControl.Designer.cs28.27 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxSearchControl.resx6.43 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csPersonSelectControl.Designer.cs14.74 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csSearchControl.Designer.cs25.75 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .resx|.resxPersonEditControl.resx7.96 Ko31/10/2018 18:32:57-refusé-
Afficher le fichier .cs|.csSerieEditControl.Designer.cs6.65 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxPersonSelectControl.resx5.68 Ko31/10/2018 18:32:57-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.

English translation

You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.

If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.

Thank you in advance.

Document created the 16/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-bibliobrol-source-rf-view/controls//BrolEditControl.Designer.cs.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.