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
Code c# (SQLEControl.Designer.cs) (151 lignes)
namespace be.gaudry.bibliobrol.view.controls.dao { partial class SQLEControl { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.SuspendLayout(); // // dbConnLbl // this.dbConnLbl.AutoSize = true; this.dbConnLbl.Name = "dbConnLbl"; this.dbConnLbl.TabIndex = 14; this.dbConnLbl.Text = "Connexion"; // // sqlePoolingChkB // this.sqlePoolingChkB.AutoSize = true; this.sqlePoolingChkB.Name = "sqlePoolingChkB"; this.sqlePoolingChkB.TabIndex = 19; this.sqlePoolingChkB.Text = "Pooling"; this.sqlePoolingChkB.UseVisualStyleBackColor = true; // // sqleDataSourceTB // this.sqleDataSourceTB.AllowDrop = true; this.sqleDataSourceTB.Name = "sqleDataSourceTB"; this.sqleDataSourceTB.TabIndex = 15; // // sqleISecurityChkB // this.sqleISecurityChkB.AutoSize = true; this.sqleISecurityChkB.Name = "sqleISecurityChkB"; this.sqleISecurityChkB.TabIndex = 18; this.sqleISecurityChkB.Text = "Integrated Security"; this.sqleISecurityChkB.UseVisualStyleBackColor = true; // // sqleICatalogLbl // this.sqleICatalogLbl.AutoSize = true; this.sqleICatalogLbl.Name = "sqleICatalogLbl"; this.sqleICatalogLbl.TabIndex = 17; this.sqleICatalogLbl.Text = "Catalog"; // // sqleICatalogTB // this.sqleICatalogTB.AllowDrop = true; this.sqleICatalogTB.Name = "sqleICatalogTB"; this.sqleICatalogTB.TabIndex = 16; // // applyBtn // this.applyBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.applyBtn.Name = "applyBtn"; this.applyBtn.TabIndex = 22; this.applyBtn.Text = "Appliquer"; this.applyBtn.UseVisualStyleBackColor = true; // // dbInfoLbl // this.dbInfoLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dbInfoLbl.Name = "dbInfoLbl"; this.dbInfoLbl.TabIndex = 23; this.dbInfoLbl.Text = "Les modifications de sélection de base de donnée ne sont prises en compte que lor" + "sque le bouton \"Appliquer\" est cliqué."; // // SQLEControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.Controls.Add(this.dbInfoLbl); this.Controls.Add(this.applyBtn); this.Controls.Add(this.dbConnLbl); this.Controls.Add(this.sqlePoolingChkB); this.Controls.Add(this.sqleDataSourceTB); this.Controls.Add(this.sqleISecurityChkB); this.Controls.Add(this.sqleICatalogLbl); this.Controls.Add(this.sqleICatalogTB); this.Name = "SQLEControl"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label dbConnLbl; private System.Windows.Forms.CheckBox sqlePoolingChkB; private be.gaudry.view.controls.TextBoxDragDrop sqleDataSourceTB; private System.Windows.Forms.CheckBox sqleISecurityChkB; private System.Windows.Forms.Label sqleICatalogLbl; private be.gaudry.view.controls.TextBoxDragDrop sqleICatalogTB; private System.Windows.Forms.Button applyBtn; private System.Windows.Forms.Label dbInfoLbl; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Pas de sous-répertoires. | |||
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731675907 15/11/2024 14:05:07 |
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.
Version en cache
15/11/2024 14:05:07 Cette version de la page est en cache (à la date du 15/11/2024 14:05:07) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.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//SQLEControl.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.