DGVLayoutOptionsControl. Designer. cs

Description du code

DGVLayoutOptionsControl.Designer.cs est un fichier du projet BrolDev.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/broldev/src/.

Projet BrolDev : Librairie de composants réutilisables pour les applications BrolDev en CSharp.

Code source ou contenu du fichier

  1. namespace be.gaudry.view.controls
  2. {
  3. partial class DGVLayoutOptionsControl
  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.pageStyleGB = new System.Windows.Forms.GroupBox();
  32. this.datePLacementCB = new System.Windows.Forms.ComboBox();
  33. this.csvSeparatorLbl = new System.Windows.Forms.Label();
  34. this.csvSeparatorTB = new System.Windows.Forms.TextBox();
  35. this.pageOrientationLbl = new System.Windows.Forms.Label();
  36. this.pageOrientationCB = new System.Windows.Forms.ComboBox();
  37. this.titleLbl = new System.Windows.Forms.Label();
  38. this.footerCounterStyleLbl = new System.Windows.Forms.Label();
  39. this.titleTB = new System.Windows.Forms.TextBox();
  40. this.displayDateChkB = new System.Windows.Forms.CheckBox();
  41. this.footerCounterStyleCB = new System.Windows.Forms.ComboBox();
  42. this.dgvColumnsGB = new System.Windows.Forms.GroupBox();
  43. this.dgvColumnsChkLB = new System.Windows.Forms.CheckedListBox();
  44. this.fitToPageChkB = new System.Windows.Forms.CheckBox();
  45. this.dgvRowsGB = new System.Windows.Forms.GroupBox();
  46. this.printSelectedRowsRB = new System.Windows.Forms.RadioButton();
  47. this.printAllRowsRB = new System.Windows.Forms.RadioButton();
  48. this.saveFormatGB = new System.Windows.Forms.GroupBox();
  49. this.outputSelectionCB = new System.Windows.Forms.ComboBox();
  50. this.pageStyleGB.SuspendLayout();
  51. this.dgvColumnsGB.SuspendLayout();
  52. this.dgvRowsGB.SuspendLayout();
  53. this.saveFormatGB.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // pageStyleGB
  57. //
  58. this.pageStyleGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.pageStyleGB.Controls.Add(this.datePLacementCB);
  61. this.pageStyleGB.Controls.Add(this.csvSeparatorLbl);
  62. this.pageStyleGB.Controls.Add(this.csvSeparatorTB);
  63. this.pageStyleGB.Controls.Add(this.pageOrientationLbl);
  64. this.pageStyleGB.Controls.Add(this.pageOrientationCB);
  65. this.pageStyleGB.Controls.Add(this.titleLbl);
  66. this.pageStyleGB.Controls.Add(this.footerCounterStyleLbl);
  67. this.pageStyleGB.Controls.Add(this.titleTB);
  68. this.pageStyleGB.Controls.Add(this.displayDateChkB);
  69. this.pageStyleGB.Controls.Add(this.footerCounterStyleCB);
  70. this.pageStyleGB.Location = new System.Drawing.Point(212, 3);
  71. this.pageStyleGB.Name = "pageStyleGB";
  72. this.pageStyleGB.Size = new System.Drawing.Size(286, 308);
  73. this.pageStyleGB.TabIndex = 28;
  74. this.pageStyleGB.TabStop = false;
  75. this.pageStyleGB.Text = "Page";
  76. //
  77. // datePLacementCB
  78. //
  79. this.datePLacementCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  80. this.datePLacementCB.FormattingEnabled = true;
  81. this.datePLacementCB.Location = new System.Drawing.Point(113, 276);
  82. this.datePLacementCB.Name = "datePLacementCB";
  83. this.datePLacementCB.Size = new System.Drawing.Size(164, 21);
  84. this.datePLacementCB.TabIndex = 26;
  85. //
  86. // csvSeparatorLbl
  87. //
  88. this.csvSeparatorLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  89. this.csvSeparatorLbl.AutoSize = true;
  90. this.csvSeparatorLbl.Location = new System.Drawing.Point(7, 225);
  91. this.csvSeparatorLbl.Name = "csvSeparatorLbl";
  92. this.csvSeparatorLbl.Size = new System.Drawing.Size(111, 13);
  93. this.csvSeparatorLbl.TabIndex = 25;
  94. this.csvSeparatorLbl.Text = "Séparateur de valeurs";
  95. this.csvSeparatorLbl.Visible = false;
  96. //
  97. // csvSeparatorTB
  98. //
  99. this.csvSeparatorTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  100. this.csvSeparatorTB.Location = new System.Drawing.Point(134, 223);
  101. this.csvSeparatorTB.Name = "csvSeparatorTB";
  102. this.csvSeparatorTB.Size = new System.Drawing.Size(143, 20);
  103. this.csvSeparatorTB.TabIndex = 24;
  104. this.csvSeparatorTB.Text = "|";
  105. this.csvSeparatorTB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  106. this.csvSeparatorTB.Visible = false;
  107. this.csvSeparatorTB.Validating += new System.ComponentModel.CancelEventHandler(this.csvSeparatorTB_Validating);
  108. //
  109. // pageOrientationLbl
  110. //
  111. this.pageOrientationLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  112. this.pageOrientationLbl.AutoSize = true;
  113. this.pageOrientationLbl.Location = new System.Drawing.Point(7, 222);
  114. this.pageOrientationLbl.Name = "pageOrientationLbl";
  115. this.pageOrientationLbl.Size = new System.Drawing.Size(58, 13);
  116. this.pageOrientationLbl.TabIndex = 23;
  117. this.pageOrientationLbl.Text = "Orientation";
  118. //
  119. // pageOrientationCB
  120. //
  121. this.pageOrientationCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  122. this.pageOrientationCB.FormattingEnabled = true;
  123. this.pageOrientationCB.Location = new System.Drawing.Point(95, 222);
  124. this.pageOrientationCB.Name = "pageOrientationCB";
  125. this.pageOrientationCB.Size = new System.Drawing.Size(182, 21);
  126. this.pageOrientationCB.TabIndex = 22;
  127. //
  128. // titleLbl
  129. //
  130. this.titleLbl.AutoSize = true;
  131. this.titleLbl.Location = new System.Drawing.Point(6, 46);
  132. this.titleLbl.Name = "titleLbl";
  133. this.titleLbl.Size = new System.Drawing.Size(81, 13);
  134. this.titleLbl.TabIndex = 21;
  135. this.titleLbl.Text = "Titre de la page";
  136. //
  137. // footerCounterStyleLbl
  138. //
  139. this.footerCounterStyleLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  140. this.footerCounterStyleLbl.AutoSize = true;
  141. this.footerCounterStyleLbl.Location = new System.Drawing.Point(7, 249);
  142. this.footerCounterStyleLbl.Name = "footerCounterStyleLbl";
  143. this.footerCounterStyleLbl.Size = new System.Drawing.Size(70, 13);
  144. this.footerCounterStyleLbl.TabIndex = 20;
  145. this.footerCounterStyleLbl.Text = "Numérotation";
  146. //
  147. // titleTB
  148. //
  149. this.titleTB.AcceptsReturn = true;
  150. this.titleTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  151. | System.Windows.Forms.AnchorStyles.Left)));
  152. this.titleTB.Location = new System.Drawing.Point(10, 64);
  153. this.titleTB.Multiline = true;
  154. this.titleTB.Name = "titleTB";
  155. this.titleTB.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  156. this.titleTB.Size = new System.Drawing.Size(267, 152);
  157. this.titleTB.TabIndex = 19;
  158. //
  159. // displayDateChkB
  160. //
  161. this.displayDateChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  162. this.displayDateChkB.AutoSize = true;
  163. this.displayDateChkB.Checked = true;
  164. this.displayDateChkB.CheckState = System.Windows.Forms.CheckState.Checked;
  165. this.displayDateChkB.Location = new System.Drawing.Point(10, 278);
  166. this.displayDateChkB.Name = "displayDateChkB";
  167. this.displayDateChkB.Size = new System.Drawing.Size(97, 17);
  168. this.displayDateChkB.TabIndex = 17;
  169. this.displayDateChkB.Text = "Afficher la date";
  170. this.displayDateChkB.UseVisualStyleBackColor = true;
  171. this.displayDateChkB.Click += new System.EventHandler(this.displayDateChkB_Click);
  172. //
  173. // footerCounterStyleCB
  174. //
  175. this.footerCounterStyleCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  176. this.footerCounterStyleCB.FormattingEnabled = true;
  177. this.footerCounterStyleCB.Location = new System.Drawing.Point(95, 249);
  178. this.footerCounterStyleCB.Name = "footerCounterStyleCB";
  179. this.footerCounterStyleCB.Size = new System.Drawing.Size(182, 21);
  180. this.footerCounterStyleCB.TabIndex = 16;
  181. //
  182. // dgvColumnsGB
  183. //
  184. this.dgvColumnsGB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  185. | System.Windows.Forms.AnchorStyles.Left)
  186. | System.Windows.Forms.AnchorStyles.Right)));
  187. this.dgvColumnsGB.Controls.Add(this.dgvColumnsChkLB);
  188. this.dgvColumnsGB.Controls.Add(this.fitToPageChkB);
  189. this.dgvColumnsGB.Location = new System.Drawing.Point(3, 80);
  190. this.dgvColumnsGB.Name = "dgvColumnsGB";
  191. this.dgvColumnsGB.Size = new System.Drawing.Size(203, 303);
  192. this.dgvColumnsGB.TabIndex = 27;
  193. this.dgvColumnsGB.TabStop = false;
  194. this.dgvColumnsGB.Text = "Colonnes à imprimer";
  195. //
  196. // dgvColumnsChkLB
  197. //
  198. this.dgvColumnsChkLB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  199. | System.Windows.Forms.AnchorStyles.Left)
  200. | System.Windows.Forms.AnchorStyles.Right)));
  201. this.dgvColumnsChkLB.CheckOnClick = true;
  202. this.dgvColumnsChkLB.FormattingEnabled = true;
  203. this.dgvColumnsChkLB.Location = new System.Drawing.Point(5, 16);
  204. this.dgvColumnsChkLB.Name = "dgvColumnsChkLB";
  205. this.dgvColumnsChkLB.Size = new System.Drawing.Size(194, 244);
  206. this.dgvColumnsChkLB.TabIndex = 13;
  207. //
  208. // fitToPageChkB
  209. //
  210. this.fitToPageChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  211. this.fitToPageChkB.AutoSize = true;
  212. this.fitToPageChkB.Checked = true;
  213. this.fitToPageChkB.CheckState = System.Windows.Forms.CheckState.Checked;
  214. this.fitToPageChkB.Location = new System.Drawing.Point(6, 280);
  215. this.fitToPageChkB.Name = "fitToPageChkB";
  216. this.fitToPageChkB.Size = new System.Drawing.Size(160, 17);
  217. this.fitToPageChkB.TabIndex = 21;
  218. this.fitToPageChkB.Text = "Adapter à la largeur de page";
  219. //
  220. // dgvRowsGB
  221. //
  222. this.dgvRowsGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  223. | System.Windows.Forms.AnchorStyles.Right)));
  224. this.dgvRowsGB.Controls.Add(this.printSelectedRowsRB);
  225. this.dgvRowsGB.Controls.Add(this.printAllRowsRB);
  226. this.dgvRowsGB.Location = new System.Drawing.Point(3, 3);
  227. this.dgvRowsGB.Name = "dgvRowsGB";
  228. this.dgvRowsGB.Size = new System.Drawing.Size(203, 71);
  229. this.dgvRowsGB.TabIndex = 26;
  230. this.dgvRowsGB.TabStop = false;
  231. this.dgvRowsGB.Text = "Lignes à imprimer";
  232. //
  233. // printSelectedRowsRB
  234. //
  235. this.printSelectedRowsRB.AutoSize = true;
  236. this.printSelectedRowsRB.Location = new System.Drawing.Point(6, 42);
  237. this.printSelectedRowsRB.Name = "printSelectedRowsRB";
  238. this.printSelectedRowsRB.Size = new System.Drawing.Size(92, 17);
  239. this.printSelectedRowsRB.TabIndex = 1;
  240. this.printSelectedRowsRB.Text = "Sélectionnées";
  241. //
  242. // printAllRowsRB
  243. //
  244. this.printAllRowsRB.AutoSize = true;
  245. this.printAllRowsRB.Checked = true;
  246. this.printAllRowsRB.Location = new System.Drawing.Point(6, 19);
  247. this.printAllRowsRB.Name = "printAllRowsRB";
  248. this.printAllRowsRB.Size = new System.Drawing.Size(58, 17);
  249. this.printAllRowsRB.TabIndex = 0;
  250. this.printAllRowsRB.TabStop = true;
  251. this.printAllRowsRB.Text = "Toutes";
  252. //
  253. // saveFormatGB
  254. //
  255. this.saveFormatGB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  256. this.saveFormatGB.Controls.Add(this.outputSelectionCB);
  257. this.saveFormatGB.Location = new System.Drawing.Point(208, 317);
  258. this.saveFormatGB.Name = "saveFormatGB";
  259. this.saveFormatGB.Size = new System.Drawing.Size(290, 66);
  260. this.saveFormatGB.TabIndex = 29;
  261. this.saveFormatGB.TabStop = false;
  262. this.saveFormatGB.Text = "Destination";
  263. //
  264. // outputSelectionCB
  265. //
  266. this.outputSelectionCB.FormattingEnabled = true;
  267. this.outputSelectionCB.Location = new System.Drawing.Point(6, 19);
  268. this.outputSelectionCB.Name = "outputSelectionCB";
  269. this.outputSelectionCB.Size = new System.Drawing.Size(278, 21);
  270. this.outputSelectionCB.TabIndex = 17;
  271. this.outputSelectionCB.SelectionChangeCommitted += new System.EventHandler(this.outputSelectionCB_SelectionChangeCommitted);
  272. //
  273. // DGVLayoutOptionsControl
  274. //
  275. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  276. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  277. this.Controls.Add(this.saveFormatGB);
  278. this.Controls.Add(this.pageStyleGB);
  279. this.Controls.Add(this.dgvColumnsGB);
  280. this.Controls.Add(this.dgvRowsGB);
  281. this.Name = "DGVLayoutOptionsControl";
  282. this.Size = new System.Drawing.Size(501, 386);
  283. this.pageStyleGB.ResumeLayout(false);
  284. this.pageStyleGB.PerformLayout();
  285. this.dgvColumnsGB.ResumeLayout(false);
  286. this.dgvColumnsGB.PerformLayout();
  287. this.dgvRowsGB.ResumeLayout(false);
  288. this.dgvRowsGB.PerformLayout();
  289. this.saveFormatGB.ResumeLayout(false);
  290. this.ResumeLayout(false);
  291.  
  292. }
  293.  
  294. #endregion
  295.  
  296. private System.Windows.Forms.GroupBox pageStyleGB;
  297. private System.Windows.Forms.Label pageOrientationLbl;
  298. private System.Windows.Forms.ComboBox pageOrientationCB;
  299. private System.Windows.Forms.Label titleLbl;
  300. private System.Windows.Forms.Label footerCounterStyleLbl;
  301. private System.Windows.Forms.TextBox titleTB;
  302. private System.Windows.Forms.CheckBox displayDateChkB;
  303. private System.Windows.Forms.ComboBox footerCounterStyleCB;
  304. private System.Windows.Forms.GroupBox dgvColumnsGB;
  305. private System.Windows.Forms.CheckedListBox dgvColumnsChkLB;
  306. private System.Windows.Forms.CheckBox fitToPageChkB;
  307. private System.Windows.Forms.GroupBox dgvRowsGB;
  308. private System.Windows.Forms.RadioButton printSelectedRowsRB;
  309. private System.Windows.Forms.RadioButton printAllRowsRB;
  310. private System.Windows.Forms.GroupBox saveFormatGB;
  311. private System.Windows.Forms.ComboBox outputSelectionCB;
  312. private System.Windows.Forms.Label csvSeparatorLbl;
  313. private System.Windows.Forms.TextBox csvSeparatorTB;
  314. private System.Windows.Forms.ComboBox datePLacementCB;
  315. }
  316. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/controls/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1719052443 22/06/2024 12:34:03
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/controls/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csToolBarHomeControl.Designer.cs7.41 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csWizardUserControl.Designer.cs6.79 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csHeaderPanel.Designer.cs1.19 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsControl.cs7.55 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csXPGroupBox.cs15.83 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csWizardXpUserControl.Designer.cs7.85 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csToolBarHomeControl.cs2.32 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csVersionControl.Designer.cs4.09 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csWizardUserControl.cs2.01 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxWizardXpUserControl.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csBrolBoxUserControl.Designer.cs5.92 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .resx|.resxChartControl.resx6.58 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csHeaderPanel.cs35.93 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csIWizardUC.cs2.35 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .resx|.resxAboutUserControl.resx5.68 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .cs|.csTextBoxDragDrop.cs8.59 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csSystemInfoControl.cs5.46 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .resx|.resxXPGroupBox.resx17.7 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csHeaderPanelNativeMethods.cs21.09 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csToolBarManagerControl.cs6.99 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csTextBoxDragDrop.Designer.cs1.11 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .resx|.resxSystemInfoControl.resx6.22 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csSystemInfoControl.Designer.cs4.79 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .resx|.resxHeaderPanel.resx5.85 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csScrollablePictureBoxUserControl.cs5.55 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csBrolBoxUserControl.cs4.7 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .resx|.resxDGVLayoutOptionsControl.resx5.68 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .resx|.resxWizardUserControl.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csUpdateControl.cs7.55 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csIconList.cs2.68 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csVersionControl.cs463 octets31/10/2018 18:33:12-refusé-
Afficher le fichier .resx|.resxBrolBoxUserControl.resx5.68 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .cs|.csAboutUserControl.cs6.75 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .resx|.resxToolBarManagerControl.resx5.88 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csToolBarManagerControl.Designer.cs10.66 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csIToolBarControl.cs1.07 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csWizardXpUserControl.cs8.11 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csImageCombo.cs15.49 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csAboutUserControl.Designer.cs12.31 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .resx|.resxScrollablePictureBoxUserControl.resx5.68 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csScrollablePictureBoxUserControl.Designer.cs5.64 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .resx|.resxVersionControl.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csChartControl.Designer.cs18.45 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .cs|.csUpdateControl.Designer.cs3.92 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .resx|.resxUpdateControl.resx5.68 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csChartControl.cs15.11 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsControl.Designer.cs17.39 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .cs|.csToolStrip.cs1.06 Ko31/10/2018 18:33:12-refusé-
Afficher le fichier .cs|.csIconList.Designer.cs1.1 Ko31/10/2018 18:33:11-refusé-
Afficher le fichier .resx|.resxToolBarHomeControl.resx48.51 Ko31/10/2018 18:33:12-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-broldev-source-rf-view/controls//DGVLayoutOptionsControl.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.