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.

SQLEControl.Designer.cs

Description du code

SQLEControl.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 SQLEControl
  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 Component 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.components = new System.ComponentModel.Container();
  32. this.dbConnLbl = new System.Windows.Forms.Label();
  33. this.sqlePoolingChkB = new System.Windows.Forms.CheckBox();
  34. this.sqleDataSourceTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  35. this.sqleISecurityChkB = new System.Windows.Forms.CheckBox();
  36. this.sqleICatalogLbl = new System.Windows.Forms.Label();
  37. this.sqleICatalogTB = new be.gaudry.view.controls.TextBoxDragDrop(this.components);
  38. this.applyBtn = new System.Windows.Forms.Button();
  39. this.dbInfoLbl = new System.Windows.Forms.Label();
  40. this.SuspendLayout();
  41. //
  42. // dbConnLbl
  43. //
  44. this.dbConnLbl.AutoSize = true;
  45. this.dbConnLbl.Location = new System.Drawing.Point(22, 25);
  46. this.dbConnLbl.Name = "dbConnLbl";
  47. this.dbConnLbl.Size = new System.Drawing.Size(57, 13);
  48. this.dbConnLbl.TabIndex = 14;
  49. this.dbConnLbl.Text = "Connexion";
  50. //
  51. // sqlePoolingChkB
  52. //
  53. this.sqlePoolingChkB.AutoSize = true;
  54. this.sqlePoolingChkB.Location = new System.Drawing.Point(257, 52);
  55. this.sqlePoolingChkB.Name = "sqlePoolingChkB";
  56. this.sqlePoolingChkB.Size = new System.Drawing.Size(61, 17);
  57. this.sqlePoolingChkB.TabIndex = 19;
  58. this.sqlePoolingChkB.Text = "Pooling";
  59. this.sqlePoolingChkB.UseVisualStyleBackColor = true;
  60. //
  61. // sqleDataSourceTB
  62. //
  63. this.sqleDataSourceTB.AllowDrop = true;
  64. this.sqleDataSourceTB.Location = new System.Drawing.Point(85, 23);
  65. this.sqleDataSourceTB.Name = "sqleDataSourceTB";
  66. this.sqleDataSourceTB.Size = new System.Drawing.Size(157, 20);
  67. this.sqleDataSourceTB.TabIndex = 15;
  68. //
  69. // sqleISecurityChkB
  70. //
  71. this.sqleISecurityChkB.AutoSize = true;
  72. this.sqleISecurityChkB.Checked = true;
  73. this.sqleISecurityChkB.CheckState = System.Windows.Forms.CheckState.Checked;
  74. this.sqleISecurityChkB.Location = new System.Drawing.Point(257, 25);
  75. this.sqleISecurityChkB.Name = "sqleISecurityChkB";
  76. this.sqleISecurityChkB.Size = new System.Drawing.Size(115, 17);
  77. this.sqleISecurityChkB.TabIndex = 18;
  78. this.sqleISecurityChkB.Text = "Integrated Security";
  79. this.sqleISecurityChkB.UseVisualStyleBackColor = true;
  80. //
  81. // sqleICatalogLbl
  82. //
  83. this.sqleICatalogLbl.AutoSize = true;
  84. this.sqleICatalogLbl.Location = new System.Drawing.Point(36, 52);
  85. this.sqleICatalogLbl.Name = "sqleICatalogLbl";
  86. this.sqleICatalogLbl.Size = new System.Drawing.Size(43, 13);
  87. this.sqleICatalogLbl.TabIndex = 17;
  88. this.sqleICatalogLbl.Text = "Catalog";
  89. //
  90. // sqleICatalogTB
  91. //
  92. this.sqleICatalogTB.AllowDrop = true;
  93. this.sqleICatalogTB.Location = new System.Drawing.Point(85, 49);
  94. this.sqleICatalogTB.Name = "sqleICatalogTB";
  95. this.sqleICatalogTB.Size = new System.Drawing.Size(157, 20);
  96. this.sqleICatalogTB.TabIndex = 16;
  97. //
  98. // applyBtn
  99. //
  100. this.applyBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  101. this.applyBtn.Location = new System.Drawing.Point(322, 124);
  102. this.applyBtn.Name = "applyBtn";
  103. this.applyBtn.Size = new System.Drawing.Size(75, 23);
  104. this.applyBtn.TabIndex = 22;
  105. this.applyBtn.Text = "Appliquer";
  106. this.applyBtn.UseVisualStyleBackColor = true;
  107. //
  108. // dbInfoLbl
  109. //
  110. this.dbInfoLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  111. | System.Windows.Forms.AnchorStyles.Right)));
  112. this.dbInfoLbl.Location = new System.Drawing.Point(22, 76);
  113. this.dbInfoLbl.Name = "dbInfoLbl";
  114. this.dbInfoLbl.Size = new System.Drawing.Size(366, 45);
  115. this.dbInfoLbl.TabIndex = 23;
  116. this.dbInfoLbl.Text = "Les modifications de sélection de base de donnée ne sont prises en compte que lor" +
  117. "sque le bouton \"Appliquer\" est cliqué.";
  118. //
  119. // SQLEControl
  120. //
  121. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  122. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  123. this.AutoScroll = true;
  124. this.AutoScrollMinSize = new System.Drawing.Size(400, 150);
  125. this.Controls.Add(this.dbInfoLbl);
  126. this.Controls.Add(this.applyBtn);
  127. this.Controls.Add(this.dbConnLbl);
  128. this.Controls.Add(this.sqlePoolingChkB);
  129. this.Controls.Add(this.sqleDataSourceTB);
  130. this.Controls.Add(this.sqleISecurityChkB);
  131. this.Controls.Add(this.sqleICatalogLbl);
  132. this.Controls.Add(this.sqleICatalogTB);
  133. this.Name = "SQLEControl";
  134. this.Size = new System.Drawing.Size(400, 150);
  135. this.ResumeLayout(false);
  136. this.PerformLayout();
  137.  
  138. }
  139.  
  140. #endregion
  141.  
  142. private System.Windows.Forms.Label dbConnLbl;
  143. private System.Windows.Forms.CheckBox sqlePoolingChkB;
  144. private be.gaudry.view.controls.TextBoxDragDrop sqleDataSourceTB;
  145. private System.Windows.Forms.CheckBox sqleISecurityChkB;
  146. private System.Windows.Forms.Label sqleICatalogLbl;
  147. private be.gaudry.view.controls.TextBoxDragDrop sqleICatalogTB;
  148. private System.Windows.Forms.Button applyBtn;
  149. private System.Windows.Forms.Label dbInfoLbl;
  150. }
  151. }

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 octets1719843402 01/07/2024 16:16:42
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.

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-bibliobrol-source-rf-view/controls/dao//SQLEControl.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.