No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

ResizeDialog.Designer.cs

Description du code

ResizeDialog.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.dialogs
  2. {
  3. partial class ResizeDialog
  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.cancelBtn = new System.Windows.Forms.Button();
  32. this.OkBtn = new System.Windows.Forms.Button();
  33. this.bilinearChkB = new System.Windows.Forms.CheckBox();
  34. this.heighTB = new be.gaudry.view.controls.TextBoxDragDrop();
  35. this.heightLbl = new System.Windows.Forms.Label();
  36. this.widthTB = new be.gaudry.view.controls.TextBoxDragDrop();
  37. this.widthLbl = new System.Windows.Forms.Label();
  38. this.SuspendLayout();
  39. //
  40. // cancelBtn
  41. //
  42. this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  43. this.cancelBtn.Location = new System.Drawing.Point(190, 85);
  44. this.cancelBtn.Name = "cancelBtn";
  45. this.cancelBtn.Size = new System.Drawing.Size(70, 23);
  46. this.cancelBtn.TabIndex = 13;
  47. this.cancelBtn.Text = "Annuler";
  48. //
  49. // OkBtn
  50. //
  51. this.OkBtn.DialogResult = System.Windows.Forms.DialogResult.OK;
  52. this.OkBtn.Location = new System.Drawing.Point(114, 85);
  53. this.OkBtn.Name = "OkBtn";
  54. this.OkBtn.Size = new System.Drawing.Size(70, 23);
  55. this.OkBtn.TabIndex = 12;
  56. this.OkBtn.Text = "Appliquer";
  57. //
  58. // bilinearChkB
  59. //
  60. this.bilinearChkB.Location = new System.Drawing.Point(12, 47);
  61. this.bilinearChkB.Name = "bilinearChkB";
  62. this.bilinearChkB.Size = new System.Drawing.Size(96, 24);
  63. this.bilinearChkB.TabIndex = 11;
  64. this.bilinearChkB.Text = "Filtre bilinéaire";
  65. //
  66. // heighTB
  67. //
  68. this.heighTB.Location = new System.Drawing.Point(206, 12);
  69. this.heighTB.Name = "heighTB";
  70. this.heighTB.Size = new System.Drawing.Size(56, 20);
  71. this.heighTB.TabIndex = 10;
  72. //
  73. // heightLbl
  74. //
  75. this.heightLbl.AutoSize = true;
  76. this.heightLbl.Location = new System.Drawing.Point(140, 16);
  77. this.heightLbl.Name = "heightLbl";
  78. this.heightLbl.Size = new System.Drawing.Size(51, 13);
  79. this.heightLbl.TabIndex = 9;
  80. this.heightLbl.Text = "Hauteur :";
  81. //
  82. // widthTB
  83. //
  84. this.widthTB.Location = new System.Drawing.Point(65, 12);
  85. this.widthTB.Name = "widthTB";
  86. this.widthTB.Size = new System.Drawing.Size(56, 20);
  87. this.widthTB.TabIndex = 8;
  88. //
  89. // widthLbl
  90. //
  91. this.widthLbl.AutoSize = true;
  92. this.widthLbl.Location = new System.Drawing.Point(8, 16);
  93. this.widthLbl.Name = "widthLbl";
  94. this.widthLbl.Size = new System.Drawing.Size(49, 13);
  95. this.widthLbl.TabIndex = 7;
  96. this.widthLbl.Text = "Largeur :";
  97. //
  98. // ResizeDialog
  99. //
  100. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  101. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  102. this.ClientSize = new System.Drawing.Size(271, 120);
  103. this.Controls.Add(this.cancelBtn);
  104. this.Controls.Add(this.OkBtn);
  105. this.Controls.Add(this.bilinearChkB);
  106. this.Controls.Add(this.heighTB);
  107. this.Controls.Add(this.heightLbl);
  108. this.Controls.Add(this.widthTB);
  109. this.Controls.Add(this.widthLbl);
  110. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  111. this.Name = "ResizeDialog";
  112. this.Text = "Redimentionner...";
  113. this.Load += new System.EventHandler(this.ResizeDialog_Load);
  114. this.ResumeLayout(false);
  115. this.PerformLayout();
  116.  
  117. }
  118.  
  119. #endregion
  120.  
  121. private System.Windows.Forms.Button cancelBtn;
  122. private System.Windows.Forms.Button OkBtn;
  123. private System.Windows.Forms.CheckBox bilinearChkB;
  124. private be.gaudry.view.controls.TextBoxDragDrop heighTB;
  125. private System.Windows.Forms.Label heightLbl;
  126. private be.gaudry.view.controls.TextBoxDragDrop widthTB;
  127. private System.Windows.Forms.Label widthLbl;
  128. }
  129. }

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 octets1717311939 02/06/2024 09:05:39
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.

English translation

You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.

If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.

Thank you in advance.

Document created the 16/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-broldev-source-rf-view/dialogs//ResizeDialog.Designer.cs.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.