Geen cache-versie.


Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.

ActorForm.Designer.cs

Description du code

ActorForm.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
  2. {
  3. partial class ActorForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ActorForm));
  33. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  34. this.persListManageTbLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  35. this.persDelBtn = new System.Windows.Forms.Button();
  36. this.persAddBtn = new System.Windows.Forms.Button();
  37. this.persListBox = new System.Windows.Forms.ListBox();
  38. this.personsTS = new System.Windows.Forms.ToolStrip();
  39. this.selectPersonsTSCB = new System.Windows.Forms.ToolStripComboBox();
  40. this.personDisplayTSCB = new System.Windows.Forms.ToolStripComboBox();
  41. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  42. this.persAddTSB = new System.Windows.Forms.ToolStripButton();
  43. this.persDelTSB = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  45. this.persSaveTSB = new System.Windows.Forms.ToolStripButton();
  46. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  47. this.persBorrowsTSBtn = new System.Windows.Forms.ToolStripButton();
  48. this.eidTsB = new System.Windows.Forms.ToolStripButton();
  49. this.persImgTSB = new System.Windows.Forms.ToolStripButton();
  50. this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
  51. this.searchPersonTsTB = new System.Windows.Forms.ToolStripTextBox();
  52. this.searchPersonTsBtn = new System.Windows.Forms.ToolStripButton();
  53. this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
  54. this.personsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  55. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  56. this.persAddTsMi = new System.Windows.Forms.ToolStripMenuItem();
  57. this.persDelTsMi = new System.Windows.Forms.ToolStripMenuItem();
  58. this.persSaveTsMi = new System.Windows.Forms.ToolStripMenuItem();
  59. this.advancedEditionTsMi = new System.Windows.Forms.ToolStripMenuItem();
  60. this.persImgTsMi = new System.Windows.Forms.ToolStripMenuItem();
  61. this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  62. this.personsByRoleTSMi = new System.Windows.Forms.ToolStripMenuItem();
  63. this.personsByRoleTSCB = new System.Windows.Forms.ToolStripComboBox();
  64. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  65. this.infoTT = new System.Windows.Forms.ToolTip(this.components);
  66. this.personCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  67. this.persAddTsMic = new System.Windows.Forms.ToolStripMenuItem();
  68. this.persDelTsMic = new System.Windows.Forms.ToolStripMenuItem();
  69. this.savePersTsMi = new System.Windows.Forms.ToolStripMenuItem();
  70. this.personEditCtl = new be.gaudry.bibliobrol.view.controls.PersonEditControl();
  71. this.splitContainer1.Panel1.SuspendLayout();
  72. this.splitContainer1.Panel2.SuspendLayout();
  73. this.splitContainer1.SuspendLayout();
  74. this.persListManageTbLayoutPanel.SuspendLayout();
  75. this.personsTS.SuspendLayout();
  76. this.mainMenuStrip.SuspendLayout();
  77. this.personCMS.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // splitContainer1
  81. //
  82. this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  83. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.splitContainer1.Location = new System.Drawing.Point(0, 49);
  85. this.splitContainer1.Name = "splitContainer1";
  86. //
  87. // splitContainer1.Panel1
  88. //
  89. this.splitContainer1.Panel1.Controls.Add(this.persListManageTbLayoutPanel);
  90. this.splitContainer1.Panel1.Controls.Add(this.persListBox);
  91. //
  92. // splitContainer1.Panel2
  93. //
  94. this.splitContainer1.Panel2.AllowDrop = true;
  95. this.splitContainer1.Panel2.AutoScroll = true;
  96. this.splitContainer1.Panel2.AutoScrollMinSize = new System.Drawing.Size(450, 405);
  97. this.splitContainer1.Panel2.Controls.Add(this.personEditCtl);
  98. this.splitContainer1.Size = new System.Drawing.Size(685, 385);
  99. this.splitContainer1.SplitterDistance = 227;
  100. this.splitContainer1.TabIndex = 0;
  101. //
  102. // persListManageTbLayoutPanel
  103. //
  104. this.persListManageTbLayoutPanel.ColumnCount = 1;
  105. this.persListManageTbLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  106. this.persListManageTbLayoutPanel.Controls.Add(this.persDelBtn, 0, 1);
  107. this.persListManageTbLayoutPanel.Controls.Add(this.persAddBtn, 0, 0);
  108. this.persListManageTbLayoutPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
  109. this.persListManageTbLayoutPanel.Location = new System.Drawing.Point(0, 319);
  110. this.persListManageTbLayoutPanel.Name = "persListManageTbLayoutPanel";
  111. this.persListManageTbLayoutPanel.RowCount = 2;
  112. this.persListManageTbLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
  113. this.persListManageTbLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34F));
  114. this.persListManageTbLayoutPanel.Size = new System.Drawing.Size(223, 62);
  115. this.persListManageTbLayoutPanel.TabIndex = 2;
  116. //
  117. // persDelBtn
  118. //
  119. this.persDelBtn.Anchor = System.Windows.Forms.AnchorStyles.None;
  120. this.persDelBtn.Enabled = false;
  121. this.persDelBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel;
  122. this.persDelBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  123. this.persDelBtn.Location = new System.Drawing.Point(39, 34);
  124. this.persDelBtn.Name = "persDelBtn";
  125. this.persDelBtn.Size = new System.Drawing.Size(144, 23);
  126. this.persDelBtn.TabIndex = 1;
  127. this.persDelBtn.Text = "Supprimer la personne";
  128. this.persDelBtn.UseVisualStyleBackColor = true;
  129. this.persDelBtn.Click += new System.EventHandler(this.onDeletePerson_Click);
  130. //
  131. // persAddBtn
  132. //
  133. this.persAddBtn.Anchor = System.Windows.Forms.AnchorStyles.None;
  134. this.persAddBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn;
  135. this.persAddBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  136. this.persAddBtn.Location = new System.Drawing.Point(39, 3);
  137. this.persAddBtn.Name = "persAddBtn";
  138. this.persAddBtn.Size = new System.Drawing.Size(144, 23);
  139. this.persAddBtn.TabIndex = 0;
  140. this.persAddBtn.Text = "Ajouter une personne";
  141. this.persAddBtn.UseVisualStyleBackColor = true;
  142. this.persAddBtn.Click += new System.EventHandler(this.onAddPerson_Click);
  143. //
  144. // persListBox
  145. //
  146. this.persListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  147. | System.Windows.Forms.AnchorStyles.Left)
  148. | System.Windows.Forms.AnchorStyles.Right)));
  149. this.persListBox.DisplayMember = "display";
  150. this.persListBox.FormattingEnabled = true;
  151. this.persListBox.Location = new System.Drawing.Point(4, 3);
  152. this.persListBox.Name = "persListBox";
  153. this.persListBox.Size = new System.Drawing.Size(217, 251);
  154. this.persListBox.Sorted = true;
  155. this.persListBox.TabIndex = 0;
  156. this.persListBox.ValueMember = "id";
  157. this.persListBox.SelectedIndexChanged += new System.EventHandler(this.onPersonsSelectedIndexChanged);
  158. //
  159. // personsTS
  160. //
  161. this.personsTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  162. this.selectPersonsTSCB,
  163. this.personDisplayTSCB,
  164. this.toolStripSeparator1,
  165. this.persAddTSB,
  166. this.persDelTSB,
  167. this.toolStripSeparator2,
  168. this.persSaveTSB,
  169. this.toolStripSeparator3,
  170. this.persBorrowsTSBtn,
  171. this.eidTsB,
  172. this.persImgTSB,
  173. this.toolStripSeparator8,
  174. this.searchPersonTsTB,
  175. this.searchPersonTsBtn});
  176. this.personsTS.Location = new System.Drawing.Point(0, 24);
  177. this.personsTS.Name = "personsTS";
  178. this.personsTS.Size = new System.Drawing.Size(685, 25);
  179. this.personsTS.TabIndex = 5;
  180. this.personsTS.Text = "Outils de gestion de personnes";
  181. //
  182. // selectPersonsTSCB
  183. //
  184. this.selectPersonsTSCB.ForeColor = System.Drawing.Color.Black;
  185. this.selectPersonsTSCB.MaxDropDownItems = 20;
  186. this.selectPersonsTSCB.Name = "selectPersonsTSCB";
  187. this.selectPersonsTSCB.Size = new System.Drawing.Size(140, 25);
  188. this.selectPersonsTSCB.Sorted = true;
  189. this.selectPersonsTSCB.Text = "Filtre";
  190. this.selectPersonsTSCB.ToolTipText = "Filtrer les personnes selon les rôles";
  191. this.selectPersonsTSCB.SelectedIndexChanged += new System.EventHandler(this.onPersonsRoleIndexChanged);
  192. //
  193. // personDisplayTSCB
  194. //
  195. this.personDisplayTSCB.DropDownWidth = 140;
  196. this.personDisplayTSCB.Name = "personDisplayTSCB";
  197. this.personDisplayTSCB.Size = new System.Drawing.Size(150, 25);
  198. this.personDisplayTSCB.Text = "Type d\'affichage";
  199. this.personDisplayTSCB.ToolTipText = "Déterminer les données à afficher pour les personnes";
  200. this.personDisplayTSCB.SelectedIndexChanged += new System.EventHandler(this.personDisplayTSCB_Click);
  201. //
  202. // toolStripSeparator1
  203. //
  204. this.toolStripSeparator1.Name = "toolStripSeparator1";
  205. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  206. //
  207. // persAddTSB
  208. //
  209. this.persAddTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  210. this.persAddTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn;
  211. this.persAddTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  212. this.persAddTSB.Name = "persAddTSB";
  213. this.persAddTSB.Size = new System.Drawing.Size(23, 22);
  214. this.persAddTSB.Text = "Ajouter une personne";
  215. this.persAddTSB.Click += new System.EventHandler(this.onAddPerson_Click);
  216. //
  217. // persDelTSB
  218. //
  219. this.persDelTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  220. this.persDelTSB.Enabled = false;
  221. this.persDelTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel;
  222. this.persDelTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  223. this.persDelTSB.Name = "persDelTSB";
  224. this.persDelTSB.Size = new System.Drawing.Size(23, 22);
  225. this.persDelTSB.Text = "Supprimer la personne sélectionnée";
  226. this.persDelTSB.Click += new System.EventHandler(this.onDeletePerson_Click);
  227. //
  228. // toolStripSeparator2
  229. //
  230. this.toolStripSeparator2.Name = "toolStripSeparator2";
  231. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  232. //
  233. // persSaveTSB
  234. //
  235. this.persSaveTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  236. this.persSaveTSB.Enabled = false;
  237. this.persSaveTSB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  238. this.persSaveTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  239. this.persSaveTSB.Name = "persSaveTSB";
  240. this.persSaveTSB.Size = new System.Drawing.Size(23, 22);
  241. this.persSaveTSB.Text = "Sauver les modifications de la personne sélectionnée";
  242. this.persSaveTSB.Click += new System.EventHandler(this.onPersSave_Click);
  243. //
  244. // toolStripSeparator3
  245. //
  246. this.toolStripSeparator3.Name = "toolStripSeparator3";
  247. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  248. //
  249. // persBorrowsTSBtn
  250. //
  251. this.persBorrowsTSBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  252. this.persBorrowsTSBtn.Enabled = false;
  253. this.persBorrowsTSBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolBorrowOpen;
  254. this.persBorrowsTSBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
  255. this.persBorrowsTSBtn.Name = "persBorrowsTSBtn";
  256. this.persBorrowsTSBtn.Size = new System.Drawing.Size(23, 22);
  257. this.persBorrowsTSBtn.Text = "Afficher les emprunts pour cette personne";
  258. //
  259. // eidTsB
  260. //
  261. this.eidTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  262. this.eidTsB.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChip16;
  263. this.eidTsB.ImageTransparentColor = System.Drawing.Color.Magenta;
  264. this.eidTsB.Name = "eidTsB";
  265. this.eidTsB.Size = new System.Drawing.Size(23, 22);
  266. this.eidTsB.Text = "Ouvrir la fiche d\'identité";
  267. this.eidTsB.Click += new System.EventHandler(this.eidTsB_Click);
  268. //
  269. // persImgTSB
  270. //
  271. this.persImgTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  272. this.persImgTSB.Image = ((System.Drawing.Image)(resources.GetObject("persImgTSB.Image")));
  273. this.persImgTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  274. this.persImgTSB.Name = "persImgTSB";
  275. this.persImgTSB.Size = new System.Drawing.Size(23, 22);
  276. this.persImgTSB.Text = "Modifier la photo";
  277. this.persImgTSB.Click += new System.EventHandler(this.persImgTSB_Click);
  278. //
  279. // toolStripSeparator8
  280. //
  281. this.toolStripSeparator8.Name = "toolStripSeparator8";
  282. this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
  283. //
  284. // searchPersonTsTB
  285. //
  286. this.searchPersonTsTB.Name = "searchPersonTsTB";
  287. this.searchPersonTsTB.Size = new System.Drawing.Size(100, 25);
  288. this.searchPersonTsTB.ToolTipText = "Nom des personnes à chercher. \r\nVous pouvez utiliser les caractères joker suivant" +
  289. "s :\r\n * pour remplacer n\'importe quelle suite de caractères\r\n ? pour remplacer u" +
  290. "n caractère";
  291. this.searchPersonTsTB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.searchPersonTsTB_KeyUp);
  292. //
  293. // searchPersonTsBtn
  294. //
  295. this.searchPersonTsBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  296. this.searchPersonTsBtn.Enabled = false;
  297. this.searchPersonTsBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolFind;
  298. this.searchPersonTsBtn.ImageTransparentColor = System.Drawing.Color.Magenta;
  299. this.searchPersonTsBtn.Name = "searchPersonTsBtn";
  300. this.searchPersonTsBtn.Size = new System.Drawing.Size(23, 22);
  301. this.searchPersonTsBtn.Text = "Lancer la recherche de personne";
  302. this.searchPersonTsBtn.Click += new System.EventHandler(this.searchPersonTsBtn_Click);
  303. //
  304. // mainMenuStrip
  305. //
  306. this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  307. this.personsTsMi});
  308. this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
  309. this.mainMenuStrip.Name = "mainMenuStrip";
  310. this.mainMenuStrip.Size = new System.Drawing.Size(685, 24);
  311. this.mainMenuStrip.TabIndex = 6;
  312. this.mainMenuStrip.Text = "Gestion des personnes";
  313. //
  314. // personsTsMi
  315. //
  316. this.personsTsMi.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  317. this.toolStripSeparator5,
  318. this.persAddTsMi,
  319. this.persDelTsMi,
  320. this.persSaveTsMi,
  321. this.advancedEditionTsMi,
  322. this.persImgTsMi,
  323. this.toolStripSeparator6,
  324. this.personsByRoleTSMi,
  325. this.toolStripSeparator4});
  326. this.personsTsMi.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
  327. this.personsTsMi.MergeIndex = 1;
  328. this.personsTsMi.Name = "personsTsMi";
  329. this.personsTsMi.Size = new System.Drawing.Size(69, 20);
  330. this.personsTsMi.Text = "&Personnes";
  331. this.personsTsMi.ToolTipText = "Gestion des personnes (utilisateurs de l\'application, acteurs, dessinateurs, écri" +
  332. "vains, etc.)";
  333. //
  334. // toolStripSeparator5
  335. //
  336. this.toolStripSeparator5.Name = "toolStripSeparator5";
  337. this.toolStripSeparator5.Size = new System.Drawing.Size(189, 6);
  338. //
  339. // persAddTsMi
  340. //
  341. this.persAddTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn;
  342. this.persAddTsMi.Name = "persAddTsMi";
  343. this.persAddTsMi.Size = new System.Drawing.Size(192, 22);
  344. this.persAddTsMi.Text = "&Ajouter une personne";
  345. this.persAddTsMi.Click += new System.EventHandler(this.onAddPerson_Click);
  346. //
  347. // persDelTsMi
  348. //
  349. this.persDelTsMi.Enabled = false;
  350. this.persDelTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel;
  351. this.persDelTsMi.Name = "persDelTsMi";
  352. this.persDelTsMi.Size = new System.Drawing.Size(192, 22);
  353. this.persDelTsMi.Text = "S&upprimer la personne";
  354. this.persDelTsMi.Click += new System.EventHandler(this.onDeletePerson_Click);
  355. //
  356. // persSaveTsMi
  357. //
  358. this.persSaveTsMi.Enabled = false;
  359. this.persSaveTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  360. this.persSaveTsMi.Name = "persSaveTsMi";
  361. this.persSaveTsMi.Size = new System.Drawing.Size(192, 22);
  362. this.persSaveTsMi.Text = "&Sauver la personne";
  363. //
  364. // advancedEditionTsMi
  365. //
  366. this.advancedEditionTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChip16;
  367. this.advancedEditionTsMi.Name = "advancedEditionTsMi";
  368. this.advancedEditionTsMi.Size = new System.Drawing.Size(192, 22);
  369. this.advancedEditionTsMi.Text = "Edition avancée";
  370. this.advancedEditionTsMi.ToolTipText = "Permet d\'éditer plus d\'informations et de lire la carte d\'identité électronique";
  371. //
  372. // persImgTsMi
  373. //
  374. this.persImgTsMi.Name = "persImgTsMi";
  375. this.persImgTsMi.Size = new System.Drawing.Size(192, 22);
  376. this.persImgTsMi.Text = "Modifier la photo";
  377. //
  378. // toolStripSeparator6
  379. //
  380. this.toolStripSeparator6.Name = "toolStripSeparator6";
  381. this.toolStripSeparator6.Size = new System.Drawing.Size(189, 6);
  382. //
  383. // personsByRoleTSMi
  384. //
  385. this.personsByRoleTSMi.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  386. this.personsByRoleTSCB});
  387. this.personsByRoleTSMi.Name = "personsByRoleTSMi";
  388. this.personsByRoleTSMi.Size = new System.Drawing.Size(192, 22);
  389. this.personsByRoleTSMi.Text = "Sélection par &rôle";
  390. //
  391. // personsByRoleTSCB
  392. //
  393. this.personsByRoleTSCB.Name = "personsByRoleTSCB";
  394. this.personsByRoleTSCB.Size = new System.Drawing.Size(121, 21);
  395. this.personsByRoleTSCB.Sorted = true;
  396. this.personsByRoleTSCB.SelectedIndexChanged += new System.EventHandler(this.onPersonsRoleIndexChanged);
  397. //
  398. // toolStripSeparator4
  399. //
  400. this.toolStripSeparator4.Name = "toolStripSeparator4";
  401. this.toolStripSeparator4.Size = new System.Drawing.Size(189, 6);
  402. //
  403. // personCMS
  404. //
  405. this.personCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  406. this.persAddTsMic,
  407. this.persDelTsMic,
  408. this.savePersTsMi});
  409. this.personCMS.Name = "personCMS";
  410. this.personCMS.Size = new System.Drawing.Size(193, 70);
  411. //
  412. // persAddTsMic
  413. //
  414. this.persAddTsMic.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn;
  415. this.persAddTsMic.Name = "persAddTsMic";
  416. this.persAddTsMic.Size = new System.Drawing.Size(192, 22);
  417. this.persAddTsMic.Text = "&Ajouter une personne";
  418. this.persAddTsMic.Click += new System.EventHandler(this.onAddPerson_Click);
  419. //
  420. // persDelTsMic
  421. //
  422. this.persDelTsMic.Enabled = false;
  423. this.persDelTsMic.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel;
  424. this.persDelTsMic.Name = "persDelTsMic";
  425. this.persDelTsMic.Size = new System.Drawing.Size(192, 22);
  426. this.persDelTsMic.Text = "S&upprimer la personne";
  427. this.persDelTsMic.Click += new System.EventHandler(this.onDeletePerson_Click);
  428. //
  429. // savePersTsMi
  430. //
  431. this.savePersTsMi.Enabled = false;
  432. this.savePersTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  433. this.savePersTsMi.Name = "savePersTsMi";
  434. this.savePersTsMi.Size = new System.Drawing.Size(192, 22);
  435. this.savePersTsMi.Text = "&Sauver la personne";
  436. this.savePersTsMi.Click += new System.EventHandler(this.onPersSave_Click);
  437. //
  438. // personEditCtl
  439. //
  440. this.personEditCtl.Dock = System.Windows.Forms.DockStyle.Fill;
  441. this.personEditCtl.Location = new System.Drawing.Point(0, 0);
  442. this.personEditCtl.Name = "personEditCtl";
  443. this.personEditCtl.Size = new System.Drawing.Size(450, 405);
  444. this.personEditCtl.TabIndex = 0;
  445. //
  446. // ActorForm
  447. //
  448. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  449. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  450. this.ClientSize = new System.Drawing.Size(685, 434);
  451. this.ContextMenuStrip = this.personCMS;
  452. this.Controls.Add(this.splitContainer1);
  453. this.Controls.Add(this.personsTS);
  454. this.Controls.Add(this.mainMenuStrip);
  455. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  456. this.Name = "ActorForm";
  457. this.Text = "Gestion des personnes";
  458. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ActorForm_FormClosing);
  459. this.splitContainer1.Panel1.ResumeLayout(false);
  460. this.splitContainer1.Panel2.ResumeLayout(false);
  461. this.splitContainer1.ResumeLayout(false);
  462. this.persListManageTbLayoutPanel.ResumeLayout(false);
  463. this.personsTS.ResumeLayout(false);
  464. this.personsTS.PerformLayout();
  465. this.mainMenuStrip.ResumeLayout(false);
  466. this.mainMenuStrip.PerformLayout();
  467. this.personCMS.ResumeLayout(false);
  468. this.ResumeLayout(false);
  469. this.PerformLayout();
  470.  
  471. }
  472.  
  473. #endregion
  474.  
  475. private System.Windows.Forms.SplitContainer splitContainer1;
  476. private System.Windows.Forms.ListBox persListBox;
  477. private System.Windows.Forms.ToolStrip personsTS;
  478. private System.Windows.Forms.ToolStripComboBox selectPersonsTSCB;
  479. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  480. private System.Windows.Forms.ToolStripButton persAddTSB;
  481. private System.Windows.Forms.ToolStripButton persDelTSB;
  482. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  483. private System.Windows.Forms.ToolStripButton persSaveTSB;
  484. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  485. private System.Windows.Forms.ToolStripButton persBorrowsTSBtn;
  486. private System.Windows.Forms.ToolStripButton persImgTSB;
  487. private System.Windows.Forms.MenuStrip mainMenuStrip;
  488. private System.Windows.Forms.ToolStripMenuItem personsTsMi;
  489. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  490. private System.Windows.Forms.ToolStripMenuItem personsByRoleTSMi;
  491. private System.Windows.Forms.ToolStripComboBox personsByRoleTSCB;
  492. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  493. private System.Windows.Forms.ToolStripMenuItem persAddTsMi;
  494. private System.Windows.Forms.ToolStripMenuItem persDelTsMi;
  495. private System.Windows.Forms.ToolStripMenuItem persSaveTsMi;
  496. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  497. private System.Windows.Forms.ToolStripMenuItem persImgTsMi;
  498. private System.Windows.Forms.TableLayoutPanel persListManageTbLayoutPanel;
  499. private System.Windows.Forms.Button persDelBtn;
  500. private System.Windows.Forms.Button persAddBtn;
  501. private System.Windows.Forms.ToolTip infoTT;
  502. private System.Windows.Forms.ContextMenuStrip personCMS;
  503. private System.Windows.Forms.ToolStripMenuItem persAddTsMic;
  504. private System.Windows.Forms.ToolStripMenuItem persDelTsMic;
  505. private System.Windows.Forms.ToolStripComboBox personDisplayTSCB;
  506. private System.Windows.Forms.ToolStripMenuItem advancedEditionTsMi;
  507. private System.Windows.Forms.ToolStripButton eidTsB;
  508. private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
  509. private System.Windows.Forms.ToolStripTextBox searchPersonTsTB;
  510. private System.Windows.Forms.ToolStripButton searchPersonTsBtn;
  511. private System.Windows.Forms.ToolStripMenuItem savePersTsMi;
  512. private be.gaudry.bibliobrol.view.controls.PersonEditControl personEditCtl;
  513. }
  514. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/ 
