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.

ExportControl.Designer.cs

Description du code

ExportControl.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.utils
  2. {
  3. partial class ExportControl
  4. {
  5. /// <summary>
  6. /// Variable nécessaire au concepteur.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Nettoyage des ressources utilisées.
  12. /// </summary>
  13. /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22.  
  23. #region Code généré par le Concepteur de composants
  24.  
  25. /// <summary>
  26. /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  27. /// le contenu de cette méthode avec l'éditeur de code.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.components = new System.ComponentModel.Container();
  32. this.exportTLP = new System.Windows.Forms.TableLayoutPanel();
  33. this.anonymousInfoBtn = new System.Windows.Forms.Button();
  34. this.expAllBrolInfoBtn = new System.Windows.Forms.Button();
  35. this.panel12 = new System.Windows.Forms.Panel();
  36. this.anonymousChkB = new System.Windows.Forms.CheckBox();
  37. this.panel11 = new System.Windows.Forms.Panel();
  38. this.expAnonymousLbl = new System.Windows.Forms.Label();
  39. this.panel10 = new System.Windows.Forms.Panel();
  40. this.expAllBrolChkB = new System.Windows.Forms.CheckBox();
  41. this.panel9 = new System.Windows.Forms.Panel();
  42. this.expAllBrolLbl = new System.Windows.Forms.Label();
  43. this.panel8 = new System.Windows.Forms.Panel();
  44. this.expMediabrolChkB = new System.Windows.Forms.CheckBox();
  45. this.panel7 = new System.Windows.Forms.Panel();
  46. this.expMediabrolLbl = new System.Windows.Forms.Label();
  47. this.panel6 = new System.Windows.Forms.Panel();
  48. this.exportExtCB = new System.Windows.Forms.ComboBox();
  49. this.panel5 = new System.Windows.Forms.Panel();
  50. this.exportExtLbl = new System.Windows.Forms.Label();
  51. this.panel4 = new System.Windows.Forms.Panel();
  52. this.fileNameTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  53. this.panel3 = new System.Windows.Forms.Panel();
  54. this.fileNameLbl = new System.Windows.Forms.Label();
  55. this.panel2 = new System.Windows.Forms.Panel();
  56. this.dirPathTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  57. this.exportBtnPanel = new System.Windows.Forms.Panel();
  58. this.testImgsBtn = new System.Windows.Forms.Button();
  59. this.progressGB = new System.Windows.Forms.GroupBox();
  60. this.showHideDetailsBtn = new System.Windows.Forms.Button();
  61. this.progressDetailsPanel = new System.Windows.Forms.Panel();
  62. this.pgbCurrent = new System.Windows.Forms.ProgressBar();
  63. this.lblCurrent = new System.Windows.Forms.Label();
  64. this.threadPriorityCB = new System.Windows.Forms.ComboBox();
  65. this.lblCurrentFile = new System.Windows.Forms.Label();
  66. this.lblPriority = new System.Windows.Forms.Label();
  67. this.pgbTotal = new System.Windows.Forms.ProgressBar();
  68. this.exportBtn = new System.Windows.Forms.Button();
  69. this.testPerformsCB = new System.Windows.Forms.ComboBox();
  70. this.cancelExportBtn = new System.Windows.Forms.Button();
  71. this.importBtn = new System.Windows.Forms.Button();
  72. this.fetchDataBtn = new System.Windows.Forms.Button();
  73. this.exportViewRTB = new System.Windows.Forms.RichTextBox();
  74. this.fileTitlePanel = new System.Windows.Forms.Panel();
  75. this.fileLbl = new System.Windows.Forms.Label();
  76. this.dataTitlePanel = new System.Windows.Forms.Panel();
  77. this.dataLbl = new System.Windows.Forms.Label();
  78. this.panel1 = new System.Windows.Forms.Panel();
  79. this.dirPathLbl = new System.Windows.Forms.Label();
  80. this.expMediabrolInfoBtn = new System.Windows.Forms.Button();
  81. this.browseDirBtn = new System.Windows.Forms.Button();
  82. this.exportTLP.SuspendLayout();
  83. this.panel12.SuspendLayout();
  84. this.panel11.SuspendLayout();
  85. this.panel10.SuspendLayout();
  86. this.panel9.SuspendLayout();
  87. this.panel8.SuspendLayout();
  88. this.panel7.SuspendLayout();
  89. this.panel6.SuspendLayout();
  90. this.panel5.SuspendLayout();
  91. this.panel4.SuspendLayout();
  92. this.panel3.SuspendLayout();
  93. this.panel2.SuspendLayout();
  94. this.exportBtnPanel.SuspendLayout();
  95. this.progressGB.SuspendLayout();
  96. this.progressDetailsPanel.SuspendLayout();
  97. this.fileTitlePanel.SuspendLayout();
  98. this.dataTitlePanel.SuspendLayout();
  99. this.panel1.SuspendLayout();
  100. this.SuspendLayout();
  101. //
  102. // exportTLP
  103. //
  104. this.exportTLP.AutoScroll = true;
  105. this.exportTLP.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  106. this.exportTLP.ColumnCount = 3;
  107. this.exportTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  108. this.exportTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  109. this.exportTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  110. this.exportTLP.Controls.Add(this.anonymousInfoBtn, 2, 7);
  111. this.exportTLP.Controls.Add(this.expAllBrolInfoBtn, 2, 6);
  112. this.exportTLP.Controls.Add(this.panel12, 1, 7);
  113. this.exportTLP.Controls.Add(this.panel11, 0, 7);
  114. this.exportTLP.Controls.Add(this.panel10, 1, 6);
  115. this.exportTLP.Controls.Add(this.panel9, 0, 6);
  116. this.exportTLP.Controls.Add(this.panel8, 1, 5);
  117. this.exportTLP.Controls.Add(this.panel7, 0, 5);
  118. this.exportTLP.Controls.Add(this.panel6, 1, 3);
  119. this.exportTLP.Controls.Add(this.panel5, 0, 3);
  120. this.exportTLP.Controls.Add(this.panel4, 1, 2);
  121. this.exportTLP.Controls.Add(this.panel3, 0, 2);
  122. this.exportTLP.Controls.Add(this.panel2, 1, 1);
  123. this.exportTLP.Controls.Add(this.exportBtnPanel, 0, 8);
  124. this.exportTLP.Controls.Add(this.fileTitlePanel, 0, 0);
  125. this.exportTLP.Controls.Add(this.dataTitlePanel, 0, 4);
  126. this.exportTLP.Controls.Add(this.panel1, 0, 1);
  127. this.exportTLP.Controls.Add(this.expMediabrolInfoBtn, 2, 5);
  128. this.exportTLP.Controls.Add(this.browseDirBtn, 2, 1);
  129. this.exportTLP.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.exportTLP.Location = new System.Drawing.Point(0, 0);
  131. this.exportTLP.Margin = new System.Windows.Forms.Padding(0);
  132. this.exportTLP.Name = "exportTLP";
  133. this.exportTLP.RowCount = 9;
  134. this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  135. this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  136. this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  137. this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  138. this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  139. this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  140. this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  141. this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  142. this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  143. this.exportTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  144. this.exportTLP.Size = new System.Drawing.Size(520, 400);
  145. this.exportTLP.TabIndex = 0;
  146. //
  147. // anonymousInfoBtn
  148. //
  149. this.anonymousInfoBtn.BackgroundImage = global::be.gaudry.bibliobrol.Properties.Resources.brolLevel1;
  150. this.anonymousInfoBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  151. this.anonymousInfoBtn.Dock = System.Windows.Forms.DockStyle.Fill;
  152. this.anonymousInfoBtn.Location = new System.Drawing.Point(489, 148);
  153. this.anonymousInfoBtn.Margin = new System.Windows.Forms.Padding(0);
  154. this.anonymousInfoBtn.Name = "anonymousInfoBtn";
  155. this.anonymousInfoBtn.Size = new System.Drawing.Size(30, 20);
  156. this.anonymousInfoBtn.TabIndex = 18;
  157. this.anonymousInfoBtn.UseVisualStyleBackColor = true;
  158. this.anonymousInfoBtn.Click += new System.EventHandler(this.anonymousInfoBtn_Click);
  159. //
  160. // expAllBrolInfoBtn
  161. //
  162. this.expAllBrolInfoBtn.BackgroundImage = global::be.gaudry.bibliobrol.Properties.Resources.brolLevel1;
  163. this.expAllBrolInfoBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  164. this.expAllBrolInfoBtn.Dock = System.Windows.Forms.DockStyle.Fill;
  165. this.expAllBrolInfoBtn.Location = new System.Drawing.Point(489, 127);
  166. this.expAllBrolInfoBtn.Margin = new System.Windows.Forms.Padding(0);
  167. this.expAllBrolInfoBtn.Name = "expAllBrolInfoBtn";
  168. this.expAllBrolInfoBtn.Size = new System.Drawing.Size(30, 20);
  169. this.expAllBrolInfoBtn.TabIndex = 17;
  170. this.expAllBrolInfoBtn.UseVisualStyleBackColor = true;
  171. this.expAllBrolInfoBtn.Click += new System.EventHandler(this.expAllBrolInfoBtn_Click);
  172. //
  173. // panel12
  174. //
  175. this.panel12.BackColor = System.Drawing.SystemColors.ControlLightLight;
  176. this.panel12.Controls.Add(this.anonymousChkB);
  177. this.panel12.Dock = System.Windows.Forms.DockStyle.Fill;
  178. this.panel12.Location = new System.Drawing.Point(102, 148);
  179. this.panel12.Margin = new System.Windows.Forms.Padding(0);
  180. this.panel12.Name = "panel12";
  181. this.panel12.Size = new System.Drawing.Size(386, 20);
  182. this.panel12.TabIndex = 15;
  183. //
  184. // anonymousChkB
  185. //
  186. this.anonymousChkB.AutoSize = true;
  187. this.anonymousChkB.Enabled = false;
  188. this.anonymousChkB.Location = new System.Drawing.Point(4, 3);
  189. this.anonymousChkB.Name = "anonymousChkB";
  190. this.anonymousChkB.Size = new System.Drawing.Size(15, 14);
  191. this.anonymousChkB.TabIndex = 2;
  192. this.anonymousChkB.UseVisualStyleBackColor = true;
  193. //
  194. // panel11
  195. //
  196. this.panel11.BackColor = System.Drawing.SystemColors.ControlLightLight;
  197. this.panel11.Controls.Add(this.expAnonymousLbl);
  198. this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.panel11.Location = new System.Drawing.Point(1, 148);
  200. this.panel11.Margin = new System.Windows.Forms.Padding(0);
  201. this.panel11.Name = "panel11";
  202. this.panel11.Size = new System.Drawing.Size(100, 20);
  203. this.panel11.TabIndex = 14;
  204. //
  205. // expAnonymousLbl
  206. //
  207. this.expAnonymousLbl.AutoSize = true;
  208. this.expAnonymousLbl.Location = new System.Drawing.Point(3, 4);
  209. this.expAnonymousLbl.Name = "expAnonymousLbl";
  210. this.expAnonymousLbl.Size = new System.Drawing.Size(51, 13);
  211. this.expAnonymousLbl.TabIndex = 8;
  212. this.expAnonymousLbl.Text = "Anonyme";
  213. //
  214. // panel10
  215. //
  216. this.panel10.BackColor = System.Drawing.SystemColors.ControlLightLight;
  217. this.panel10.Controls.Add(this.expAllBrolChkB);
  218. this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
  219. this.panel10.Location = new System.Drawing.Point(102, 127);
  220. this.panel10.Margin = new System.Windows.Forms.Padding(0);
  221. this.panel10.Name = "panel10";
  222. this.panel10.Size = new System.Drawing.Size(386, 20);
  223. this.panel10.TabIndex = 13;
  224. //
  225. // expAllBrolChkB
  226. //
  227. this.expAllBrolChkB.AutoSize = true;
  228. this.expAllBrolChkB.Enabled = false;
  229. this.expAllBrolChkB.Location = new System.Drawing.Point(4, 3);
  230. this.expAllBrolChkB.Name = "expAllBrolChkB";
  231. this.expAllBrolChkB.Size = new System.Drawing.Size(15, 14);
  232. this.expAllBrolChkB.TabIndex = 1;
  233. this.expAllBrolChkB.UseVisualStyleBackColor = true;
  234. //
  235. // panel9
  236. //
  237. this.panel9.BackColor = System.Drawing.SystemColors.ControlLightLight;
  238. this.panel9.Controls.Add(this.expAllBrolLbl);
  239. this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.panel9.Location = new System.Drawing.Point(1, 127);
  241. this.panel9.Margin = new System.Windows.Forms.Padding(0);
  242. this.panel9.Name = "panel9";
  243. this.panel9.Size = new System.Drawing.Size(100, 20);
  244. this.panel9.TabIndex = 12;
  245. //
  246. // expAllBrolLbl
  247. //
  248. this.expAllBrolLbl.AutoSize = true;
  249. this.expAllBrolLbl.Location = new System.Drawing.Point(3, 4);
  250. this.expAllBrolLbl.Name = "expAllBrolLbl";
  251. this.expAllBrolLbl.Size = new System.Drawing.Size(94, 13);
  252. this.expAllBrolLbl.TabIndex = 7;
  253. this.expAllBrolLbl.Text = "Tous les ouvrages";
  254. //
  255. // panel8
  256. //
  257. this.panel8.BackColor = System.Drawing.SystemColors.ControlLightLight;
  258. this.panel8.Controls.Add(this.expMediabrolChkB);
  259. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  260. this.panel8.Location = new System.Drawing.Point(102, 106);
  261. this.panel8.Margin = new System.Windows.Forms.Padding(0);
  262. this.panel8.Name = "panel8";
  263. this.panel8.Size = new System.Drawing.Size(386, 20);
  264. this.panel8.TabIndex = 11;
  265. //
  266. // expMediabrolChkB
  267. //
  268. this.expMediabrolChkB.AutoSize = true;
  269. this.expMediabrolChkB.Enabled = false;
  270. this.expMediabrolChkB.Location = new System.Drawing.Point(4, 3);
  271. this.expMediabrolChkB.Name = "expMediabrolChkB";
  272. this.expMediabrolChkB.Size = new System.Drawing.Size(15, 14);
  273. this.expMediabrolChkB.TabIndex = 0;
  274. this.expMediabrolChkB.UseVisualStyleBackColor = true;
  275. this.expMediabrolChkB.CheckedChanged += new System.EventHandler(this.expMediabrolChkB_CheckedChanged);
  276. //
  277. // panel7
  278. //
  279. this.panel7.BackColor = System.Drawing.SystemColors.ControlLightLight;
  280. this.panel7.Controls.Add(this.expMediabrolLbl);
  281. this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
  282. this.panel7.Location = new System.Drawing.Point(1, 106);
  283. this.panel7.Margin = new System.Windows.Forms.Padding(0);
  284. this.panel7.Name = "panel7";
  285. this.panel7.Size = new System.Drawing.Size(100, 20);
  286. this.panel7.TabIndex = 10;
  287. //
  288. // expMediabrolLbl
  289. //
  290. this.expMediabrolLbl.AutoSize = true;
  291. this.expMediabrolLbl.Location = new System.Drawing.Point(3, 4);
  292. this.expMediabrolLbl.Name = "expMediabrolLbl";
  293. this.expMediabrolLbl.Size = new System.Drawing.Size(63, 13);
  294. this.expMediabrolLbl.TabIndex = 6;
  295. this.expMediabrolLbl.Text = "Exemplaires";
  296. //
  297. // panel6
  298. //
  299. this.panel6.BackColor = System.Drawing.SystemColors.ControlLightLight;
  300. this.exportTLP.SetColumnSpan(this.panel6, 2);
  301. this.panel6.Controls.Add(this.exportExtCB);
  302. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  303. this.panel6.Location = new System.Drawing.Point(102, 64);
  304. this.panel6.Margin = new System.Windows.Forms.Padding(0);
  305. this.panel6.Name = "panel6";
  306. this.panel6.Size = new System.Drawing.Size(417, 20);
  307. this.panel6.TabIndex = 9;
  308. //
  309. // exportExtCB
  310. //
  311. this.exportExtCB.Dock = System.Windows.Forms.DockStyle.Fill;
  312. this.exportExtCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  313. this.exportExtCB.FormattingEnabled = true;
  314. this.exportExtCB.Items.AddRange(new object[] {
  315. "Binaire",
  316. "XML",
  317. "CSV",
  318. "MS Excel"});
  319. this.exportExtCB.Location = new System.Drawing.Point(0, 0);
  320. this.exportExtCB.Name = "exportExtCB";
  321. this.exportExtCB.Size = new System.Drawing.Size(417, 21);
  322. this.exportExtCB.TabIndex = 0;
  323. //
  324. // panel5
  325. //
  326. this.panel5.BackColor = System.Drawing.SystemColors.ControlLightLight;
  327. this.panel5.Controls.Add(this.exportExtLbl);
  328. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  329. this.panel5.Location = new System.Drawing.Point(1, 64);
  330. this.panel5.Margin = new System.Windows.Forms.Padding(0);
  331. this.panel5.Name = "panel5";
  332. this.panel5.Size = new System.Drawing.Size(100, 20);
  333. this.panel5.TabIndex = 8;
  334. //
  335. // exportExtLbl
  336. //
  337. this.exportExtLbl.AutoSize = true;
  338. this.exportExtLbl.Location = new System.Drawing.Point(3, 4);
  339. this.exportExtLbl.Name = "exportExtLbl";
  340. this.exportExtLbl.Size = new System.Drawing.Size(39, 13);
  341. this.exportExtLbl.TabIndex = 5;
  342. this.exportExtLbl.Text = "Format";
  343. //
  344. // panel4
  345. //
  346. this.panel4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  347. this.exportTLP.SetColumnSpan(this.panel4, 2);
  348. this.panel4.Controls.Add(this.fileNameTB);
  349. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  350. this.panel4.Location = new System.Drawing.Point(102, 43);
  351. this.panel4.Margin = new System.Windows.Forms.Padding(0);
  352. this.panel4.Name = "panel4";
  353. this.panel4.Size = new System.Drawing.Size(417, 20);
  354. this.panel4.TabIndex = 7;
  355. //
  356. // fileNameTB
  357. //
  358. this.fileNameTB.AllowDrop = true;
  359. this.fileNameTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
  360. this.fileNameTB.Dock = System.Windows.Forms.DockStyle.Fill;
  361. this.fileNameTB.Location = new System.Drawing.Point(0, 0);
  362. this.fileNameTB.Name = "fileNameTB";
  363. this.fileNameTB.Size = new System.Drawing.Size(417, 13);
  364. this.fileNameTB.TabIndex = 1;
  365. //
  366. // panel3
  367. //
  368. this.panel3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  369. this.panel3.Controls.Add(this.fileNameLbl);
  370. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  371. this.panel3.Location = new System.Drawing.Point(1, 43);
  372. this.panel3.Margin = new System.Windows.Forms.Padding(0);
  373. this.panel3.Name = "panel3";
  374. this.panel3.Size = new System.Drawing.Size(100, 20);
  375. this.panel3.TabIndex = 6;
  376. //
  377. // fileNameLbl
  378. //
  379. this.fileNameLbl.AutoSize = true;
  380. this.fileNameLbl.Location = new System.Drawing.Point(3, 4);
  381. this.fileNameLbl.Name = "fileNameLbl";
  382. this.fileNameLbl.Size = new System.Drawing.Size(75, 13);
  383. this.fileNameLbl.TabIndex = 4;
  384. this.fileNameLbl.Text = "Nom du fichier";
  385. //
  386. // panel2
  387. //
  388. this.panel2.BackColor = System.Drawing.SystemColors.ControlLightLight;
  389. this.panel2.Controls.Add(this.dirPathTB);
  390. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  391. this.panel2.Location = new System.Drawing.Point(102, 22);
  392. this.panel2.Margin = new System.Windows.Forms.Padding(0);
  393. this.panel2.Name = "panel2";
  394. this.panel2.Size = new System.Drawing.Size(386, 20);
  395. this.panel2.TabIndex = 5;
  396. //
  397. // dirPathTB
  398. //
  399. this.dirPathTB.AllowDrop = true;
  400. this.dirPathTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
  401. this.dirPathTB.Dock = System.Windows.Forms.DockStyle.Fill;
  402. this.dirPathTB.Location = new System.Drawing.Point(0, 0);
  403. this.dirPathTB.Name = "dirPathTB";
  404. this.dirPathTB.Size = new System.Drawing.Size(386, 13);
  405. this.dirPathTB.TabIndex = 0;
  406. //
  407. // exportBtnPanel
  408. //
  409. this.exportTLP.SetColumnSpan(this.exportBtnPanel, 3);
  410. this.exportBtnPanel.Controls.Add(this.testImgsBtn);
  411. this.exportBtnPanel.Controls.Add(this.progressGB);
  412. this.exportBtnPanel.Controls.Add(this.exportBtn);
  413. this.exportBtnPanel.Controls.Add(this.testPerformsCB);
  414. this.exportBtnPanel.Controls.Add(this.cancelExportBtn);
  415. this.exportBtnPanel.Controls.Add(this.importBtn);
  416. this.exportBtnPanel.Controls.Add(this.fetchDataBtn);
  417. this.exportBtnPanel.Controls.Add(this.exportViewRTB);
  418. this.exportBtnPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  419. this.exportBtnPanel.Location = new System.Drawing.Point(1, 169);
  420. this.exportBtnPanel.Margin = new System.Windows.Forms.Padding(0);
  421. this.exportBtnPanel.Name = "exportBtnPanel";
  422. this.exportBtnPanel.Size = new System.Drawing.Size(518, 230);
  423. this.exportBtnPanel.TabIndex = 0;
  424. //
  425. // testImgsBtn
  426. //
  427. this.testImgsBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  428. this.testImgsBtn.Location = new System.Drawing.Point(169, 192);
  429. this.testImgsBtn.Name = "testImgsBtn";
  430. this.testImgsBtn.Size = new System.Drawing.Size(75, 23);
  431. this.testImgsBtn.TabIndex = 16;
  432. this.testImgsBtn.Text = "Images";
  433. this.testImgsBtn.UseVisualStyleBackColor = true;
  434. this.testImgsBtn.Click += new System.EventHandler(this.testImgsBtn_Click);
  435. //
  436. // progressGB
  437. //
  438. this.progressGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  439. | System.Windows.Forms.AnchorStyles.Right)));
  440. this.progressGB.Controls.Add(this.showHideDetailsBtn);
  441. this.progressGB.Controls.Add(this.progressDetailsPanel);
  442. this.progressGB.Controls.Add(this.pgbTotal);
  443. this.progressGB.Location = new System.Drawing.Point(6, 21);
  444. this.progressGB.MinimumSize = new System.Drawing.Size(511, 150);
  445. this.progressGB.Name = "progressGB";
  446. this.progressGB.Size = new System.Drawing.Size(511, 150);
  447. this.progressGB.TabIndex = 13;
  448. this.progressGB.TabStop = false;
  449. this.progressGB.Text = "Progression";
  450. this.progressGB.Visible = false;
  451. //
  452. // showHideDetailsBtn
  453. //
  454. this.showHideDetailsBtn.Location = new System.Drawing.Point(6, 117);
  455. this.showHideDetailsBtn.Name = "showHideDetailsBtn";
  456. this.showHideDetailsBtn.Size = new System.Drawing.Size(153, 23);
  457. this.showHideDetailsBtn.TabIndex = 15;
  458. this.showHideDetailsBtn.Text = "Masquer les détails";
  459. this.showHideDetailsBtn.UseVisualStyleBackColor = true;
  460. this.showHideDetailsBtn.Click += new System.EventHandler(this.showHideDetailsBtn_Click);
  461. //
  462. // progressDetailsPanel
  463. //
  464. this.progressDetailsPanel.Controls.Add(this.pgbCurrent);
  465. this.progressDetailsPanel.Controls.Add(this.lblCurrent);
  466. this.progressDetailsPanel.Controls.Add(this.threadPriorityCB);
  467. this.progressDetailsPanel.Controls.Add(this.lblCurrentFile);
  468. this.progressDetailsPanel.Controls.Add(this.lblPriority);
  469. this.progressDetailsPanel.Location = new System.Drawing.Point(4, 48);
  470. this.progressDetailsPanel.Name = "progressDetailsPanel";
  471. this.progressDetailsPanel.Size = new System.Drawing.Size(493, 63);
  472. this.progressDetailsPanel.TabIndex = 14;
  473. //
  474. // pgbCurrent
  475. //
  476. this.pgbCurrent.Location = new System.Drawing.Point(58, 3);
  477. this.pgbCurrent.Name = "pgbCurrent";
  478. this.pgbCurrent.Size = new System.Drawing.Size(66, 23);
  479. this.pgbCurrent.TabIndex = 9;
  480. //
  481. // lblCurrent
  482. //
  483. this.lblCurrent.AutoSize = true;
  484. this.lblCurrent.Location = new System.Drawing.Point(3, 10);
  485. this.lblCurrent.Name = "lblCurrent";
  486. this.lblCurrent.Size = new System.Drawing.Size(49, 13);
  487. this.lblCurrent.TabIndex = 10;
  488. this.lblCurrent.Text = "En cours";
  489. //
  490. // threadPriorityCB
  491. //
  492. this.threadPriorityCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  493. this.threadPriorityCB.FormattingEnabled = true;
  494. this.threadPriorityCB.Items.AddRange(new object[] {
  495. "La plus haute",
  496. "Haute",
  497. "Normale",
  498. "Basse",
  499. "La plus basse"});
  500. this.threadPriorityCB.Location = new System.Drawing.Point(361, 10);
  501. this.threadPriorityCB.Name = "threadPriorityCB";
  502. this.threadPriorityCB.Size = new System.Drawing.Size(121, 21);
  503. this.threadPriorityCB.TabIndex = 12;
  504. //
  505. // lblCurrentFile
  506. //
  507. this.lblCurrentFile.AutoSize = true;
  508. this.lblCurrentFile.Location = new System.Drawing.Point(3, 32);
  509. this.lblCurrentFile.Name = "lblCurrentFile";
  510. this.lblCurrentFile.Size = new System.Drawing.Size(30, 13);
  511. this.lblCurrentFile.TabIndex = 8;
  512. this.lblCurrentFile.Text = "Infos";
  513. //
  514. // lblPriority
  515. //
  516. this.lblPriority.AutoSize = true;
  517. this.lblPriority.Location = new System.Drawing.Point(245, 13);
  518. this.lblPriority.Name = "lblPriority";
  519. this.lblPriority.Size = new System.Drawing.Size(91, 13);
  520. this.lblPriority.TabIndex = 11;
  521. this.lblPriority.Text = "Priorité du Thread";
  522. //
  523. // pgbTotal
  524. //
  525. this.pgbTotal.Location = new System.Drawing.Point(6, 19);
  526. this.pgbTotal.Name = "pgbTotal";
  527. this.pgbTotal.Size = new System.Drawing.Size(480, 23);
  528. this.pgbTotal.TabIndex = 7;
  529. //
  530. // exportBtn
  531. //
  532. this.exportBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  533. this.exportBtn.Location = new System.Drawing.Point(428, 192);
  534. this.exportBtn.Name = "exportBtn";
  535. this.exportBtn.Size = new System.Drawing.Size(75, 23);
  536. this.exportBtn.TabIndex = 0;
  537. this.exportBtn.Text = "Exporter";
  538. this.exportBtn.UseVisualStyleBackColor = true;
  539. this.exportBtn.Click += new System.EventHandler(this.exportBtn_Click);
  540. //
  541. // testPerformsCB
  542. //
  543. this.testPerformsCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  544. this.testPerformsCB.FormattingEnabled = true;
  545. this.testPerformsCB.Items.AddRange(new object[] {
  546. "notifications + threads",
  547. "notifications",
  548. "sans notifications + threads",
  549. "sans notifications"});
  550. this.testPerformsCB.Location = new System.Drawing.Point(258, 192);
  551. this.testPerformsCB.Name = "testPerformsCB";
  552. this.testPerformsCB.Size = new System.Drawing.Size(164, 21);
  553. this.testPerformsCB.TabIndex = 15;
  554. //
  555. // cancelExportBtn
  556. //
  557. this.cancelExportBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  558. this.cancelExportBtn.Location = new System.Drawing.Point(428, 192);
  559. this.cancelExportBtn.Name = "cancelExportBtn";
  560. this.cancelExportBtn.Size = new System.Drawing.Size(75, 23);
  561. this.cancelExportBtn.TabIndex = 14;
  562. this.cancelExportBtn.Text = "Annuler";
  563. this.cancelExportBtn.UseVisualStyleBackColor = true;
  564. this.cancelExportBtn.Visible = false;
  565. this.cancelExportBtn.Click += new System.EventHandler(this.cancelExportBtn_Click);
  566. //
  567. // importBtn
  568. //
  569. this.importBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  570. this.importBtn.Location = new System.Drawing.Point(12, 192);
  571. this.importBtn.Name = "importBtn";
  572. this.importBtn.Size = new System.Drawing.Size(75, 23);
  573. this.importBtn.TabIndex = 4;
  574. this.importBtn.Text = "Importer";
  575. this.importBtn.UseVisualStyleBackColor = true;
  576. this.importBtn.Click += new System.EventHandler(this.importBtn_Click);
  577. //
  578. // fetchDataBtn
  579. //
  580. this.fetchDataBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  581. this.fetchDataBtn.Location = new System.Drawing.Point(90, 192);
  582. this.fetchDataBtn.Name = "fetchDataBtn";
  583. this.fetchDataBtn.Size = new System.Drawing.Size(75, 23);
  584. this.fetchDataBtn.TabIndex = 3;
  585. this.fetchDataBtn.Text = "Lire le fichier";
  586. this.fetchDataBtn.UseVisualStyleBackColor = true;
  587. this.fetchDataBtn.Click += new System.EventHandler(this.fetchDataBtn_Click);
  588. //
  589. // exportViewRTB
  590. //
  591. this.exportViewRTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  592. | System.Windows.Forms.AnchorStyles.Left)
  593. | System.Windows.Forms.AnchorStyles.Right)));
  594. this.exportViewRTB.Location = new System.Drawing.Point(10, 12);
  595. this.exportViewRTB.Name = "exportViewRTB";
  596. this.exportViewRTB.Size = new System.Drawing.Size(507, 159);
  597. this.exportViewRTB.TabIndex = 2;
  598. this.exportViewRTB.Text = "";
  599. this.exportViewRTB.Visible = false;
  600. //
  601. // fileTitlePanel
  602. //
  603. this.exportTLP.SetColumnSpan(this.fileTitlePanel, 3);
  604. this.fileTitlePanel.Controls.Add(this.fileLbl);
  605. this.fileTitlePanel.Dock = System.Windows.Forms.DockStyle.Fill;
  606. this.fileTitlePanel.Location = new System.Drawing.Point(1, 1);
  607. this.fileTitlePanel.Margin = new System.Windows.Forms.Padding(0);
  608. this.fileTitlePanel.Name = "fileTitlePanel";
  609. this.fileTitlePanel.Size = new System.Drawing.Size(518, 20);
  610. this.fileTitlePanel.TabIndex = 1;
  611. //
  612. // fileLbl
  613. //
  614. this.fileLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  615. | System.Windows.Forms.AnchorStyles.Left)
  616. | System.Windows.Forms.AnchorStyles.Right)));
  617. this.fileLbl.AutoSize = true;
  618. this.fileLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  619. this.fileLbl.Location = new System.Drawing.Point(199, 4);
  620. this.fileLbl.Name = "fileLbl";
  621. this.fileLbl.Size = new System.Drawing.Size(45, 13);
  622. this.fileLbl.TabIndex = 0;
  623. this.fileLbl.Text = "Fichier";
  624. //
  625. // dataTitlePanel
  626. //
  627. this.exportTLP.SetColumnSpan(this.dataTitlePanel, 3);
  628. this.dataTitlePanel.Controls.Add(this.dataLbl);
  629. this.dataTitlePanel.Dock = System.Windows.Forms.DockStyle.Fill;
  630. this.dataTitlePanel.Location = new System.Drawing.Point(1, 85);
  631. this.dataTitlePanel.Margin = new System.Windows.Forms.Padding(0);
  632. this.dataTitlePanel.Name = "dataTitlePanel";
  633. this.dataTitlePanel.Size = new System.Drawing.Size(518, 20);
  634. this.dataTitlePanel.TabIndex = 2;
  635. //
  636. // dataLbl
  637. //
  638. this.dataLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  639. | System.Windows.Forms.AnchorStyles.Left)
  640. | System.Windows.Forms.AnchorStyles.Right)));
  641. this.dataLbl.AutoSize = true;
  642. this.dataLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  643. this.dataLbl.Location = new System.Drawing.Point(199, 4);
  644. this.dataLbl.Name = "dataLbl";
  645. this.dataLbl.Size = new System.Drawing.Size(57, 13);
  646. this.dataLbl.TabIndex = 1;
  647. this.dataLbl.Text = "Données";
  648. //
  649. // panel1
  650. //
  651. this.panel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  652. this.panel1.Controls.Add(this.dirPathLbl);
  653. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  654. this.panel1.Location = new System.Drawing.Point(1, 22);
  655. this.panel1.Margin = new System.Windows.Forms.Padding(0);
  656. this.panel1.Name = "panel1";
  657. this.panel1.Size = new System.Drawing.Size(100, 20);
  658. this.panel1.TabIndex = 4;
  659. //
  660. // dirPathLbl
  661. //
  662. this.dirPathLbl.AutoSize = true;
  663. this.dirPathLbl.Location = new System.Drawing.Point(3, 4);
  664. this.dirPathLbl.Name = "dirPathLbl";
  665. this.dirPathLbl.Size = new System.Drawing.Size(56, 13);
  666. this.dirPathLbl.TabIndex = 3;
  667. this.dirPathLbl.Text = "Répertoire";
  668. //
  669. // expMediabrolInfoBtn
  670. //
  671. this.expMediabrolInfoBtn.BackgroundImage = global::be.gaudry.bibliobrol.Properties.Resources.brolLevel1;
  672. this.expMediabrolInfoBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  673. this.expMediabrolInfoBtn.Dock = System.Windows.Forms.DockStyle.Fill;
  674. this.expMediabrolInfoBtn.Location = new System.Drawing.Point(489, 106);
  675. this.expMediabrolInfoBtn.Margin = new System.Windows.Forms.Padding(0);
  676. this.expMediabrolInfoBtn.Name = "expMediabrolInfoBtn";
  677. this.expMediabrolInfoBtn.Size = new System.Drawing.Size(30, 20);
  678. this.expMediabrolInfoBtn.TabIndex = 0;
  679. this.expMediabrolInfoBtn.UseVisualStyleBackColor = true;
  680. this.expMediabrolInfoBtn.Click += new System.EventHandler(this.expMediabrolInfoBtn_Click);
  681. //
  682. // browseDirBtn
  683. //
  684. this.browseDirBtn.BackgroundImage = global::be.gaudry.bibliobrol.Properties.Resources.brolExplore;
  685. this.browseDirBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  686. this.browseDirBtn.Dock = System.Windows.Forms.DockStyle.Fill;
  687. this.browseDirBtn.Location = new System.Drawing.Point(489, 22);
  688. this.browseDirBtn.Margin = new System.Windows.Forms.Padding(0);
  689. this.browseDirBtn.Name = "browseDirBtn";
  690. this.browseDirBtn.Size = new System.Drawing.Size(30, 20);
  691. this.browseDirBtn.TabIndex = 16;
  692. this.browseDirBtn.UseVisualStyleBackColor = true;
  693. this.browseDirBtn.Click += new System.EventHandler(this.browseDirBtn_Click);
  694. //
  695. // ExportControl
  696. //
  697. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  698. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  699. this.Controls.Add(this.exportTLP);
  700. this.Name = "ExportControl";
  701. this.Size = new System.Drawing.Size(520, 400);
  702. this.exportTLP.ResumeLayout(false);
  703. this.panel12.ResumeLayout(false);
  704. this.panel12.PerformLayout();
  705. this.panel11.ResumeLayout(false);
  706. this.panel11.PerformLayout();
  707. this.panel10.ResumeLayout(false);
  708. this.panel10.PerformLayout();
  709. this.panel9.ResumeLayout(false);
  710. this.panel9.PerformLayout();
  711. this.panel8.ResumeLayout(false);
  712. this.panel8.PerformLayout();
  713. this.panel7.ResumeLayout(false);
  714. this.panel7.PerformLayout();
  715. this.panel6.ResumeLayout(false);
  716. this.panel5.ResumeLayout(false);
  717. this.panel5.PerformLayout();
  718. this.panel4.ResumeLayout(false);
  719. this.panel4.PerformLayout();
  720. this.panel3.ResumeLayout(false);
  721. this.panel3.PerformLayout();
  722. this.panel2.ResumeLayout(false);
  723. this.panel2.PerformLayout();
  724. this.exportBtnPanel.ResumeLayout(false);
  725. this.progressGB.ResumeLayout(false);
  726. this.progressDetailsPanel.ResumeLayout(false);
  727. this.progressDetailsPanel.PerformLayout();
  728. this.fileTitlePanel.ResumeLayout(false);
  729. this.fileTitlePanel.PerformLayout();
  730. this.dataTitlePanel.ResumeLayout(false);
  731. this.dataTitlePanel.PerformLayout();
  732. this.panel1.ResumeLayout(false);
  733. this.panel1.PerformLayout();
  734. this.ResumeLayout(false);
  735.  
  736. }
  737.  
  738. #endregion
  739.  
  740. private System.Windows.Forms.TableLayoutPanel exportTLP;
  741. private System.Windows.Forms.Panel exportBtnPanel;
  742. private System.Windows.Forms.Button exportBtn;
  743. private System.Windows.Forms.Panel fileTitlePanel;
  744. private System.Windows.Forms.Label fileLbl;
  745. private System.Windows.Forms.Panel dataTitlePanel;
  746. private System.Windows.Forms.Label dataLbl;
  747. private System.Windows.Forms.Panel panel12;
  748. private System.Windows.Forms.Panel panel11;
  749. private System.Windows.Forms.Panel panel10;
  750. private System.Windows.Forms.Panel panel9;
  751. private System.Windows.Forms.Panel panel8;
  752. private System.Windows.Forms.Panel panel7;
  753. private System.Windows.Forms.Panel panel6;
  754. private System.Windows.Forms.Panel panel5;
  755. private System.Windows.Forms.Panel panel4;
  756. private System.Windows.Forms.Panel panel3;
  757. private System.Windows.Forms.Panel panel1;
  758. private System.Windows.Forms.Label dirPathLbl;
  759. private System.Windows.Forms.Label exportExtLbl;
  760. private System.Windows.Forms.Label fileNameLbl;
  761. private System.Windows.Forms.Label expAnonymousLbl;
  762. private System.Windows.Forms.Label expAllBrolLbl;
  763. private System.Windows.Forms.Label expMediabrolLbl;
  764. private System.Windows.Forms.Panel panel2;
  765. private be.gaudry.view.controls.TextBoxDragDrop dirPathTB;
  766. private System.Windows.Forms.CheckBox expAllBrolChkB;
  767. private System.Windows.Forms.CheckBox expMediabrolChkB;
  768. private System.Windows.Forms.ComboBox exportExtCB;
  769. private be.gaudry.view.controls.TextBoxDragDrop fileNameTB;
  770. private System.Windows.Forms.CheckBox anonymousChkB;
  771. private System.Windows.Forms.RichTextBox exportViewRTB;
  772. private System.Windows.Forms.Button importBtn;
  773. private System.Windows.Forms.Button fetchDataBtn;
  774. private System.Windows.Forms.Button browseDirBtn;
  775. private System.Windows.Forms.ComboBox threadPriorityCB;
  776. private System.Windows.Forms.Label lblPriority;
  777. private System.Windows.Forms.Label lblCurrent;
  778. private System.Windows.Forms.ProgressBar pgbCurrent;
  779. private System.Windows.Forms.Label lblCurrentFile;
  780. private System.Windows.Forms.ProgressBar pgbTotal;
  781. private System.Windows.Forms.GroupBox progressGB;
  782. private System.Windows.Forms.Button showHideDetailsBtn;
  783. private System.Windows.Forms.Panel progressDetailsPanel;
  784. private System.Windows.Forms.Button cancelExportBtn;
  785. private System.Windows.Forms.ComboBox testPerformsCB;
  786. private System.Windows.Forms.Button expMediabrolInfoBtn;
  787. private System.Windows.Forms.Button anonymousInfoBtn;
  788. private System.Windows.Forms.Button expAllBrolInfoBtn;
  789. private System.Windows.Forms.Button testImgsBtn;
  790.  
  791. }
  792. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/utils/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1718601540 17/06/2024 07:19:00
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/utils/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csExportControl.cs27.1 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csMultiWebInfoControl.cs2.13 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csImagesImporter.Designer.cs3.64 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csImg.cs3.45 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .resx|.resxMediabrolInfoControl.resx5.68 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .resx|.resxExportControl.resx5.68 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csConsole.Designer.cs4.25 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .resx|.resxConsole.resx6.06 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csMediabrolInfoControl.Designer.cs12.57 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csMultiWebInfoControl.Designer.cs1.46 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csImagesImporter.cs1.89 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csExportControl.Designer.cs42.38 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .resx|.resxMultiWebInfoControl.resx5.68 Ko31/10/2018 18:33:04-refusé-
Afficher le fichier .cs|.csMediabrolInfoControl.cs1.9 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .resx|.resxImagesImporter.resx5.68 Ko31/10/2018 18:33:03-refusé-
Afficher le fichier .cs|.csConsole.cs16.89 Ko31/10/2018 18:33:03-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/utils/ExportControl.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.