EditBrolForm.Designer.cs

Description du code

EditBrolForm.Designer.cs est un fichier du projet BiblioBrol.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/src/.

Projet BiblioBrol :

Gestion de media en CSharp.

Pour plus d'infos, vous pouvez consulter la brève analyse.

Code source ou contenu du fichier

  1. namespace be.gaudry.bibliobrol.view.dialogs
  2. {
  3. partial class EditBrolForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditBrolForm));
  32. this.mainTLP = new System.Windows.Forms.TableLayoutPanel();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.editBrolControl1 = new be.gaudry.bibliobrol.view.controls.BrolEditControl();
  36. this.editBrolControl = new be.gaudry.bibliobrol.view.controls.BrolEditControl();
  37. this.buttonsPanel = new System.Windows.Forms.Panel();
  38. this.saveBtn = new System.Windows.Forms.Button();
  39. this.existingBrolsPanel = new System.Windows.Forms.Panel();
  40. this.listBox1 = new System.Windows.Forms.ListBox();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.mainTLP.SuspendLayout();
  43. this.buttonsPanel.SuspendLayout();
  44. this.existingBrolsPanel.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // mainTLP
  48. //
  49. this.mainTLP.ColumnCount = 3;
  50. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
  51. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  52. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
  53. this.mainTLP.Controls.Add(this.label3, 2, 0);
  54. this.mainTLP.Controls.Add(this.label2, 1, 0);
  55. this.mainTLP.Controls.Add(this.editBrolControl1, 2, 1);
  56. this.mainTLP.Controls.Add(this.editBrolControl, 0, 1);
  57. this.mainTLP.Controls.Add(this.buttonsPanel, 0, 2);
  58. this.mainTLP.Controls.Add(this.existingBrolsPanel, 1, 1);
  59. this.mainTLP.Controls.Add(this.label1, 0, 0);
  60. this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.mainTLP.Location = new System.Drawing.Point(0, 0);
  62. this.mainTLP.Name = "mainTLP";
  63. this.mainTLP.RowCount = 3;
  64. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  65. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  66. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
  67. this.mainTLP.Size = new System.Drawing.Size(821, 533);
  68. this.mainTLP.TabIndex = 1;
  69. //
  70. // label3
  71. //
  72. this.label3.AutoEllipsis = true;
  73. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.label3.Location = new System.Drawing.Point(495, 0);
  75. this.label3.Name = "label3";
  76. this.label3.Size = new System.Drawing.Size(323, 20);
  77. this.label3.TabIndex = 6;
  78. this.label3.Text = "Ouvrage local (détails)";
  79. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  80. //
  81. // label2
  82. //
  83. this.label2.AutoEllipsis = true;
  84. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.label2.Location = new System.Drawing.Point(331, 0);
  86. this.label2.Name = "label2";
  87. this.label2.Size = new System.Drawing.Size(158, 20);
  88. this.label2.TabIndex = 5;
  89. this.label2.Text = "Ouvrages locaux";
  90. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  91. //
  92. // editBrolControl1
  93. //
  94. this.editBrolControl1.AllowDrop = true;
  95. this.editBrolControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  96. this.editBrolControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.editBrolControl1.Location = new System.Drawing.Point(495, 23);
  98. this.editBrolControl1.Name = "editBrolControl1";
  99. this.editBrolControl1.Size = new System.Drawing.Size(323, 472);
  100. this.editBrolControl1.TabIndex = 2;
  101. //
  102. // editBrolControl
  103. //
  104. this.editBrolControl.AllowDrop = true;
  105. this.editBrolControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  106. this.editBrolControl.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.editBrolControl.Location = new System.Drawing.Point(3, 23);
  108. this.editBrolControl.Name = "editBrolControl";
  109. this.editBrolControl.Size = new System.Drawing.Size(322, 472);
  110. this.editBrolControl.TabIndex = 0;
  111. //
  112. // buttonsPanel
  113. //
  114. this.buttonsPanel.Controls.Add(this.saveBtn);
  115. this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.buttonsPanel.Location = new System.Drawing.Point(3, 501);
  117. this.buttonsPanel.Name = "buttonsPanel";
  118. this.buttonsPanel.Size = new System.Drawing.Size(322, 29);
  119. this.buttonsPanel.TabIndex = 1;
  120. //
  121. // saveBtn
  122. //
  123. this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  124. this.saveBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  125. this.saveBtn.Location = new System.Drawing.Point(234, 3);
  126. this.saveBtn.Name = "saveBtn";
  127. this.saveBtn.Size = new System.Drawing.Size(75, 23);
  128. this.saveBtn.TabIndex = 0;
  129. this.saveBtn.Text = "Sauver";
  130. this.saveBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  131. this.saveBtn.UseVisualStyleBackColor = true;
  132. this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
  133. //
  134. // existingBrolsPanel
  135. //
  136. this.existingBrolsPanel.Controls.Add(this.listBox1);
  137. this.existingBrolsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.existingBrolsPanel.Location = new System.Drawing.Point(331, 23);
  139. this.existingBrolsPanel.MinimumSize = new System.Drawing.Size(150, 0);
  140. this.existingBrolsPanel.Name = "existingBrolsPanel";
  141. this.existingBrolsPanel.Size = new System.Drawing.Size(158, 472);
  142. this.existingBrolsPanel.TabIndex = 3;
  143. //
  144. // listBox1
  145. //
  146. this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  147. | System.Windows.Forms.AnchorStyles.Right)));
  148. this.listBox1.FormattingEnabled = true;
  149. this.listBox1.Location = new System.Drawing.Point(19, 42);
  150. this.listBox1.Name = "listBox1";
  151. this.listBox1.Size = new System.Drawing.Size(120, 251);
  152. this.listBox1.TabIndex = 0;
  153. //
  154. // label1
  155. //
  156. this.label1.AutoEllipsis = true;
  157. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.label1.Location = new System.Drawing.Point(3, 0);
  159. this.label1.Name = "label1";
  160. this.label1.Size = new System.Drawing.Size(322, 20);
  161. this.label1.TabIndex = 4;
  162. this.label1.Text = "Ouvrage importé (détails)";
  163. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  164. //
  165. // EditBrolForm
  166. //
  167. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  168. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  169. this.ClientSize = new System.Drawing.Size(821, 533);
  170. this.Controls.Add(this.mainTLP);
  171. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  172. this.Name = "EditBrolForm";
  173. this.Text = "Edition d\'ouvrage";
  174. this.mainTLP.ResumeLayout(false);
  175. this.buttonsPanel.ResumeLayout(false);
  176. this.existingBrolsPanel.ResumeLayout(false);
  177. this.ResumeLayout(false);
  178.  
  179. }
  180.  
  181. #endregion
  182.  
  183. private be.gaudry.bibliobrol.view.controls.BrolEditControl editBrolControl;
  184. private System.Windows.Forms.TableLayoutPanel mainTLP;
  185. private System.Windows.Forms.Panel buttonsPanel;
  186. private System.Windows.Forms.Button saveBtn;
  187. private be.gaudry.bibliobrol.view.controls.BrolEditControl editBrolControl1;
  188. private System.Windows.Forms.Panel existingBrolsPanel;
  189. private System.Windows.Forms.ListBox listBox1;
  190. private System.Windows.Forms.Label label1;
  191. private System.Windows.Forms.Label label3;
  192. private System.Windows.Forms.Label label2;
  193. }
  194. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/dialogs/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1717255786 01/06/2024 17:29:46
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/dialogs/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxAboutBibliobrolDialog.resx5.68 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectSerieItemDialog.Designer.cs6.84 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csEditBrolForm.Designer.cs9.93 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditBorrowForm.Designer.cs13.58 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxEditRoleForm.resx5.68 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csBrolPropertiesForm.Designer.cs3.5 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csVersionForm.cs729 octets31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csAboutBibliobrolDialog.Designer.cs2.29 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseDialog.cs581 octets31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxImportedImagesForm.resx188.76 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditSeriesForm.Designer.cs8.55 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditBrolForm.cs3.37 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csCommentForm.cs1.47 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csEditRoleForm.Designer.cs7.86 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csMediabrolPropertiesForm.Designer.cs3.57 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxVersionForm.resx43.11 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csPersonInfoForm.cs1.13 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csImportedImagesForm.Designer.cs5.86 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csSelectCategoryDialog.Designer.cs5.71 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxBrolPropertiesForm.resx5.87 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseDialog.Designer.cs3.77 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxMediaBrolsByBrolForm.resx6.39 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxMediabrolPropertiesForm.resx5.87 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxSelectCategoryDialog.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csOptionsForm.cs7.57 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxSelectSerieItemDialog.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxCommentForm.resx187.31 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxPersonInfoForm.resx40.67 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csImportedImagesForm.cs914 octets31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditBorrowForm.cs4.83 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csPersonInfoForm.Designer.cs3.03 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csAboutBibliobrolDialog.cs416 octets31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csMediaBrolsByBrolForm.cs1.47 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csEditSeriesForm.cs2.2 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csSelectRoleForm.Designer.cs6.57 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxSelectConsoleVerboseDialog.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csSelectRoleForm.cs996 octets31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csInfobrolForm.cs404 octets31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csMediaBrolsByBrolForm.Designer.cs6.86 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxDiaSetActorRole.resx5.68 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csSelectCategoryDialog.cs2.68 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csDiaSetActorRole.cs6.51 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxSelectRoleForm.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csVersionForm.Designer.cs7.25 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csSelectSerieItemDialog.cs1.92 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxOptionsForm.resx38.91 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csEditRoleForm.cs1.35 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csCommentForm.Designer.cs3.09 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csUserForm.Designer.cs65.04 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxEditBorrowForm.resx187.31 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csDiaSetActorRole.Designer.cs7.98 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxEditBrolForm.resx11.3 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .resx|.resxUserForm.resx42.02 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csBrolPropertiesForm.cs652 octets31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxInfobrolForm.resx40.95 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csUserForm.cs9.99 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxDiaSelectActor.resx5.68 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csDiaSelectActor.cs1.87 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csDiaSelectActor.Designer.cs4.15 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csOptionsForm.Designer.cs18.22 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csMediabrolPropertiesForm.cs690 octets31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csInfobrolForm.Designer.cs2.46 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxEditSeriesForm.resx38.91 Ko31/10/2018 18:33:00-refusé-

Utilisation de l'explorateur de code

  • Navigation :
    • Un clic sur une icône de répertoire ouvre ce répertoire pour en afficher les fichiers.
    • Lorsque le répertoire en cours ne contient pas de sous-répertoires il est possible de remonter vers le répertoire parent.
    • La structure de répertoires en treetable (tableau en forme d'arborescence) n'est plus possibledans cette version.
    • Un clic sur une icône de fichier ouvre ce fichier pour en afficher le code avec la coloration syntaxique adaptée en fonction du langage principal utilisé dans le fichier.
  • Affichage :
    • Il est possible de trier les répertoires ou les fichiers selon certains critères (nom, taille, date).
  • Actions :
    • Les actions possible sur les fichiers dépendent de vos droits d'utilisateur sur le site. Veuillez activer le mode utilisateur pour activer les actions.

Document créé le 16/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-bibliobrol-source-rf-view/dialogs//EditBrolForm.Designer.cs.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.