MySQLControl.Designer.cs

Description du code

MySQLControl.Designer.cs est un fichier du projet BiblioBrol.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/src/.

Projet BiblioBrol :

Gestion de media en CSharp.

Pour plus d'infos, vous pouvez consulter la brève analyse.

Code source ou contenu du fichier

  1. namespace be.gaudry.bibliobrol.view.controls.dao
  2. {
  3. partial class MySQLControl
  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.components = new System.ComponentModel.Container();
  32. this.applyBtn = new System.Windows.Forms.Button();
  33. this.urlLbl = new System.Windows.Forms.Label();
  34. this.urlTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  35. this.loginLbl = new System.Windows.Forms.Label();
  36. this.loginTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  37. this.passwordLbl = new System.Windows.Forms.Label();
  38. this.passwordTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  39. this.dbNameLbl = new System.Windows.Forms.Label();
  40. this.dbNameTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  41. this.SuspendLayout();
  42. //
  43. // applyBtn
  44. //
  45. this.applyBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  46. this.applyBtn.Location = new System.Drawing.Point(317, 137);
  47. this.applyBtn.Name = "applyBtn";
  48. this.applyBtn.Size = new System.Drawing.Size(75, 23);
  49. this.applyBtn.TabIndex = 25;
  50. this.applyBtn.Text = "Appliquer";
  51. this.applyBtn.UseVisualStyleBackColor = true;
  52. this.applyBtn.Click += new System.EventHandler(this.applyBtn_Click);
  53. //
  54. // urlLbl
  55. //
  56. this.urlLbl.AutoSize = true;
  57. this.urlLbl.Location = new System.Drawing.Point(16, 14);
  58. this.urlLbl.Name = "urlLbl";
  59. this.urlLbl.Size = new System.Drawing.Size(29, 13);
  60. this.urlLbl.TabIndex = 23;
  61. this.urlLbl.Text = "URL";
  62. //
  63. // urlTB
  64. //
  65. this.urlTB.AllowDrop = true;
  66. this.urlTB.Location = new System.Drawing.Point(80, 10);
  67. this.urlTB.Name = "urlTB";
  68. this.urlTB.Size = new System.Drawing.Size(157, 20);
  69. this.urlTB.TabIndex = 24;
  70. //
  71. // loginLbl
  72. //
  73. this.loginLbl.AutoSize = true;
  74. this.loginLbl.Location = new System.Drawing.Point(16, 67);
  75. this.loginLbl.Name = "loginLbl";
  76. this.loginLbl.Size = new System.Drawing.Size(33, 13);
  77. this.loginLbl.TabIndex = 26;
  78. this.loginLbl.Text = "Login";
  79. //
  80. // loginTB
  81. //
  82. this.loginTB.AllowDrop = true;
  83. this.loginTB.Location = new System.Drawing.Point(80, 63);
  84. this.loginTB.Name = "loginTB";
  85. this.loginTB.Size = new System.Drawing.Size(157, 20);
  86. this.loginTB.TabIndex = 27;
  87. //
  88. // passwordLbl
  89. //
  90. this.passwordLbl.AutoSize = true;
  91. this.passwordLbl.Location = new System.Drawing.Point(16, 93);
  92. this.passwordLbl.Name = "passwordLbl";
  93. this.passwordLbl.Size = new System.Drawing.Size(71, 13);
  94. this.passwordLbl.TabIndex = 28;
  95. this.passwordLbl.Text = "Mot de passe";
  96. //
  97. // passwordTB
  98. //
  99. this.passwordTB.AllowDrop = true;
  100. this.passwordTB.Location = new System.Drawing.Point(103, 89);
  101. this.passwordTB.Name = "passwordTB";
  102. this.passwordTB.Size = new System.Drawing.Size(134, 20);
  103. this.passwordTB.TabIndex = 29;
  104. this.passwordTB.UseSystemPasswordChar = true;
  105. //
  106. // dbNameLbl
  107. //
  108. this.dbNameLbl.AutoSize = true;
  109. this.dbNameLbl.Location = new System.Drawing.Point(16, 41);
  110. this.dbNameLbl.Name = "dbNameLbl";
  111. this.dbNameLbl.Size = new System.Drawing.Size(81, 13);
  112. this.dbNameLbl.TabIndex = 30;
  113. this.dbNameLbl.Text = "Nom de la base";
  114. //
  115. // dbNameTB
  116. //
  117. this.dbNameTB.AllowDrop = true;
  118. this.dbNameTB.Location = new System.Drawing.Point(103, 37);
  119. this.dbNameTB.Name = "dbNameTB";
  120. this.dbNameTB.Size = new System.Drawing.Size(134, 20);
  121. this.dbNameTB.TabIndex = 31;
  122. //
  123. // MySQLControl
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.Controls.Add(this.dbNameLbl);
  128. this.Controls.Add(this.dbNameTB);
  129. this.Controls.Add(this.passwordLbl);
  130. this.Controls.Add(this.passwordTB);
  131. this.Controls.Add(this.loginLbl);
  132. this.Controls.Add(this.loginTB);
  133. this.Controls.Add(this.applyBtn);
  134. this.Controls.Add(this.urlLbl);
  135. this.Controls.Add(this.urlTB);
  136. this.Name = "MySQLControl";
  137. this.Size = new System.Drawing.Size(408, 197);
  138. this.ResumeLayout(false);
  139. this.PerformLayout();
  140.  
  141. }
  142.  
  143. #endregion
  144.  
  145. private System.Windows.Forms.Button applyBtn;
  146. private System.Windows.Forms.Label urlLbl;
  147. private be.gaudry.view.controls.TextBoxDragDrop urlTB;
  148. private System.Windows.Forms.Label loginLbl;
  149. private be.gaudry.view.controls.TextBoxDragDrop loginTB;
  150. private System.Windows.Forms.Label passwordLbl;
  151. private be.gaudry.view.controls.TextBoxDragDrop passwordTB;
  152. private System.Windows.Forms.Label dbNameLbl;
  153. private be.gaudry.view.controls.TextBoxDragDrop dbNameTB;
  154. }
  155. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/dao/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1719661883 29/06/2024 13:51:23
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/src/view/controls/dao/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csAccessControl.Designer.cs9.77 Ko31/10/2018 18:33:18-refusé-
Afficher le fichier .resx|.resxAccessControl.resx5.87 Ko31/10/2018 18:33:18-refusé-
Afficher le fichier .cs|.csMySQLControl.cs1.56 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csAccessControl.cs8.65 Ko31/10/2018 18:33:18-refusé-
Afficher le fichier .resx|.resxSQLEControl.resx5.68 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .resx|.resxDBProvidersControl.resx5.68 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csDBProvidersControl.cs574 octets31/10/2018 18:33:18-refusé-
Afficher le fichier .cs|.csSQLEControl.Designer.cs6.99 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csMySQLControl.Designer.cs6.6 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csDBProvidersControl.Designer.cs2.35 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csSQLEControl.cs1.16 Ko31/10/2018 18:33:19-refusé-
Afficher le fichier .cs|.csIDBControl.cs223 octets31/10/2018 18:33:19-refusé-
Afficher le fichier .resx|.resxMySQLControl.resx5.68 Ko31/10/2018 18:33:19-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-bibliobrol-source-rf-view/controls/dao//MySQLControl.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.