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.

ExplorerUserControl. Designer. cs

Description du code

ExplorerUserControl.Designer.cs est un fichier du projet BrolExplorer.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/brolexplorer/.

Projet BrolExplorer :

Explorateur de media en CSharp.

Code source ou contenu du fichier

  1. namespace be.gaudry.explorer.view.controls
  2. {
  3. partial class ExplorerUserControl
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExplorerUserControl));
  33. this.explorerTS = new System.Windows.Forms.ToolStrip();
  34. this.addressTSL = new System.Windows.Forms.ToolStripLabel();
  35. this.addressTSTB = new System.Windows.Forms.ToolStripTextBox();
  36. this.goTSB = new System.Windows.Forms.ToolStripButton();
  37. this.explorerSC = new System.Windows.Forms.SplitContainer();
  38. this.directoriesTreeView = new System.Windows.Forms.TreeView();
  39. this.directoriesImageList = new System.Windows.Forms.ImageList(this.components);
  40. this.filesListView = new System.Windows.Forms.ListView();
  41. this.fileNameColumnHeader = new System.Windows.Forms.ColumnHeader();
  42. this.fileLengthColumnHeader = new System.Windows.Forms.ColumnHeader();
  43. this.fileTypeColumnHeader = new System.Windows.Forms.ColumnHeader();
  44. this.fileDateColumnHeader = new System.Windows.Forms.ColumnHeader();
  45. this.filesListViewCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  46. this.stripCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  47. this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  48. this.smallIconsCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  49. this.tileCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  50. this.largeIconsCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  51. this.listCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  52. this.detailsCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  53. this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
  54. this.iconsOrderByTsMi = new System.Windows.Forms.ToolStripMenuItem();
  55. this.iconsOrderByNameTsMi = new System.Windows.Forms.ToolStripMenuItem();
  56. this.iconsOrderBySizeTsMi = new System.Windows.Forms.ToolStripMenuItem();
  57. this.iconsOrderByTypeTsMi = new System.Windows.Forms.ToolStripMenuItem();
  58. this.iconsOrderByModDateTsMi = new System.Windows.Forms.ToolStripMenuItem();
  59. this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
  60. this.iconsDisplayGroupsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  61. this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
  62. this.statsCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  63. this.showItemsTS = new System.Windows.Forms.ToolStrip();
  64. this.showDesktopTSB = new System.Windows.Forms.ToolStripButton();
  65. this.showMyDocumentsTSB = new System.Windows.Forms.ToolStripButton();
  66. this.showMyPicturesTSB = new System.Windows.Forms.ToolStripButton();
  67. this.showMyFavouritesTSB = new System.Windows.Forms.ToolStripButton();
  68. this.showNetworksTSB = new System.Windows.Forms.ToolStripButton();
  69. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  70. this.collapseTreeTSB = new System.Windows.Forms.ToolStripButton();
  71. this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
  72. this.stripTsMi = new System.Windows.Forms.ToolStripMenuItem();
  73. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  74. this.smallIconsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  75. this.tileTsMi = new System.Windows.Forms.ToolStripMenuItem();
  76. this.largeIconsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  77. this.listTsMi = new System.Windows.Forms.ToolStripMenuItem();
  78. this.detailsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  79. this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
  80. this.statsTsMi = new System.Windows.Forms.ToolStripMenuItem();
  81. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  82. this.newFolderTSB = new System.Windows.Forms.ToolStripButton();
  83. this.goToParentTSB = new System.Windows.Forms.ToolStripButton();
  84. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  85. this.openSearchPanelTSB = new System.Windows.Forms.ToolStripButton();
  86. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  87. this.editImageTSB = new System.Windows.Forms.ToolStripButton();
  88. this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
  89. this.fileSelectedCMS = new System.Windows.Forms.ContextMenuStrip(this.components);
  90. this.fileNameTsMi = new System.Windows.Forms.ToolStripMenuItem();
  91. this.openFileCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  92. this.openWithCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  93. this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
  94. this.openPropertiesMessageTsMi = new System.Windows.Forms.ToolStripMenuItem();
  95. this.openPropertySumaryFileCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  96. this.openMetadataCTsMi = new System.Windows.Forms.ToolStripMenuItem();
  97. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  98. this.largeIconList = new be.gaudry.view.controls.IconList(this.components);
  99. this.smallIconList = new be.gaudry.view.controls.IconList(this.components);
  100. this.imagesBrowser = new be.gaudry.explorer.view.controls.ImagesBrowserUserControl();
  101. this.explorerTS.SuspendLayout();
  102. this.explorerSC.Panel1.SuspendLayout();
  103. this.explorerSC.Panel2.SuspendLayout();
  104. this.explorerSC.SuspendLayout();
  105. this.filesListViewCMS.SuspendLayout();
  106. this.showItemsTS.SuspendLayout();
  107. this.toolStripContainer1.ContentPanel.SuspendLayout();
  108. this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
  109. this.toolStripContainer1.SuspendLayout();
  110. this.fileSelectedCMS.SuspendLayout();
  111. this.SuspendLayout();
  112. //
  113. // explorerTS
  114. //
  115. this.explorerTS.AutoSize = false;
  116. this.explorerTS.Dock = System.Windows.Forms.DockStyle.None;
  117. this.explorerTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  118. this.explorerTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  119. this.addressTSL,
  120. this.addressTSTB,
  121. this.goTSB});
  122. this.explorerTS.Location = new System.Drawing.Point(0, 39);
  123. this.explorerTS.Name = "explorerTS";
  124. this.explorerTS.Size = new System.Drawing.Size(595, 25);
  125. this.explorerTS.Stretch = true;
  126. this.explorerTS.TabIndex = 0;
  127. this.explorerTS.Text = "Barre d\'outils \"Adresse\"";
  128. this.explorerTS.Resize += new System.EventHandler(this.explorerTS_Resize);
  129. //
  130. // addressTSL
  131. //
  132. this.addressTSL.Name = "addressTSL";
  133. this.addressTSL.Size = new System.Drawing.Size(46, 22);
  134. this.addressTSL.Text = "Adresse";
  135. //
  136. // addressTSTB
  137. //
  138. this.addressTSTB.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
  139. this.addressTSTB.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
  140. this.addressTSTB.AutoSize = false;
  141. this.addressTSTB.Name = "addressTSTB";
  142. this.addressTSTB.Size = new System.Drawing.Size(400, 25);
  143. this.addressTSTB.TextChanged += new System.EventHandler(this.addressTSTB_TextChanged);
  144. //
  145. // goTSB
  146. //
  147. this.goTSB.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  148. this.goTSB.Image = ((System.Drawing.Image)(resources.GetObject("goTSB.Image")));
  149. this.goTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  150. this.goTSB.Name = "goTSB";
  151. this.goTSB.Size = new System.Drawing.Size(41, 22);
  152. this.goTSB.Text = "OK";
  153. //
  154. // explorerSC
  155. //
  156. this.explorerSC.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.explorerSC.Location = new System.Drawing.Point(0, 0);
  158. this.explorerSC.Name = "explorerSC";
  159. //
  160. // explorerSC.Panel1
  161. //
  162. this.explorerSC.Panel1.Controls.Add(this.directoriesTreeView);
  163. //
  164. // explorerSC.Panel2
  165. //
  166. this.explorerSC.Panel2.Controls.Add(this.imagesBrowser);
  167. this.explorerSC.Panel2.Controls.Add(this.filesListView);
  168. this.explorerSC.Size = new System.Drawing.Size(595, 390);
  169. this.explorerSC.SplitterDistance = 198;
  170. this.explorerSC.TabIndex = 1;
  171. //
  172. // directoriesTreeView
  173. //
  174. this.directoriesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.directoriesTreeView.ImageIndex = 0;
  176. this.directoriesTreeView.ImageList = this.directoriesImageList;
  177. this.directoriesTreeView.Location = new System.Drawing.Point(0, 0);
  178. this.directoriesTreeView.Name = "directoriesTreeView";
  179. this.directoriesTreeView.SelectedImageIndex = 0;
  180. this.directoriesTreeView.ShowNodeToolTips = true;
  181. this.directoriesTreeView.Size = new System.Drawing.Size(198, 390);
  182. this.directoriesTreeView.TabIndex = 0;
  183. this.directoriesTreeView.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.directoriesTreeView_AfterCollapse);
  184. this.directoriesTreeView.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.directoriesTreeView_BeforeExpand);
  185. this.directoriesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.directoriesTreeView_AfterSelect);
  186. this.directoriesTreeView.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.directoriesTreeView_AfterExpand);
  187. //
  188. // directoriesImageList
  189. //
  190. this.directoriesImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("directoriesImageList.ImageStream")));
  191. this.directoriesImageList.TransparentColor = System.Drawing.Color.Transparent;
  192. this.directoriesImageList.Images.SetKeyName(0, "");
  193. this.directoriesImageList.Images.SetKeyName(1, "");
  194. //
  195. // filesListView
  196. //
  197. this.filesListView.AllowColumnReorder = true;
  198. this.filesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  199. this.fileNameColumnHeader,
  200. this.fileLengthColumnHeader,
  201. this.fileTypeColumnHeader,
  202. this.fileDateColumnHeader});
  203. this.filesListView.ContextMenuStrip = this.filesListViewCMS;
  204. this.filesListView.Dock = System.Windows.Forms.DockStyle.Fill;
  205. this.filesListView.Location = new System.Drawing.Point(0, 0);
  206. this.filesListView.Name = "filesListView";
  207. this.filesListView.ShowItemToolTips = true;
  208. this.filesListView.Size = new System.Drawing.Size(393, 390);
  209. this.filesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
  210. this.filesListView.TabIndex = 0;
  211. this.filesListView.UseCompatibleStateImageBehavior = false;
  212. this.filesListView.DoubleClick += new System.EventHandler(this.filesListView_DoubleClick);
  213. this.filesListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.filesListView_ColumnClick);
  214. this.filesListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.filesListView_ItemSelectionChanged);
  215. //
  216. // fileNameColumnHeader
  217. //
  218. this.fileNameColumnHeader.Text = "Nom";
  219. this.fileNameColumnHeader.Width = 200;
  220. //
  221. // fileLengthColumnHeader
  222. //
  223. this.fileLengthColumnHeader.Text = "Taille";
  224. this.fileLengthColumnHeader.Width = 120;
  225. //
  226. // fileTypeColumnHeader
  227. //
  228. this.fileTypeColumnHeader.Text = "Type";
  229. this.fileTypeColumnHeader.Width = 40;
  230. //
  231. // fileDateColumnHeader
  232. //
  233. this.fileDateColumnHeader.Text = "Date de modification";
  234. this.fileDateColumnHeader.Width = 140;
  235. //
  236. // filesListViewCMS
  237. //
  238. this.filesListViewCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  239. this.stripCTsMi,
  240. this.toolStripSeparator6,
  241. this.smallIconsCTsMi,
  242. this.tileCTsMi,
  243. this.largeIconsCTsMi,
  244. this.listCTsMi,
  245. this.detailsCTsMi,
  246. this.toolStripSeparator7,
  247. this.iconsOrderByTsMi,
  248. this.toolStripSeparator9,
  249. this.statsCTsMi});
  250. this.filesListViewCMS.Name = "filesListViewCMS";
  251. this.filesListViewCMS.Size = new System.Drawing.Size(212, 198);
  252. //
  253. // stripCTsMi
  254. //
  255. this.stripCTsMi.Name = "stripCTsMi";
  256. this.stripCTsMi.Size = new System.Drawing.Size(211, 22);
  257. this.stripCTsMi.Text = "Pellicule";
  258. this.stripCTsMi.Click += new System.EventHandler(this.stripTsMi_Click);
  259. //
  260. // toolStripSeparator6
  261. //
  262. this.toolStripSeparator6.Name = "toolStripSeparator6";
  263. this.toolStripSeparator6.Size = new System.Drawing.Size(208, 6);
  264. //
  265. // smallIconsCTsMi
  266. //
  267. this.smallIconsCTsMi.Name = "smallIconsCTsMi";
  268. this.smallIconsCTsMi.Size = new System.Drawing.Size(211, 22);
  269. this.smallIconsCTsMi.Text = "Miniatures";
  270. this.smallIconsCTsMi.Click += new System.EventHandler(this.smallIconsTsMi_Click);
  271. //
  272. // tileCTsMi
  273. //
  274. this.tileCTsMi.Name = "tileCTsMi";
  275. this.tileCTsMi.Size = new System.Drawing.Size(211, 22);
  276. this.tileCTsMi.Text = "Mosaïques";
  277. this.tileCTsMi.Click += new System.EventHandler(this.tileTsMi_Click);
  278. //
  279. // largeIconsCTsMi
  280. //
  281. this.largeIconsCTsMi.Name = "largeIconsCTsMi";
  282. this.largeIconsCTsMi.Size = new System.Drawing.Size(211, 22);
  283. this.largeIconsCTsMi.Text = "Icônes";
  284. this.largeIconsCTsMi.Click += new System.EventHandler(this.largeIconsTsMi_Click);
  285. //
  286. // listCTsMi
  287. //
  288. this.listCTsMi.Name = "listCTsMi";
  289. this.listCTsMi.Size = new System.Drawing.Size(211, 22);
  290. this.listCTsMi.Text = "Liste";
  291. this.listCTsMi.Click += new System.EventHandler(this.listTsMi_Click);
  292. //
  293. // detailsCTsMi
  294. //
  295. this.detailsCTsMi.Name = "detailsCTsMi";
  296. this.detailsCTsMi.Size = new System.Drawing.Size(211, 22);
  297. this.detailsCTsMi.Text = "Détails";
  298. this.detailsCTsMi.Click += new System.EventHandler(this.detailsTsMi_Click);
  299. //
  300. // toolStripSeparator7
  301. //
  302. this.toolStripSeparator7.Name = "toolStripSeparator7";
  303. this.toolStripSeparator7.Size = new System.Drawing.Size(208, 6);
  304. //
  305. // iconsOrderByTsMi
  306. //
  307. this.iconsOrderByTsMi.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  308. this.iconsOrderByNameTsMi,
  309. this.iconsOrderBySizeTsMi,
  310. this.iconsOrderByTypeTsMi,
  311. this.iconsOrderByModDateTsMi,
  312. this.toolStripSeparator8,
  313. this.iconsDisplayGroupsTsMi});
  314. this.iconsOrderByTsMi.Name = "iconsOrderByTsMi";
  315. this.iconsOrderByTsMi.Size = new System.Drawing.Size(211, 22);
  316. this.iconsOrderByTsMi.Text = "Réorganiser les icônes par";
  317. //
  318. // iconsOrderByNameTsMi
  319. //
  320. this.iconsOrderByNameTsMi.Name = "iconsOrderByNameTsMi";
  321. this.iconsOrderByNameTsMi.Size = new System.Drawing.Size(184, 22);
  322. this.iconsOrderByNameTsMi.Text = "Nom";
  323. this.iconsOrderByNameTsMi.Click += new System.EventHandler(this.iconsOrderByNameTsMi_Click);
  324. //
  325. // iconsOrderBySizeTsMi
  326. //
  327. this.iconsOrderBySizeTsMi.Name = "iconsOrderBySizeTsMi";
  328. this.iconsOrderBySizeTsMi.Size = new System.Drawing.Size(184, 22);
  329. this.iconsOrderBySizeTsMi.Text = "Taille";
  330. this.iconsOrderBySizeTsMi.Click += new System.EventHandler(this.iconsOrderBySizeTsMi_Click);
  331. //
  332. // iconsOrderByTypeTsMi
  333. //
  334. this.iconsOrderByTypeTsMi.Name = "iconsOrderByTypeTsMi";
  335. this.iconsOrderByTypeTsMi.Size = new System.Drawing.Size(184, 22);
  336. this.iconsOrderByTypeTsMi.Text = "Type";
  337. this.iconsOrderByTypeTsMi.Click += new System.EventHandler(this.iconsOrderByTypeTsMi_Click);
  338. //
  339. // iconsOrderByModDateTsMi
  340. //
  341. this.iconsOrderByModDateTsMi.Name = "iconsOrderByModDateTsMi";
  342. this.iconsOrderByModDateTsMi.Size = new System.Drawing.Size(184, 22);
  343. this.iconsOrderByModDateTsMi.Text = "Modifié le";
  344. this.iconsOrderByModDateTsMi.Click += new System.EventHandler(this.iconsOrderByModDateTsMi_Click);
  345. //
  346. // toolStripSeparator8
  347. //
  348. this.toolStripSeparator8.Name = "toolStripSeparator8";
  349. this.toolStripSeparator8.Size = new System.Drawing.Size(181, 6);
  350. //
  351. // iconsDisplayGroupsTsMi
  352. //
  353. this.iconsDisplayGroupsTsMi.Checked = true;
  354. this.iconsDisplayGroupsTsMi.CheckState = System.Windows.Forms.CheckState.Checked;
  355. this.iconsDisplayGroupsTsMi.Name = "iconsDisplayGroupsTsMi";
  356. this.iconsDisplayGroupsTsMi.Size = new System.Drawing.Size(184, 22);
  357. this.iconsDisplayGroupsTsMi.Text = "Afficher par groupes";
  358. this.iconsDisplayGroupsTsMi.Click += new System.EventHandler(this.iconsDisplayGroupsTsMi_Click);
  359. //
  360. // toolStripSeparator9
  361. //
  362. this.toolStripSeparator9.Name = "toolStripSeparator9";
  363. this.toolStripSeparator9.Size = new System.Drawing.Size(208, 6);
  364. //
  365. // statsCTsMi
  366. //
  367. this.statsCTsMi.Name = "statsCTsMi";
  368. this.statsCTsMi.Size = new System.Drawing.Size(211, 22);
  369. this.statsCTsMi.Text = "Statistiques";
  370. this.statsCTsMi.Click += new System.EventHandler(this.statsTsMi_Click);
  371. //
  372. // showItemsTS
  373. //
  374. this.showItemsTS.Dock = System.Windows.Forms.DockStyle.None;
  375. this.showItemsTS.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  376. this.showItemsTS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  377. this.showDesktopTSB,
  378. this.showMyDocumentsTSB,
  379. this.showMyPicturesTSB,
  380. this.showMyFavouritesTSB,
  381. this.showNetworksTSB,
  382. this.toolStripSeparator1,
  383. this.collapseTreeTSB,
  384. this.toolStripSplitButton1,
  385. this.toolStripSeparator2,
  386. this.newFolderTSB,
  387. this.goToParentTSB,
  388. this.toolStripSeparator4,
  389. this.openSearchPanelTSB,
  390. this.toolStripSeparator5,
  391. this.editImageTSB});
  392. this.showItemsTS.Location = new System.Drawing.Point(0, 0);
  393. this.showItemsTS.Name = "showItemsTS";
  394. this.showItemsTS.Size = new System.Drawing.Size(595, 39);
  395. this.showItemsTS.Stretch = true;
  396. this.showItemsTS.TabIndex = 2;
  397. this.showItemsTS.Text = "showNodesTS";
  398. //
  399. // showDesktopTSB
  400. //
  401. this.showDesktopTSB.Checked = true;
  402. this.showDesktopTSB.CheckState = System.Windows.Forms.CheckState.Checked;
  403. this.showDesktopTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  404. this.showDesktopTSB.Image = ((System.Drawing.Image)(resources.GetObject("showDesktopTSB.Image")));
  405. this.showDesktopTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  406. this.showDesktopTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  407. this.showDesktopTSB.Margin = new System.Windows.Forms.Padding(0, 1, 2, 2);
  408. this.showDesktopTSB.Name = "showDesktopTSB";
  409. this.showDesktopTSB.Size = new System.Drawing.Size(23, 36);
  410. this.showDesktopTSB.Click += new System.EventHandler(this.showDesktopTSB_Click);
  411. //
  412. // showMyDocumentsTSB
  413. //
  414. this.showMyDocumentsTSB.Checked = true;
  415. this.showMyDocumentsTSB.CheckState = System.Windows.Forms.CheckState.Checked;
  416. this.showMyDocumentsTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  417. this.showMyDocumentsTSB.Image = ((System.Drawing.Image)(resources.GetObject("showMyDocumentsTSB.Image")));
  418. this.showMyDocumentsTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  419. this.showMyDocumentsTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  420. this.showMyDocumentsTSB.Margin = new System.Windows.Forms.Padding(0, 1, 2, 2);
  421. this.showMyDocumentsTSB.Name = "showMyDocumentsTSB";
  422. this.showMyDocumentsTSB.Size = new System.Drawing.Size(23, 36);
  423. this.showMyDocumentsTSB.Click += new System.EventHandler(this.showMyDocumentsTSB_Click);
  424. //
  425. // showMyPicturesTSB
  426. //
  427. this.showMyPicturesTSB.Checked = true;
  428. this.showMyPicturesTSB.CheckState = System.Windows.Forms.CheckState.Checked;
  429. this.showMyPicturesTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  430. this.showMyPicturesTSB.Image = ((System.Drawing.Image)(resources.GetObject("showMyPicturesTSB.Image")));
  431. this.showMyPicturesTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  432. this.showMyPicturesTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  433. this.showMyPicturesTSB.Margin = new System.Windows.Forms.Padding(0, 1, 2, 2);
  434. this.showMyPicturesTSB.Name = "showMyPicturesTSB";
  435. this.showMyPicturesTSB.Size = new System.Drawing.Size(23, 36);
  436. this.showMyPicturesTSB.Click += new System.EventHandler(this.showMyPicturesTSB_Click);
  437. //
  438. // showMyFavouritesTSB
  439. //
  440. this.showMyFavouritesTSB.Checked = true;
  441. this.showMyFavouritesTSB.CheckState = System.Windows.Forms.CheckState.Checked;
  442. this.showMyFavouritesTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  443. this.showMyFavouritesTSB.Image = ((System.Drawing.Image)(resources.GetObject("showMyFavouritesTSB.Image")));
  444. this.showMyFavouritesTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  445. this.showMyFavouritesTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  446. this.showMyFavouritesTSB.Margin = new System.Windows.Forms.Padding(0, 1, 2, 2);
  447. this.showMyFavouritesTSB.Name = "showMyFavouritesTSB";
  448. this.showMyFavouritesTSB.Size = new System.Drawing.Size(23, 36);
  449. this.showMyFavouritesTSB.Click += new System.EventHandler(this.showMyFavouritesTSB_Click);
  450. //
  451. // showNetworksTSB
  452. //
  453. this.showNetworksTSB.Checked = true;
  454. this.showNetworksTSB.CheckState = System.Windows.Forms.CheckState.Checked;
  455. this.showNetworksTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  456. this.showNetworksTSB.Image = ((System.Drawing.Image)(resources.GetObject("showNetworksTSB.Image")));
  457. this.showNetworksTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  458. this.showNetworksTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  459. this.showNetworksTSB.Margin = new System.Windows.Forms.Padding(0, 1, 2, 2);
  460. this.showNetworksTSB.Name = "showNetworksTSB";
  461. this.showNetworksTSB.Size = new System.Drawing.Size(23, 36);
  462. this.showNetworksTSB.Click += new System.EventHandler(this.showNetworksTSB_Click);
  463. //
  464. // toolStripSeparator1
  465. //
  466. this.toolStripSeparator1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  467. this.toolStripSeparator1.Name = "toolStripSeparator1";
  468. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);
  469. //
  470. // collapseTreeTSB
  471. //
  472. this.collapseTreeTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  473. this.collapseTreeTSB.Image = global::be.gaudry.explorer.Properties.Resources.expandSCBtn32;
  474. this.collapseTreeTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  475. this.collapseTreeTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  476. this.collapseTreeTSB.Name = "collapseTreeTSB";
  477. this.collapseTreeTSB.Size = new System.Drawing.Size(36, 36);
  478. this.collapseTreeTSB.Text = "Affiche ou masque l\'arbre d\'exploration";
  479. this.collapseTreeTSB.Click += new System.EventHandler(this.collapseTreeTSB_Click);
  480. //
  481. // toolStripSplitButton1
  482. //
  483. this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  484. this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  485. this.stripTsMi,
  486. this.toolStripSeparator3,
  487. this.smallIconsTsMi,
  488. this.tileTsMi,
  489. this.largeIconsTsMi,
  490. this.listTsMi,
  491. this.detailsTsMi,
  492. this.toolStripSeparator10,
  493. this.statsTsMi});
  494. this.toolStripSplitButton1.Image = global::be.gaudry.explorer.Properties.Resources.ThumbnailView;
  495. this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  496. this.toolStripSplitButton1.Name = "toolStripSplitButton1";
  497. this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 36);
  498. this.toolStripSplitButton1.Text = "toolStripSplitButton1";
  499. //
  500. // stripTsMi
  501. //
  502. this.stripTsMi.Name = "stripTsMi";
  503. this.stripTsMi.Size = new System.Drawing.Size(205, 22);
  504. this.stripTsMi.Text = "Pellicule";
  505. this.stripTsMi.Click += new System.EventHandler(this.stripTsMi_Click);
  506. //
  507. // toolStripSeparator3
  508. //
  509. this.toolStripSeparator3.Name = "toolStripSeparator3";
  510. this.toolStripSeparator3.Size = new System.Drawing.Size(202, 6);
  511. //
  512. // smallIconsTsMi
  513. //
  514. this.smallIconsTsMi.Name = "smallIconsTsMi";
  515. this.smallIconsTsMi.Size = new System.Drawing.Size(205, 22);
  516. this.smallIconsTsMi.Text = "Miniatures";
  517. this.smallIconsTsMi.Click += new System.EventHandler(this.smallIconsTsMi_Click);
  518. //
  519. // tileTsMi
  520. //
  521. this.tileTsMi.Name = "tileTsMi";
  522. this.tileTsMi.Size = new System.Drawing.Size(205, 22);
  523. this.tileTsMi.Text = "Mosaïques";
  524. this.tileTsMi.Click += new System.EventHandler(this.tileTsMi_Click);
  525. //
  526. // largeIconsTsMi
  527. //
  528. this.largeIconsTsMi.Name = "largeIconsTsMi";
  529. this.largeIconsTsMi.Size = new System.Drawing.Size(205, 22);
  530. this.largeIconsTsMi.Text = "Icônes";
  531. this.largeIconsTsMi.Click += new System.EventHandler(this.largeIconsTsMi_Click);
  532. //
  533. // listTsMi
  534. //
  535. this.listTsMi.Name = "listTsMi";
  536. this.listTsMi.Size = new System.Drawing.Size(205, 22);
  537. this.listTsMi.Text = "Liste";
  538. this.listTsMi.Click += new System.EventHandler(this.listTsMi_Click);
  539. //
  540. // detailsTsMi
  541. //
  542. this.detailsTsMi.Name = "detailsTsMi";
  543. this.detailsTsMi.Size = new System.Drawing.Size(205, 22);
  544. this.detailsTsMi.Text = "Détails";
  545. this.detailsTsMi.Click += new System.EventHandler(this.detailsTsMi_Click);
  546. //
  547. // toolStripSeparator10
  548. //
  549. this.toolStripSeparator10.Name = "toolStripSeparator10";
  550. this.toolStripSeparator10.Size = new System.Drawing.Size(202, 6);
  551. //
  552. // statsTsMi
  553. //
  554. this.statsTsMi.Name = "statsTsMi";
  555. this.statsTsMi.Size = new System.Drawing.Size(205, 22);
  556. this.statsTsMi.Text = "Occupation du répertoire";
  557. this.statsTsMi.Click += new System.EventHandler(this.statsTsMi_Click);
  558. //
  559. // toolStripSeparator2
  560. //
  561. this.toolStripSeparator2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  562. this.toolStripSeparator2.Name = "toolStripSeparator2";
  563. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 39);
  564. //
  565. // newFolderTSB
  566. //
  567. this.newFolderTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  568. this.newFolderTSB.Enabled = false;
  569. this.newFolderTSB.Image = global::be.gaudry.explorer.Properties.Resources.NewFolder;
  570. this.newFolderTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  571. this.newFolderTSB.Name = "newFolderTSB";
  572. this.newFolderTSB.Size = new System.Drawing.Size(23, 36);
  573. this.newFolderTSB.Text = "Créer un nouveau répertoire";
  574. //
  575. // goToParentTSB
  576. //
  577. this.goToParentTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  578. this.goToParentTSB.Enabled = false;
  579. this.goToParentTSB.Image = global::be.gaudry.explorer.Properties.Resources.ParentFolder;
  580. this.goToParentTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  581. this.goToParentTSB.Name = "goToParentTSB";
  582. this.goToParentTSB.Size = new System.Drawing.Size(23, 36);
  583. this.goToParentTSB.Text = "Répertoire parent";
  584. //
  585. // toolStripSeparator4
  586. //
  587. this.toolStripSeparator4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  588. this.toolStripSeparator4.Name = "toolStripSeparator4";
  589. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39);
  590. //
  591. // openSearchPanelTSB
  592. //
  593. this.openSearchPanelTSB.Image = global::be.gaudry.explorer.Properties.Resources.searchBtn32;
  594. this.openSearchPanelTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  595. this.openSearchPanelTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  596. this.openSearchPanelTSB.Name = "openSearchPanelTSB";
  597. this.openSearchPanelTSB.Size = new System.Drawing.Size(98, 36);
  598. this.openSearchPanelTSB.Text = "Rechercher";
  599. this.openSearchPanelTSB.Click += new System.EventHandler(this.openSearchPanelTSB_Click);
  600. //
  601. // toolStripSeparator5
  602. //
  603. this.toolStripSeparator5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  604. this.toolStripSeparator5.Name = "toolStripSeparator5";
  605. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 39);
  606. //
  607. // editImageTSB
  608. //
  609. this.editImageTSB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  610. this.editImageTSB.Enabled = false;
  611. this.editImageTSB.Image = global::be.gaudry.explorer.Properties.Resources.editImageBtn32;
  612. this.editImageTSB.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  613. this.editImageTSB.ImageTransparentColor = System.Drawing.Color.Magenta;
  614. this.editImageTSB.Name = "editImageTSB";
  615. this.editImageTSB.Size = new System.Drawing.Size(36, 36);
  616. this.editImageTSB.Text = "Editeur d\'image";
  617. this.editImageTSB.Click += new System.EventHandler(this.toggleEditImageTSB_Click);
  618. //
  619. // toolStripContainer1
  620. //
  621. //
  622. // toolStripContainer1.ContentPanel
  623. //
  624. this.toolStripContainer1.ContentPanel.Controls.Add(this.explorerSC);
  625. this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(595, 390);
  626. this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  627. this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
  628. this.toolStripContainer1.Name = "toolStripContainer1";
  629. this.toolStripContainer1.Size = new System.Drawing.Size(595, 454);
  630. this.toolStripContainer1.TabIndex = 2;
  631. this.toolStripContainer1.Text = "toolStripContainer1";
  632. //
  633. // toolStripContainer1.TopToolStripPanel
  634. //
  635. this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.showItemsTS);
  636. this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.explorerTS);
  637. //
  638. // fileSelectedCMS
  639. //
  640. this.fileSelectedCMS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  641. this.fileNameTsMi,
  642. this.openFileCTsMi,
  643. this.openWithCTsMi,
  644. this.toolStripSeparator11,
  645. this.openPropertiesMessageTsMi,
  646. this.openPropertySumaryFileCTsMi,
  647. this.openMetadataCTsMi});
  648. this.fileSelectedCMS.Name = "fileSelectedCMS";
  649. this.fileSelectedCMS.Size = new System.Drawing.Size(196, 142);
  650. //
  651. // fileNameTsMi
  652. //
  653. this.fileNameTsMi.Enabled = false;
  654. this.fileNameTsMi.Name = "fileNameTsMi";
  655. this.fileNameTsMi.Size = new System.Drawing.Size(195, 22);
  656. this.fileNameTsMi.Text = "Nom du fichier";
  657. //
  658. // openFileCTsMi
  659. //
  660. this.openFileCTsMi.Name = "openFileCTsMi";
  661. this.openFileCTsMi.Size = new System.Drawing.Size(195, 22);
  662. this.openFileCTsMi.Text = "Ouvrir";
  663. this.openFileCTsMi.Click += new System.EventHandler(this.openFileCTsMi_Click);
  664. //
  665. // openWithCTsMi
  666. //
  667. this.openWithCTsMi.Name = "openWithCTsMi";
  668. this.openWithCTsMi.Size = new System.Drawing.Size(195, 22);
  669. this.openWithCTsMi.Text = "Ouvrir avec...";
  670. this.openWithCTsMi.Click += new System.EventHandler(this.openWithCTsMi_Click);
  671. //
  672. // toolStripSeparator11
  673. //
  674. this.toolStripSeparator11.Name = "toolStripSeparator11";
  675. this.toolStripSeparator11.Size = new System.Drawing.Size(192, 6);
  676. //
  677. // openPropertiesMessageTsMi
  678. //
  679. this.openPropertiesMessageTsMi.Name = "openPropertiesMessageTsMi";
  680. this.openPropertiesMessageTsMi.Size = new System.Drawing.Size(195, 22);
  681. this.openPropertiesMessageTsMi.Text = "Propriétés standard...";
  682. this.openPropertiesMessageTsMi.Click += new System.EventHandler(this.openPropertiesMessageTsMi_Click);
  683. //
  684. // openPropertySumaryFileCTsMi
  685. //
  686. this.openPropertySumaryFileCTsMi.Name = "openPropertySumaryFileCTsMi";
  687. this.openPropertySumaryFileCTsMi.Size = new System.Drawing.Size(195, 22);
  688. this.openPropertySumaryFileCTsMi.Text = "Propriétés résumées...";
  689. this.openPropertySumaryFileCTsMi.Click += new System.EventHandler(this.openPropertySumaryFileCTsMi_Click);
  690. //
  691. // openMetadataCTsMi
  692. //
  693. this.openMetadataCTsMi.Name = "openMetadataCTsMi";
  694. this.openMetadataCTsMi.Size = new System.Drawing.Size(195, 22);
  695. this.openMetadataCTsMi.Text = "Méta données...";
  696. this.openMetadataCTsMi.Click += new System.EventHandler(this.openMetadataCTsMi_Click);
  697. //
  698. // imagesBrowser
  699. //
  700. this.imagesBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
  701. this.imagesBrowser.ImageFilterModeOn = false;
  702. this.imagesBrowser.Location = new System.Drawing.Point(0, 0);
  703. this.imagesBrowser.Name = "imagesBrowser";
  704. this.imagesBrowser.Size = new System.Drawing.Size(393, 390);
  705. this.imagesBrowser.TabIndex = 1;
  706. this.imagesBrowser.Visible = false;
  707. //
  708. // ExplorerUserControl
  709. //
  710. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  711. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  712. this.Controls.Add(this.toolStripContainer1);
  713. this.Name = "ExplorerUserControl";
  714. this.Size = new System.Drawing.Size(595, 454);
  715. this.Load += new System.EventHandler(this.ExplorerUserControl_Load);
  716. this.explorerTS.ResumeLayout(false);
  717. this.explorerTS.PerformLayout();
  718. this.explorerSC.Panel1.ResumeLayout(false);
  719. this.explorerSC.Panel2.ResumeLayout(false);
  720. this.explorerSC.ResumeLayout(false);
  721. this.filesListViewCMS.ResumeLayout(false);
  722. this.showItemsTS.ResumeLayout(false);
  723. this.showItemsTS.PerformLayout();
  724. this.toolStripContainer1.ContentPanel.ResumeLayout(false);
  725. this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
  726. this.toolStripContainer1.TopToolStripPanel.PerformLayout();
  727. this.toolStripContainer1.ResumeLayout(false);
  728. this.toolStripContainer1.PerformLayout();
  729. this.fileSelectedCMS.ResumeLayout(false);
  730. this.ResumeLayout(false);
  731.  
  732. }
  733.  
  734. #endregion
  735.  
  736. private System.Windows.Forms.ToolStrip explorerTS;
  737. private System.Windows.Forms.ToolStripLabel addressTSL;
  738. private System.Windows.Forms.ToolStripTextBox addressTSTB;
  739. private System.Windows.Forms.ToolStripButton goTSB;
  740. private System.Windows.Forms.SplitContainer explorerSC;
  741. private System.Windows.Forms.TreeView directoriesTreeView;
  742. private System.Windows.Forms.ListView filesListView;
  743. private System.Windows.Forms.ImageList directoriesImageList;
  744. private be.gaudry.view.controls.IconList largeIconList;
  745. private be.gaudry.view.controls.IconList smallIconList;
  746. private System.Windows.Forms.ToolStrip showItemsTS;
  747. private System.Windows.Forms.ToolStripButton showDesktopTSB;
  748. private System.Windows.Forms.ToolStripContainer toolStripContainer1;
  749. private System.Windows.Forms.ToolStripButton showMyDocumentsTSB;
  750. private System.Windows.Forms.ToolStripButton showMyPicturesTSB;
  751. private System.Windows.Forms.ToolStripButton showMyFavouritesTSB;
  752. private System.Windows.Forms.ToolStripButton showNetworksTSB;
  753. private System.Windows.Forms.ToolStripButton editImageTSB;
  754. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  755. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  756. private System.Windows.Forms.ToolStripButton collapseTreeTSB;
  757. private System.Windows.Forms.ColumnHeader fileNameColumnHeader;
  758. private System.Windows.Forms.ColumnHeader fileTypeColumnHeader;
  759. private System.Windows.Forms.ColumnHeader fileLengthColumnHeader;
  760. private System.Windows.Forms.ColumnHeader fileDateColumnHeader;
  761. private System.Windows.Forms.ToolStripSplitButton toolStripSplitButton1;
  762. private System.Windows.Forms.ToolStripMenuItem stripTsMi;
  763. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  764. private System.Windows.Forms.ToolStripMenuItem smallIconsTsMi;
  765. private System.Windows.Forms.ToolStripMenuItem tileTsMi;
  766. private System.Windows.Forms.ToolStripMenuItem largeIconsTsMi;
  767. private System.Windows.Forms.ToolStripMenuItem listTsMi;
  768. private System.Windows.Forms.ToolStripMenuItem detailsTsMi;
  769. private System.Windows.Forms.ToolStripButton newFolderTSB;
  770. private System.Windows.Forms.ToolStripButton goToParentTSB;
  771. private System.Windows.Forms.ToolStripButton openSearchPanelTSB;
  772. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  773. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  774. private System.Windows.Forms.ContextMenuStrip filesListViewCMS;
  775. private System.Windows.Forms.ToolStripMenuItem stripCTsMi;
  776. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  777. private System.Windows.Forms.ToolStripMenuItem smallIconsCTsMi;
  778. private System.Windows.Forms.ToolStripMenuItem tileCTsMi;
  779. private System.Windows.Forms.ToolStripMenuItem largeIconsCTsMi;
  780. private System.Windows.Forms.ToolStripMenuItem listCTsMi;
  781. private System.Windows.Forms.ToolStripMenuItem detailsCTsMi;
  782. private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
  783. private System.Windows.Forms.ToolStripMenuItem iconsOrderByTsMi;
  784. private System.Windows.Forms.ToolStripMenuItem iconsOrderByNameTsMi;
  785. private System.Windows.Forms.ToolStripMenuItem iconsOrderBySizeTsMi;
  786. private System.Windows.Forms.ToolStripMenuItem iconsOrderByTypeTsMi;
  787. private System.Windows.Forms.ToolStripMenuItem iconsOrderByModDateTsMi;
  788. private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
  789. private System.Windows.Forms.ToolStripMenuItem iconsDisplayGroupsTsMi;
  790. private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
  791. private System.Windows.Forms.ToolStripMenuItem statsCTsMi;
  792. private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
  793. private System.Windows.Forms.ToolStripMenuItem statsTsMi;
  794. private System.Windows.Forms.ContextMenuStrip fileSelectedCMS;
  795. private System.Windows.Forms.ToolStripMenuItem openPropertiesMessageTsMi;
  796. private System.Windows.Forms.ToolStripMenuItem openPropertySumaryFileCTsMi;
  797. private System.Windows.Forms.ToolStripMenuItem openMetadataCTsMi;
  798. private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
  799. private System.Windows.Forms.ToolStripMenuItem openWithCTsMi;
  800. private System.Windows.Forms.ToolStripMenuItem openFileCTsMi;
  801. private System.Windows.Forms.ToolStripMenuItem fileNameTsMi;
  802. private System.Windows.Forms.ToolTip toolTip1;
  803. private ImagesBrowserUserControl imagesBrowser;
  804. }
  805. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/brolexplorer/view/controls/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1719419452 26/06/2024 18:30:52
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/brolexplorer/view/controls/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .resx|.resxThumbUserControl.resx5.68 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csSearchMediaUserControl.Designer.cs52.01 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csImagesBrowserUserControl.cs9.69 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csExplorerUserControl.cs38.67 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csExplorerUserControl.Designer.cs44.73 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .resx|.resxExplorerUserControl.resx15.83 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .resx|.resxImagesBrowserUserControl.resx6.06 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csImagesBrowserUserControl.Designer.cs10.53 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csThumbUserControl.Designer.cs3.29 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .resx|.resxSearchMediaUserControl.resx7.72 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csSearchMediaUserControl.cs25.76 Ko31/10/2018 18:32:50-refusé-
Afficher le fichier .cs|.csThumbUserControl.cs4.7 Ko31/10/2018 18:32:50-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 30/10/2009 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/cs-brolexplorer-source-rf-view/controls/ExplorerUserControl.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.