TrackIntParameterDialog. Designer. cs

Description du code

TrackIntParameterDialog.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 TrackIntParameterDialog
  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.param1ChkB = new System.Windows.Forms.CheckBox();
  38. this.param2ChkB = new System.Windows.Forms.CheckBox();
  39. this.param3ChkB = new System.Windows.Forms.CheckBox();
  40. ((System.ComponentModel.ISupportInitialize)(this.parameterTrkB)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // infoLbl
  44. //
  45. this.infoLbl.AutoSize = true;
  46. this.infoLbl.Location = new System.Drawing.Point(12, 9);
  47. this.infoLbl.Name = "infoLbl";
  48. this.infoLbl.Size = new System.Drawing.Size(24, 13);
  49. this.infoLbl.TabIndex = 11;
  50. this.infoLbl.Text = "info";
  51. //
  52. // parameterTrkB
  53. //
  54. this.parameterTrkB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  55. | System.Windows.Forms.AnchorStyles.Right)));
  56. this.parameterTrkB.Location = new System.Drawing.Point(12, 75);
  57. this.parameterTrkB.Name = "parameterTrkB";
  58. this.parameterTrkB.Size = new System.Drawing.Size(292, 45);
  59. this.parameterTrkB.TabIndex = 10;
  60. this.parameterTrkB.TickStyle = System.Windows.Forms.TickStyle.Both;
  61. this.parameterTrkB.Scroll += new System.EventHandler(this.parameterTrkB_Scroll);
  62. //
  63. // valueTB
  64. //
  65. this.valueTB.Location = new System.Drawing.Point(15, 49);
  66. this.valueTB.Name = "valueTB";
  67. this.valueTB.ReadOnly = true;
  68. this.valueTB.Size = new System.Drawing.Size(58, 20);
  69. this.valueTB.TabIndex = 9;
  70. //
  71. // valueInfoLbl
  72. //
  73. this.valueInfoLbl.AutoSize = true;
  74. this.valueInfoLbl.Location = new System.Drawing.Point(12, 33);
  75. this.valueInfoLbl.Name = "valueInfoLbl";
  76. this.valueInfoLbl.Size = new System.Drawing.Size(47, 13);
  77. this.valueInfoLbl.TabIndex = 8;
  78. this.valueInfoLbl.Text = "Rayon : ";
  79. //
  80. // cancelBtn
  81. //
  82. this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  83. this.cancelBtn.Location = new System.Drawing.Point(225, 126);
  84. this.cancelBtn.Name = "cancelBtn";
  85. this.cancelBtn.Size = new System.Drawing.Size(75, 23);
  86. this.cancelBtn.TabIndex = 7;
  87. this.cancelBtn.Text = "Annuler";
  88. this.cancelBtn.UseVisualStyleBackColor = true;
  89. //
  90. // okBtn
  91. //
  92. this.okBtn.DialogResult = System.Windows.Forms.DialogResult.OK;
  93. this.okBtn.Location = new System.Drawing.Point(132, 126);
  94. this.okBtn.Name = "okBtn";
  95. this.okBtn.Size = new System.Drawing.Size(75, 23);
  96. this.okBtn.TabIndex = 6;
  97. this.okBtn.Text = "OK";
  98. this.okBtn.UseVisualStyleBackColor = true;
  99. //
  100. // param1ChkB
  101. //
  102. this.param1ChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  103. this.param1ChkB.AutoSize = true;
  104. this.param1ChkB.Location = new System.Drawing.Point(285, 36);
  105. this.param1ChkB.Name = "param1ChkB";
  106. this.param1ChkB.Size = new System.Drawing.Size(15, 14);
  107. this.param1ChkB.TabIndex = 12;
  108. this.param1ChkB.UseVisualStyleBackColor = true;
  109. this.param1ChkB.Visible = false;
  110. //
  111. // param2ChkB
  112. //
  113. this.param2ChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  114. this.param2ChkB.AutoSize = true;
  115. this.param2ChkB.Location = new System.Drawing.Point(285, 16);
  116. this.param2ChkB.Name = "param2ChkB";
  117. this.param2ChkB.Size = new System.Drawing.Size(15, 14);
  118. this.param2ChkB.TabIndex = 13;
  119. this.param2ChkB.UseVisualStyleBackColor = true;
  120. this.param2ChkB.Visible = false;
  121. //
  122. // param3ChkB
  123. //
  124. this.param3ChkB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  125. this.param3ChkB.AutoSize = true;
  126. this.param3ChkB.Location = new System.Drawing.Point(285, 56);
  127. this.param3ChkB.Name = "param3ChkB";
  128. this.param3ChkB.Size = new System.Drawing.Size(15, 14);
  129. this.param3ChkB.TabIndex = 14;
  130. this.param3ChkB.UseVisualStyleBackColor = true;
  131. this.param3ChkB.Visible = false;
  132. //
  133. // TrackIntParameterDialog
  134. //
  135. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  136. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  137. this.ClientSize = new System.Drawing.Size(316, 163);
  138. this.Controls.Add(this.param3ChkB);
  139. this.Controls.Add(this.param2ChkB);
  140. this.Controls.Add(this.param1ChkB);
  141. this.Controls.Add(this.infoLbl);
  142. this.Controls.Add(this.parameterTrkB);
  143. this.Controls.Add(this.valueTB);
  144. this.Controls.Add(this.valueInfoLbl);
  145. this.Controls.Add(this.cancelBtn);
  146. this.Controls.Add(this.okBtn);
  147. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  148. this.Name = "TrackIntParameterDialog";
  149. this.Text = "TrackParameterDialog";
  150. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TrackIntParameterDialog_FormClosing);
  151. this.Load += new System.EventHandler(this.TrackIntParameterDialog_Load);
  152. ((System.ComponentModel.ISupportInitialize)(this.parameterTrkB)).EndInit();
  153. this.ResumeLayout(false);
  154. this.PerformLayout();
  155.  
  156. }
  157.  
  158. #endregion
  159.  
  160. private System.Windows.Forms.Label infoLbl;
  161. private System.Windows.Forms.TrackBar parameterTrkB;
  162. private be.gaudry.view.controls.TextBoxDragDrop valueTB;
  163. private System.Windows.Forms.Label valueInfoLbl;
  164. private System.Windows.Forms.Button cancelBtn;
  165. private System.Windows.Forms.Button okBtn;
  166. private System.Windows.Forms.CheckBox param1ChkB;
  167. private System.Windows.Forms.CheckBox param2ChkB;
  168. private System.Windows.Forms.CheckBox param3ChkB;
  169.  
  170. }
  171. }

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 octets1715166811 08/05/2024 13:13:31
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.

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/dialogs/TrackIntParameterDialog.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.