PersonSelectControl. Designer. cs

Description du code

PersonSelectControl.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 PersonSelectControl
  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.personNameLbl = new System.Windows.Forms.Label();
  32. this.createPersBtn = new System.Windows.Forms.Button();
  33. this.managePanel = new System.Windows.Forms.Panel();
  34. this.createPersGB = new System.Windows.Forms.GroupBox();
  35. this.saveNewUserBtn = new System.Windows.Forms.Button();
  36. this.persFNameTB = new be.gaudry.view.controls.TextBoxDragDrop();
  37. this.persFNameLbl = new System.Windows.Forms.Label();
  38. this.persLNameTB = new be.gaudry.view.controls.TextBoxDragDrop();
  39. this.persLNameLbl = new System.Windows.Forms.Label();
  40. this.selectPersGB = new System.Windows.Forms.GroupBox();
  41. this.rolesCB = new System.Windows.Forms.ComboBox();
  42. this.infosRTB = new System.Windows.Forms.RichTextBox();
  43. this.personsCB = new System.Windows.Forms.ComboBox();
  44. this.rolesLbl = new System.Windows.Forms.Label();
  45. this.personsLbl = new System.Windows.Forms.Label();
  46. this.curPersLbl = new System.Windows.Forms.Label();
  47. this.titleLbl = new System.Windows.Forms.Label();
  48. this.photo = new System.Windows.Forms.PictureBox();
  49. this.bibliobrolUserChkB = new System.Windows.Forms.CheckBox();
  50. this.managePanel.SuspendLayout();
  51. this.createPersGB.SuspendLayout();
  52. this.selectPersGB.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.photo)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // personNameLbl
  57. //
  58. this.personNameLbl.AutoSize = true;
  59. this.personNameLbl.Location = new System.Drawing.Point(137, 49);
  60. this.personNameLbl.Name = "personNameLbl";
  61. this.personNameLbl.Size = new System.Drawing.Size(84, 13);
  62. this.personNameLbl.TabIndex = 34;
  63. this.personNameLbl.Text = "Non sélectionné";
  64. //
  65. // createPersBtn
  66. //
  67. this.createPersBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn;
  68. this.createPersBtn.Location = new System.Drawing.Point(3, 237);
  69. this.createPersBtn.Name = "createPersBtn";
  70. this.createPersBtn.Size = new System.Drawing.Size(168, 23);
  71. this.createPersBtn.TabIndex = 3;
  72. this.createPersBtn.Text = "Créer une personne";
  73. this.createPersBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  74. this.createPersBtn.UseVisualStyleBackColor = true;
  75. this.createPersBtn.Click += new System.EventHandler(this.createPersBtn_Click);
  76. //
  77. // managePanel
  78. //
  79. this.managePanel.AutoScroll = true;
  80. this.managePanel.Controls.Add(this.createPersBtn);
  81. this.managePanel.Controls.Add(this.createPersGB);
  82. this.managePanel.Controls.Add(this.selectPersGB);
  83. this.managePanel.Controls.Add(this.curPersLbl);
  84. this.managePanel.Controls.Add(this.titleLbl);
  85. this.managePanel.Controls.Add(this.photo);
  86. this.managePanel.Controls.Add(this.personNameLbl);
  87. this.managePanel.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.managePanel.Location = new System.Drawing.Point(0, 0);
  89. this.managePanel.Name = "managePanel";
  90. this.managePanel.Size = new System.Drawing.Size(400, 280);
  91. this.managePanel.TabIndex = 0;
  92. //
  93. // createPersGB
  94. //
  95. this.createPersGB.Controls.Add(this.bibliobrolUserChkB);
  96. this.createPersGB.Controls.Add(this.saveNewUserBtn);
  97. this.createPersGB.Controls.Add(this.persFNameTB);
  98. this.createPersGB.Controls.Add(this.persFNameLbl);
  99. this.createPersGB.Controls.Add(this.persLNameTB);
  100. this.createPersGB.Controls.Add(this.persLNameLbl);
  101. this.createPersGB.Location = new System.Drawing.Point(3, 10);
  102. this.createPersGB.Name = "createPersGB";
  103. this.createPersGB.Size = new System.Drawing.Size(385, 221);
  104. this.createPersGB.TabIndex = 43;
  105. this.createPersGB.TabStop = false;
  106. this.createPersGB.Text = "Création d\'une nouvelle personne";
  107. this.createPersGB.Visible = false;
  108. //
  109. // saveNewUserBtn
  110. //
  111. this.saveNewUserBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  112. this.saveNewUserBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  113. this.saveNewUserBtn.Location = new System.Drawing.Point(85, 111);
  114. this.saveNewUserBtn.Name = "saveNewUserBtn";
  115. this.saveNewUserBtn.Size = new System.Drawing.Size(147, 23);
  116. this.saveNewUserBtn.TabIndex = 6;
  117. this.saveNewUserBtn.Text = "Sauver la personne";
  118. this.saveNewUserBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  119. this.saveNewUserBtn.UseVisualStyleBackColor = true;
  120. this.saveNewUserBtn.Click += new System.EventHandler(this.saveNewUserBtn_Click);
  121. //
  122. // persFNameTB
  123. //
  124. this.persFNameTB.Location = new System.Drawing.Point(85, 54);
  125. this.persFNameTB.Name = "persFNameTB";
  126. this.persFNameTB.Size = new System.Drawing.Size(147, 20);
  127. this.persFNameTB.TabIndex = 5;
  128. //
  129. // persFNameLbl
  130. //
  131. this.persFNameLbl.AutoSize = true;
  132. this.persFNameLbl.Location = new System.Drawing.Point(16, 57);
  133. this.persFNameLbl.Name = "persFNameLbl";
  134. this.persFNameLbl.Size = new System.Drawing.Size(43, 13);
  135. this.persFNameLbl.TabIndex = 5;
  136. this.persFNameLbl.Text = "Prénom";
  137. //
  138. // persLNameTB
  139. //
  140. this.persLNameTB.Location = new System.Drawing.Point(85, 28);
  141. this.persLNameTB.Name = "persLNameTB";
  142. this.persLNameTB.Size = new System.Drawing.Size(147, 20);
  143. this.persLNameTB.TabIndex = 4;
  144. //
  145. // persLNameLbl
  146. //
  147. this.persLNameLbl.AutoSize = true;
  148. this.persLNameLbl.Location = new System.Drawing.Point(16, 31);
  149. this.persLNameLbl.Name = "persLNameLbl";
  150. this.persLNameLbl.Size = new System.Drawing.Size(29, 13);
  151. this.persLNameLbl.TabIndex = 3;
  152. this.persLNameLbl.Text = "Nom";
  153. //
  154. // selectPersGB
  155. //
  156. this.selectPersGB.Controls.Add(this.rolesCB);
  157. this.selectPersGB.Controls.Add(this.infosRTB);
  158. this.selectPersGB.Controls.Add(this.personsCB);
  159. this.selectPersGB.Controls.Add(this.rolesLbl);
  160. this.selectPersGB.Controls.Add(this.personsLbl);
  161. this.selectPersGB.Location = new System.Drawing.Point(13, 105);
  162. this.selectPersGB.Name = "selectPersGB";
  163. this.selectPersGB.Size = new System.Drawing.Size(375, 126);
  164. this.selectPersGB.TabIndex = 42;
  165. this.selectPersGB.TabStop = false;
  166. this.selectPersGB.Text = "Modifier la sélection";
  167. //
  168. // rolesCB
  169. //
  170. this.rolesCB.Location = new System.Drawing.Point(207, 19);
  171. this.rolesCB.Name = "rolesCB";
  172. this.rolesCB.Size = new System.Drawing.Size(153, 21);
  173. this.rolesCB.Sorted = true;
  174. this.rolesCB.TabIndex = 1;
  175. this.rolesCB.SelectedIndexChanged += new System.EventHandler(this.rolesCB_SelectedIndexChanged);
  176. //
  177. // infosRTB
  178. //
  179. this.infosRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
  180. this.infosRTB.Cursor = System.Windows.Forms.Cursors.Arrow;
  181. this.infosRTB.ForeColor = System.Drawing.SystemColors.GrayText;
  182. this.infosRTB.Location = new System.Drawing.Point(6, 81);
  183. this.infosRTB.Name = "infosRTB";
  184. this.infosRTB.ReadOnly = true;
  185. this.infosRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
  186. this.infosRTB.Size = new System.Drawing.Size(354, 39);
  187. this.infosRTB.TabIndex = 41;
  188. this.infosRTB.Text = "Sélectionnez d\'abord un rôle dans lequel la personne se trouve...";
  189. //
  190. // personsCB
  191. //
  192. this.personsCB.Location = new System.Drawing.Point(207, 54);
  193. this.personsCB.Name = "personsCB";
  194. this.personsCB.Size = new System.Drawing.Size(153, 21);
  195. this.personsCB.Sorted = true;
  196. this.personsCB.TabIndex = 2;
  197. this.personsCB.Visible = false;
  198. this.personsCB.SelectedIndexChanged += new System.EventHandler(this.personsCB_SelectedIndexChanged);
  199. //
  200. // rolesLbl
  201. //
  202. this.rolesLbl.AutoSize = true;
  203. this.rolesLbl.Location = new System.Drawing.Point(164, 27);
  204. this.rolesLbl.Name = "rolesLbl";
  205. this.rolesLbl.Size = new System.Drawing.Size(35, 13);
  206. this.rolesLbl.TabIndex = 36;
  207. this.rolesLbl.Text = "Rôle :";
  208. //
  209. // personsLbl
  210. //
  211. this.personsLbl.AutoSize = true;
  212. this.personsLbl.Location = new System.Drawing.Point(138, 54);
  213. this.personsLbl.Name = "personsLbl";
  214. this.personsLbl.Size = new System.Drawing.Size(63, 13);
  215. this.personsLbl.TabIndex = 37;
  216. this.personsLbl.Text = "Personnes :";
  217. this.personsLbl.Visible = false;
  218. //
  219. // curPersLbl
  220. //
  221. this.curPersLbl.AutoSize = true;
  222. this.curPersLbl.Location = new System.Drawing.Point(10, 49);
  223. this.curPersLbl.Name = "curPersLbl";
  224. this.curPersLbl.Size = new System.Drawing.Size(121, 13);
  225. this.curPersLbl.TabIndex = 40;
  226. this.curPersLbl.Text = "Personne sélectionnée :";
  227. //
  228. // titleLbl
  229. //
  230. this.titleLbl.AutoSize = true;
  231. this.titleLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  232. this.titleLbl.Location = new System.Drawing.Point(10, 10);
  233. this.titleLbl.Name = "titleLbl";
  234. this.titleLbl.Size = new System.Drawing.Size(171, 17);
  235. this.titleLbl.TabIndex = 39;
  236. this.titleLbl.Text = "Sélection de personne";
  237. //
  238. // photo
  239. //
  240. this.photo.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError;
  241. this.photo.InitialImage = null;
  242. this.photo.Location = new System.Drawing.Point(293, 19);
  243. this.photo.Name = "photo";
  244. this.photo.Size = new System.Drawing.Size(80, 80);
  245. this.photo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  246. this.photo.TabIndex = 32;
  247. this.photo.TabStop = false;
  248. //
  249. // bibliobrolUserChkB
  250. //
  251. this.bibliobrolUserChkB.AutoSize = true;
  252. this.bibliobrolUserChkB.Location = new System.Drawing.Point(85, 81);
  253. this.bibliobrolUserChkB.Name = "bibliobrolUserChkB";
  254. this.bibliobrolUserChkB.Size = new System.Drawing.Size(118, 17);
  255. this.bibliobrolUserChkB.TabIndex = 7;
  256. this.bibliobrolUserChkB.Text = "Utilisateur BiblioBrol";
  257. this.bibliobrolUserChkB.UseVisualStyleBackColor = true;
  258. //
  259. // PersonSelectControl
  260. //
  261. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  262. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  263. this.Controls.Add(this.managePanel);
  264. this.Name = "PersonSelectControl";
  265. this.Size = new System.Drawing.Size(400, 280);
  266. this.managePanel.ResumeLayout(false);
  267. this.managePanel.PerformLayout();
  268. this.createPersGB.ResumeLayout(false);
  269. this.createPersGB.PerformLayout();
  270. this.selectPersGB.ResumeLayout(false);
  271. this.selectPersGB.PerformLayout();
  272. ((System.ComponentModel.ISupportInitialize)(this.photo)).EndInit();
  273. this.ResumeLayout(false);
  274.  
  275. }
  276.  
  277. #endregion
  278.  
  279. private System.Windows.Forms.Label personNameLbl;
  280. private System.Windows.Forms.PictureBox photo;
  281. private System.Windows.Forms.Panel managePanel;
  282. private System.Windows.Forms.ComboBox rolesCB;
  283. private System.Windows.Forms.Label personsLbl;
  284. private System.Windows.Forms.Label rolesLbl;
  285. private System.Windows.Forms.ComboBox personsCB;
  286. private System.Windows.Forms.Label curPersLbl;
  287. private System.Windows.Forms.Label titleLbl;
  288. private System.Windows.Forms.RichTextBox infosRTB;
  289. private System.Windows.Forms.GroupBox selectPersGB;
  290. private System.Windows.Forms.Button createPersBtn;
  291. private System.Windows.Forms.GroupBox createPersGB;
  292. private be.gaudry.view.controls.TextBoxDragDrop persFNameTB;
  293. private System.Windows.Forms.Label persFNameLbl;
  294. private be.gaudry.view.controls.TextBoxDragDrop persLNameTB;
  295. private System.Windows.Forms.Label persLNameLbl;
  296. private System.Windows.Forms.Button saveNewUserBtn;
  297. private System.Windows.Forms.CheckBox bibliobrolUserChkB;
  298.  
  299. }
  300. }

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 octets1731661264 15/11/2024 10:01:04
| _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.

Version en cache

15/11/2024 10:01:04 Cette version de la page est en cache (à la date du 15/11/2024 10:01:04) 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/controls//PersonSelectControl.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.