No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

PersonInfoControl.Designer.cs

Description du code

PersonInfoControl.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 PersonInfoControl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Component Designer generated code
  24.  
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.firstNameLbl = new System.Windows.Forms.Label();
  32. this.lastNameLbl = new System.Windows.Forms.Label();
  33. this.photo = new System.Windows.Forms.PictureBox();
  34. this.lastNameValLbl = new System.Windows.Forms.Label();
  35. this.firstNameValLbl = new System.Windows.Forms.Label();
  36. this.birthDateLbl = new System.Windows.Forms.Label();
  37. this.yearsOldLbl = new System.Windows.Forms.Label();
  38. this.birthDateValLbl = new System.Windows.Forms.Label();
  39. this.yearsOldValLbl = new System.Windows.Forms.Label();
  40. this.identityPanel = new System.Windows.Forms.Panel();
  41. this.rolesDGV = new System.Windows.Forms.DataGridView();
  42. this.roleNameDGVC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.brolTitleDGVC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.brolIdDGVC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.roleInfoDGVC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.mainTLP = new System.Windows.Forms.TableLayoutPanel();
  47. ((System.ComponentModel.ISupportInitialize)(this.photo)).BeginInit();
  48. this.identityPanel.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.rolesDGV)).BeginInit();
  50. this.mainTLP.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // firstNameLbl
  54. //
  55. this.firstNameLbl.AutoSize = true;
  56. this.firstNameLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  57. this.firstNameLbl.Location = new System.Drawing.Point(3, 29);
  58. this.firstNameLbl.Name = "firstNameLbl";
  59. this.firstNameLbl.Size = new System.Drawing.Size(61, 13);
  60. this.firstNameLbl.TabIndex = 28;
  61. this.firstNameLbl.Text = "Prénom : ";
  62. //
  63. // lastNameLbl
  64. //
  65. this.lastNameLbl.AutoSize = true;
  66. this.lastNameLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  67. this.lastNameLbl.Location = new System.Drawing.Point(3, 3);
  68. this.lastNameLbl.Name = "lastNameLbl";
  69. this.lastNameLbl.Size = new System.Drawing.Size(44, 13);
  70. this.lastNameLbl.TabIndex = 26;
  71. this.lastNameLbl.Text = "Nom : ";
  72. //
  73. // photo
  74. //
  75. this.photo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.photo.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError;
  78. this.photo.InitialImage = null;
  79. this.photo.Location = new System.Drawing.Point(3, 3);
  80. this.photo.Name = "photo";
  81. this.photo.Size = new System.Drawing.Size(74, 80);
  82. this.photo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  83. this.photo.TabIndex = 29;
  84. this.photo.TabStop = false;
  85. //
  86. // lastNameValLbl
  87. //
  88. this.lastNameValLbl.AutoSize = true;
  89. this.lastNameValLbl.Location = new System.Drawing.Point(53, 3);
  90. this.lastNameValLbl.Name = "lastNameValLbl";
  91. this.lastNameValLbl.Size = new System.Drawing.Size(64, 13);
  92. this.lastNameValLbl.TabIndex = 30;
  93. this.lastNameValLbl.Text = "non spécifié";
  94. //
  95. // firstNameValLbl
  96. //
  97. this.firstNameValLbl.AutoSize = true;
  98. this.firstNameValLbl.Location = new System.Drawing.Point(70, 29);
  99. this.firstNameValLbl.Name = "firstNameValLbl";
  100. this.firstNameValLbl.Size = new System.Drawing.Size(64, 13);
  101. this.firstNameValLbl.TabIndex = 31;
  102. this.firstNameValLbl.Text = "non spécifié";
  103. //
  104. // birthDateLbl
  105. //
  106. this.birthDateLbl.AutoSize = true;
  107. this.birthDateLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  108. this.birthDateLbl.Location = new System.Drawing.Point(3, 70);
  109. this.birthDateLbl.Name = "birthDateLbl";
  110. this.birthDateLbl.Size = new System.Drawing.Size(125, 13);
  111. this.birthDateLbl.TabIndex = 32;
  112. this.birthDateLbl.Text = "Date de naissance : ";
  113. //
  114. // yearsOldLbl
  115. //
  116. this.yearsOldLbl.AutoSize = true;
  117. this.yearsOldLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  118. this.yearsOldLbl.Location = new System.Drawing.Point(3, 98);
  119. this.yearsOldLbl.Name = "yearsOldLbl";
  120. this.yearsOldLbl.Size = new System.Drawing.Size(41, 13);
  121. this.yearsOldLbl.TabIndex = 33;
  122. this.yearsOldLbl.Text = "Age : ";
  123. //
  124. // birthDateValLbl
  125. //
  126. this.birthDateValLbl.AutoSize = true;
  127. this.birthDateValLbl.Location = new System.Drawing.Point(134, 70);
  128. this.birthDateValLbl.Name = "birthDateValLbl";
  129. this.birthDateValLbl.Size = new System.Drawing.Size(64, 13);
  130. this.birthDateValLbl.TabIndex = 34;
  131. this.birthDateValLbl.Text = "non spécifié";
  132. //
  133. // yearsOldValLbl
  134. //
  135. this.yearsOldValLbl.AutoSize = true;
  136. this.yearsOldValLbl.Location = new System.Drawing.Point(50, 98);
  137. this.yearsOldValLbl.Name = "yearsOldValLbl";
  138. this.yearsOldValLbl.Size = new System.Drawing.Size(64, 13);
  139. this.yearsOldValLbl.TabIndex = 35;
  140. this.yearsOldValLbl.Text = "non spécifié";
  141. //
  142. // identityPanel
  143. //
  144. this.identityPanel.Controls.Add(this.firstNameLbl);
  145. this.identityPanel.Controls.Add(this.yearsOldValLbl);
  146. this.identityPanel.Controls.Add(this.lastNameLbl);
  147. this.identityPanel.Controls.Add(this.birthDateValLbl);
  148. this.identityPanel.Controls.Add(this.lastNameValLbl);
  149. this.identityPanel.Controls.Add(this.yearsOldLbl);
  150. this.identityPanel.Controls.Add(this.firstNameValLbl);
  151. this.identityPanel.Controls.Add(this.birthDateLbl);
  152. this.identityPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.identityPanel.Location = new System.Drawing.Point(83, 3);
  154. this.identityPanel.Name = "identityPanel";
  155. this.identityPanel.Size = new System.Drawing.Size(314, 128);
  156. this.identityPanel.TabIndex = 36;
  157. //
  158. // rolesDGV
  159. //
  160. this.rolesDGV.AllowUserToAddRows = false;
  161. this.rolesDGV.AllowUserToDeleteRows = false;
  162. this.rolesDGV.AllowUserToOrderColumns = true;
  163. this.rolesDGV.BackgroundColor = System.Drawing.SystemColors.Control;
  164. this.rolesDGV.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  165. this.rolesDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  166. this.rolesDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  167. this.roleNameDGVC,
  168. this.brolTitleDGVC,
  169. this.brolIdDGVC,
  170. this.roleInfoDGVC});
  171. this.mainTLP.SetColumnSpan(this.rolesDGV, 2);
  172. this.rolesDGV.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.rolesDGV.Location = new System.Drawing.Point(3, 137);
  174. this.rolesDGV.MultiSelect = false;
  175. this.rolesDGV.Name = "rolesDGV";
  176. this.rolesDGV.ReadOnly = true;
  177. this.rolesDGV.RowHeadersVisible = false;
  178. this.rolesDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  179. this.rolesDGV.Size = new System.Drawing.Size(394, 140);
  180. this.rolesDGV.TabIndex = 37;
  181. //
  182. // roleNameDGVC
  183. //
  184. this.roleNameDGVC.HeaderText = "Rôle";
  185. this.roleNameDGVC.Name = "roleNameDGVC";
  186. this.roleNameDGVC.ReadOnly = true;
  187. //
  188. // brolTitleDGVC
  189. //
  190. this.brolTitleDGVC.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  191. this.brolTitleDGVC.HeaderText = "Ouvrage";
  192. this.brolTitleDGVC.Name = "brolTitleDGVC";
  193. this.brolTitleDGVC.ReadOnly = true;
  194. //
  195. // brolIdDGVC
  196. //
  197. this.brolIdDGVC.HeaderText = "";
  198. this.brolIdDGVC.Name = "brolIdDGVC";
  199. this.brolIdDGVC.ReadOnly = true;
  200. this.brolIdDGVC.Visible = false;
  201. //
  202. // roleInfoDGVC
  203. //
  204. this.roleInfoDGVC.HeaderText = "Informations";
  205. this.roleInfoDGVC.Name = "roleInfoDGVC";
  206. this.roleInfoDGVC.ReadOnly = true;
  207. //
  208. // mainTLP
  209. //
  210. this.mainTLP.ColumnCount = 2;
  211. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  212. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  213. this.mainTLP.Controls.Add(this.identityPanel, 1, 0);
  214. this.mainTLP.Controls.Add(this.photo, 0, 0);
  215. this.mainTLP.Controls.Add(this.rolesDGV, 0, 1);
  216. this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  217. this.mainTLP.Location = new System.Drawing.Point(0, 0);
  218. this.mainTLP.Name = "mainTLP";
  219. this.mainTLP.RowCount = 2;
  220. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 134F));
  221. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  222. this.mainTLP.Size = new System.Drawing.Size(400, 280);
  223. this.mainTLP.TabIndex = 38;
  224. //
  225. // PersonControl
  226. //
  227. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  228. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  229. this.Controls.Add(this.mainTLP);
  230. this.Name = "PersonControl";
  231. this.Size = new System.Drawing.Size(400, 280);
  232. ((System.ComponentModel.ISupportInitialize)(this.photo)).EndInit();
  233. this.identityPanel.ResumeLayout(false);
  234. this.identityPanel.PerformLayout();
  235. ((System.ComponentModel.ISupportInitialize)(this.rolesDGV)).EndInit();
  236. this.mainTLP.ResumeLayout(false);
  237. this.ResumeLayout(false);
  238.  
  239. }
  240.  
  241. #endregion
  242.  
  243. private System.Windows.Forms.PictureBox photo;
  244. private System.Windows.Forms.Label firstNameLbl;
  245. private System.Windows.Forms.Label lastNameLbl;
  246. private System.Windows.Forms.Label lastNameValLbl;
  247. private System.Windows.Forms.Label firstNameValLbl;
  248. private System.Windows.Forms.Label birthDateLbl;
  249. private System.Windows.Forms.Label yearsOldLbl;
  250. private System.Windows.Forms.Label birthDateValLbl;
  251. private System.Windows.Forms.Label yearsOldValLbl;
  252. private System.Windows.Forms.Panel identityPanel;
  253. private System.Windows.Forms.DataGridView rolesDGV;
  254. private System.Windows.Forms.DataGridViewTextBoxColumn roleNameDGVC;
  255. private System.Windows.Forms.DataGridViewTextBoxColumn brolTitleDGVC;
  256. private System.Windows.Forms.DataGridViewTextBoxColumn brolIdDGVC;
  257. private System.Windows.Forms.DataGridViewTextBoxColumn roleInfoDGVC;
  258. private System.Windows.Forms.TableLayoutPanel mainTLP;
  259. }
  260. }

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 octets1715914811 17/05/2024 05:00:11
| _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.

English translation

You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.

If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.

Thank you in advance.

Document created the 16/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-bibliobrol-source-rf-view/controls/PersonInfoControl.Designer.cs.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.