DiaSetActorRole.Designer.cs

Description du code

DiaSetActorRole.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 DiaSetActorRole
  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. this.editActorsAddRoleCB = new System.Windows.Forms.ComboBox();
  33. this.editActorsAddCB = new System.Windows.Forms.ComboBox();
  34. this.bDiaOK = new System.Windows.Forms.Button();
  35. this.infosRTB = new System.Windows.Forms.RichTextBox();
  36. this.selectRoleLbl = new System.Windows.Forms.Label();
  37. this.selectPersonsLbl = new System.Windows.Forms.Label();
  38. this.selectPersRoleCB = new System.Windows.Forms.ComboBox();
  39. this.roleInfoTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  40. this.roleInfoLbl = new System.Windows.Forms.Label();
  41. this.SuspendLayout();
  42. //
  43. // editActorsAddRoleCB
  44. //
  45. this.editActorsAddRoleCB.Location = new System.Drawing.Point(92, 75);
  46. this.editActorsAddRoleCB.Name = "editActorsAddRoleCB";
  47. this.editActorsAddRoleCB.Size = new System.Drawing.Size(153, 21);
  48. this.editActorsAddRoleCB.Sorted = true;
  49. this.editActorsAddRoleCB.TabIndex = 22;
  50. this.editActorsAddRoleCB.SelectedIndexChanged += new System.EventHandler(this.editActorsAddRoleCB_SelectedIndexChanged);
  51. //
  52. // editActorsAddCB
  53. //
  54. this.editActorsAddCB.Location = new System.Drawing.Point(92, 128);
  55. this.editActorsAddCB.Name = "editActorsAddCB";
  56. this.editActorsAddCB.Size = new System.Drawing.Size(153, 21);
  57. this.editActorsAddCB.Sorted = true;
  58. this.editActorsAddCB.TabIndex = 21;
  59. this.editActorsAddCB.Visible = false;
  60. this.editActorsAddCB.SelectedIndexChanged += new System.EventHandler(this.editActorsAddCB_SelectedIndexChanged);
  61. //
  62. // bDiaOK
  63. //
  64. this.bDiaOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  65. this.bDiaOK.Location = new System.Drawing.Point(12, 172);
  66. this.bDiaOK.Name = "bDiaOK";
  67. this.bDiaOK.Size = new System.Drawing.Size(72, 21);
  68. this.bDiaOK.TabIndex = 24;
  69. this.bDiaOK.Text = "Fermer";
  70. //
  71. // infosRTB
  72. //
  73. this.infosRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
  74. this.infosRTB.Cursor = System.Windows.Forms.Cursors.Arrow;
  75. this.infosRTB.Location = new System.Drawing.Point(13, 13);
  76. this.infosRTB.Name = "infosRTB";
  77. this.infosRTB.ReadOnly = true;
  78. this.infosRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
  79. this.infosRTB.Size = new System.Drawing.Size(254, 56);
  80. this.infosRTB.TabIndex = 25;
  81. this.infosRTB.Text = "Sélectionnez d\'abord un rôle dans lequel la personne se trouve...";
  82. //
  83. // selectRoleLbl
  84. //
  85. this.selectRoleLbl.AutoSize = true;
  86. this.selectRoleLbl.Location = new System.Drawing.Point(51, 78);
  87. this.selectRoleLbl.Name = "selectRoleLbl";
  88. this.selectRoleLbl.Size = new System.Drawing.Size(35, 13);
  89. this.selectRoleLbl.TabIndex = 26;
  90. this.selectRoleLbl.Text = "Rôle :";
  91. //
  92. // selectPersonsLbl
  93. //
  94. this.selectPersonsLbl.AutoSize = true;
  95. this.selectPersonsLbl.Location = new System.Drawing.Point(23, 131);
  96. this.selectPersonsLbl.Name = "selectPersonsLbl";
  97. this.selectPersonsLbl.Size = new System.Drawing.Size(63, 13);
  98. this.selectPersonsLbl.TabIndex = 27;
  99. this.selectPersonsLbl.Text = "Personnes :";
  100. this.selectPersonsLbl.Visible = false;
  101. //
  102. // selectPersRoleCB
  103. //
  104. this.selectPersRoleCB.Location = new System.Drawing.Point(92, 75);
  105. this.selectPersRoleCB.Name = "selectPersRoleCB";
  106. this.selectPersRoleCB.Size = new System.Drawing.Size(153, 21);
  107. this.selectPersRoleCB.Sorted = true;
  108. this.selectPersRoleCB.TabIndex = 28;
  109. this.selectPersRoleCB.Visible = false;
  110. this.selectPersRoleCB.SelectedIndexChanged += new System.EventHandler(this.selectPersRoleCB_SelectedIndexChanged);
  111. //
  112. // roleInfoTB
  113. //
  114. this.roleInfoTB.AllowDrop = true;
  115. this.roleInfoTB.Location = new System.Drawing.Point(92, 102);
  116. this.roleInfoTB.Name = "roleInfoTB";
  117. this.roleInfoTB.Size = new System.Drawing.Size(153, 20);
  118. this.roleInfoTB.TabIndex = 29;
  119. this.roleInfoTB.Visible = false;
  120. //
  121. // roleInfoLbl
  122. //
  123. this.roleInfoLbl.AutoSize = true;
  124. this.roleInfoLbl.Location = new System.Drawing.Point(53, 105);
  125. this.roleInfoLbl.Name = "roleInfoLbl";
  126. this.roleInfoLbl.Size = new System.Drawing.Size(31, 13);
  127. this.roleInfoLbl.TabIndex = 30;
  128. this.roleInfoLbl.Text = "Info :";
  129. this.roleInfoLbl.Visible = false;
  130. //
  131. // DiaSetActorRole
  132. //
  133. this.AcceptButton = this.bDiaOK;
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(292, 205);
  137. this.Controls.Add(this.roleInfoLbl);
  138. this.Controls.Add(this.roleInfoTB);
  139. this.Controls.Add(this.selectPersRoleCB);
  140. this.Controls.Add(this.selectPersonsLbl);
  141. this.Controls.Add(this.selectRoleLbl);
  142. this.Controls.Add(this.infosRTB);
  143. this.Controls.Add(this.bDiaOK);
  144. this.Controls.Add(this.editActorsAddRoleCB);
  145. this.Controls.Add(this.editActorsAddCB);
  146. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  147. this.MaximizeBox = false;
  148. this.MinimizeBox = false;
  149. this.Name = "DiaSetActorRole";
  150. this.ShowIcon = false;
  151. this.ShowInTaskbar = false;
  152. this.Text = "Sélection de personne";
  153. this.Load += new System.EventHandler(this.DiaSetActorRole_Load);
  154. this.ResumeLayout(false);
  155. this.PerformLayout();
  156.  
  157. }
  158.  
  159. #endregion
  160.  
  161. private System.Windows.Forms.ComboBox editActorsAddRoleCB;
  162. private System.Windows.Forms.ComboBox editActorsAddCB;
  163. private System.Windows.Forms.Button bDiaOK;
  164. private System.Windows.Forms.RichTextBox infosRTB;
  165. private System.Windows.Forms.Label selectRoleLbl;
  166. private System.Windows.Forms.Label selectPersonsLbl;
  167. private System.Windows.Forms.ComboBox selectPersRoleCB;
  168. private be.gaudry.view.controls.TextBoxDragDrop roleInfoTB;
  169. private System.Windows.Forms.Label roleInfoLbl;
  170.  
  171.  
  172. }
  173. }

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 octets1731605692 14/11/2024 18:34:52
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

14/11/2024 18:34:52 Cette version de la page est en cache (à la date du 14/11/2024 18:34:52) 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//DiaSetActorRole.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.