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.

TrackFloatParameterDialog. Designer. cs

Description du code

TrackFloatParameterDialog.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.photobrol.view.dialogs
  2. {
  3. partial class TrackFloatParameterDialog
  4. {
  5. /// <summary>
  6. /// Variable nécessaire au concepteur.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Nettoyage des ressources utilisées.
  12. /// </summary>
  13. /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22.  
  23. #region Code généré par le Concepteur Windows Form
  24.  
  25. /// <summary>
  26. /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
  27. /// le contenu de cette méthode avec l'éditeur de code.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.infoLbl = new System.Windows.Forms.Label();
  32. this.parameterTrkB = new System.Windows.Forms.TrackBar();
  33. this.valueTB = new be.gaudry.view.controls.TextBoxDragDrop();
  34. this.valueInfoLbl = new System.Windows.Forms.Label();
  35. this.cancelBtn = new System.Windows.Forms.Button();
  36. this.okBtn = new System.Windows.Forms.Button();
  37. this.paramChkB = new System.Windows.Forms.CheckBox();
  38. ((System.ComponentModel.ISupportInitialize)(this.parameterTrkB)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // infoLbl
  42. //
  43. this.infoLbl.AutoSize = true;
  44. this.infoLbl.Location = new System.Drawing.Point(12, 9);
  45. this.infoLbl.Name = "infoLbl";
  46. this.infoLbl.Size = new System.Drawing.Size(24, 13);
  47. this.infoLbl.TabIndex = 11;
  48. this.infoLbl.Text = "info";
  49. //
  50. // parameterTrkB
  51. //
  52. this.parameterTrkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  53. | System.Windows.Forms.AnchorStyles.Right)));
  54. this.parameterTrkB.Location = new System.Drawing.Point(12, 75);
  55. this.parameterTrkB.Name = "parameterTrkB";
  56. this.parameterTrkB.Size = new System.Drawing.Size(292, 45);
  57. this.parameterTrkB.TabIndex = 10;
  58. this.parameterTrkB.TickStyle = System.Windows.Forms.TickStyle.Both;
  59. this.parameterTrkB.Scroll += new System.EventHandler(this.parameterTrkB_Scroll);
  60. //
  61. // valueTB
  62. //
  63. this.valueTB.Location = new System.Drawing.Point(65, 36);
  64. this.valueTB.Name = "valueTB";
  65. this.valueTB.ReadOnly = true;
  66. this.valueTB.Size = new System.Drawing.Size(58, 20);
  67. this.valueTB.TabIndex = 9;
  68. //
  69. // valueInfoLbl
  70. //
  71. this.valueInfoLbl.AutoSize = true;
  72. this.valueInfoLbl.Location = new System.Drawing.Point(12, 39);
  73. this.valueInfoLbl.Name = "valueInfoLbl";
  74. this.valueInfoLbl.Size = new System.Drawing.Size(47, 13);
  75. this.valueInfoLbl.TabIndex = 8;
  76. this.valueInfoLbl.Text = "Rayon : ";
  77. //
  78. // cancelBtn
  79. //
  80. this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  81. this.cancelBtn.Location = new System.Drawing.Point(225, 126);
  82. this.cancelBtn.Name = "cancelBtn";
  83. this.cancelBtn.Size = new System.Drawing.Size(75, 23);
  84. this.cancelBtn.TabIndex = 7;
  85. this.cancelBtn.Text = "Annuler";
  86. this.cancelBtn.UseVisualStyleBackColor = true;
  87. //
  88. // okBtn
  89. //
  90. this.okBtn.DialogResult = System.Windows.Forms.DialogResult.OK;
  91. this.okBtn.Location = new System.Drawing.Point(132, 126);
  92. this.okBtn.Name = "okBtn";
  93. this.okBtn.Size = new System.Drawing.Size(75, 23);
  94. this.okBtn.TabIndex = 6;
  95. this.okBtn.Text = "OK";
  96. this.okBtn.UseVisualStyleBackColor = true;
  97. //
  98. // paramChkB
  99. //
  100. this.paramChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  101. this.paramChkB.AutoSize = true;
  102. this.paramChkB.Location = new System.Drawing.Point(285, 36);
  103. this.paramChkB.Name = "paramChkB";
  104. this.paramChkB.Size = new System.Drawing.Size(15, 14);
  105. this.paramChkB.TabIndex = 13;
  106. this.paramChkB.UseVisualStyleBackColor = true;
  107. //
  108. // TrackFloatParameterDialog
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.ClientSize = new System.Drawing.Size(316, 163);
  113. this.Controls.Add(this.paramChkB);
  114. this.Controls.Add(this.infoLbl);
  115. this.Controls.Add(this.parameterTrkB);
  116. this.Controls.Add(this.valueTB);
  117. this.Controls.Add(this.valueInfoLbl);
  118. this.Controls.Add(this.cancelBtn);
  119. this.Controls.Add(this.okBtn);
  120. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  121. this.Name = "TrackFloatParameterDialog";
  122. this.Text = "TrackParameterDialog";
  123. this.Load += new System.EventHandler(this.TrackFloatParameterDialog_Load);
  124. ((System.ComponentModel.ISupportInitialize)(this.parameterTrkB)).EndInit();
  125. this.ResumeLayout(false);
  126. this.PerformLayout();
  127.  
  128. }
  129.  
  130. #endregion
  131.  
  132. private System.Windows.Forms.Label infoLbl;
  133. private System.Windows.Forms.TrackBar parameterTrkB;
  134. private be.gaudry.view.controls.TextBoxDragDrop valueTB;
  135. private System.Windows.Forms.Label valueInfoLbl;
  136. private System.Windows.Forms.Button cancelBtn;
  137. private System.Windows.Forms.Button okBtn;
  138. private System.Windows.Forms.CheckBox paramChkB;
  139.  
  140. }
  141. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/dialogs/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1715496770 12/05/2024 08:52:50
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/view/dialogs/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csTrackIntParameterDialog.cs4.2 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csHSLDialog.cs8.25 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csExceptionDialog.cs3.58 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csVersionForm.Designer.cs6.72 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxCriticalExceptionDialog.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxTrackFloatParameterDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsDialog.designer.cs5.12 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csExceptionDialog.Designer.cs6.2 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxCustomOpenResultFileDialog.resx6.06 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxVersionForm.resx42.91 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csAboutBrolDevlDialog.Designer.cs2.24 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxDGVLayoutOptionsDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxInfobrolForm.resx40.95 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csTrackFloatParameterDialog.cs2.41 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxUpdateDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csCustomOpenResultFileDialog.Designer.cs7.44 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csCriticalExceptionDialog.Designer.cs8.88 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csTrackIntParameterDialog.Designer.cs8.02 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csDGVLayoutOptionsDialog.cs1.05 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csUpdateDialog.Designer.cs2.02 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csUpdateDialog.cs360 octets31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csAboutBrolDevlDialog.cs230 octets31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csCustomOpenResultFileDialog.cs4.84 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .resx|.resxExceptionDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxHSLDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .resx|.resxAboutBrolDevlDialog.resx5.68 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csTrackFloatParameterDialog.Designer.cs6.31 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxResizeDialog.resx5.68 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csHSLDialog.Designer.cs14.28 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csResizeDialog.cs1.09 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csCriticalExceptionDialog.cs1.87 Ko31/10/2018 18:33:13-refusé-
Afficher le fichier .cs|.csVersionForm.cs1.16 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .resx|.resxTrackIntParameterDialog.resx5.68 Ko31/10/2018 18:33:15-refusé-
Afficher le fichier .cs|.csInfobrolForm.cs198 octets31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csInfobrolForm.Designer.cs2.45 Ko31/10/2018 18:33:14-refusé-
Afficher le fichier .cs|.csResizeDialog.Designer.cs5.3 Ko31/10/2018 18:33:14-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-broldev-source-rf-view/dialogs/TrackFloatParameterDialog.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.