AWSForm.Designer.cs
Description du code
AWSForm.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# (AWSForm.Designer.cs) (425 lignes)
namespace be.gaudry.bibliobrol.view { partial class AWSForm { /// <summary> /// Variable nécessaire au concepteur. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Nettoyage des ressources utilisées. /// </summary> /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur Windows Form /// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.infosGB.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.coverPB)).BeginInit(); this.pictureCMS.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.aWSFilmBindingSource)).BeginInit(); this.actorsCMS.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.actorsBindingSource)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.searchGB.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // infosGB // this.infosGB.Controls.Add(this.tableLayoutPanel1); this.infosGB.Dock = System.Windows.Forms.DockStyle.Fill; this.infosGB.Name = "infosGB"; this.infosGB.TabIndex = 10; this.infosGB.TabStop = false; this.infosGB.Text = "Informations"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.coverPB, 0, 0); this.tableLayoutPanel1.Controls.Add(this.titleTB, 1, 0); this.tableLayoutPanel1.Controls.Add(this.releaseDateTB, 1, 2); this.tableLayoutPanel1.Controls.Add(this.typeTB, 1, 1); this.tableLayoutPanel1.Controls.Add(this.descriptionRTB, 0, 4); this.tableLayoutPanel1.Controls.Add(this.actorsLB, 1, 3); this.tableLayoutPanel1.Controls.Add(this.saveBrolBtn, 1, 5); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 6; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.TabIndex = 11; // // coverPB // this.coverPB.ContextMenuStrip = this.pictureCMS; this.coverPB.DataBindings.Add(new System.Windows.Forms.Binding("ImageLocation", this.aWSFilmBindingSource, "ImageUrl", true)); this.coverPB.Dock = System.Windows.Forms.DockStyle.Fill; this.coverPB.Name = "coverPB"; this.tableLayoutPanel1.SetRowSpan(this.coverPB, 4); this.coverPB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.coverPB.TabIndex = 9; this.coverPB.TabStop = false; // // pictureCMS // this.savePictureAsTsMi}); this.pictureCMS.Name = "pictureCMS"; // // savePictureAsTsMi // this.savePictureAsTsMi.Name = "savePictureAsTsMi"; this.savePictureAsTsMi.Text = "Enregistrer l\'image sous..."; // // aWSFilmBindingSource // // // titleTB // this.titleTB.AutoEllipsis = true; this.titleTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aWSFilmBindingSource, "Title", true)); this.titleTB.Dock = System.Windows.Forms.DockStyle.Fill; this.titleTB.Name = "titleTB"; this.titleTB.TabIndex = 3; this.titleTB.Text = "Titre :"; // // releaseDateTB // this.releaseDateTB.AutoEllipsis = true; this.releaseDateTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aWSFilmBindingSource, "ReleasedDate", true)); this.releaseDateTB.Dock = System.Windows.Forms.DockStyle.Fill; this.releaseDateTB.Name = "releaseDateTB"; this.releaseDateTB.TabIndex = 8; this.releaseDateTB.Text = "Date : "; // // typeTB // this.typeTB.AutoEllipsis = true; this.typeTB.Dock = System.Windows.Forms.DockStyle.Fill; this.typeTB.Name = "typeTB"; this.typeTB.TabIndex = 7; this.typeTB.Text = "Type : "; // // descriptionRTB // this.descriptionRTB.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.descriptionRTB.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tableLayoutPanel1.SetColumnSpan(this.descriptionRTB, 2); this.descriptionRTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.aWSFilmBindingSource, "Description", true)); this.descriptionRTB.Name = "descriptionRTB"; this.descriptionRTB.TabIndex = 6; this.descriptionRTB.Text = ""; // // actorsLB // this.actorsLB.BorderStyle = System.Windows.Forms.BorderStyle.None; this.actorsLB.ContextMenuStrip = this.actorsCMS; this.actorsLB.DataSource = this.actorsBindingSource; this.actorsLB.DisplayMember = "Display"; this.actorsLB.Dock = System.Windows.Forms.DockStyle.Fill; this.actorsLB.FormattingEnabled = true; this.actorsLB.Name = "actorsLB"; this.actorsLB.TabIndex = 10; // // actorsCMS // this.addPersonTsMi}); this.actorsCMS.Name = "actorsCMS"; // // addPersonTsMi // this.addPersonTsMi.Name = "addPersonTsMi"; this.addPersonTsMi.Text = "Ajouter la personne dans BiblioBrol"; // // actorsBindingSource // this.actorsBindingSource.DataMember = "Actors"; this.actorsBindingSource.DataSource = this.aWSFilmBindingSource; // // saveBrolBtn // this.saveBrolBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.saveBrolBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolSaveBtn; this.saveBrolBtn.Name = "saveBrolBtn"; this.saveBrolBtn.TabIndex = 11; this.saveBrolBtn.Text = "Sauver l\'ouvrage"; this.saveBrolBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.saveBrolBtn.UseVisualStyleBackColor = true; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.searchGB); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel1); this.splitContainer1.SplitterDistance = 276; this.splitContainer1.SplitterWidth = 10; this.splitContainer1.TabIndex = 14; // // searchGB // this.searchGB.Controls.Add(this.moreResultsBtn); this.searchGB.Controls.Add(this.proxyTB); this.searchGB.Controls.Add(this.proxyLbl); this.searchGB.Controls.Add(this.resultsCountLbl); this.searchGB.Controls.Add(this.searchIndexCB); this.searchGB.Controls.Add(this.searchTB); this.searchGB.Controls.Add(this.searchBtn); this.searchGB.Controls.Add(this.listBoxTitle); this.searchGB.Dock = System.Windows.Forms.DockStyle.Fill; this.searchGB.Name = "searchGB"; this.searchGB.TabIndex = 9; this.searchGB.TabStop = false; this.searchGB.Text = "Recherche"; // // moreResultsBtn // this.moreResultsBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.moreResultsBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn; this.moreResultsBtn.Name = "moreResultsBtn"; this.moreResultsBtn.TabIndex = 5; this.moreResultsBtn.UseVisualStyleBackColor = true; // // proxyTB // this.proxyTB.AllowDrop = true; this.proxyTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.proxyTB.Name = "proxyTB"; this.proxyTB.TabIndex = 1; // // proxyLbl // this.proxyLbl.AutoSize = true; this.proxyLbl.Name = "proxyLbl"; this.proxyLbl.TabIndex = 0; this.proxyLbl.Text = "Proxy"; // // resultsCountLbl // this.resultsCountLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.resultsCountLbl.AutoSize = true; this.resultsCountLbl.Name = "resultsCountLbl"; this.resultsCountLbl.TabIndex = 4; this.resultsCountLbl.Text = "0 résultats"; // // searchIndexCB // this.searchIndexCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.searchIndexCB.FormattingEnabled = true; this.searchIndexCB.Name = "searchIndexCB"; this.searchIndexCB.Sorted = true; this.searchIndexCB.TabIndex = 3; // // searchTB // this.searchTB.AllowDrop = true; this.searchTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.searchTB.Name = "searchTB"; this.searchTB.TabIndex = 2; // // searchBtn // this.searchBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.searchBtn.Name = "searchBtn"; this.searchBtn.TabIndex = 0; this.searchBtn.Text = "Chercher"; this.searchBtn.UseVisualStyleBackColor = true; // // listBoxTitle // this.listBoxTitle.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.listBoxTitle.DataSource = this.aWSFilmBindingSource; this.listBoxTitle.DisplayMember = "Title"; this.listBoxTitle.FormattingEnabled = true; this.listBoxTitle.Name = "listBoxTitle"; this.listBoxTitle.TabIndex = 1; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Window; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.infosGB); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Name = "panel1"; this.panel1.TabIndex = 11; // // AWSForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "AWSForm"; this.Text = "Recherche en ligne"; this.infosGB.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.coverPB)).EndInit(); this.pictureCMS.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.aWSFilmBindingSource)).EndInit(); this.actorsCMS.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.actorsBindingSource)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.searchGB.ResumeLayout(false); this.searchGB.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox infosGB; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label titleTB; private System.Windows.Forms.Label releaseDateTB; private System.Windows.Forms.Label typeTB; private System.Windows.Forms.RichTextBox descriptionRTB; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.GroupBox searchGB; private System.Windows.Forms.ComboBox searchIndexCB; private be.gaudry.view.controls.TextBoxDragDrop searchTB; private System.Windows.Forms.Button searchBtn; private System.Windows.Forms.ListBox listBoxTitle; private System.Windows.Forms.BindingSource aWSFilmBindingSource; private System.Windows.Forms.Label resultsCountLbl; private System.Windows.Forms.PictureBox coverPB; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button moreResultsBtn; private System.Windows.Forms.BindingSource actorsBindingSource; private System.Windows.Forms.ListBox actorsLB; private System.Windows.Forms.ContextMenuStrip actorsCMS; private System.Windows.Forms.ToolStripMenuItem addPersonTsMi; private be.gaudry.view.controls.TextBoxDragDrop proxyTB; private System.Windows.Forms.Label proxyLbl; private System.Windows.Forms.ContextMenuStrip pictureCMS; private System.Windows.Forms.ToolStripMenuItem savePictureAsTsMi; private System.Windows.Forms.Button saveBrolBtn; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731643226 15/11/2024 05:00:26 |
| _ | 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.
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//AWSForm.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.