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.

AWSForm.Designer.cs

Description du code

AWSForm.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 AWSForm
  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(AWSForm));
  33. this.infosGB = new System.Windows.Forms.GroupBox();
  34. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  35. this.coverPB = new System.Windows.Forms.PictureBox();
  36. this.pictureCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  37. this.savePictureAsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  38. this.aWSFilmBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.titleTB = new System.Windows.Forms.Label();
  40. this.releaseDateTB = new System.Windows.Forms.Label();
  41. this.typeTB = new System.Windows.Forms.Label();
  42. this.descriptionRTB = new System.Windows.Forms.RichTextBox();
  43. this.actorsLB = new System.Windows.Forms.ListBox();
  44. this.actorsCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  45. this.addPersonTsMi = new System.Windows.Forms.ToolStripMenuItem();
  46. this.actorsBindingSource = new System.Windows.Forms.BindingSource(this.components);
  47. this.saveBrolBtn = new System.Windows.Forms.Button();
  48. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  49. this.searchGB = new System.Windows.Forms.GroupBox();
  50. this.moreResultsBtn = new System.Windows.Forms.Button();
  51. this.proxyTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  52. this.proxyLbl = new System.Windows.Forms.Label();
  53. this.resultsCountLbl = new System.Windows.Forms.Label();
  54. this.searchIndexCB = new System.Windows.Forms.ComboBox();
  55. this.searchTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  56. this.searchBtn = new System.Windows.Forms.Button();
  57. this.listBoxTitle = new System.Windows.Forms.ListBox();
  58. this.panel1 = new System.Windows.Forms.Panel();
  59. this.infosGB.SuspendLayout();
  60. this.tableLayoutPanel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.coverPB)).BeginInit();
  62. this.pictureCMS.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.aWSFilmBindingSource)).BeginInit();
  64. this.actorsCMS.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.actorsBindingSource)).BeginInit();
  66. this.splitContainer1.Panel1.SuspendLayout();
  67. this.splitContainer1.Panel2.SuspendLayout();
  68. this.splitContainer1.SuspendLayout();
  69. this.searchGB.SuspendLayout();
  70. this.panel1.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // infosGB
  74. //
  75. this.infosGB.Controls.Add(this.tableLayoutPanel1);
  76. this.infosGB.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.infosGB.Location = new System.Drawing.Point(10, 10);
  78. this.infosGB.Name = "infosGB";
  79. this.infosGB.Size = new System.Drawing.Size(499, 456);
  80. this.infosGB.TabIndex = 10;
  81. this.infosGB.TabStop = false;
  82. this.infosGB.Text = "Informations";
  83. //
  84. // tableLayoutPanel1
  85. //
  86. this.tableLayoutPanel1.ColumnCount = 2;
  87. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  88. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  89. this.tableLayoutPanel1.Controls.Add(this.coverPB, 0, 0);
  90. this.tableLayoutPanel1.Controls.Add(this.titleTB, 1, 0);
  91. this.tableLayoutPanel1.Controls.Add(this.releaseDateTB, 1, 2);
  92. this.tableLayoutPanel1.Controls.Add(this.typeTB, 1, 1);
  93. this.tableLayoutPanel1.Controls.Add(this.descriptionRTB, 0, 4);
  94. this.tableLayoutPanel1.Controls.Add(this.actorsLB, 1, 3);
  95. this.tableLayoutPanel1.Controls.Add(this.saveBrolBtn, 1, 5);
  96. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
  98. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  99. this.tableLayoutPanel1.RowCount = 6;
  100. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  101. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  102. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  103. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  104. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  105. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  106. this.tableLayoutPanel1.Size = new System.Drawing.Size(493, 437);
  107. this.tableLayoutPanel1.TabIndex = 11;
  108. //
  109. // coverPB
  110. //
  111. this.coverPB.ContextMenuStrip = this.pictureCMS;
  112. this.coverPB.DataBindings.Add(new System.Windows.Forms.Binding("ImageLocation", this.aWSFilmBindingSource, "ImageUrl", true));
  113. this.coverPB.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.coverPB.Location = new System.Drawing.Point(3, 3);
  115. this.coverPB.Name = "coverPB";
  116. this.tableLayoutPanel1.SetRowSpan(this.coverPB, 4);
  117. this.coverPB.Size = new System.Drawing.Size(240, 169);
  118. this.coverPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  119. this.coverPB.TabIndex = 9;
  120. this.coverPB.TabStop = false;
  121. //
  122. // pictureCMS
  123. //
  124. this.pictureCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  125. this.savePictureAsTsMi});
  126. this.pictureCMS.Name = "pictureCMS";
  127. this.pictureCMS.Size = new System.Drawing.Size(233, 28);
  128. //
  129. // savePictureAsTsMi
  130. //
  131. this.savePictureAsTsMi.Name = "savePictureAsTsMi";
  132. this.savePictureAsTsMi.Size = new System.Drawing.Size(232, 24);
  133. this.savePictureAsTsMi.Text = "Enregistrer l\'image sous...";
  134. this.savePictureAsTsMi.Click += new System.EventHandler(this.onSavePictureAs_Click);
  135. //
  136. // aWSFilmBindingSource
  137. //
  138. this.aWSFilmBindingSource.DataSource = typeof(be.gaudry.bibliobrol.model.aws.AWSFilm);
  139. //
  140. // titleTB
  141. //
  142. this.titleTB.AutoEllipsis = true;
  143. this.titleTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aWSFilmBindingSource, "Title", true));
  144. this.titleTB.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.titleTB.Location = new System.Drawing.Point(249, 0);
  146. this.titleTB.Name = "titleTB";
  147. this.titleTB.Size = new System.Drawing.Size(241, 25);
  148. this.titleTB.TabIndex = 3;
  149. this.titleTB.Text = "Titre :";
  150. //
  151. // releaseDateTB
  152. //
  153. this.releaseDateTB.AutoEllipsis = true;
  154. this.releaseDateTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aWSFilmBindingSource, "ReleasedDate", true));
  155. this.releaseDateTB.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.releaseDateTB.Location = new System.Drawing.Point(249, 50);
  157. this.releaseDateTB.Name = "releaseDateTB";
  158. this.releaseDateTB.Size = new System.Drawing.Size(241, 25);
  159. this.releaseDateTB.TabIndex = 8;
  160. this.releaseDateTB.Text = "Date : ";
  161. //
  162. // typeTB
  163. //
  164. this.typeTB.AutoEllipsis = true;
  165. this.typeTB.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.typeTB.Location = new System.Drawing.Point(249, 25);
  167. this.typeTB.Name = "typeTB";
  168. this.typeTB.Size = new System.Drawing.Size(241, 25);
  169. this.typeTB.TabIndex = 7;
  170. this.typeTB.Text = "Type : ";
  171. //
  172. // descriptionRTB
  173. //
  174. this.descriptionRTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  175. | System.Windows.Forms.AnchorStyles.Left)
  176. | System.Windows.Forms.AnchorStyles.Right)));
  177. this.descriptionRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
  178. this.tableLayoutPanel1.SetColumnSpan(this.descriptionRTB, 2);
  179. this.descriptionRTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aWSFilmBindingSource, "Description", true));
  180. this.descriptionRTB.Location = new System.Drawing.Point(3, 178);
  181. this.descriptionRTB.Name = "descriptionRTB";
  182. this.descriptionRTB.Size = new System.Drawing.Size(487, 226);
  183. this.descriptionRTB.TabIndex = 6;
  184. this.descriptionRTB.Text = "";
  185. //
  186. // actorsLB
  187. //
  188. this.actorsLB.BorderStyle = System.Windows.Forms.BorderStyle.None;
  189. this.actorsLB.ContextMenuStrip = this.actorsCMS;
  190. this.actorsLB.DataSource = this.actorsBindingSource;
  191. this.actorsLB.DisplayMember = "Display";
  192. this.actorsLB.Dock = System.Windows.Forms.DockStyle.Fill;
  193. this.actorsLB.FormattingEnabled = true;
  194. this.actorsLB.Location = new System.Drawing.Point(249, 78);
  195. this.actorsLB.Name = "actorsLB";
  196. this.actorsLB.Size = new System.Drawing.Size(241, 91);
  197. this.actorsLB.TabIndex = 10;
  198. this.actorsLB.DataSourceChanged += new System.EventHandler(this.actorsLB_DataSourceChanged);
  199. this.actorsLB.SelectedIndexChanged += new System.EventHandler(this.actorsLB_SelectedIndexChanged);
  200. //
  201. // actorsCMS
  202. //
  203. this.actorsCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  204. this.addPersonTsMi});
  205. this.actorsCMS.Name = "actorsCMS";
  206. this.actorsCMS.Size = new System.Drawing.Size(293, 28);
  207. //
  208. // addPersonTsMi
  209. //
  210. this.addPersonTsMi.Name = "addPersonTsMi";
  211. this.addPersonTsMi.Size = new System.Drawing.Size(292, 24);
  212. this.addPersonTsMi.Text = "Ajouter la personne dans BiblioBrol";
  213. this.addPersonTsMi.Click += new System.EventHandler(this.addPersonTsMi_Click);
  214. //
  215. // actorsBindingSource
  216. //
  217. this.actorsBindingSource.DataMember = "Actors";
  218. this.actorsBindingSource.DataSource = this.aWSFilmBindingSource;
  219. //
  220. // saveBrolBtn
  221. //
  222. this.saveBrolBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  223. this.saveBrolBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  224. this.saveBrolBtn.Location = new System.Drawing.Point(367, 410);
  225. this.saveBrolBtn.Name = "saveBrolBtn";
  226. this.saveBrolBtn.Size = new System.Drawing.Size(123, 24);
  227. this.saveBrolBtn.TabIndex = 11;
  228. this.saveBrolBtn.Text = "Sauver l\'ouvrage";
  229. this.saveBrolBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  230. this.saveBrolBtn.UseVisualStyleBackColor = true;
  231. this.saveBrolBtn.Click += new System.EventHandler(this.onSaveBrol_Click);
  232. //
  233. // splitContainer1
  234. //
  235. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  236. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  237. this.splitContainer1.Name = "splitContainer1";
  238. //
  239. // splitContainer1.Panel1
  240. //
  241. this.splitContainer1.Panel1.Controls.Add(this.searchGB);
  242. this.splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(20);
  243. //
  244. // splitContainer1.Panel2
  245. //
  246. this.splitContainer1.Panel2.Controls.Add(this.panel1);
  247. this.splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(10);
  248. this.splitContainer1.Size = new System.Drawing.Size(829, 500);
  249. this.splitContainer1.SplitterDistance = 276;
  250. this.splitContainer1.SplitterWidth = 10;
  251. this.splitContainer1.TabIndex = 14;
  252. //
  253. // searchGB
  254. //
  255. this.searchGB.Controls.Add(this.moreResultsBtn);
  256. this.searchGB.Controls.Add(this.proxyTB);
  257. this.searchGB.Controls.Add(this.proxyLbl);
  258. this.searchGB.Controls.Add(this.resultsCountLbl);
  259. this.searchGB.Controls.Add(this.searchIndexCB);
  260. this.searchGB.Controls.Add(this.searchTB);
  261. this.searchGB.Controls.Add(this.searchBtn);
  262. this.searchGB.Controls.Add(this.listBoxTitle);
  263. this.searchGB.Dock = System.Windows.Forms.DockStyle.Fill;
  264. this.searchGB.Location = new System.Drawing.Point(20, 20);
  265. this.searchGB.MinimumSize = new System.Drawing.Size(203, 187);
  266. this.searchGB.Name = "searchGB";
  267. this.searchGB.Size = new System.Drawing.Size(236, 460);
  268. this.searchGB.TabIndex = 9;
  269. this.searchGB.TabStop = false;
  270. this.searchGB.Text = "Recherche";
  271. //
  272. // moreResultsBtn
  273. //
  274. this.moreResultsBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  275. this.moreResultsBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn;
  276. this.moreResultsBtn.Location = new System.Drawing.Point(202, 431);
  277. this.moreResultsBtn.Name = "moreResultsBtn";
  278. this.moreResultsBtn.Size = new System.Drawing.Size(28, 23);
  279. this.moreResultsBtn.TabIndex = 5;
  280. this.moreResultsBtn.UseVisualStyleBackColor = true;
  281. this.moreResultsBtn.Click += new System.EventHandler(this.moreResultsBtn_Click);
  282. //
  283. // proxyTB
  284. //
  285. this.proxyTB.AllowDrop = true;
  286. this.proxyTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  287. | System.Windows.Forms.AnchorStyles.Right)));
  288. this.proxyTB.Location = new System.Drawing.Point(51, 81);
  289. this.proxyTB.Name = "proxyTB";
  290. this.proxyTB.Size = new System.Drawing.Size(179, 20);
  291. this.proxyTB.TabIndex = 1;
  292. //
  293. // proxyLbl
  294. //
  295. this.proxyLbl.AutoSize = true;
  296. this.proxyLbl.Location = new System.Drawing.Point(12, 84);
  297. this.proxyLbl.Name = "proxyLbl";
  298. this.proxyLbl.Size = new System.Drawing.Size(37, 15);
  299. this.proxyLbl.TabIndex = 0;
  300. this.proxyLbl.Text = "Proxy";
  301. //
  302. // resultsCountLbl
  303. //
  304. this.resultsCountLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  305. this.resultsCountLbl.AutoSize = true;
  306. this.resultsCountLbl.Location = new System.Drawing.Point(6, 439);
  307. this.resultsCountLbl.Name = "resultsCountLbl";
  308. this.resultsCountLbl.Size = new System.Drawing.Size(63, 15);
  309. this.resultsCountLbl.TabIndex = 4;
  310. this.resultsCountLbl.Text = "0 résultats";
  311. //
  312. // searchIndexCB
  313. //
  314. this.searchIndexCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  315. | System.Windows.Forms.AnchorStyles.Right)));
  316. this.searchIndexCB.FormattingEnabled = true;
  317. this.searchIndexCB.Location = new System.Drawing.Point(8, 52);
  318. this.searchIndexCB.Name = "searchIndexCB";
  319. this.searchIndexCB.Size = new System.Drawing.Size(139, 21);
  320. this.searchIndexCB.Sorted = true;
  321. this.searchIndexCB.TabIndex = 3;
  322. //
  323. // searchTB
  324. //
  325. this.searchTB.AllowDrop = true;
  326. this.searchTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  327. | System.Windows.Forms.AnchorStyles.Right)));
  328. this.searchTB.Location = new System.Drawing.Point(8, 19);
  329. this.searchTB.Name = "searchTB";
  330. this.searchTB.Size = new System.Drawing.Size(220, 20);
  331. this.searchTB.TabIndex = 2;
  332. this.searchTB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.searchTB_KeyUp);
  333. //
  334. // searchBtn
  335. //
  336. this.searchBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  337. this.searchBtn.Location = new System.Drawing.Point(153, 52);
  338. this.searchBtn.Name = "searchBtn";
  339. this.searchBtn.Size = new System.Drawing.Size(75, 23);
  340. this.searchBtn.TabIndex = 0;
  341. this.searchBtn.Text = "Chercher";
  342. this.searchBtn.UseVisualStyleBackColor = true;
  343. this.searchBtn.Click += new System.EventHandler(this.searchBtn_Click);
  344. //
  345. // listBoxTitle
  346. //
  347. this.listBoxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  348. | System.Windows.Forms.AnchorStyles.Left)
  349. | System.Windows.Forms.AnchorStyles.Right)));
  350. this.listBoxTitle.DataSource = this.aWSFilmBindingSource;
  351. this.listBoxTitle.DisplayMember = "Title";
  352. this.listBoxTitle.FormattingEnabled = true;
  353. this.listBoxTitle.Location = new System.Drawing.Point(8, 107);
  354. this.listBoxTitle.Name = "listBoxTitle";
  355. this.listBoxTitle.Size = new System.Drawing.Size(222, 316);
  356. this.listBoxTitle.TabIndex = 1;
  357. //
  358. // panel1
  359. //
  360. this.panel1.BackColor = System.Drawing.SystemColors.Window;
  361. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  362. this.panel1.Controls.Add(this.infosGB);
  363. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  364. this.panel1.Location = new System.Drawing.Point(10, 10);
  365. this.panel1.Name = "panel1";
  366. this.panel1.Padding = new System.Windows.Forms.Padding(10);
  367. this.panel1.Size = new System.Drawing.Size(523, 480);
  368. this.panel1.TabIndex = 11;
  369. //
  370. // AWSForm
  371. //
  372. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  373. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  374. this.ClientSize = new System.Drawing.Size(829, 500);
  375. this.Controls.Add(this.splitContainer1);
  376. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  377. this.Name = "AWSForm";
  378. this.Text = "Recherche en ligne";
  379. this.infosGB.ResumeLayout(false);
  380. this.tableLayoutPanel1.ResumeLayout(false);
  381. ((System.ComponentModel.ISupportInitialize)(this.coverPB)).EndInit();
  382. this.pictureCMS.ResumeLayout(false);
  383. ((System.ComponentModel.ISupportInitialize)(this.aWSFilmBindingSource)).EndInit();
  384. this.actorsCMS.ResumeLayout(false);
  385. ((System.ComponentModel.ISupportInitialize)(this.actorsBindingSource)).EndInit();
  386. this.splitContainer1.Panel1.ResumeLayout(false);
  387. this.splitContainer1.Panel2.ResumeLayout(false);
  388. this.splitContainer1.ResumeLayout(false);
  389. this.searchGB.ResumeLayout(false);
  390. this.searchGB.PerformLayout();
  391. this.panel1.ResumeLayout(false);
  392. this.ResumeLayout(false);
  393.  
  394. }
  395.  
  396. #endregion
  397.  
  398. private System.Windows.Forms.GroupBox infosGB;
  399. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  400. private System.Windows.Forms.Label titleTB;
  401. private System.Windows.Forms.Label releaseDateTB;
  402. private System.Windows.Forms.Label typeTB;
  403. private System.Windows.Forms.RichTextBox descriptionRTB;
  404. private System.Windows.Forms.SplitContainer splitContainer1;
  405. private System.Windows.Forms.GroupBox searchGB;
  406. private System.Windows.Forms.ComboBox searchIndexCB;
  407. private be.gaudry.view.controls.TextBoxDragDrop searchTB;
  408. private System.Windows.Forms.Button searchBtn;
  409. private System.Windows.Forms.ListBox listBoxTitle;
  410. private System.Windows.Forms.BindingSource aWSFilmBindingSource;
  411. private System.Windows.Forms.Label resultsCountLbl;
  412. private System.Windows.Forms.PictureBox coverPB;
  413. private System.Windows.Forms.Panel panel1;
  414. private System.Windows.Forms.Button moreResultsBtn;
  415. private System.Windows.Forms.BindingSource actorsBindingSource;
  416. private System.Windows.Forms.ListBox actorsLB;
  417. private System.Windows.Forms.ContextMenuStrip actorsCMS;
  418. private System.Windows.Forms.ToolStripMenuItem addPersonTsMi;
  419. private be.gaudry.view.controls.TextBoxDragDrop proxyTB;
  420. private System.Windows.Forms.Label proxyLbl;
  421. private System.Windows.Forms.ContextMenuStrip pictureCMS;
  422. private System.Windows.Forms.ToolStripMenuItem savePictureAsTsMi;
  423. private System.Windows.Forms.Button saveBrolBtn;
  424. }
  425. }

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 octets1714988514 06/05/2024 11:41:54
| _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/AWSForm.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.