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.

BrolInfoControl.Designer.cs

Description du code

BrolInfoControl.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 BrolInfoControl
  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.infoCotationLbl = new System.Windows.Forms.Label();
  33. this.infoCategoriesLbl = new System.Windows.Forms.Label();
  34. this.infoCategoriesLB = new System.Windows.Forms.ListBox();
  35. this.infoActorsLB = new System.Windows.Forms.ListBox();
  36. this.actorCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  37. this.actorInfoTsMi = new System.Windows.Forms.ToolStripMenuItem();
  38. this.otherBrolsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  39. this.infoActorsLbl = new System.Windows.Forms.Label();
  40. this.infoSynopsisRTB = new System.Windows.Forms.RichTextBox();
  41. this.infoTitleLbl = new System.Windows.Forms.Label();
  42. this.coverPB = new System.Windows.Forms.PictureBox();
  43. this.seriesPanel = new System.Windows.Forms.Panel();
  44. this.infoSeriesLbl = new System.Windows.Forms.Label();
  45. this.infoSeriesLB = new System.Windows.Forms.ListBox();
  46. this.infoCommentRTB = new System.Windows.Forms.RichTextBox();
  47. this.dateCotationPanel = new System.Windows.Forms.Panel();
  48. this.dateLbl = new System.Windows.Forms.Label();
  49. this.actorsPanel = new System.Windows.Forms.Panel();
  50. this.categoryPanel = new System.Windows.Forms.Panel();
  51. this.mainSC = new System.Windows.Forms.SplitContainer();
  52. this.sumaryAndRemarkTLP = new System.Windows.Forms.TableLayoutPanel();
  53. this.coverAndActorsTLP = new System.Windows.Forms.TableLayoutPanel();
  54. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  55. this.actorCMS.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.coverPB)).BeginInit();
  57. this.seriesPanel.SuspendLayout();
  58. this.dateCotationPanel.SuspendLayout();
  59. this.actorsPanel.SuspendLayout();
  60. this.categoryPanel.SuspendLayout();
  61. this.mainSC.Panel1.SuspendLayout();
  62. this.mainSC.Panel2.SuspendLayout();
  63. this.mainSC.SuspendLayout();
  64. this.sumaryAndRemarkTLP.SuspendLayout();
  65. this.coverAndActorsTLP.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // infoCotationLbl
  69. //
  70. this.infoCotationLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  71. | System.Windows.Forms.AnchorStyles.Right)));
  72. this.infoCotationLbl.AutoEllipsis = true;
  73. this.infoCotationLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.infoCotationLbl.Location = new System.Drawing.Point(3, 0);
  75. this.infoCotationLbl.Name = "infoCotationLbl";
  76. this.infoCotationLbl.Size = new System.Drawing.Size(134, 16);
  77. this.infoCotationLbl.TabIndex = 17;
  78. this.infoCotationLbl.Text = "Cote :";
  79. //
  80. // infoCategoriesLbl
  81. //
  82. this.infoCategoriesLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  83. | System.Windows.Forms.AnchorStyles.Right)));
  84. this.infoCategoriesLbl.AutoEllipsis = true;
  85. this.infoCategoriesLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  86. this.infoCategoriesLbl.Location = new System.Drawing.Point(3, 1);
  87. this.infoCategoriesLbl.Name = "infoCategoriesLbl";
  88. this.infoCategoriesLbl.Size = new System.Drawing.Size(114, 16);
  89. this.infoCategoriesLbl.TabIndex = 16;
  90. this.infoCategoriesLbl.Text = "Catégories :";
  91. //
  92. // infoCategoriesLB
  93. //
  94. this.infoCategoriesLB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  95. | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.infoCategoriesLB.BackColor = System.Drawing.Color.White;
  98. this.infoCategoriesLB.ForeColor = System.Drawing.Color.Black;
  99. this.infoCategoriesLB.FormattingEnabled = true;
  100. this.infoCategoriesLB.Location = new System.Drawing.Point(3, 20);
  101. this.infoCategoriesLB.Name = "infoCategoriesLB";
  102. this.infoCategoriesLB.Size = new System.Drawing.Size(114, 56);
  103. this.infoCategoriesLB.TabIndex = 15;
  104. //
  105. // infoActorsLB
  106. //
  107. this.infoActorsLB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  108. | System.Windows.Forms.AnchorStyles.Left)
  109. | System.Windows.Forms.AnchorStyles.Right)));
  110. this.infoActorsLB.BackColor = System.Drawing.Color.White;
  111. this.infoActorsLB.ContextMenuStrip = this.actorCMS;
  112. this.infoActorsLB.ForeColor = System.Drawing.Color.Black;
  113. this.infoActorsLB.FormattingEnabled = true;
  114. this.infoActorsLB.Location = new System.Drawing.Point(3, 16);
  115. this.infoActorsLB.Name = "infoActorsLB";
  116. this.infoActorsLB.Size = new System.Drawing.Size(134, 108);
  117. this.infoActorsLB.TabIndex = 14;
  118. //
  119. // actorCMS
  120. //
  121. this.actorCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  122. this.actorInfoTsMi,
  123. this.otherBrolsTsMi});
  124. this.actorCMS.Name = "actorCMS";
  125. this.actorCMS.Size = new System.Drawing.Size(185, 48);
  126. this.actorCMS.Opening += new System.ComponentModel.CancelEventHandler(this.actorCMS_Opening);
  127. //
  128. // actorInfoTsMi
  129. //
  130. this.actorInfoTsMi.Name = "actorInfoTsMi";
  131. this.actorInfoTsMi.Size = new System.Drawing.Size(184, 22);
  132. this.actorInfoTsMi.Text = "Fiche de la personne";
  133. this.actorInfoTsMi.Click += new System.EventHandler(this.actorInfoTsMi_Click);
  134. //
  135. // otherBrolsTsMi
  136. //
  137. this.otherBrolsTsMi.Name = "otherBrolsTsMi";
  138. this.otherBrolsTsMi.Size = new System.Drawing.Size(184, 22);
  139. this.otherBrolsTsMi.Text = "Autres ouvrages...";
  140. this.otherBrolsTsMi.Click += new System.EventHandler(this.otherBrolsTsMi_Click);
  141. //
  142. // infoActorsLbl
  143. //
  144. this.infoActorsLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  145. | System.Windows.Forms.AnchorStyles.Right)));
  146. this.infoActorsLbl.AutoEllipsis = true;
  147. this.infoActorsLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  148. this.infoActorsLbl.Location = new System.Drawing.Point(3, 0);
  149. this.infoActorsLbl.Name = "infoActorsLbl";
  150. this.infoActorsLbl.Size = new System.Drawing.Size(134, 16);
  151. this.infoActorsLbl.TabIndex = 13;
  152. this.infoActorsLbl.Text = "Personnes et rôles :";
  153. //
  154. // infoSynopsisRTB
  155. //
  156. this.infoSynopsisRTB.BackColor = System.Drawing.Color.White;
  157. this.infoSynopsisRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
  158. this.sumaryAndRemarkTLP.SetColumnSpan(this.infoSynopsisRTB, 2);
  159. this.infoSynopsisRTB.Cursor = System.Windows.Forms.Cursors.No;
  160. this.infoSynopsisRTB.Dock = System.Windows.Forms.DockStyle.Fill;
  161. this.infoSynopsisRTB.ForeColor = System.Drawing.Color.Black;
  162. this.infoSynopsisRTB.Location = new System.Drawing.Point(3, 3);
  163. this.infoSynopsisRTB.Name = "infoSynopsisRTB";
  164. this.infoSynopsisRTB.ReadOnly = true;
  165. this.infoSynopsisRTB.Size = new System.Drawing.Size(276, 161);
  166. this.infoSynopsisRTB.TabIndex = 11;
  167. this.infoSynopsisRTB.Text = "";
  168. //
  169. // infoTitleLbl
  170. //
  171. this.infoTitleLbl.AutoEllipsis = true;
  172. this.infoTitleLbl.Dock = System.Windows.Forms.DockStyle.Top;
  173. this.infoTitleLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  174. this.infoTitleLbl.Location = new System.Drawing.Point(0, 0);
  175. this.infoTitleLbl.Name = "infoTitleLbl";
  176. this.infoTitleLbl.Size = new System.Drawing.Size(450, 35);
  177. this.infoTitleLbl.TabIndex = 10;
  178. this.infoTitleLbl.Text = "titre de l\'ouvrage";
  179. this.infoTitleLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  180. //
  181. // coverPB
  182. //
  183. this.coverPB.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.coverPB.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError;
  185. this.coverPB.InitialImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImg;
  186. this.coverPB.Location = new System.Drawing.Point(3, 3);
  187. this.coverPB.Name = "coverPB";
  188. this.coverPB.Padding = new System.Windows.Forms.Padding(3);
  189. this.coverPB.Size = new System.Drawing.Size(140, 136);
  190. this.coverPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  191. this.coverPB.TabIndex = 9;
  192. this.coverPB.TabStop = false;
  193. //
  194. // seriesPanel
  195. //
  196. this.seriesPanel.Controls.Add(this.infoSeriesLbl);
  197. this.seriesPanel.Controls.Add(this.infoSeriesLB);
  198. this.seriesPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.seriesPanel.Location = new System.Drawing.Point(158, 170);
  200. this.seriesPanel.Name = "seriesPanel";
  201. this.seriesPanel.Size = new System.Drawing.Size(121, 77);
  202. this.seriesPanel.TabIndex = 15;
  203. //
  204. // infoSeriesLbl
  205. //
  206. this.infoSeriesLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  207. | System.Windows.Forms.AnchorStyles.Right)));
  208. this.infoSeriesLbl.AutoEllipsis = true;
  209. this.infoSeriesLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  210. this.infoSeriesLbl.Location = new System.Drawing.Point(0, 1);
  211. this.infoSeriesLbl.Name = "infoSeriesLbl";
  212. this.infoSeriesLbl.Size = new System.Drawing.Size(117, 16);
  213. this.infoSeriesLbl.TabIndex = 16;
  214. this.infoSeriesLbl.Text = "Séries :";
  215. //
  216. // infoSeriesLB
  217. //
  218. this.infoSeriesLB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  219. | System.Windows.Forms.AnchorStyles.Left)
  220. | System.Windows.Forms.AnchorStyles.Right)));
  221. this.infoSeriesLB.BackColor = System.Drawing.Color.White;
  222. this.infoSeriesLB.ForeColor = System.Drawing.Color.Black;
  223. this.infoSeriesLB.FormattingEnabled = true;
  224. this.infoSeriesLB.Location = new System.Drawing.Point(3, 19);
  225. this.infoSeriesLB.Name = "infoSeriesLB";
  226. this.infoSeriesLB.Size = new System.Drawing.Size(114, 43);
  227. this.infoSeriesLB.TabIndex = 15;
  228. //
  229. // infoCommentRTB
  230. //
  231. this.infoCommentRTB.BackColor = System.Drawing.Color.White;
  232. this.infoCommentRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
  233. this.infoCommentRTB.Cursor = System.Windows.Forms.Cursors.No;
  234. this.infoCommentRTB.Dock = System.Windows.Forms.DockStyle.Fill;
  235. this.infoCommentRTB.ForeColor = System.Drawing.Color.Black;
  236. this.infoCommentRTB.Location = new System.Drawing.Point(3, 170);
  237. this.infoCommentRTB.Name = "infoCommentRTB";
  238. this.infoCommentRTB.ReadOnly = true;
  239. this.sumaryAndRemarkTLP.SetRowSpan(this.infoCommentRTB, 2);
  240. this.infoCommentRTB.Size = new System.Drawing.Size(149, 162);
  241. this.infoCommentRTB.TabIndex = 14;
  242. this.infoCommentRTB.Text = "";
  243. //
  244. // dateCotationPanel
  245. //
  246. this.dateCotationPanel.Controls.Add(this.dateLbl);
  247. this.dateCotationPanel.Controls.Add(this.infoCotationLbl);
  248. this.dateCotationPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  249. this.dateCotationPanel.Location = new System.Drawing.Point(3, 145);
  250. this.dateCotationPanel.Name = "dateCotationPanel";
  251. this.dateCotationPanel.Size = new System.Drawing.Size(140, 44);
  252. this.dateCotationPanel.TabIndex = 11;
  253. //
  254. // dateLbl
  255. //
  256. this.dateLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  257. | System.Windows.Forms.AnchorStyles.Right)));
  258. this.dateLbl.AutoEllipsis = true;
  259. this.dateLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  260. this.dateLbl.Location = new System.Drawing.Point(3, 26);
  261. this.dateLbl.Name = "dateLbl";
  262. this.dateLbl.Size = new System.Drawing.Size(134, 16);
  263. this.dateLbl.TabIndex = 18;
  264. this.dateLbl.Text = "Date :";
  265. //
  266. // actorsPanel
  267. //
  268. this.actorsPanel.Controls.Add(this.infoActorsLbl);
  269. this.actorsPanel.Controls.Add(this.infoActorsLB);
  270. this.actorsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  271. this.actorsPanel.Location = new System.Drawing.Point(3, 195);
  272. this.actorsPanel.Name = "actorsPanel";
  273. this.actorsPanel.Size = new System.Drawing.Size(140, 137);
  274. this.actorsPanel.TabIndex = 12;
  275. //
  276. // categoryPanel
  277. //
  278. this.categoryPanel.Controls.Add(this.infoCategoriesLbl);
  279. this.categoryPanel.Controls.Add(this.infoCategoriesLB);
  280. this.categoryPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  281. this.categoryPanel.Location = new System.Drawing.Point(158, 253);
  282. this.categoryPanel.Name = "categoryPanel";
  283. this.categoryPanel.Size = new System.Drawing.Size(121, 79);
  284. this.categoryPanel.TabIndex = 13;
  285. //
  286. // mainSC
  287. //
  288. this.mainSC.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  289. | System.Windows.Forms.AnchorStyles.Left)
  290. | System.Windows.Forms.AnchorStyles.Right)));
  291. this.mainSC.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  292. this.mainSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  293. this.mainSC.Location = new System.Drawing.Point(3, 38);
  294. this.mainSC.Name = "mainSC";
  295. //
  296. // mainSC.Panel1
  297. //
  298. this.mainSC.Panel1.BackColor = System.Drawing.Color.White;
  299. this.mainSC.Panel1.Controls.Add(this.sumaryAndRemarkTLP);
  300. this.mainSC.Panel1.ForeColor = System.Drawing.Color.Black;
  301. //
  302. // mainSC.Panel2
  303. //
  304. this.mainSC.Panel2.BackColor = System.Drawing.Color.White;
  305. this.mainSC.Panel2.Controls.Add(this.coverAndActorsTLP);
  306. this.mainSC.Panel2.ForeColor = System.Drawing.Color.Black;
  307. this.mainSC.Size = new System.Drawing.Size(444, 339);
  308. this.mainSC.SplitterDistance = 286;
  309. this.mainSC.SplitterWidth = 8;
  310. this.mainSC.TabIndex = 19;
  311. //
  312. // sumaryAndRemarkTLP
  313. //
  314. this.sumaryAndRemarkTLP.ColumnCount = 2;
  315. this.sumaryAndRemarkTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F));
  316. this.sumaryAndRemarkTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F));
  317. this.sumaryAndRemarkTLP.Controls.Add(this.infoSynopsisRTB, 0, 0);
  318. this.sumaryAndRemarkTLP.Controls.Add(this.categoryPanel, 1, 2);
  319. this.sumaryAndRemarkTLP.Controls.Add(this.seriesPanel, 1, 1);
  320. this.sumaryAndRemarkTLP.Controls.Add(this.infoCommentRTB, 0, 1);
  321. this.sumaryAndRemarkTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  322. this.sumaryAndRemarkTLP.Location = new System.Drawing.Point(0, 0);
  323. this.sumaryAndRemarkTLP.Name = "sumaryAndRemarkTLP";
  324. this.sumaryAndRemarkTLP.RowCount = 3;
  325. this.sumaryAndRemarkTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  326. this.sumaryAndRemarkTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  327. this.sumaryAndRemarkTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  328. this.sumaryAndRemarkTLP.Size = new System.Drawing.Size(282, 335);
  329. this.sumaryAndRemarkTLP.TabIndex = 0;
  330. //
  331. // coverAndActorsTLP
  332. //
  333. this.coverAndActorsTLP.ColumnCount = 1;
  334. this.coverAndActorsTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  335. this.coverAndActorsTLP.Controls.Add(this.coverPB, 0, 0);
  336. this.coverAndActorsTLP.Controls.Add(this.dateCotationPanel, 0, 1);
  337. this.coverAndActorsTLP.Controls.Add(this.actorsPanel, 0, 2);
  338. this.coverAndActorsTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  339. this.coverAndActorsTLP.Location = new System.Drawing.Point(0, 0);
  340. this.coverAndActorsTLP.Name = "coverAndActorsTLP";
  341. this.coverAndActorsTLP.RowCount = 3;
  342. this.coverAndActorsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  343. this.coverAndActorsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  344. this.coverAndActorsTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  345. this.coverAndActorsTLP.Size = new System.Drawing.Size(146, 335);
  346. this.coverAndActorsTLP.TabIndex = 0;
  347. //
  348. // BrolInfoControl
  349. //
  350. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  351. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  352. this.Controls.Add(this.infoTitleLbl);
  353. this.Controls.Add(this.mainSC);
  354. this.Name = "BrolInfoControl";
  355. this.Size = new System.Drawing.Size(450, 380);
  356. this.actorCMS.ResumeLayout(false);
  357. ((System.ComponentModel.ISupportInitialize)(this.coverPB)).EndInit();
  358. this.seriesPanel.ResumeLayout(false);
  359. this.dateCotationPanel.ResumeLayout(false);
  360. this.actorsPanel.ResumeLayout(false);
  361. this.categoryPanel.ResumeLayout(false);
  362. this.mainSC.Panel1.ResumeLayout(false);
  363. this.mainSC.Panel2.ResumeLayout(false);
  364. this.mainSC.ResumeLayout(false);
  365. this.sumaryAndRemarkTLP.ResumeLayout(false);
  366. this.coverAndActorsTLP.ResumeLayout(false);
  367. this.ResumeLayout(false);
  368.  
  369. }
  370.  
  371. #endregion
  372.  
  373. private System.Windows.Forms.Label infoCotationLbl;
  374. private System.Windows.Forms.Label infoCategoriesLbl;
  375. private System.Windows.Forms.ListBox infoCategoriesLB;
  376. private System.Windows.Forms.ListBox infoActorsLB;
  377. private System.Windows.Forms.Label infoActorsLbl;
  378. private System.Windows.Forms.RichTextBox infoSynopsisRTB;
  379. private System.Windows.Forms.Label infoTitleLbl;
  380. private System.Windows.Forms.PictureBox coverPB;
  381. private System.Windows.Forms.Panel dateCotationPanel;
  382. private System.Windows.Forms.Panel actorsPanel;
  383. private System.Windows.Forms.Panel categoryPanel;
  384. private System.Windows.Forms.RichTextBox infoCommentRTB;
  385. private System.Windows.Forms.Label dateLbl;
  386. private System.Windows.Forms.ContextMenuStrip actorCMS;
  387. private System.Windows.Forms.ToolStripMenuItem otherBrolsTsMi;
  388. private System.Windows.Forms.ToolStripMenuItem actorInfoTsMi;
  389. private System.Windows.Forms.Panel seriesPanel;
  390. private System.Windows.Forms.Label infoSeriesLbl;
  391. private System.Windows.Forms.ListBox infoSeriesLB;
  392. private System.Windows.Forms.SplitContainer mainSC;
  393. private System.Windows.Forms.TableLayoutPanel coverAndActorsTLP;
  394. private System.Windows.Forms.TableLayoutPanel sumaryAndRemarkTLP;
  395. private System.Windows.Forms.ToolTip toolTip1;
  396. }
  397. }

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 octets1716092884 19/05/2024 06:28:04
| _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.

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/controls/BrolInfoControl.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.