IcôneNomTailleModification
IcôneNomTailleModification
| _ Répertoire parent0 octets1727085266 23/09/2024 11:54:26
| _wizards0 octets1541007184 31/10/2018 18:33:04
| _utils0 octets1541007184 31/10/2018 18:33:04
| _controls0 octets1541007178 31/10/2018 18:32:58
| _dialogs0 octets1541007183 31/10/2018 18:33:03
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxMediabrolForm.resx32.55 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxAWSForm.resx188.27 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .resx|.resxMainForm.resx6.07 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxConsoleForm.resx256.48 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csAWSForm.Designer.cs23.45 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csActorForm.cs9.09 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBiblioBrolAboutBox.Designer.cs11.22 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csAWSForm.cs7.68 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBorrowsForm.cs1.66 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csCopy of MainForm.Designer.cs16.91 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csConsoleForm.Designer.cs2.71 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csWebServiceForm.cs6.34 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .resx|.resxOldMainForm.resx58.06 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csCopy of MainForm.cs30.81 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .resx|.resxActorForm.resx44.98 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .resx|.resxBorrowsForm.resx73.4 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csMainForm.cs37.45 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxWebServiceForm.resx9.71 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csMainForm.Designer.cs7.16 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csBorrowsForm.Designer.cs10.51 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csTasksForm.cs389 octets31/10/2018 18:32:28-refusé-
Afficher le fichier .resx|.resxBiblioBrolAboutBox.resx5.68 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csBrolForm.cs25.87 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csWebServiceForm.Designer.cs13.12 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csMediabrolForm.Designer.cs142.05 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csConsoleForm.cs2.79 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csBrolForm.designer.cs41.73 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .cs|.csMediabrolForm.cs31.94 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .cs|.csStatsForm.Designer.cs11.59 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csActorForm.Designer.cs28.26 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csOldMainForm.Designer.cs83.98 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csStatsForm.cs5 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .cs|.csBiblioBrolAboutBox.cs5.51 Ko31/10/2018 18:32:25-refusé-
Afficher le fichier .cs|.csOldMainForm.cs27.08 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxTasksForm.resx187.31 Ko31/10/2018 18:32:29-refusé-
Afficher le fichier .cs|.csTasksForm.Designer.cs2.26 Ko31/10/2018 18:32:28-refusé-
Afficher le fichier .resx|.resxBrolForm.resx45.52 Ko31/10/2018 18:32:26-refusé-
Afficher le fichier .resx|.resxCopy of MainForm.resx7.53 Ko31/10/2018 18:32:27-refusé-
Afficher le fichier .resx|.resxStatsForm.resx187.5 Ko31/10/2018 18:32:28-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.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 16/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-bibliobrol-source-rf-view//ActorForm.Designer.cs.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.