EditSeriesForm.Designer.cs

Description du code

EditSeriesForm.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 EditSeriesForm
  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(EditSeriesForm));
  32. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  33. this.persListManageTbLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  34. this.deleteSerieBtn = new System.Windows.Forms.Button();
  35. this.addSerieBtn = new System.Windows.Forms.Button();
  36. this.seriesListBox = new System.Windows.Forms.ListBox();
  37. this.serieEditControl = new be.gaudry.bibliobrol.view.controls.SerieEditControl();
  38. this.splitContainer1.Panel1.SuspendLayout();
  39. this.splitContainer1.Panel2.SuspendLayout();
  40. this.splitContainer1.SuspendLayout();
  41. this.persListManageTbLayoutPanel.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // splitContainer1
  45. //
  46. this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  47. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  49. this.splitContainer1.Name = "splitContainer1";
  50. //
  51. // splitContainer1.Panel1
  52. //
  53. this.splitContainer1.Panel1.Controls.Add(this.persListManageTbLayoutPanel);
  54. this.splitContainer1.Panel1.Controls.Add(this.seriesListBox);
  55. //
  56. // splitContainer1.Panel2
  57. //
  58. this.splitContainer1.Panel2.AllowDrop = true;
  59. this.splitContainer1.Panel2.AutoScroll = true;
  60. this.splitContainer1.Panel2.AutoScrollMinSize = new System.Drawing.Size(450, 405);
  61. this.splitContainer1.Panel2.Controls.Add(this.serieEditControl);
  62. this.splitContainer1.Size = new System.Drawing.Size(724, 497);
  63. this.splitContainer1.SplitterDistance = 239;
  64. this.splitContainer1.TabIndex = 1;
  65. //
  66. // persListManageTbLayoutPanel
  67. //
  68. this.persListManageTbLayoutPanel.ColumnCount = 1;
  69. this.persListManageTbLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  70. this.persListManageTbLayoutPanel.Controls.Add(this.deleteSerieBtn, 0, 1);
  71. this.persListManageTbLayoutPanel.Controls.Add(this.addSerieBtn, 0, 0);
  72. this.persListManageTbLayoutPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
  73. this.persListManageTbLayoutPanel.Location = new System.Drawing.Point(0, 431);
  74. this.persListManageTbLayoutPanel.Name = "persListManageTbLayoutPanel";
  75. this.persListManageTbLayoutPanel.RowCount = 2;
  76. this.persListManageTbLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
  77. this.persListManageTbLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34F));
  78. this.persListManageTbLayoutPanel.Size = new System.Drawing.Size(235, 62);
  79. this.persListManageTbLayoutPanel.TabIndex = 2;
  80. //
  81. // deleteSerieBtn
  82. //
  83. this.deleteSerieBtn.Anchor = System.Windows.Forms.AnchorStyles.None;
  84. this.deleteSerieBtn.Enabled = false;
  85. this.deleteSerieBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn;
  86. this.deleteSerieBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  87. this.deleteSerieBtn.Location = new System.Drawing.Point(45, 34);
  88. this.deleteSerieBtn.Name = "deleteSerieBtn";
  89. this.deleteSerieBtn.Size = new System.Drawing.Size(144, 23);
  90. this.deleteSerieBtn.TabIndex = 1;
  91. this.deleteSerieBtn.Text = "Supprimer la série";
  92. this.deleteSerieBtn.UseVisualStyleBackColor = true;
  93. this.deleteSerieBtn.Click += new System.EventHandler(this.deleteSerieBtn_Click);
  94. //
  95. // addSerieBtn
  96. //
  97. this.addSerieBtn.Anchor = System.Windows.Forms.AnchorStyles.None;
  98. this.addSerieBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn;
  99. this.addSerieBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  100. this.addSerieBtn.Location = new System.Drawing.Point(45, 3);
  101. this.addSerieBtn.Name = "addSerieBtn";
  102. this.addSerieBtn.Size = new System.Drawing.Size(144, 23);
  103. this.addSerieBtn.TabIndex = 0;
  104. this.addSerieBtn.Text = "Ajouter une série";
  105. this.addSerieBtn.UseVisualStyleBackColor = true;
  106. this.addSerieBtn.Click += new System.EventHandler(this.addSerieBtn_Click);
  107. //
  108. // seriesListBox
  109. //
  110. this.seriesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  111. | System.Windows.Forms.AnchorStyles.Left)
  112. | System.Windows.Forms.AnchorStyles.Right)));
  113. this.seriesListBox.DisplayMember = "name";
  114. this.seriesListBox.FormattingEnabled = true;
  115. this.seriesListBox.Location = new System.Drawing.Point(4, 3);
  116. this.seriesListBox.Name = "seriesListBox";
  117. this.seriesListBox.Size = new System.Drawing.Size(229, 381);
  118. this.seriesListBox.Sorted = true;
  119. this.seriesListBox.TabIndex = 0;
  120. this.seriesListBox.ValueMember = "id";
  121. this.seriesListBox.SelectedIndexChanged += new System.EventHandler(this.seriesListBox_SelectedIndexChanged);
  122. //
  123. // serieEditControl
  124. //
  125. this.serieEditControl.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.serieEditControl.Location = new System.Drawing.Point(0, 0);
  127. this.serieEditControl.Name = "serieEditControl";
  128. this.serieEditControl.Size = new System.Drawing.Size(477, 493);
  129. this.serieEditControl.TabIndex = 0;
  130. //
  131. // EditSeriesForm
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.ClientSize = new System.Drawing.Size(724, 497);
  136. this.Controls.Add(this.splitContainer1);
  137. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  138. this.Name = "EditSeriesForm";
  139. this.Text = "Gestion des séries";
  140. this.Load += new System.EventHandler(this.EditSeriesForm_Load);
  141. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.EditSeriesForm_FormClosed);
  142. this.splitContainer1.Panel1.ResumeLayout(false);
  143. this.splitContainer1.Panel2.ResumeLayout(false);
  144. this.splitContainer1.ResumeLayout(false);
  145. this.persListManageTbLayoutPanel.ResumeLayout(false);
  146. this.ResumeLayout(false);
  147.  
  148. }
  149.  
  150. #endregion
  151.  
  152. private System.Windows.Forms.SplitContainer splitContainer1;
  153. private System.Windows.Forms.TableLayoutPanel persListManageTbLayoutPanel;
  154. private System.Windows.Forms.Button deleteSerieBtn;
  155. private System.Windows.Forms.Button addSerieBtn;
  156. private System.Windows.Forms.ListBox seriesListBox;
  157. private be.gaudry.bibliobrol.view.controls.SerieEditControl serieEditControl;
  158. }
  159. }

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 octets1732282988 22/11/2024 14:43:08
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.

Version en cache

22/11/2024 14:43:08 Cette version de la page est en cache (à la date du 22/11/2024 14:43:08) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.

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//EditSeriesForm.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.