WebServiceForm.Designer.cs
Description du code
WebServiceForm.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# (WebServiceForm.Designer.cs) (261 lignes)
namespace be.gaudry.bibliobrol.view { partial class WebServiceForm { /// <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 Windows Form 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.wsGetPersByNameGB.SuspendLayout(); this.awsTP.SuspendLayout(); this.bwsTP.SuspendLayout(); this.tabPage4.SuspendLayout(); this.SuspendLayout(); // // lastVersionLbl // this.lastVersionLbl.AutoSize = true; this.lastVersionLbl.Name = "lastVersionLbl"; this.lastVersionLbl.TabIndex = 0; this.lastVersionLbl.Text = "Version du service"; // // wsGetPersByNameBtn // this.wsGetPersByNameBtn.Name = "wsGetPersByNameBtn"; this.wsGetPersByNameBtn.TabIndex = 2; this.wsGetPersByNameBtn.Text = "Personnes"; this.wsGetPersByNameBtn.UseVisualStyleBackColor = true; // // lastVersionAsyncBtn // this.lastVersionAsyncBtn.Name = "lastVersionAsyncBtn"; this.lastVersionAsyncBtn.TabIndex = 3; this.lastVersionAsyncBtn.Text = "Test (Asynchrone)"; this.lastVersionAsyncBtn.UseVisualStyleBackColor = true; // // wsGetPersByNameGB // this.wsGetPersByNameGB.Controls.Add(this.wsGetRolesByPersBtn); this.wsGetPersByNameGB.Controls.Add(this.wsGetPersByNameTB); this.wsGetPersByNameGB.Controls.Add(this.wsGetPersByNameBtn); this.wsGetPersByNameGB.Name = "wsGetPersByNameGB"; this.wsGetPersByNameGB.TabIndex = 5; this.wsGetPersByNameGB.TabStop = false; this.wsGetPersByNameGB.Text = "Chercher les personnes ou les rôles par nom de famille"; // // wsGetRolesByPersBtn // this.wsGetRolesByPersBtn.Name = "wsGetRolesByPersBtn"; this.wsGetRolesByPersBtn.TabIndex = 2; this.wsGetRolesByPersBtn.Text = "Rôles"; this.wsGetRolesByPersBtn.UseVisualStyleBackColor = true; // // wsGetPersByNameTB // this.wsGetPersByNameTB.Name = "wsGetPersByNameTB"; this.wsGetPersByNameTB.TabIndex = 0; // // infoRTB // this.infoRTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.infoRTB.Name = "infoRTB"; this.infoRTB.TabIndex = 7; this.infoRTB.Text = "Les fonctionnalités de ce panneau sont en développement...\nA terme, il sera possi" + "ble de consulter grâce au service Web la base de données en ligne pour ajouter d" + "es ouvrages, des personnes, etc"; // // awsTP // this.awsTP.Controls.Add(this.bwsTP); this.awsTP.Controls.Add(this.tabPage4); this.awsTP.Dock = System.Windows.Forms.DockStyle.Fill; this.awsTP.Name = "awsTP"; this.awsTP.SelectedIndex = 0; this.awsTP.TabIndex = 10; // // bwsTP // this.bwsTP.Controls.Add(this.wsUrlOkBtn); this.bwsTP.Controls.Add(this.wsUrlLbl); this.bwsTP.Controls.Add(this.wsUrlTB); this.bwsTP.Controls.Add(this.lastVersionLbl); this.bwsTP.Controls.Add(this.lastVersionAsyncBtn); this.bwsTP.Controls.Add(this.wsGetPersByNameGB); this.bwsTP.Controls.Add(this.infoRTB); this.bwsTP.Name = "bwsTP"; this.bwsTP.TabIndex = 0; this.bwsTP.Text = "BWS"; this.bwsTP.UseVisualStyleBackColor = true; // // wsUrlOkBtn // this.wsUrlOkBtn.Name = "wsUrlOkBtn"; this.wsUrlOkBtn.TabIndex = 14; this.wsUrlOkBtn.Text = "OK"; this.wsUrlOkBtn.UseVisualStyleBackColor = true; // // wsUrlLbl // this.wsUrlLbl.AutoSize = true; this.wsUrlLbl.Name = "wsUrlLbl"; this.wsUrlLbl.TabIndex = 13; this.wsUrlLbl.Text = "URL du service web"; // // wsUrlTB // this.wsUrlTB.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.wsUrlTB.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl; this.wsUrlTB.Name = "wsUrlTB"; this.wsUrlTB.TabIndex = 12; // // tabPage4 // this.tabPage4.Controls.Add(this.saveAwsSubscriptionBtn); this.tabPage4.Controls.Add(this.awsSubscriptionLbl); this.tabPage4.Controls.Add(this.awsSubscriptionTB); this.tabPage4.Name = "tabPage4"; this.tabPage4.TabIndex = 1; this.tabPage4.Text = "AWS"; this.tabPage4.UseVisualStyleBackColor = true; // // saveAwsSubscriptionBtn // this.saveAwsSubscriptionBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.saveAwsSubscriptionBtn.Name = "saveAwsSubscriptionBtn"; this.saveAwsSubscriptionBtn.TabIndex = 11; this.saveAwsSubscriptionBtn.UseVisualStyleBackColor = true; // // awsSubscriptionLbl // this.awsSubscriptionLbl.AutoSize = true; this.awsSubscriptionLbl.Name = "awsSubscriptionLbl"; this.awsSubscriptionLbl.TabIndex = 10; this.awsSubscriptionLbl.Text = "Identifiant AWS"; // // awsSubscriptionTB // this.awsSubscriptionTB.Name = "awsSubscriptionTB"; this.awsSubscriptionTB.TabIndex = 9; // // WebServiceForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.awsTP); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "WebServiceForm"; this.Text = "Web Service"; this.wsGetPersByNameGB.ResumeLayout(false); this.wsGetPersByNameGB.PerformLayout(); this.awsTP.ResumeLayout(false); this.bwsTP.ResumeLayout(false); this.bwsTP.PerformLayout(); this.tabPage4.ResumeLayout(false); this.tabPage4.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lastVersionLbl; private System.Windows.Forms.Button wsGetPersByNameBtn; private System.Windows.Forms.Button lastVersionAsyncBtn; private System.Windows.Forms.GroupBox wsGetPersByNameGB; private be.gaudry.view.controls.TextBoxDragDrop wsGetPersByNameTB; private System.Windows.Forms.Button wsGetRolesByPersBtn; private System.Windows.Forms.RichTextBox infoRTB; private System.Windows.Forms.TabControl awsTP; private System.Windows.Forms.TabPage bwsTP; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.Label wsUrlLbl; private be.gaudry.view.controls.TextBoxDragDrop wsUrlTB; private System.Windows.Forms.Button wsUrlOkBtn; private System.Windows.Forms.Label awsSubscriptionLbl; private be.gaudry.view.controls.TextBoxDragDrop awsSubscriptionTB; private System.Windows.Forms.Button saveAwsSubscriptionBtn; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731635949 15/11/2024 02:59:09 |
| _ | wizards | 0 octets | 1541007184 31/10/2018 18:33:04 |
| _ | utils | 0 octets | 1541007184 31/10/2018 18:33:04 |
| _ | controls | 0 octets | 1541007178 31/10/2018 18:32:58 |
| _ | dialogs | 0 octets | 1541007183 31/10/2018 18:33:03 |
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-bibliobrol-source-rf-view//WebServiceForm.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.