UserForm.Designer.cs

Description du code

UserForm.Designer.cs est un fichier du projet BiblioBrol.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/src/.

Projet BiblioBrol :

Gestion de media en CSharp.

Pour plus d'infos, vous pouvez consulter la brève analyse.

Code source ou contenu du fichier

  1. namespace be.gaudry.bibliobrol.view.dialogs
  2. {
  3. partial class UserForm
  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(UserForm));
  33. this.phonesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.mainTLP = new System.Windows.Forms.TableLayoutPanel();
  35. this.identityGB = new System.Windows.Forms.GroupBox();
  36. this.persSexCB = new System.Windows.Forms.ComboBox();
  37. this.birthdateDTP = new System.Windows.Forms.DateTimePicker();
  38. this.pseudoTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.nationalityTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  41. this.birthPlaceTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  42. this.firstName3TB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  43. this.firstName2TB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  44. this.nationalNumberTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  45. this.label9 = new System.Windows.Forms.Label();
  46. this.label7 = new System.Windows.Forms.Label();
  47. this.lastNameTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  48. this.firstName1TB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  49. this.label6 = new System.Windows.Forms.Label();
  50. this.label1 = new System.Windows.Forms.Label();
  51. this.label2 = new System.Windows.Forms.Label();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.label3 = new System.Windows.Forms.Label();
  54. this.photoPB = new System.Windows.Forms.PictureBox();
  55. this.addressGB = new System.Windows.Forms.GroupBox();
  56. this.boxNumberTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  57. this.label20 = new System.Windows.Forms.Label();
  58. this.houseNumberTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  59. this.label19 = new System.Windows.Forms.Label();
  60. this.countryTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  61. this.label11 = new System.Windows.Forms.Label();
  62. this.municipalityTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  63. this.label10 = new System.Windows.Forms.Label();
  64. this.streetTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  65. this.zipCodeTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  66. this.label14 = new System.Windows.Forms.Label();
  67. this.label15 = new System.Windows.Forms.Label();
  68. this.cardGB = new System.Windows.Forms.GroupBox();
  69. this.chipPictureBox = new System.Windows.Forms.PictureBox();
  70. this.issuingMunicipalityTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  71. this.label18 = new System.Windows.Forms.Label();
  72. this.endValidityDateTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  73. this.label17 = new System.Windows.Forms.Label();
  74. this.beginValidityDateTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  75. this.label13 = new System.Windows.Forms.Label();
  76. this.cardNumberTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  77. this.label12 = new System.Windows.Forms.Label();
  78. this.chipNumberTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  79. this.label16 = new System.Windows.Forms.Label();
  80. this.buttonsPanel = new System.Windows.Forms.Panel();
  81. this.unlockLabel = new System.Windows.Forms.Label();
  82. this.unlockPersonBtn = new System.Windows.Forms.Button();
  83. this.readCardBtn = new System.Windows.Forms.Button();
  84. this.saveBtn = new System.Windows.Forms.Button();
  85. this.contactGB = new System.Windows.Forms.GroupBox();
  86. this.telDGV = new System.Windows.Forms.DataGridView();
  87. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  88. this.persMailLbl = new System.Windows.Forms.Label();
  89. this.persPhoneLbl = new System.Windows.Forms.Label();
  90. this.readCardBGW = new System.ComponentModel.BackgroundWorker();
  91. this.mainCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  92. this.readCardCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  93. this.savePersonCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  94. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  95. this.modifyPhotoCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  96. this.unlockPersonCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  97. this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
  98. this.editTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  99. this.undoTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  100. this.readEidTsMi = new System.Windows.Forms.ToolStripMenuItem();
  101. this.saveTsMi = new System.Windows.Forms.ToolStripMenuItem();
  102. this.déverrouillerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  103. this.modifyPictureTsMi = new System.Windows.Forms.ToolStripMenuItem();
  104. this.personsTSMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  105. this.statusStrip = new System.Windows.Forms.StatusStrip();
  106. this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
  107. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  108. this.mainTS = new System.Windows.Forms.ToolStrip();
  109. this.readCardTsB = new System.Windows.Forms.ToolStripButton();
  110. this.saveUserTsB = new System.Windows.Forms.ToolStripButton();
  111. this.changePictureTsB = new System.Windows.Forms.ToolStripButton();
  112. this.addUserTsMi = new System.Windows.Forms.ToolStripMenuItem();
  113. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  114. this.readCardTsMi = new System.Windows.Forms.ToolStripMenuItem();
  115. this.savePersonTsMi = new System.Windows.Forms.ToolStripMenuItem();
  116. this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  117. this.persImgTsMi = new System.Windows.Forms.ToolStripMenuItem();
  118. this.unlockPersonTsMi = new System.Windows.Forms.ToolStripMenuItem();
  119. this.userBindingSource = new System.Windows.Forms.BindingSource(this.components);
  120. this.phoneTypeDGVTextBoxColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
  121. this.phoneNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.numberAndTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  124. ((System.ComponentModel.ISupportInitialize)(this.phonesBindingSource)).BeginInit();
  125. this.mainTLP.SuspendLayout();
  126. this.identityGB.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.photoPB)).BeginInit();
  128. this.addressGB.SuspendLayout();
  129. this.cardGB.SuspendLayout();
  130. ((System.ComponentModel.ISupportInitialize)(this.chipPictureBox)).BeginInit();
  131. this.buttonsPanel.SuspendLayout();
  132. this.contactGB.SuspendLayout();
  133. ((System.ComponentModel.ISupportInitialize)(this.telDGV)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  135. this.mainCMS.SuspendLayout();
  136. this.mainMenuStrip.SuspendLayout();
  137. this.statusStrip.SuspendLayout();
  138. this.mainTS.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).BeginInit();
  140. this.SuspendLayout();
  141. //
  142. // phonesBindingSource
  143. //
  144. this.phonesBindingSource.DataMember = "Phones";
  145. this.phonesBindingSource.DataSource = this.userBindingSource;
  146. //
  147. // mainTLP
  148. //
  149. this.mainTLP.ColumnCount = 2;
  150. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  151. this.mainTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
  152. this.mainTLP.Controls.Add(this.identityGB, 0, 0);
  153. this.mainTLP.Controls.Add(this.addressGB, 0, 1);
  154. this.mainTLP.Controls.Add(this.cardGB, 1, 0);
  155. this.mainTLP.Controls.Add(this.buttonsPanel, 0, 3);
  156. this.mainTLP.Controls.Add(this.contactGB, 0, 2);
  157. this.mainTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.mainTLP.Location = new System.Drawing.Point(0, 49);
  159. this.mainTLP.Name = "mainTLP";
  160. this.mainTLP.RowCount = 4;
  161. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 184F));
  162. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 101F));
  163. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  164. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
  165. this.mainTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  166. this.mainTLP.Size = new System.Drawing.Size(707, 456);
  167. this.mainTLP.TabIndex = 33;
  168. //
  169. // identityGB
  170. //
  171. this.identityGB.Controls.Add(this.persSexCB);
  172. this.identityGB.Controls.Add(this.birthdateDTP);
  173. this.identityGB.Controls.Add(this.pseudoTB);
  174. this.identityGB.Controls.Add(this.label4);
  175. this.identityGB.Controls.Add(this.nationalityTB);
  176. this.identityGB.Controls.Add(this.birthPlaceTB);
  177. this.identityGB.Controls.Add(this.firstName3TB);
  178. this.identityGB.Controls.Add(this.firstName2TB);
  179. this.identityGB.Controls.Add(this.nationalNumberTB);
  180. this.identityGB.Controls.Add(this.label9);
  181. this.identityGB.Controls.Add(this.label7);
  182. this.identityGB.Controls.Add(this.lastNameTB);
  183. this.identityGB.Controls.Add(this.firstName1TB);
  184. this.identityGB.Controls.Add(this.label6);
  185. this.identityGB.Controls.Add(this.label1);
  186. this.identityGB.Controls.Add(this.label2);
  187. this.identityGB.Controls.Add(this.label5);
  188. this.identityGB.Controls.Add(this.label3);
  189. this.identityGB.Controls.Add(this.photoPB);
  190. this.identityGB.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.identityGB.Location = new System.Drawing.Point(3, 3);
  192. this.identityGB.Name = "identityGB";
  193. this.identityGB.Size = new System.Drawing.Size(501, 178);
  194. this.identityGB.TabIndex = 13;
  195. this.identityGB.TabStop = false;
  196. this.identityGB.Text = "Identité";
  197. //
  198. // persSexCB
  199. //
  200. this.persSexCB.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.userBindingSource, "Sex", true));
  201. this.persSexCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  202. this.persSexCB.Location = new System.Drawing.Point(178, 148);
  203. this.persSexCB.Name = "persSexCB";
  204. this.persSexCB.Size = new System.Drawing.Size(46, 21);
  205. this.persSexCB.TabIndex = 42;
  206. //
  207. // birthdateDTP
  208. //
  209. this.birthdateDTP.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.userBindingSource, "Birthdate", true));
  210. this.birthdateDTP.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  211. this.birthdateDTP.Location = new System.Drawing.Point(11, 111);
  212. this.birthdateDTP.Name = "birthdateDTP";
  213. this.birthdateDTP.Size = new System.Drawing.Size(104, 20);
  214. this.birthdateDTP.TabIndex = 41;
  215. //
  216. // pseudoTB
  217. //
  218. this.pseudoTB.AllowDrop = true;
  219. this.pseudoTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Pseudo", true));
  220. this.pseudoTB.Location = new System.Drawing.Point(229, 149);
  221. this.pseudoTB.Name = "pseudoTB";
  222. this.pseudoTB.Size = new System.Drawing.Size(112, 20);
  223. this.pseudoTB.TabIndex = 39;
  224. //
  225. // label4
  226. //
  227. this.label4.AutoSize = true;
  228. this.label4.Location = new System.Drawing.Point(229, 133);
  229. this.label4.Name = "label4";
  230. this.label4.Size = new System.Drawing.Size(43, 13);
  231. this.label4.TabIndex = 40;
  232. this.label4.Text = "Pseudo";
  233. //
  234. // nationalityTB
  235. //
  236. this.nationalityTB.AllowDrop = true;
  237. this.nationalityTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Nationality", true));
  238. this.nationalityTB.Location = new System.Drawing.Point(233, 110);
  239. this.nationalityTB.Name = "nationalityTB";
  240. this.nationalityTB.Size = new System.Drawing.Size(63, 20);
  241. this.nationalityTB.TabIndex = 38;
  242. //
  243. // birthPlaceTB
  244. //
  245. this.birthPlaceTB.AllowDrop = true;
  246. this.birthPlaceTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "BirthPlace", true));
  247. this.birthPlaceTB.Location = new System.Drawing.Point(124, 111);
  248. this.birthPlaceTB.Name = "birthPlaceTB";
  249. this.birthPlaceTB.Size = new System.Drawing.Size(100, 20);
  250. this.birthPlaceTB.TabIndex = 37;
  251. //
  252. // firstName3TB
  253. //
  254. this.firstName3TB.AllowDrop = true;
  255. this.firstName3TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "FirstName3", true));
  256. this.firstName3TB.Location = new System.Drawing.Point(250, 68);
  257. this.firstName3TB.Name = "firstName3TB";
  258. this.firstName3TB.Size = new System.Drawing.Size(91, 20);
  259. this.firstName3TB.TabIndex = 36;
  260. //
  261. // firstName2TB
  262. //
  263. this.firstName2TB.AllowDrop = true;
  264. this.firstName2TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "FirstName2", true));
  265. this.firstName2TB.Location = new System.Drawing.Point(133, 68);
  266. this.firstName2TB.Name = "firstName2TB";
  267. this.firstName2TB.Size = new System.Drawing.Size(111, 20);
  268. this.firstName2TB.TabIndex = 35;
  269. //
  270. // nationalNumberTB
  271. //
  272. this.nationalNumberTB.AllowDrop = true;
  273. this.nationalNumberTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "NationalNumber", true));
  274. this.nationalNumberTB.Location = new System.Drawing.Point(11, 149);
  275. this.nationalNumberTB.Name = "nationalNumberTB";
  276. this.nationalNumberTB.Size = new System.Drawing.Size(161, 20);
  277. this.nationalNumberTB.TabIndex = 34;
  278. //
  279. // label9
  280. //
  281. this.label9.AutoSize = true;
  282. this.label9.Location = new System.Drawing.Point(9, 133);
  283. this.label9.Name = "label9";
  284. this.label9.Size = new System.Drawing.Size(93, 13);
  285. this.label9.TabIndex = 33;
  286. this.label9.Text = "Numéro national : ";
  287. //
  288. // label7
  289. //
  290. this.label7.AutoSize = true;
  291. this.label7.Location = new System.Drawing.Point(230, 94);
  292. this.label7.Name = "label7";
  293. this.label7.Size = new System.Drawing.Size(66, 13);
  294. this.label7.TabIndex = 32;
  295. this.label7.Text = "Nationalité : ";
  296. //
  297. // lastNameTB
  298. //
  299. this.lastNameTB.AllowDrop = true;
  300. this.lastNameTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "LastName", true));
  301. this.lastNameTB.Location = new System.Drawing.Point(9, 29);
  302. this.lastNameTB.Name = "lastNameTB";
  303. this.lastNameTB.Size = new System.Drawing.Size(332, 20);
  304. this.lastNameTB.TabIndex = 25;
  305. //
  306. // firstName1TB
  307. //
  308. this.firstName1TB.AllowDrop = true;
  309. this.firstName1TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "FirstName", true));
  310. this.firstName1TB.Location = new System.Drawing.Point(9, 68);
  311. this.firstName1TB.Name = "firstName1TB";
  312. this.firstName1TB.Size = new System.Drawing.Size(118, 20);
  313. this.firstName1TB.TabIndex = 26;
  314. //
  315. // label6
  316. //
  317. this.label6.AutoSize = true;
  318. this.label6.Location = new System.Drawing.Point(183, 133);
  319. this.label6.Name = "label6";
  320. this.label6.Size = new System.Drawing.Size(40, 13);
  321. this.label6.TabIndex = 31;
  322. this.label6.Text = "Sexe : ";
  323. //
  324. // label1
  325. //
  326. this.label1.AutoSize = true;
  327. this.label1.Location = new System.Drawing.Point(9, 13);
  328. this.label1.Name = "label1";
  329. this.label1.Size = new System.Drawing.Size(29, 13);
  330. this.label1.TabIndex = 27;
  331. this.label1.Text = "Nom";
  332. //
  333. // label2
  334. //
  335. this.label2.AutoSize = true;
  336. this.label2.Location = new System.Drawing.Point(9, 52);
  337. this.label2.Name = "label2";
  338. this.label2.Size = new System.Drawing.Size(48, 13);
  339. this.label2.TabIndex = 28;
  340. this.label2.Text = "Prénoms";
  341. //
  342. // label5
  343. //
  344. this.label5.AutoSize = true;
  345. this.label5.Location = new System.Drawing.Point(10, 94);
  346. this.label5.Name = "label5";
  347. this.label5.Size = new System.Drawing.Size(105, 13);
  348. this.label5.TabIndex = 30;
  349. this.label5.Text = "Date de naissance : ";
  350. //
  351. // label3
  352. //
  353. this.label3.AutoSize = true;
  354. this.label3.Location = new System.Drawing.Point(121, 94);
  355. this.label3.Name = "label3";
  356. this.label3.Size = new System.Drawing.Size(102, 13);
  357. this.label3.TabIndex = 29;
  358. this.label3.Text = "Lieu de naissance : ";
  359. //
  360. // photoPB
  361. //
  362. this.photoPB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  363. | System.Windows.Forms.AnchorStyles.Right)));
  364. this.photoPB.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError;
  365. this.photoPB.Location = new System.Drawing.Point(357, 13);
  366. this.photoPB.Name = "photoPB";
  367. this.photoPB.Size = new System.Drawing.Size(129, 157);
  368. this.photoPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  369. this.photoPB.TabIndex = 16;
  370. this.photoPB.TabStop = false;
  371. //
  372. // addressGB
  373. //
  374. this.addressGB.Controls.Add(this.boxNumberTB);
  375. this.addressGB.Controls.Add(this.label20);
  376. this.addressGB.Controls.Add(this.houseNumberTB);
  377. this.addressGB.Controls.Add(this.label19);
  378. this.addressGB.Controls.Add(this.countryTB);
  379. this.addressGB.Controls.Add(this.label11);
  380. this.addressGB.Controls.Add(this.municipalityTB);
  381. this.addressGB.Controls.Add(this.label10);
  382. this.addressGB.Controls.Add(this.streetTB);
  383. this.addressGB.Controls.Add(this.zipCodeTB);
  384. this.addressGB.Controls.Add(this.label14);
  385. this.addressGB.Controls.Add(this.label15);
  386. this.addressGB.Dock = System.Windows.Forms.DockStyle.Fill;
  387. this.addressGB.Location = new System.Drawing.Point(3, 187);
  388. this.addressGB.Name = "addressGB";
  389. this.addressGB.Size = new System.Drawing.Size(501, 95);
  390. this.addressGB.TabIndex = 14;
  391. this.addressGB.TabStop = false;
  392. this.addressGB.Text = "Adresse";
  393. //
  394. // boxNumberTB
  395. //
  396. this.boxNumberTB.AllowDrop = true;
  397. this.boxNumberTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  398. this.boxNumberTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.BoxNumber", true));
  399. this.boxNumberTB.Location = new System.Drawing.Point(429, 30);
  400. this.boxNumberTB.Name = "boxNumberTB";
  401. this.boxNumberTB.Size = new System.Drawing.Size(45, 20);
  402. this.boxNumberTB.TabIndex = 28;
  403. //
  404. // label20
  405. //
  406. this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  407. this.label20.AutoSize = true;
  408. this.label20.Location = new System.Drawing.Point(426, 14);
  409. this.label20.Name = "label20";
  410. this.label20.Size = new System.Drawing.Size(42, 13);
  411. this.label20.TabIndex = 27;
  412. this.label20.Text = "Boîte : ";
  413. //
  414. // houseNumberTB
  415. //
  416. this.houseNumberTB.AllowDrop = true;
  417. this.houseNumberTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  418. this.houseNumberTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.HouseNumber", true));
  419. this.houseNumberTB.Location = new System.Drawing.Point(379, 30);
  420. this.houseNumberTB.Name = "houseNumberTB";
  421. this.houseNumberTB.Size = new System.Drawing.Size(44, 20);
  422. this.houseNumberTB.TabIndex = 26;
  423. //
  424. // label19
  425. //
  426. this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  427. this.label19.AutoSize = true;
  428. this.label19.Location = new System.Drawing.Point(382, 14);
  429. this.label19.Name = "label19";
  430. this.label19.Size = new System.Drawing.Size(28, 13);
  431. this.label19.TabIndex = 25;
  432. this.label19.Text = "N° : ";
  433. //
  434. // countryTB
  435. //
  436. this.countryTB.AllowDrop = true;
  437. this.countryTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  438. this.countryTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.Country", true));
  439. this.countryTB.Location = new System.Drawing.Point(379, 69);
  440. this.countryTB.Name = "countryTB";
  441. this.countryTB.Size = new System.Drawing.Size(95, 20);
  442. this.countryTB.TabIndex = 23;
  443. //
  444. // label11
  445. //
  446. this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  447. this.label11.AutoSize = true;
  448. this.label11.Location = new System.Drawing.Point(382, 53);
  449. this.label11.Name = "label11";
  450. this.label11.Size = new System.Drawing.Size(30, 13);
  451. this.label11.TabIndex = 24;
  452. this.label11.Text = "Pays";
  453. //
  454. // municipalityTB
  455. //
  456. this.municipalityTB.AllowDrop = true;
  457. this.municipalityTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  458. | System.Windows.Forms.AnchorStyles.Right)));
  459. this.municipalityTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.Municipality", true));
  460. this.municipalityTB.Location = new System.Drawing.Point(115, 69);
  461. this.municipalityTB.Name = "municipalityTB";
  462. this.municipalityTB.Size = new System.Drawing.Size(261, 20);
  463. this.municipalityTB.TabIndex = 21;
  464. //
  465. // label10
  466. //
  467. this.label10.AutoSize = true;
  468. this.label10.Location = new System.Drawing.Point(115, 53);
  469. this.label10.Name = "label10";
  470. this.label10.Size = new System.Drawing.Size(54, 13);
  471. this.label10.TabIndex = 22;
  472. this.label10.Text = "Commune";
  473. //
  474. // streetTB
  475. //
  476. this.streetTB.AllowDrop = true;
  477. this.streetTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  478. | System.Windows.Forms.AnchorStyles.Right)));
  479. this.streetTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.Street", true));
  480. this.streetTB.Location = new System.Drawing.Point(6, 30);
  481. this.streetTB.Name = "streetTB";
  482. this.streetTB.Size = new System.Drawing.Size(370, 20);
  483. this.streetTB.TabIndex = 17;
  484. //
  485. // zipCodeTB
  486. //
  487. this.zipCodeTB.AllowDrop = true;
  488. this.zipCodeTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "Address.ZipCode", true));
  489. this.zipCodeTB.Location = new System.Drawing.Point(6, 69);
  490. this.zipCodeTB.Name = "zipCodeTB";
  491. this.zipCodeTB.Size = new System.Drawing.Size(93, 20);
  492. this.zipCodeTB.TabIndex = 18;
  493. //
  494. // label14
  495. //
  496. this.label14.AutoSize = true;
  497. this.label14.Location = new System.Drawing.Point(6, 14);
  498. this.label14.Name = "label14";
  499. this.label14.Size = new System.Drawing.Size(27, 13);
  500. this.label14.TabIndex = 19;
  501. this.label14.Text = "Rue";
  502. //
  503. // label15
  504. //
  505. this.label15.AutoSize = true;
  506. this.label15.Location = new System.Drawing.Point(6, 53);
  507. this.label15.Name = "label15";
  508. this.label15.Size = new System.Drawing.Size(63, 13);
  509. this.label15.TabIndex = 20;
  510. this.label15.Text = "Code postal";
  511. //
  512. // cardGB
  513. //
  514. this.cardGB.Controls.Add(this.chipPictureBox);
  515. this.cardGB.Controls.Add(this.issuingMunicipalityTB);
  516. this.cardGB.Controls.Add(this.label18);
  517. this.cardGB.Controls.Add(this.endValidityDateTB);
  518. this.cardGB.Controls.Add(this.label17);
  519. this.cardGB.Controls.Add(this.beginValidityDateTB);
  520. this.cardGB.Controls.Add(this.label13);
  521. this.cardGB.Controls.Add(this.cardNumberTB);
  522. this.cardGB.Controls.Add(this.label12);
  523. this.cardGB.Controls.Add(this.chipNumberTB);
  524. this.cardGB.Controls.Add(this.label16);
  525. this.cardGB.Dock = System.Windows.Forms.DockStyle.Fill;
  526. this.cardGB.Location = new System.Drawing.Point(510, 3);
  527. this.cardGB.Name = "cardGB";
  528. this.mainTLP.SetRowSpan(this.cardGB, 3);
  529. this.cardGB.Size = new System.Drawing.Size(194, 395);
  530. this.cardGB.TabIndex = 15;
  531. this.cardGB.TabStop = false;
  532. this.cardGB.Text = "Carte";
  533. //
  534. // chipPictureBox
  535. //
  536. this.chipPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  537. | System.Windows.Forms.AnchorStyles.Right)));
  538. this.chipPictureBox.Image = global::be.gaudry.bibliobrol.Properties.Resources.puce_carte;
  539. this.chipPictureBox.Location = new System.Drawing.Point(51, 323);
  540. this.chipPictureBox.Name = "chipPictureBox";
  541. this.chipPictureBox.Size = new System.Drawing.Size(79, 60);
  542. this.chipPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  543. this.chipPictureBox.TabIndex = 14;
  544. this.chipPictureBox.TabStop = false;
  545. //
  546. // issuingMunicipalityTB
  547. //
  548. this.issuingMunicipalityTB.AllowDrop = true;
  549. this.issuingMunicipalityTB.Location = new System.Drawing.Point(6, 237);
  550. this.issuingMunicipalityTB.Name = "issuingMunicipalityTB";
  551. this.issuingMunicipalityTB.Size = new System.Drawing.Size(179, 20);
  552. this.issuingMunicipalityTB.TabIndex = 12;
  553. //
  554. // label18
  555. //
  556. this.label18.AutoSize = true;
  557. this.label18.Location = new System.Drawing.Point(6, 221);
  558. this.label18.Name = "label18";
  559. this.label18.Size = new System.Drawing.Size(105, 13);
  560. this.label18.TabIndex = 13;
  561. this.label18.Text = "Commune d\'émission";
  562. //
  563. // endValidityDateTB
  564. //
  565. this.endValidityDateTB.AllowDrop = true;
  566. this.endValidityDateTB.Location = new System.Drawing.Point(6, 168);
  567. this.endValidityDateTB.Name = "endValidityDateTB";
  568. this.endValidityDateTB.Size = new System.Drawing.Size(179, 20);
  569. this.endValidityDateTB.TabIndex = 10;
  570. //
  571. // label17
  572. //
  573. this.label17.AutoSize = true;
  574. this.label17.Location = new System.Drawing.Point(6, 152);
  575. this.label17.Name = "label17";
  576. this.label17.Size = new System.Drawing.Size(20, 13);
  577. this.label17.TabIndex = 11;
  578. this.label17.Text = "Au";
  579. //
  580. // beginValidityDateTB
  581. //
  582. this.beginValidityDateTB.AllowDrop = true;
  583. this.beginValidityDateTB.Location = new System.Drawing.Point(6, 126);
  584. this.beginValidityDateTB.Name = "beginValidityDateTB";
  585. this.beginValidityDateTB.Size = new System.Drawing.Size(179, 20);
  586. this.beginValidityDateTB.TabIndex = 8;
  587. //
  588. // label13
  589. //
  590. this.label13.AutoSize = true;
  591. this.label13.Location = new System.Drawing.Point(6, 110);
  592. this.label13.Name = "label13";
  593. this.label13.Size = new System.Drawing.Size(51, 13);
  594. this.label13.TabIndex = 9;
  595. this.label13.Text = "Valide du";
  596. //
  597. // cardNumberTB
  598. //
  599. this.cardNumberTB.AllowDrop = true;
  600. this.cardNumberTB.Location = new System.Drawing.Point(6, 68);
  601. this.cardNumberTB.Name = "cardNumberTB";
  602. this.cardNumberTB.Size = new System.Drawing.Size(179, 20);
  603. this.cardNumberTB.TabIndex = 6;
  604. //
  605. // label12
  606. //
  607. this.label12.AutoSize = true;
  608. this.label12.Location = new System.Drawing.Point(6, 52);
  609. this.label12.Name = "label12";
  610. this.label12.Size = new System.Drawing.Size(97, 13);
  611. this.label12.TabIndex = 7;
  612. this.label12.Text = "Numéro de la carte";
  613. //
  614. // chipNumberTB
  615. //
  616. this.chipNumberTB.AllowDrop = true;
  617. this.chipNumberTB.Location = new System.Drawing.Point(6, 29);
  618. this.chipNumberTB.Name = "chipNumberTB";
  619. this.chipNumberTB.Size = new System.Drawing.Size(179, 20);
  620. this.chipNumberTB.TabIndex = 0;
  621. //
  622. // label16
  623. //
  624. this.label16.AutoSize = true;
  625. this.label16.Location = new System.Drawing.Point(6, 13);
  626. this.label16.Name = "label16";
  627. this.label16.Size = new System.Drawing.Size(97, 13);
  628. this.label16.TabIndex = 5;
  629. this.label16.Text = "Numéro de la puce";
  630. //
  631. // buttonsPanel
  632. //
  633. this.mainTLP.SetColumnSpan(this.buttonsPanel, 2);
  634. this.buttonsPanel.Controls.Add(this.unlockLabel);
  635. this.buttonsPanel.Controls.Add(this.unlockPersonBtn);
  636. this.buttonsPanel.Controls.Add(this.readCardBtn);
  637. this.buttonsPanel.Controls.Add(this.saveBtn);
  638. this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  639. this.buttonsPanel.Location = new System.Drawing.Point(3, 404);
  640. this.buttonsPanel.Name = "buttonsPanel";
  641. this.buttonsPanel.Size = new System.Drawing.Size(701, 49);
  642. this.buttonsPanel.TabIndex = 20;
  643. //
  644. // unlockLabel
  645. //
  646. this.unlockLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  647. | System.Windows.Forms.AnchorStyles.Left)
  648. | System.Windows.Forms.AnchorStyles.Right)));
  649. this.unlockLabel.AutoEllipsis = true;
  650. this.unlockLabel.BackColor = System.Drawing.Color.White;
  651. this.unlockLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  652. this.unlockLabel.ForeColor = System.Drawing.Color.Red;
  653. this.unlockLabel.Location = new System.Drawing.Point(3, 4);
  654. this.unlockLabel.Name = "unlockLabel";
  655. this.unlockLabel.Size = new System.Drawing.Size(326, 39);
  656. this.unlockLabel.TabIndex = 31;
  657. this.unlockLabel.Text = "Attention : il faut déverrouiller cette personne pour pouvoir sauver les modifica" +
  658. "tions";
  659. this.unlockLabel.Visible = false;
  660. //
  661. // unlockPersonBtn
  662. //
  663. this.unlockPersonBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  664. this.unlockPersonBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.ProtectFormHS;
  665. this.unlockPersonBtn.Location = new System.Drawing.Point(338, 20);
  666. this.unlockPersonBtn.Name = "unlockPersonBtn";
  667. this.unlockPersonBtn.Size = new System.Drawing.Size(108, 25);
  668. this.unlockPersonBtn.TabIndex = 30;
  669. this.unlockPersonBtn.Text = "&Déverrouiller";
  670. this.unlockPersonBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  671. this.unlockPersonBtn.UseVisualStyleBackColor = true;
  672. this.unlockPersonBtn.Click += new System.EventHandler(this.onUnlockPerson_Click);
  673. //
  674. // readCardBtn
  675. //
  676. this.readCardBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  677. this.readCardBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChipOut16;
  678. this.readCardBtn.Location = new System.Drawing.Point(500, 20);
  679. this.readCardBtn.Name = "readCardBtn";
  680. this.readCardBtn.Size = new System.Drawing.Size(118, 25);
  681. this.readCardBtn.TabIndex = 4;
  682. this.readCardBtn.Text = "&Lire la carte";
  683. this.readCardBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  684. this.readCardBtn.UseVisualStyleBackColor = true;
  685. this.readCardBtn.Click += new System.EventHandler(this.readCardBtn_Click);
  686. //
  687. // saveBtn
  688. //
  689. this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  690. this.saveBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  691. this.saveBtn.Location = new System.Drawing.Point(624, 20);
  692. this.saveBtn.Name = "saveBtn";
  693. this.saveBtn.Size = new System.Drawing.Size(75, 25);
  694. this.saveBtn.TabIndex = 18;
  695. this.saveBtn.Text = "&Sauver";
  696. this.saveBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  697. this.saveBtn.UseVisualStyleBackColor = true;
  698. this.saveBtn.Click += new System.EventHandler(this.onSave_Click);
  699. //
  700. // contactGB
  701. //
  702. this.contactGB.Controls.Add(this.telDGV);
  703. this.contactGB.Controls.Add(this.dataGridView1);
  704. this.contactGB.Controls.Add(this.persMailLbl);
  705. this.contactGB.Controls.Add(this.persPhoneLbl);
  706. this.contactGB.Dock = System.Windows.Forms.DockStyle.Fill;
  707. this.contactGB.Location = new System.Drawing.Point(3, 288);
  708. this.contactGB.Name = "contactGB";
  709. this.contactGB.Size = new System.Drawing.Size(501, 110);
  710. this.contactGB.TabIndex = 22;
  711. this.contactGB.TabStop = false;
  712. this.contactGB.Text = "Contact";
  713. //
  714. // telDGV
  715. //
  716. this.telDGV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  717. | System.Windows.Forms.AnchorStyles.Left)
  718. | System.Windows.Forms.AnchorStyles.Right)));
  719. this.telDGV.AutoGenerateColumns = false;
  720. this.telDGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  721. this.telDGV.BackgroundColor = System.Drawing.SystemColors.Control;
  722. this.telDGV.BorderStyle = System.Windows.Forms.BorderStyle.None;
  723. this.telDGV.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  724. this.telDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  725. this.telDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  726. this.phoneTypeDGVTextBoxColumn,
  727. this.phoneNumberDataGridViewTextBoxColumn,
  728. this.numberAndTypeDataGridViewTextBoxColumn,
  729. this.idDataGridViewTextBoxColumn});
  730. this.telDGV.DataSource = this.phonesBindingSource;
  731. this.telDGV.Location = new System.Drawing.Point(7, 53);
  732. this.telDGV.Name = "telDGV";
  733. this.telDGV.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  734. this.telDGV.Size = new System.Drawing.Size(488, 45);
  735. this.telDGV.TabIndex = 28;
  736. //
  737. // dataGridView1
  738. //
  739. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  740. | System.Windows.Forms.AnchorStyles.Right)));
  741. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  742. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  743. this.dataGridView1.ColumnHeadersVisible = false;
  744. this.dataGridView1.Location = new System.Drawing.Point(119, 15);
  745. this.dataGridView1.Name = "dataGridView1";
  746. this.dataGridView1.RowHeadersVisible = false;
  747. this.dataGridView1.Size = new System.Drawing.Size(376, 21);
  748. this.dataGridView1.TabIndex = 27;
  749. //
  750. // persMailLbl
  751. //
  752. this.persMailLbl.AutoSize = true;
  753. this.persMailLbl.Location = new System.Drawing.Point(9, 16);
  754. this.persMailLbl.Name = "persMailLbl";
  755. this.persMailLbl.Size = new System.Drawing.Size(26, 13);
  756. this.persMailLbl.TabIndex = 26;
  757. this.persMailLbl.Text = "Mail";
  758. //
  759. // persPhoneLbl
  760. //
  761. this.persPhoneLbl.AutoSize = true;
  762. this.persPhoneLbl.Location = new System.Drawing.Point(9, 37);
  763. this.persPhoneLbl.Name = "persPhoneLbl";
  764. this.persPhoneLbl.Size = new System.Drawing.Size(37, 13);
  765. this.persPhoneLbl.TabIndex = 25;
  766. this.persPhoneLbl.Text = "N° Tel";
  767. //
  768. // readCardBGW
  769. //
  770. this.readCardBGW.WorkerReportsProgress = true;
  771. this.readCardBGW.WorkerSupportsCancellation = true;
  772. this.readCardBGW.DoWork += new System.ComponentModel.DoWorkEventHandler(this.readCardBGW_DoWork);
  773. this.readCardBGW.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.readCardBGW_RunWorkerCompleted);
  774. this.readCardBGW.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.readCardBGW_ProgressChanged);
  775. //
  776. // mainCMS
  777. //
  778. this.mainCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  779. this.readCardCTsMi,
  780. this.savePersonCTsMi,
  781. this.toolStripSeparator1,
  782. this.modifyPhotoCTsMi,
  783. this.unlockPersonCTsMi});
  784. this.mainCMS.Name = "personCMS";
  785. this.mainCMS.Size = new System.Drawing.Size(188, 98);
  786. //
  787. // readCardCTsMi
  788. //
  789. this.readCardCTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChipOut16;
  790. this.readCardCTsMi.Name = "readCardCTsMi";
  791. this.readCardCTsMi.Size = new System.Drawing.Size(187, 22);
  792. this.readCardCTsMi.Text = "Lire la carte d\'identité";
  793. this.readCardCTsMi.Click += new System.EventHandler(this.readCardBtn_Click);
  794. //
  795. // savePersonCTsMi
  796. //
  797. this.savePersonCTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  798. this.savePersonCTsMi.Name = "savePersonCTsMi";
  799. this.savePersonCTsMi.Size = new System.Drawing.Size(187, 22);
  800. this.savePersonCTsMi.Text = "Sauver la personne";
  801. this.savePersonCTsMi.Click += new System.EventHandler(this.onSave_Click);
  802. //
  803. // toolStripSeparator1
  804. //
  805. this.toolStripSeparator1.Name = "toolStripSeparator1";
  806. this.toolStripSeparator1.Size = new System.Drawing.Size(184, 6);
  807. //
  808. // modifyPhotoCTsMi
  809. //
  810. this.modifyPhotoCTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.AttachmentHS;
  811. this.modifyPhotoCTsMi.Name = "modifyPhotoCTsMi";
  812. this.modifyPhotoCTsMi.Size = new System.Drawing.Size(187, 22);
  813. this.modifyPhotoCTsMi.Text = "Modifier la photo";
  814. this.modifyPhotoCTsMi.Click += new System.EventHandler(this.onModifyPhoto_Click);
  815. //
  816. // unlockPersonCTsMi
  817. //
  818. this.unlockPersonCTsMi.Name = "unlockPersonCTsMi";
  819. this.unlockPersonCTsMi.Size = new System.Drawing.Size(187, 22);
  820. this.unlockPersonCTsMi.Text = "Déverrouiller";
  821. this.unlockPersonCTsMi.Click += new System.EventHandler(this.onUnlockPerson_Click);
  822. //
  823. // mainMenuStrip
  824. //
  825. this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  826. this.editTSMenuItem,
  827. this.personsTSMenuItem});
  828. this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
  829. this.mainMenuStrip.Name = "mainMenuStrip";
  830. this.mainMenuStrip.Size = new System.Drawing.Size(707, 24);
  831. this.mainMenuStrip.TabIndex = 35;
  832. //
  833. // editTSMenuItem
  834. //
  835. this.editTSMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  836. this.undoTSMenuItem,
  837. this.readEidTsMi,
  838. this.saveTsMi,
  839. this.déverrouillerToolStripMenuItem,
  840. this.modifyPictureTsMi});
  841. this.editTSMenuItem.Name = "editTSMenuItem";
  842. this.editTSMenuItem.Size = new System.Drawing.Size(56, 20);
  843. this.editTSMenuItem.Text = "&Edition";
  844. //
  845. // undoTSMenuItem
  846. //
  847. this.undoTSMenuItem.Enabled = false;
  848. this.undoTSMenuItem.Name = "undoTSMenuItem";
  849. this.undoTSMenuItem.Size = new System.Drawing.Size(203, 22);
  850. this.undoTSMenuItem.Text = "&Annuler";
  851. //
  852. // readEidTsMi
  853. //
  854. this.readEidTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChipOut16;
  855. this.readEidTsMi.Name = "readEidTsMi";
  856. this.readEidTsMi.Size = new System.Drawing.Size(203, 22);
  857. this.readEidTsMi.Text = "Lire la carte électronique";
  858. this.readEidTsMi.Click += new System.EventHandler(this.readCardBtn_Click);
  859. //
  860. // saveTsMi
  861. //
  862. this.saveTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  863. this.saveTsMi.Name = "saveTsMi";
  864. this.saveTsMi.Size = new System.Drawing.Size(203, 22);
  865. this.saveTsMi.Text = "Sauver";
  866. this.saveTsMi.Click += new System.EventHandler(this.onSave_Click);
  867. //
  868. // déverrouillerToolStripMenuItem
  869. //
  870. this.déverrouillerToolStripMenuItem.Image = global::be.gaudry.bibliobrol.Properties.Resources.ProtectFormHS;
  871. this.déverrouillerToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
  872. this.déverrouillerToolStripMenuItem.Name = "déverrouillerToolStripMenuItem";
  873. this.déverrouillerToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
  874. this.déverrouillerToolStripMenuItem.Text = "Déverrouiller";
  875. this.déverrouillerToolStripMenuItem.Click += new System.EventHandler(this.onUnlockPerson_Click);
  876. //
  877. // modifyPictureTsMi
  878. //
  879. this.modifyPictureTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.AttachmentHS;
  880. this.modifyPictureTsMi.Name = "modifyPictureTsMi";
  881. this.modifyPictureTsMi.Size = new System.Drawing.Size(203, 22);
  882. this.modifyPictureTsMi.Text = "Modifier la photo";
  883. this.modifyPictureTsMi.Click += new System.EventHandler(this.onModifyPhoto_Click);
  884. //
  885. // personsTSMenuItem
  886. //
  887. this.personsTSMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
  888. this.personsTSMenuItem.MergeIndex = 1;
  889. this.personsTSMenuItem.Name = "personsTSMenuItem";
  890. this.personsTSMenuItem.Size = new System.Drawing.Size(73, 20);
  891. this.personsTSMenuItem.Text = "&Personnes";
  892. //
  893. // statusStrip
  894. //
  895. this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  896. this.toolStripProgressBar1,
  897. this.toolStripStatusLabel1});
  898. this.statusStrip.Location = new System.Drawing.Point(0, 505);
  899. this.statusStrip.Name = "statusStrip";
  900. this.statusStrip.Size = new System.Drawing.Size(707, 22);
  901. this.statusStrip.TabIndex = 36;
  902. this.statusStrip.Text = "statusStrip1";
  903. //
  904. // toolStripProgressBar1
  905. //
  906. this.toolStripProgressBar1.Name = "toolStripProgressBar1";
  907. this.toolStripProgressBar1.Size = new System.Drawing.Size(300, 16);
  908. this.toolStripProgressBar1.Visible = false;
  909. //
  910. // toolStripStatusLabel1
  911. //
  912. this.toolStripStatusLabel1.MergeAction = System.Windows.Forms.MergeAction.Replace;
  913. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  914. this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
  915. this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  916. this.toolStripStatusLabel1.Visible = false;
  917. //
  918. // mainTS
  919. //
  920. this.mainTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  921. this.readCardTsB,
  922. this.saveUserTsB,
  923. this.changePictureTsB});
  924. this.mainTS.Location = new System.Drawing.Point(0, 24);
  925. this.mainTS.Name = "mainTS";
  926. this.mainTS.Size = new System.Drawing.Size(707, 25);
  927. this.mainTS.TabIndex = 0;
  928. this.mainTS.Text = "toolStrip";
  929. //
  930. // readCardTsB
  931. //
  932. this.readCardTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  933. this.readCardTsB.Image = global::be.gaudry.bibliobrol.Properties.Resources.eidChipOut16;
  934. this.readCardTsB.ImageTransparentColor = System.Drawing.Color.Magenta;
  935. this.readCardTsB.Name = "readCardTsB";
  936. this.readCardTsB.Size = new System.Drawing.Size(23, 22);
  937. this.readCardTsB.Text = "Lire la carte d\'identité";
  938. this.readCardTsB.Click += new System.EventHandler(this.readCardBtn_Click);
  939. //
  940. // saveUserTsB
  941. //
  942. this.saveUserTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  943. this.saveUserTsB.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  944. this.saveUserTsB.ImageTransparentColor = System.Drawing.Color.Magenta;
  945. this.saveUserTsB.Name = "saveUserTsB";
  946. this.saveUserTsB.Size = new System.Drawing.Size(23, 22);
  947. this.saveUserTsB.Text = "Sauver l\'utilisateur";
  948. this.saveUserTsB.Click += new System.EventHandler(this.onSave_Click);
  949. //
  950. // changePictureTsB
  951. //
  952. this.changePictureTsB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  953. this.changePictureTsB.Image = global::be.gaudry.bibliobrol.Properties.Resources.AttachmentHS;
  954. this.changePictureTsB.ImageTransparentColor = System.Drawing.Color.Magenta;
  955. this.changePictureTsB.Name = "changePictureTsB";
  956. this.changePictureTsB.Size = new System.Drawing.Size(23, 22);
  957. this.changePictureTsB.Text = "Modifier la photo";
  958. this.changePictureTsB.Click += new System.EventHandler(this.onModifyPhoto_Click);
  959. //
  960. // addUserTsMi
  961. //
  962. this.addUserTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn;
  963. this.addUserTsMi.MergeAction = System.Windows.Forms.MergeAction.Remove;
  964. this.addUserTsMi.Name = "addUserTsMi";
  965. this.addUserTsMi.Size = new System.Drawing.Size(187, 22);
  966. this.addUserTsMi.Text = "Ajouter un utilisateur";
  967. //
  968. // toolStripSeparator4
  969. //
  970. this.toolStripSeparator4.Name = "toolStripSeparator4";
  971. this.toolStripSeparator4.Size = new System.Drawing.Size(184, 6);
  972. //
  973. // readCardTsMi
  974. //
  975. this.readCardTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolLoadBtn;
  976. this.readCardTsMi.Name = "readCardTsMi";
  977. this.readCardTsMi.Size = new System.Drawing.Size(187, 22);
  978. this.readCardTsMi.Text = "&Lire la carte d\'identité";
  979. this.readCardTsMi.ToolTipText = "Lire la carte d\'identité électronique";
  980. this.readCardTsMi.Click += new System.EventHandler(this.readCardBtn_Click);
  981. //
  982. // savePersonTsMi
  983. //
  984. this.savePersonTsMi.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn;
  985. this.savePersonTsMi.Name = "savePersonTsMi";
  986. this.savePersonTsMi.Size = new System.Drawing.Size(187, 22);
  987. this.savePersonTsMi.Text = "&Sauver la personne";
  988. this.savePersonTsMi.Click += new System.EventHandler(this.onSave_Click);
  989. //
  990. // toolStripSeparator6
  991. //
  992. this.toolStripSeparator6.Name = "toolStripSeparator6";
  993. this.toolStripSeparator6.Size = new System.Drawing.Size(184, 6);
  994. //
  995. // persImgTsMi
  996. //
  997. this.persImgTsMi.Name = "persImgTsMi";
  998. this.persImgTsMi.Size = new System.Drawing.Size(187, 22);
  999. this.persImgTsMi.Text = "Modifier la photo";
  1000. this.persImgTsMi.Click += new System.EventHandler(this.onModifyPhoto_Click);
  1001. //
  1002. // unlockPersonTsMi
  1003. //
  1004. this.unlockPersonTsMi.Name = "unlockPersonTsMi";
  1005. this.unlockPersonTsMi.Size = new System.Drawing.Size(187, 22);
  1006. this.unlockPersonTsMi.Text = "Déverrouiller";
  1007. this.unlockPersonTsMi.Click += new System.EventHandler(this.onUnlockPerson_Click);
  1008. //
  1009. // userBindingSource
  1010. //
  1011. this.userBindingSource.DataSource = typeof(be.gaudry.bibliobrol.model.User);
  1012. //
  1013. // phoneTypeDGVTextBoxColumn
  1014. //
  1015. this.phoneTypeDGVTextBoxColumn.DataPropertyName = "Type";
  1016. this.phoneTypeDGVTextBoxColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1017. this.phoneTypeDGVTextBoxColumn.HeaderText = "Type";
  1018. this.phoneTypeDGVTextBoxColumn.Name = "phoneTypeDGVTextBoxColumn";
  1019. this.phoneTypeDGVTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1020. this.phoneTypeDGVTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1021. this.phoneTypeDGVTextBoxColumn.ToolTipText = "Type de numéro de téléphone (domicile, gsm, etc.)";
  1022. //
  1023. // phoneNumberDataGridViewTextBoxColumn
  1024. //
  1025. this.phoneNumberDataGridViewTextBoxColumn.DataPropertyName = "Number";
  1026. this.phoneNumberDataGridViewTextBoxColumn.HeaderText = "Numéro";
  1027. this.phoneNumberDataGridViewTextBoxColumn.Name = "phoneNumberDataGridViewTextBoxColumn";
  1028. //
  1029. // numberAndTypeDataGridViewTextBoxColumn
  1030. //
  1031. this.numberAndTypeDataGridViewTextBoxColumn.DataPropertyName = "NumberAndType";
  1032. this.numberAndTypeDataGridViewTextBoxColumn.HeaderText = "NumberAndType";
  1033. this.numberAndTypeDataGridViewTextBoxColumn.Name = "numberAndTypeDataGridViewTextBoxColumn";
  1034. this.numberAndTypeDataGridViewTextBoxColumn.ReadOnly = true;
  1035. this.numberAndTypeDataGridViewTextBoxColumn.Visible = false;
  1036. //
  1037. // idDataGridViewTextBoxColumn
  1038. //
  1039. this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
  1040. this.idDataGridViewTextBoxColumn.HeaderText = "Id";
  1041. this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
  1042. this.idDataGridViewTextBoxColumn.Visible = false;
  1043. //
  1044. // UserForm
  1045. //
  1046. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  1047. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1048. this.ClientSize = new System.Drawing.Size(707, 527);
  1049. this.ContextMenuStrip = this.mainCMS;
  1050. this.Controls.Add(this.mainTLP);
  1051. this.Controls.Add(this.mainTS);
  1052. this.Controls.Add(this.mainMenuStrip);
  1053. this.Controls.Add(this.statusStrip);
  1054. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1055. this.Name = "UserForm";
  1056. this.Text = "Fiche d\'identité";
  1057. ((System.ComponentModel.ISupportInitialize)(this.phonesBindingSource)).EndInit();
  1058. this.mainTLP.ResumeLayout(false);
  1059. this.identityGB.ResumeLayout(false);
  1060. this.identityGB.PerformLayout();
  1061. ((System.ComponentModel.ISupportInitialize)(this.photoPB)).EndInit();
  1062. this.addressGB.ResumeLayout(false);
  1063. this.addressGB.PerformLayout();
  1064. this.cardGB.ResumeLayout(false);
  1065. this.cardGB.PerformLayout();
  1066. ((System.ComponentModel.ISupportInitialize)(this.chipPictureBox)).EndInit();
  1067. this.buttonsPanel.ResumeLayout(false);
  1068. this.contactGB.ResumeLayout(false);
  1069. this.contactGB.PerformLayout();
  1070. ((System.ComponentModel.ISupportInitialize)(this.telDGV)).EndInit();
  1071. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  1072. this.mainCMS.ResumeLayout(false);
  1073. this.mainMenuStrip.ResumeLayout(false);
  1074. this.mainMenuStrip.PerformLayout();
  1075. this.statusStrip.ResumeLayout(false);
  1076. this.statusStrip.PerformLayout();
  1077. this.mainTS.ResumeLayout(false);
  1078. this.mainTS.PerformLayout();
  1079. ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).EndInit();
  1080. this.ResumeLayout(false);
  1081. this.PerformLayout();
  1082.  
  1083. }
  1084.  
  1085. #endregion
  1086.  
  1087. private System.Windows.Forms.TableLayoutPanel mainTLP;
  1088. private System.Windows.Forms.GroupBox identityGB;
  1089. private System.Windows.Forms.PictureBox photoPB;
  1090. private System.Windows.Forms.GroupBox addressGB;
  1091. private System.Windows.Forms.GroupBox cardGB;
  1092. private be.gaudry.view.controls.TextBoxDragDrop issuingMunicipalityTB;
  1093. private System.Windows.Forms.Label label18;
  1094. private be.gaudry.view.controls.TextBoxDragDrop endValidityDateTB;
  1095. private System.Windows.Forms.Label label17;
  1096. private be.gaudry.view.controls.TextBoxDragDrop beginValidityDateTB;
  1097. private System.Windows.Forms.Label label13;
  1098. private be.gaudry.view.controls.TextBoxDragDrop cardNumberTB;
  1099. private System.Windows.Forms.Label label12;
  1100. private be.gaudry.view.controls.TextBoxDragDrop chipNumberTB;
  1101. private System.Windows.Forms.Label label16;
  1102. private System.Windows.Forms.Panel buttonsPanel;
  1103. private System.Windows.Forms.Label unlockLabel;
  1104. private System.Windows.Forms.Button unlockPersonBtn;
  1105. private System.Windows.Forms.Button readCardBtn;
  1106. private System.Windows.Forms.Button saveBtn;
  1107. private System.ComponentModel.BackgroundWorker readCardBGW;
  1108. private System.Windows.Forms.ContextMenuStrip mainCMS;
  1109. private System.Windows.Forms.ToolStripMenuItem readCardCTsMi;
  1110. private System.Windows.Forms.ToolStripMenuItem savePersonCTsMi;
  1111. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1112. private System.Windows.Forms.ToolStripMenuItem modifyPhotoCTsMi;
  1113. private System.Windows.Forms.ToolStripMenuItem unlockPersonCTsMi;
  1114. private System.Windows.Forms.MenuStrip mainMenuStrip;
  1115. private System.Windows.Forms.ToolStripMenuItem editTSMenuItem;
  1116. private System.Windows.Forms.ToolStripMenuItem undoTSMenuItem;
  1117. private System.Windows.Forms.BindingSource userBindingSource;
  1118. private System.Windows.Forms.BindingSource phonesBindingSource;
  1119. private System.Windows.Forms.ComboBox persSexCB;
  1120. private System.Windows.Forms.DateTimePicker birthdateDTP;
  1121. private be.gaudry.view.controls.TextBoxDragDrop pseudoTB;
  1122. private System.Windows.Forms.Label label4;
  1123. private be.gaudry.view.controls.TextBoxDragDrop nationalityTB;
  1124. private be.gaudry.view.controls.TextBoxDragDrop birthPlaceTB;
  1125. private be.gaudry.view.controls.TextBoxDragDrop firstName3TB;
  1126. private be.gaudry.view.controls.TextBoxDragDrop firstName2TB;
  1127. private be.gaudry.view.controls.TextBoxDragDrop nationalNumberTB;
  1128. private System.Windows.Forms.Label label9;
  1129. private System.Windows.Forms.Label label7;
  1130. private be.gaudry.view.controls.TextBoxDragDrop lastNameTB;
  1131. private be.gaudry.view.controls.TextBoxDragDrop firstName1TB;
  1132. private System.Windows.Forms.Label label6;
  1133. private System.Windows.Forms.Label label1;
  1134. private System.Windows.Forms.Label label2;
  1135. private System.Windows.Forms.Label label5;
  1136. private System.Windows.Forms.Label label3;
  1137. private System.Windows.Forms.GroupBox contactGB;
  1138. private System.Windows.Forms.DataGridView telDGV;
  1139. private System.Windows.Forms.DataGridViewComboBoxColumn phoneTypeDGVTextBoxColumn;
  1140. private System.Windows.Forms.DataGridViewTextBoxColumn phoneNumberDataGridViewTextBoxColumn;
  1141. private System.Windows.Forms.DataGridViewTextBoxColumn numberAndTypeDataGridViewTextBoxColumn;
  1142. private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
  1143. private System.Windows.Forms.DataGridView dataGridView1;
  1144. private System.Windows.Forms.Label persMailLbl;
  1145. private System.Windows.Forms.Label persPhoneLbl;
  1146. private be.gaudry.view.controls.TextBoxDragDrop boxNumberTB;
  1147. private System.Windows.Forms.Label label20;
  1148. private be.gaudry.view.controls.TextBoxDragDrop houseNumberTB;
  1149. private System.Windows.Forms.Label label19;
  1150. private be.gaudry.view.controls.TextBoxDragDrop countryTB;
  1151. private System.Windows.Forms.Label label11;
  1152. private be.gaudry.view.controls.TextBoxDragDrop municipalityTB;
  1153. private System.Windows.Forms.Label label10;
  1154. private be.gaudry.view.controls.TextBoxDragDrop streetTB;
  1155. private be.gaudry.view.controls.TextBoxDragDrop zipCodeTB;
  1156. private System.Windows.Forms.Label label14;
  1157. private System.Windows.Forms.Label label15;
  1158. private System.Windows.Forms.StatusStrip statusStrip;
  1159. private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
  1160. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  1161. private System.Windows.Forms.PictureBox chipPictureBox;
  1162. private System.Windows.Forms.ToolStrip mainTS;
  1163. private System.Windows.Forms.ToolStripMenuItem personsTSMenuItem;
  1164. private System.Windows.Forms.ToolStripButton readCardTsB;
  1165. private System.Windows.Forms.ToolStripMenuItem addUserTsMi;
  1166. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  1167. private System.Windows.Forms.ToolStripMenuItem readCardTsMi;
  1168. private System.Windows.Forms.ToolStripMenuItem savePersonTsMi;
  1169. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  1170. private System.Windows.Forms.ToolStripMenuItem persImgTsMi;
  1171. private System.Windows.Forms.ToolStripMenuItem unlockPersonTsMi;
  1172. private System.Windows.Forms.ToolStripButton saveUserTsB;
  1173. private System.Windows.Forms.ToolStripButton changePictureTsB;
  1174. private System.Windows.Forms.ToolStripMenuItem readEidTsMi;
  1175. private System.Windows.Forms.ToolStripMenuItem saveTsMi;
  1176. private System.Windows.Forms.ToolStripMenuItem déverrouillerToolStripMenuItem;
  1177. private System.Windows.Forms.ToolStripMenuItem modifyPictureTsMi;
  1178.  
  1179. }
  1180. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/dialogs/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1718697965 18/06/2024 10:06:05
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/dialogs/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxAboutBibliobrolDialog.resx5.68 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectSerieItemDialog.Designer.cs6.84 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csEditBrolForm.Designer.cs9.93 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditBorrowForm.Designer.cs13.58 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxEditRoleForm.resx5.68 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csBrolPropertiesForm.Designer.cs3.5 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csVersionForm.cs729 octets31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csAboutBibliobrolDialog.Designer.cs2.29 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseDialog.cs581 octets31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxImportedImagesForm.resx188.76 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditSeriesForm.Designer.cs8.55 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditBrolForm.cs3.37 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csCommentForm.cs1.47 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csEditRoleForm.Designer.cs7.86 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csMediabrolPropertiesForm.Designer.cs3.57 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxVersionForm.resx43.11 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csPersonInfoForm.cs1.13 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csImportedImagesForm.Designer.cs5.86 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csSelectCategoryDialog.Designer.cs5.71 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxBrolPropertiesForm.resx5.87 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csSelectConsoleVerboseDialog.Designer.cs3.77 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxMediaBrolsByBrolForm.resx6.39 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxMediabrolPropertiesForm.resx5.87 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxSelectCategoryDialog.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csOptionsForm.cs7.57 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxSelectSerieItemDialog.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxCommentForm.resx187.31 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxPersonInfoForm.resx40.67 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csImportedImagesForm.cs914 octets31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csEditBorrowForm.cs4.83 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csPersonInfoForm.Designer.cs3.03 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csAboutBibliobrolDialog.cs416 octets31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csMediaBrolsByBrolForm.cs1.47 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csEditSeriesForm.cs2.2 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csSelectRoleForm.Designer.cs6.57 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxSelectConsoleVerboseDialog.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csSelectRoleForm.cs996 octets31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csInfobrolForm.cs404 octets31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csMediaBrolsByBrolForm.Designer.cs6.86 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxDiaSetActorRole.resx5.68 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csSelectCategoryDialog.cs2.68 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csDiaSetActorRole.cs6.51 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxSelectRoleForm.resx5.68 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csVersionForm.Designer.cs7.25 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csSelectSerieItemDialog.cs1.92 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxOptionsForm.resx38.91 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csEditRoleForm.cs1.35 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .cs|.csCommentForm.Designer.cs3.09 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csUserForm.Designer.cs65.04 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxEditBorrowForm.resx187.31 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csDiaSetActorRole.Designer.cs7.98 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .resx|.resxEditBrolForm.resx11.3 Ko31/10/2018 18:33:00-refusé-
Afficher le fichier .resx|.resxUserForm.resx42.02 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .cs|.csBrolPropertiesForm.cs652 octets31/10/2018 18:32:58-refusé-
Afficher le fichier .resx|.resxInfobrolForm.resx40.95 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csUserForm.cs9.99 Ko31/10/2018 18:33:02-refusé-
Afficher le fichier .resx|.resxDiaSelectActor.resx5.68 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csDiaSelectActor.cs1.87 Ko31/10/2018 18:32:58-refusé-
Afficher le fichier .cs|.csDiaSelectActor.Designer.cs4.15 Ko31/10/2018 18:32:59-refusé-
Afficher le fichier .cs|.csOptionsForm.Designer.cs18.22 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csMediabrolPropertiesForm.cs690 octets31/10/2018 18:33:01-refusé-
Afficher le fichier .cs|.csInfobrolForm.Designer.cs2.46 Ko31/10/2018 18:33:01-refusé-
Afficher le fichier .resx|.resxEditSeriesForm.resx38.91 Ko31/10/2018 18:33:00-refusé-

Utilisation de l'explorateur de code

  • Navigation :
    • Un clic sur une icône de répertoire ouvre ce répertoire pour en afficher les fichiers.
    • Lorsque le répertoire en cours ne contient pas de sous-répertoires il est possible de remonter vers le répertoire parent.
    • La structure de répertoires en treetable (tableau en forme d'arborescence) n'est plus possibledans cette version.
    • Un clic sur une icône de fichier ouvre ce fichier pour en afficher le code avec la coloration syntaxique adaptée en fonction du langage principal utilisé dans le fichier.
  • Affichage :
    • Il est possible de trier les répertoires ou les fichiers selon certains critères (nom, taille, date).
  • Actions :
    • Les actions possible sur les fichiers dépendent de vos droits d'utilisateur sur le site. Veuillez activer le mode utilisateur pour activer les actions.

Document créé le 16/10/2009, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/cs-bibliobrol-source-rf-view/dialogs/UserForm.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.