PersonEditControl.Designer.cs

Description du code

PersonEditControl.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 PersonEditControl
  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 de composants
  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.roleNameDGVC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.brolTitleDGVC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.brolIdDGVC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.roleInfoDGVC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.personCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  37. this.persAddTsMic = new System.Windows.Forms.ToolStripMenuItem();
  38. this.persDelTsMic = new System.Windows.Forms.ToolStripMenuItem();
  39. this.persSaveTsMic = new System.Windows.Forms.ToolStripMenuItem();
  40. this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
  41. this.persImgTsMic = new System.Windows.Forms.ToolStripMenuItem();
  42. this.addRoleTsMi = new System.Windows.Forms.ToolStripMenuItem();
  43. this.eidFormTsMi = new System.Windows.Forms.ToolStripMenuItem();
  44. this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
  45. this.brolInfoTsMi = new System.Windows.Forms.ToolStripMenuItem();
  46. this.persManageGpBx = new System.Windows.Forms.GroupBox();
  47. this.rolesDGV = new System.Windows.Forms.DataGridView();
  48. this.defRoleLbl = new System.Windows.Forms.Label();
  49. this.defRoleCB = new System.Windows.Forms.ComboBox();
  50. this.unlockPersonBtn = new System.Windows.Forms.Button();
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.personBindingSource = new System.Windows.Forms.BindingSource(this.components);
  53. this.idLbl = new System.Windows.Forms.Label();
  54. this.persLNameLbl = new System.Windows.Forms.Label();
  55. this.persFNameLbl = new System.Windows.Forms.Label();
  56. this.persseudoLbl = new System.Windows.Forms.Label();
  57. this.persLNameTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  58. this.persFNameTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  59. this.persPseudoTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  60. this.persSexLbl = new System.Windows.Forms.Label();
  61. this.persSexCB = new System.Windows.Forms.ComboBox();
  62. this.addBirthdateBtn = new System.Windows.Forms.Button();
  63. this.dateTimePicker = new System.Windows.Forms.DateTimePicker();
  64. this.persirthDateLbl = new System.Windows.Forms.Label();
  65. this.persImgBtn = new System.Windows.Forms.Button();
  66. this.persImg = new System.Windows.Forms.PictureBox();
  67. this.persSaveBtn = new System.Windows.Forms.Button();
  68. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.infoTT = new System.Windows.Forms.ToolTip(this.components);
  73. this.personCMS.SuspendLayout();
  74. this.persManageGpBx.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.rolesDGV)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.personBindingSource)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.persImg)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // roleNameDGVC
  81. //
  82. this.roleNameDGVC.HeaderText = "Rôle";
  83. this.roleNameDGVC.Name = "roleNameDGVC";
  84. this.roleNameDGVC.ReadOnly = true;
  85. //
  86. // brolTitleDGVC
  87. //
  88. this.brolTitleDGVC.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  89. this.brolTitleDGVC.HeaderText = "Ouvrage";
  90. this.brolTitleDGVC.Name = "brolTitleDGVC";
  91. this.brolTitleDGVC.ReadOnly = true;
  92. //
  93. // brolIdDGVC
  94. //
  95. this.brolIdDGVC.HeaderText = "";
  96. this.brolIdDGVC.Name = "brolIdDGVC";
  97. this.brolIdDGVC.ReadOnly = true;
  98. this.brolIdDGVC.Visible = false;
  99. //
  100. // roleInfoDGVC
  101. //
  102. this.roleInfoDGVC.HeaderText = "Informations";
  103. this.roleInfoDGVC.Name = "roleInfoDGVC";
  104. this.roleInfoDGVC.ReadOnly = true;
  105. //
  106. // personCMS
  107. //
  108. this.personCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  109. this.persAddTsMic,
  110. this.persDelTsMic,
  111. this.persSaveTsMic,
  112. this.toolStripSeparator7,
  113. this.persImgTsMic,
  114. this.addRoleTsMi,
  115. this.eidFormTsMi,
  116. this.toolStripSeparator9,
  117. this.brolInfoTsMi});
  118. this.personCMS.Name = "personCMS";
  119. this.personCMS.Size = new System.Drawing.Size(197, 170);
  120. //
  121. // persAddTsMic
  122. //
  123. this.persAddTsMic.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn;
  124. this.persAddTsMic.Name = "persAddTsMic";
  125. this.persAddTsMic.Size = new System.Drawing.Size(196, 22);
  126. this.persAddTsMic.Text = "&Ajouter une personne";
  127. //
  128. // persDelTsMic
  129. //
  130. this.persDelTsMic.Enabled = false;
  131. this.persDelTsMic.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel;
  132. this.persDelTsMic.Name = "persDelTsMic";
  133. this.persDelTsMic.Size = new System.Drawing.Size(196, 22);
  134. this.persDelTsMic.Text = "S&upprimer la personne";
  135. //
  136. // persSaveTsMic
  137. //
  138. this.persSaveTsMic.Enabled = false;
  139. this.persSaveTsMic.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  140. this.persSaveTsMic.Name = "persSaveTsMic";
  141. this.persSaveTsMic.Size = new System.Drawing.Size(196, 22);
  142. this.persSaveTsMic.Text = "&Sauver la personne";
  143. this.persSaveTsMic.Click += new System.EventHandler(this.onPersonSave_Click);
  144. //
  145. // toolStripSeparator7
  146. //
  147. this.toolStripSeparator7.Name = "toolStripSeparator7";
  148. this.toolStripSeparator7.Size = new System.Drawing.Size(193, 6);
  149. //
  150. // persImgTsMic
  151. //
  152. this.persImgTsMic.Name = "persImgTsMic";
  153. this.persImgTsMic.Size = new System.Drawing.Size(196, 22);
  154. this.persImgTsMic.Text = "Modifier la photo";
  155. this.persImgTsMic.Click += new System.EventHandler(this.onModifyImage_Click);
  156. //
  157. // addRoleTsMi
  158. //
  159. this.addRoleTsMi.Name = "addRoleTsMi";
  160. this.addRoleTsMi.Size = new System.Drawing.Size(196, 22);
  161. this.addRoleTsMi.Text = "Ajouter un rôle";
  162. this.addRoleTsMi.Click += new System.EventHandler(this.addRoleTsMi_Click);
  163. //
  164. // eidFormTsMi
  165. //
  166. this.eidFormTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChip16;
  167. this.eidFormTsMi.Name = "eidFormTsMi";
  168. this.eidFormTsMi.Size = new System.Drawing.Size(196, 22);
  169. this.eidFormTsMi.Text = "Edition avancée";
  170. this.eidFormTsMi.ToolTipText = "Permet d\'éditer plus d\'informations et de lire la carte d\'identité électronique";
  171. this.eidFormTsMi.Click += new System.EventHandler(this.onOpenUserForm_Click);
  172. //
  173. // toolStripSeparator9
  174. //
  175. this.toolStripSeparator9.Name = "toolStripSeparator9";
  176. this.toolStripSeparator9.Size = new System.Drawing.Size(193, 6);
  177. //
  178. // brolInfoTsMi
  179. //
  180. this.brolInfoTsMi.Name = "brolInfoTsMi";
  181. this.brolInfoTsMi.Size = new System.Drawing.Size(196, 22);
  182. this.brolInfoTsMi.Text = "Propriétés de l\'ouvrage";
  183. this.brolInfoTsMi.Click += new System.EventHandler(this.brolInfoTsMi_Click);
  184. //
  185. // persManageGpBx
  186. //
  187. this.persManageGpBx.Controls.Add(this.rolesDGV);
  188. this.persManageGpBx.Controls.Add(this.defRoleLbl);
  189. this.persManageGpBx.Controls.Add(this.defRoleCB);
  190. this.persManageGpBx.Controls.Add(this.unlockPersonBtn);
  191. this.persManageGpBx.Controls.Add(this.label1);
  192. this.persManageGpBx.Controls.Add(this.idLbl);
  193. this.persManageGpBx.Controls.Add(this.persLNameLbl);
  194. this.persManageGpBx.Controls.Add(this.persFNameLbl);
  195. this.persManageGpBx.Controls.Add(this.persseudoLbl);
  196. this.persManageGpBx.Controls.Add(this.persLNameTB);
  197. this.persManageGpBx.Controls.Add(this.persFNameTB);
  198. this.persManageGpBx.Controls.Add(this.persPseudoTB);
  199. this.persManageGpBx.Controls.Add(this.persSexLbl);
  200. this.persManageGpBx.Controls.Add(this.persSexCB);
  201. this.persManageGpBx.Controls.Add(this.addBirthdateBtn);
  202. this.persManageGpBx.Controls.Add(this.dateTimePicker);
  203. this.persManageGpBx.Controls.Add(this.persirthDateLbl);
  204. this.persManageGpBx.Controls.Add(this.persImgBtn);
  205. this.persManageGpBx.Controls.Add(this.persImg);
  206. this.persManageGpBx.Controls.Add(this.persSaveBtn);
  207. this.persManageGpBx.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.persManageGpBx.Location = new System.Drawing.Point(0, 0);
  209. this.persManageGpBx.Name = "persManageGpBx";
  210. this.persManageGpBx.Size = new System.Drawing.Size(450, 405);
  211. this.persManageGpBx.TabIndex = 7;
  212. this.persManageGpBx.TabStop = false;
  213. this.persManageGpBx.Text = "Données de la personne";
  214. //
  215. // rolesDGV
  216. //
  217. this.rolesDGV.AllowUserToAddRows = false;
  218. this.rolesDGV.AllowUserToDeleteRows = false;
  219. this.rolesDGV.AllowUserToOrderColumns = true;
  220. this.rolesDGV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  221. | System.Windows.Forms.AnchorStyles.Left)
  222. | System.Windows.Forms.AnchorStyles.Right)));
  223. this.rolesDGV.BackgroundColor = System.Drawing.SystemColors.Control;
  224. this.rolesDGV.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  225. this.rolesDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  226. this.rolesDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  227. this.roleNameDGVC,
  228. this.brolTitleDGVC,
  229. this.brolIdDGVC,
  230. this.roleInfoDGVC});
  231. this.rolesDGV.Location = new System.Drawing.Point(6, 207);
  232. this.rolesDGV.MultiSelect = false;
  233. this.rolesDGV.Name = "rolesDGV";
  234. this.rolesDGV.ReadOnly = true;
  235. this.rolesDGV.RowHeadersVisible = false;
  236. this.rolesDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  237. this.rolesDGV.Size = new System.Drawing.Size(434, 159);
  238. this.rolesDGV.TabIndex = 34;
  239. this.rolesDGV.SelectionChanged += new System.EventHandler(this.rolesDGV_SelectionChanged);
  240. //
  241. // defRoleLbl
  242. //
  243. this.defRoleLbl.AutoSize = true;
  244. this.defRoleLbl.Location = new System.Drawing.Point(9, 185);
  245. this.defRoleLbl.Name = "defRoleLbl";
  246. this.defRoleLbl.Size = new System.Drawing.Size(80, 13);
  247. this.defRoleLbl.TabIndex = 31;
  248. this.defRoleLbl.Text = "Rôle par défaut";
  249. //
  250. // defRoleCB
  251. //
  252. this.defRoleCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  253. this.defRoleCB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  254. this.defRoleCB.Location = new System.Drawing.Point(119, 180);
  255. this.defRoleCB.Name = "defRoleCB";
  256. this.defRoleCB.Size = new System.Drawing.Size(190, 21);
  257. this.defRoleCB.Sorted = true;
  258. this.defRoleCB.TabIndex = 30;
  259. this.defRoleCB.SelectionChangeCommitted += new System.EventHandler(this.defRoleCB_SelectionChangeCommitted);
  260. //
  261. // unlockPersonBtn
  262. //
  263. this.unlockPersonBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  264. this.unlockPersonBtn.Location = new System.Drawing.Point(365, 372);
  265. this.unlockPersonBtn.Name = "unlockPersonBtn";
  266. this.unlockPersonBtn.Size = new System.Drawing.Size(75, 23);
  267. this.unlockPersonBtn.TabIndex = 29;
  268. this.unlockPersonBtn.Text = "Déverrouiller";
  269. this.unlockPersonBtn.UseVisualStyleBackColor = true;
  270. this.unlockPersonBtn.Visible = false;
  271. this.unlockPersonBtn.Click += new System.EventHandler(this.unlockPersonBtn_Click);
  272. //
  273. // label1
  274. //
  275. this.label1.AutoSize = true;
  276. this.label1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.personBindingSource, "Id", true));
  277. this.label1.Location = new System.Drawing.Point(116, 16);
  278. this.label1.Name = "label1";
  279. this.label1.Size = new System.Drawing.Size(35, 13);
  280. this.label1.TabIndex = 27;
  281. this.label1.Text = "label1";
  282. //
  283. // personBindingSource
  284. //
  285. this.personBindingSource.DataSource = typeof(be.gaudry.bibliobrol.model.Person);
  286. //
  287. // idLbl
  288. //
  289. this.idLbl.AutoSize = true;
  290. this.idLbl.Location = new System.Drawing.Point(9, 16);
  291. this.idLbl.Name = "idLbl";
  292. this.idLbl.Size = new System.Drawing.Size(108, 13);
  293. this.idLbl.TabIndex = 26;
  294. this.idLbl.Text = "Identifiant BiblioBrol : ";
  295. //
  296. // persLNameLbl
  297. //
  298. this.persLNameLbl.AutoSize = true;
  299. this.persLNameLbl.Location = new System.Drawing.Point(9, 39);
  300. this.persLNameLbl.Name = "persLNameLbl";
  301. this.persLNameLbl.Size = new System.Drawing.Size(29, 13);
  302. this.persLNameLbl.TabIndex = 0;
  303. this.persLNameLbl.Text = "Nom";
  304. //
  305. // persFNameLbl
  306. //
  307. this.persFNameLbl.AutoSize = true;
  308. this.persFNameLbl.Location = new System.Drawing.Point(9, 65);
  309. this.persFNameLbl.Name = "persFNameLbl";
  310. this.persFNameLbl.Size = new System.Drawing.Size(43, 13);
  311. this.persFNameLbl.TabIndex = 1;
  312. this.persFNameLbl.Text = "Prénom";
  313. //
  314. // persseudoLbl
  315. //
  316. this.persseudoLbl.AutoSize = true;
  317. this.persseudoLbl.Location = new System.Drawing.Point(9, 92);
  318. this.persseudoLbl.Name = "persseudoLbl";
  319. this.persseudoLbl.Size = new System.Drawing.Size(68, 13);
  320. this.persseudoLbl.TabIndex = 21;
  321. this.persseudoLbl.Text = "Pseudonyme";
  322. //
  323. // persLNameTB
  324. //
  325. this.persLNameTB.AllowDrop = true;
  326. this.persLNameTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.personBindingSource, "LastName", true));
  327. this.persLNameTB.Location = new System.Drawing.Point(119, 32);
  328. this.persLNameTB.Name = "persLNameTB";
  329. this.persLNameTB.Size = new System.Drawing.Size(190, 20);
  330. this.persLNameTB.TabIndex = 1;
  331. this.persLNameTB.ModifiedChanged += new System.EventHandler(this.persLNameTB_ModifiedChanged);
  332. //
  333. // persFNameTB
  334. //
  335. this.persFNameTB.AllowDrop = true;
  336. this.persFNameTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.personBindingSource, "FirstName", true));
  337. this.persFNameTB.Location = new System.Drawing.Point(119, 58);
  338. this.persFNameTB.Name = "persFNameTB";
  339. this.persFNameTB.Size = new System.Drawing.Size(190, 20);
  340. this.persFNameTB.TabIndex = 2;
  341. this.persFNameTB.ModifiedChanged += new System.EventHandler(this.persFNameTB_ModifiedChanged);
  342. //
  343. // persPseudoTB
  344. //
  345. this.persPseudoTB.AllowDrop = true;
  346. this.persPseudoTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.personBindingSource, "Pseudo", true));
  347. this.persPseudoTB.Location = new System.Drawing.Point(119, 85);
  348. this.persPseudoTB.Name = "persPseudoTB";
  349. this.persPseudoTB.Size = new System.Drawing.Size(190, 20);
  350. this.persPseudoTB.TabIndex = 22;
  351. this.persPseudoTB.ModifiedChanged += new System.EventHandler(this.persPseudoTB_ModifiedChanged);
  352. //
  353. // persSexLbl
  354. //
  355. this.persSexLbl.AutoSize = true;
  356. this.persSexLbl.Location = new System.Drawing.Point(9, 117);
  357. this.persSexLbl.Name = "persSexLbl";
  358. this.persSexLbl.Size = new System.Drawing.Size(31, 13);
  359. this.persSexLbl.TabIndex = 14;
  360. this.persSexLbl.Text = "Sexe";
  361. //
  362. // persSexCB
  363. //
  364. this.persSexCB.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.personBindingSource, "Sex", true));
  365. this.persSexCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  366. this.persSexCB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  367. this.persSexCB.Location = new System.Drawing.Point(48, 114);
  368. this.persSexCB.Name = "persSexCB";
  369. this.persSexCB.Size = new System.Drawing.Size(46, 21);
  370. this.persSexCB.TabIndex = 3;
  371. this.persSexCB.SelectionChangeCommitted += new System.EventHandler(this.persSexCB_SelectionChangeCommitted);
  372. //
  373. // addBirthdateBtn
  374. //
  375. this.addBirthdateBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolCalendar;
  376. this.addBirthdateBtn.Location = new System.Drawing.Point(100, 143);
  377. this.addBirthdateBtn.Name = "addBirthdateBtn";
  378. this.addBirthdateBtn.Size = new System.Drawing.Size(26, 21);
  379. this.addBirthdateBtn.TabIndex = 20;
  380. this.addBirthdateBtn.TabStop = false;
  381. this.addBirthdateBtn.UseVisualStyleBackColor = true;
  382. this.addBirthdateBtn.Click += new System.EventHandler(this.addBirthdateBtn_Click);
  383. //
  384. // dateTimePicker
  385. //
  386. this.dateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.personBindingSource, "Birthdate", true));
  387. this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  388. this.dateTimePicker.Location = new System.Drawing.Point(132, 144);
  389. this.dateTimePicker.Name = "dateTimePicker";
  390. this.dateTimePicker.Size = new System.Drawing.Size(101, 20);
  391. this.dateTimePicker.TabIndex = 4;
  392. this.dateTimePicker.ValueChanged += new System.EventHandler(this.dateTimePicker_ValueChanged);
  393. //
  394. // persirthDateLbl
  395. //
  396. this.persirthDateLbl.AutoSize = true;
  397. this.persirthDateLbl.Location = new System.Drawing.Point(8, 147);
  398. this.persirthDateLbl.Name = "persirthDateLbl";
  399. this.persirthDateLbl.Size = new System.Drawing.Size(83, 13);
  400. this.persirthDateLbl.TabIndex = 17;
  401. this.persirthDateLbl.Text = "Date Naissance";
  402. //
  403. // persImgBtn
  404. //
  405. this.persImgBtn.Location = new System.Drawing.Point(324, 180);
  406. this.persImgBtn.Name = "persImgBtn";
  407. this.persImgBtn.Size = new System.Drawing.Size(116, 23);
  408. this.persImgBtn.TabIndex = 0;
  409. this.persImgBtn.TabStop = false;
  410. this.persImgBtn.Text = "Modifier la photo";
  411. this.persImgBtn.UseVisualStyleBackColor = true;
  412. this.persImgBtn.Click += new System.EventHandler(this.onModifyImage_Click);
  413. //
  414. // persImg
  415. //
  416. this.persImg.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError;
  417. this.persImg.InitialImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImg;
  418. this.persImg.Location = new System.Drawing.Point(324, 32);
  419. this.persImg.Name = "persImg";
  420. this.persImg.Size = new System.Drawing.Size(116, 140);
  421. this.persImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  422. this.persImg.TabIndex = 7;
  423. this.persImg.TabStop = false;
  424. //
  425. // persSaveBtn
  426. //
  427. this.persSaveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  428. this.persSaveBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  429. this.persSaveBtn.Location = new System.Drawing.Point(6, 372);
  430. this.persSaveBtn.Name = "persSaveBtn";
  431. this.persSaveBtn.Size = new System.Drawing.Size(34, 23);
  432. this.persSaveBtn.TabIndex = 5;
  433. this.persSaveBtn.UseVisualStyleBackColor = true;
  434. this.persSaveBtn.Click += new System.EventHandler(this.onPersonSave_Click);
  435. //
  436. // dataGridViewTextBoxColumn1
  437. //
  438. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  439. //
  440. // dataGridViewTextBoxColumn2
  441. //
  442. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  443. //
  444. // dataGridViewTextBoxColumn3
  445. //
  446. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  447. //
  448. // dataGridViewTextBoxColumn4
  449. //
  450. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  451. //
  452. // PersonEditControl
  453. //
  454. this.AllowDrop = true;
  455. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  456. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  457. this.ContextMenuStrip = this.personCMS;
  458. this.Controls.Add(this.persManageGpBx);
  459. this.Name = "PersonEditControl";
  460. this.Size = new System.Drawing.Size(450, 405);
  461. this.DragDrop += new System.Windows.Forms.DragEventHandler(this.onEditActorDragDrop);
  462. this.DragEnter += new System.Windows.Forms.DragEventHandler(this.onEditActorDragEnter);
  463. this.personCMS.ResumeLayout(false);
  464. this.persManageGpBx.ResumeLayout(false);
  465. this.persManageGpBx.PerformLayout();
  466. ((System.ComponentModel.ISupportInitialize)(this.rolesDGV)).EndInit();
  467. ((System.ComponentModel.ISupportInitialize)(this.personBindingSource)).EndInit();
  468. ((System.ComponentModel.ISupportInitialize)(this.persImg)).EndInit();
  469. this.ResumeLayout(false);
  470.  
  471. }
  472.  
  473. #endregion
  474.  
  475. private System.Windows.Forms.BindingSource personBindingSource;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn roleNameDGVC;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn brolTitleDGVC;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn brolIdDGVC;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn roleInfoDGVC;
  480. private System.Windows.Forms.ContextMenuStrip personCMS;
  481. private System.Windows.Forms.ToolStripMenuItem persAddTsMic;
  482. private System.Windows.Forms.ToolStripMenuItem persDelTsMic;
  483. private System.Windows.Forms.ToolStripMenuItem persSaveTsMic;
  484. private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
  485. private System.Windows.Forms.ToolStripMenuItem persImgTsMic;
  486. private System.Windows.Forms.ToolStripMenuItem addRoleTsMi;
  487. private System.Windows.Forms.ToolStripMenuItem eidFormTsMi;
  488. private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
  489. private System.Windows.Forms.ToolStripMenuItem brolInfoTsMi;
  490. private System.Windows.Forms.GroupBox persManageGpBx;
  491. private System.Windows.Forms.DataGridView rolesDGV;
  492. private System.Windows.Forms.Label defRoleLbl;
  493. private System.Windows.Forms.ComboBox defRoleCB;
  494. private System.Windows.Forms.Button unlockPersonBtn;
  495. private System.Windows.Forms.Label label1;
  496. private System.Windows.Forms.Label idLbl;
  497. private System.Windows.Forms.Label persLNameLbl;
  498. private be.gaudry.view.controls.TextBoxDragDrop persLNameTB;
  499. private System.Windows.Forms.Label persFNameLbl;
  500. private be.gaudry.view.controls.TextBoxDragDrop persFNameTB;
  501. private System.Windows.Forms.Label persseudoLbl;
  502. private be.gaudry.view.controls.TextBoxDragDrop persPseudoTB;
  503. private System.Windows.Forms.Label persSexLbl;
  504. private System.Windows.Forms.ComboBox persSexCB;
  505. private System.Windows.Forms.Button addBirthdateBtn;
  506. private System.Windows.Forms.DateTimePicker dateTimePicker;
  507. private System.Windows.Forms.Label persirthDateLbl;
  508. private System.Windows.Forms.Button persImgBtn;
  509. private System.Windows.Forms.PictureBox persImg;
  510. private System.Windows.Forms.Button persSaveBtn;
  511. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  512. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  513. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  514. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  515. private System.Windows.Forms.ToolTip infoTT;
  516. }
  517. }

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 octets1718697104 18/06/2024 09:51:44
| _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.

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