DGVLayoutOptionsDialog. designer. cs

Description du code

DGVLayoutOptionsDialog.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 DGVLayoutOptionsDialog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  24.  
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.okBtn = new System.Windows.Forms.Button();
  32. this.cancelBtn = new System.Windows.Forms.Button();
  33. this.layoutControl = new be.gaudry.view.controls.DGVLayoutOptionsControl();
  34. this.SuspendLayout();
  35. //
  36. // okBtn
  37. //
  38. this.okBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  39. this.okBtn.BackColor = System.Drawing.SystemColors.Control;
  40. this.okBtn.Cursor = System.Windows.Forms.Cursors.Default;
  41. this.okBtn.DialogResult = System.Windows.Forms.DialogResult.OK;
  42. this.okBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
  43. this.okBtn.ForeColor = System.Drawing.SystemColors.ControlText;
  44. this.okBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
  45. this.okBtn.Location = new System.Drawing.Point(479, 411);
  46. this.okBtn.Name = "okBtn";
  47. this.okBtn.RightToLeft = System.Windows.Forms.RightToLeft.No;
  48. this.okBtn.Size = new System.Drawing.Size(56, 25);
  49. this.okBtn.TabIndex = 14;
  50. this.okBtn.Text = "&OK";
  51. this.okBtn.UseVisualStyleBackColor = false;
  52. this.okBtn.Click += new System.EventHandler(this.btnOK_Click);
  53. //
  54. // cancelBtn
  55. //
  56. this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  57. this.cancelBtn.BackColor = System.Drawing.SystemColors.Control;
  58. this.cancelBtn.Cursor = System.Windows.Forms.Cursors.Default;
  59. this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  60. this.cancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
  61. this.cancelBtn.ForeColor = System.Drawing.SystemColors.ControlText;
  62. this.cancelBtn.Location = new System.Drawing.Point(541, 411);
  63. this.cancelBtn.Name = "cancelBtn";
  64. this.cancelBtn.RightToLeft = System.Windows.Forms.RightToLeft.No;
  65. this.cancelBtn.Size = new System.Drawing.Size(56, 25);
  66. this.cancelBtn.TabIndex = 15;
  67. this.cancelBtn.Text = "Annuler";
  68. this.cancelBtn.UseVisualStyleBackColor = false;
  69. this.cancelBtn.Click += new System.EventHandler(this.btnCancel_Click);
  70. //
  71. // layoutControl
  72. //
  73. this.layoutControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  74. | System.Windows.Forms.AnchorStyles.Left)
  75. | System.Windows.Forms.AnchorStyles.Right)));
  76. this.layoutControl.Location = new System.Drawing.Point(7, 2);
  77. this.layoutControl.Name = "layoutControl";
  78. this.layoutControl.Size = new System.Drawing.Size(595, 386);
  79. this.layoutControl.TabIndex = 16;
  80. //
  81. // DGVLayoutOptionsDialog
  82. //
  83. this.AcceptButton = this.okBtn;
  84. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  85. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  86. this.CancelButton = this.cancelBtn;
  87. this.ClientSize = new System.Drawing.Size(609, 448);
  88. this.Controls.Add(this.layoutControl);
  89. this.Controls.Add(this.okBtn);
  90. this.Controls.Add(this.cancelBtn);
  91. this.MaximizeBox = false;
  92. this.MinimizeBox = false;
  93. this.Name = "DGVLayoutOptionsDialog";
  94. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
  95. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  96. this.Text = "Options de mise en page";
  97. this.ResumeLayout(false);
  98.  
  99. }
  100.  
  101. #endregion
  102.  
  103. protected System.Windows.Forms.Button okBtn;
  104. protected System.Windows.Forms.Button cancelBtn;
  105. public be.gaudry.view.controls.DGVLayoutOptionsControl layoutControl;
  106.  
  107. }
  108. }

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 octets1727439365 27/09/2024 14:16:05
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//DGVLayoutOptionsDialog.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.