BrolEditControl.Designer.cs
Description du code
BrolEditControl.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# (BrolEditControl.Designer.cs) (690 lignes)
namespace be.gaudry.bibliobrol.view.controls { partial class BrolEditControl { /// <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 de composants /// <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.editSpecificTC.SuspendLayout(); this.editSpGeneralTP.SuspendLayout(); this.mainSC.Panel1.SuspendLayout(); this.mainSC.Panel2.SuspendLayout(); this.mainSC.SuspendLayout(); this.titleAndSummaryTLP.SuspendLayout(); this.titleGB.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.brolBindingSource)).BeginInit(); this.synopsisGB.SuspendLayout(); this.rightTLP.SuspendLayout(); this.dateGB.SuspendLayout(); this.cotationGB.SuspendLayout(); this.categoriesGB.SuspendLayout(); this.serieGB.SuspendLayout(); this.typeGB.SuspendLayout(); this.editSpImgTP.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.editSpImgPictureBox)).BeginInit(); this.editSpActorsTP.SuspendLayout(); this.actorsSC.Panel1.SuspendLayout(); this.actorsSC.Panel2.SuspendLayout(); this.actorsSC.SuspendLayout(); this.personInfoGB.SuspendLayout(); this.editSpComment.SuspendLayout(); this.SuspendLayout(); // // editSpecificTC // this.editSpecificTC.Appearance = System.Windows.Forms.TabAppearance.FlatButtons; this.editSpecificTC.Controls.Add(this.editSpGeneralTP); this.editSpecificTC.Controls.Add(this.editSpImgTP); this.editSpecificTC.Controls.Add(this.editSpActorsTP); this.editSpecificTC.Controls.Add(this.editSpComment); this.editSpecificTC.Dock = System.Windows.Forms.DockStyle.Fill; this.editSpecificTC.Multiline = true; this.editSpecificTC.Name = "editSpecificTC"; this.editSpecificTC.SelectedIndex = 0; this.editSpecificTC.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight; this.editSpecificTC.TabIndex = 2; // // editSpGeneralTP // this.editSpGeneralTP.Controls.Add(this.mainSC); this.editSpGeneralTP.Name = "editSpGeneralTP"; this.editSpGeneralTP.TabIndex = 0; this.editSpGeneralTP.Text = "Généralités"; this.editSpGeneralTP.UseVisualStyleBackColor = true; // // mainSC // this.mainSC.Dock = System.Windows.Forms.DockStyle.Fill; this.mainSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.mainSC.Name = "mainSC"; // // mainSC.Panel1 // this.mainSC.Panel1.Controls.Add(this.titleAndSummaryTLP); // // mainSC.Panel2 // this.mainSC.Panel2.Controls.Add(this.rightTLP); this.mainSC.SplitterDistance = 395; this.mainSC.TabIndex = 4; // // titleAndSummaryTLP // this.titleAndSummaryTLP.ColumnCount = 1; this.titleAndSummaryTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.titleAndSummaryTLP.Controls.Add(this.titleGB, 0, 0); this.titleAndSummaryTLP.Controls.Add(this.synopsisGB, 0, 1); this.titleAndSummaryTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.titleAndSummaryTLP.Name = "titleAndSummaryTLP"; this.titleAndSummaryTLP.RowCount = 2; this.titleAndSummaryTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.titleAndSummaryTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.titleAndSummaryTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.titleAndSummaryTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.titleAndSummaryTLP.TabIndex = 0; // // titleGB // this.titleGB.Controls.Add(this.editTitleTB); this.titleGB.Dock = System.Windows.Forms.DockStyle.Fill; this.titleGB.Name = "titleGB"; this.titleGB.TabIndex = 0; this.titleGB.TabStop = false; this.titleGB.Text = "Titre"; // // editTitleTB // this.editTitleTB.AllowDrop = true; this.editTitleTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.editTitleTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.brolBindingSource, "Title", true)); this.editTitleTB.Name = "editTitleTB"; this.editTitleTB.TabIndex = 0; // // brolBindingSource // // // synopsisGB // this.synopsisGB.Controls.Add(this.editSynopsisRTB); this.synopsisGB.Dock = System.Windows.Forms.DockStyle.Fill; this.synopsisGB.Name = "synopsisGB"; this.synopsisGB.TabIndex = 5; this.synopsisGB.TabStop = false; this.synopsisGB.Text = "Synopsis"; // // editSynopsisRTB // this.editSynopsisRTB.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.editSynopsisRTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.brolBindingSource, "Synopsis", true)); this.editSynopsisRTB.EnableAutoDragDrop = true; this.editSynopsisRTB.Name = "editSynopsisRTB"; this.editSynopsisRTB.TabIndex = 2; this.editSynopsisRTB.Text = ""; // // rightTLP // this.rightTLP.ColumnCount = 1; this.rightTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.rightTLP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.rightTLP.Controls.Add(this.dateGB, 0, 0); this.rightTLP.Controls.Add(this.cotationGB, 0, 1); this.rightTLP.Controls.Add(this.categoriesGB, 0, 2); this.rightTLP.Controls.Add(this.serieGB, 0, 3); this.rightTLP.Controls.Add(this.typeGB, 0, 4); this.rightTLP.Dock = System.Windows.Forms.DockStyle.Fill; this.rightTLP.Name = "rightTLP"; this.rightTLP.RowCount = 5; this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); this.rightTLP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.rightTLP.TabIndex = 0; // // dateGB // this.dateGB.Controls.Add(this.setPublicationDateBtn); this.dateGB.Controls.Add(this.dateTimePicker); this.dateGB.Dock = System.Windows.Forms.DockStyle.Fill; this.dateGB.Name = "dateGB"; this.dateGB.TabIndex = 1; this.dateGB.TabStop = false; this.dateGB.Text = "Date de sortie"; // // setPublicationDateBtn // this.setPublicationDateBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolCalendar; this.setPublicationDateBtn.Name = "setPublicationDateBtn"; this.setPublicationDateBtn.TabIndex = 22; this.setPublicationDateBtn.TabStop = false; this.setPublicationDateBtn.UseVisualStyleBackColor = true; // // dateTimePicker // this.dateTimePicker.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.brolBindingSource, "Date", true)); this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dateTimePicker.Name = "dateTimePicker"; this.dateTimePicker.TabIndex = 21; this.dateTimePicker.Visible = false; // // cotationGB // this.cotationGB.Controls.Add(this.editCotationCB); this.cotationGB.Dock = System.Windows.Forms.DockStyle.Fill; this.cotationGB.Name = "cotationGB"; this.cotationGB.TabIndex = 2; this.cotationGB.TabStop = false; this.cotationGB.Text = "Appréciation"; // // editCotationCB // this.editCotationCB.FormattingEnabled = true; this.editCotationCB.Name = "editCotationCB"; this.editCotationCB.TabIndex = 14; // // categoriesGB // this.categoriesGB.Controls.Add(this.editCategoryAddBtn); this.categoriesGB.Controls.Add(this.editCategoryRemBtn); this.categoriesGB.Controls.Add(this.editCategoriesLB); this.categoriesGB.Dock = System.Windows.Forms.DockStyle.Fill; this.categoriesGB.Name = "categoriesGB"; this.categoriesGB.TabIndex = 4; this.categoriesGB.TabStop = false; this.categoriesGB.Text = "Catégories"; // // editCategoryAddBtn // this.editCategoryAddBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.editCategoryAddBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn; this.editCategoryAddBtn.Name = "editCategoryAddBtn"; this.editCategoryAddBtn.TabIndex = 10; this.editCategoryAddBtn.UseVisualStyleBackColor = true; // // editCategoryRemBtn // this.editCategoryRemBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.editCategoryRemBtn.Enabled = false; this.editCategoryRemBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn; this.editCategoryRemBtn.Name = "editCategoryRemBtn"; this.editCategoryRemBtn.TabIndex = 11; this.editCategoryRemBtn.UseVisualStyleBackColor = true; // // editCategoriesLB // this.editCategoriesLB.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.editCategoriesLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.editCategoriesLB.Name = "editCategoriesLB"; this.editCategoriesLB.Sorted = true; this.editCategoriesLB.TabIndex = 8; this.editCategoriesLB.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.genericStateContainerLB_DrawItem); this.editCategoriesLB.SelectedIndexChanged += new System.EventHandler(this.editCategoriesLB_SelectedIndexChanged); // // serieGB // this.serieGB.Controls.Add(this.editSeriesAddBtn); this.serieGB.Controls.Add(this.editSerieRemBtn); this.serieGB.Controls.Add(this.editSeriesLB); this.serieGB.Dock = System.Windows.Forms.DockStyle.Fill; this.serieGB.Name = "serieGB"; this.serieGB.TabIndex = 6; this.serieGB.TabStop = false; this.serieGB.Text = "Série"; // // editSeriesAddBtn // this.editSeriesAddBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.editSeriesAddBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn; this.editSeriesAddBtn.Name = "editSeriesAddBtn"; this.editSeriesAddBtn.TabIndex = 10; this.editSeriesAddBtn.UseVisualStyleBackColor = true; // // editSerieRemBtn // this.editSerieRemBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.editSerieRemBtn.Enabled = false; this.editSerieRemBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn; this.editSerieRemBtn.Name = "editSerieRemBtn"; this.editSerieRemBtn.TabIndex = 11; this.editSerieRemBtn.UseVisualStyleBackColor = true; // // editSeriesLB // this.editSeriesLB.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.editSeriesLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; this.editSeriesLB.Name = "editSeriesLB"; this.editSeriesLB.Sorted = true; this.editSeriesLB.TabIndex = 8; this.editSeriesLB.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.editSeriesLB_DrawItem); this.editSeriesLB.SelectedIndexChanged += new System.EventHandler(this.editSeriesLB_SelectedIndexChanged); // // typeGB // this.typeGB.Controls.Add(this.brolTypeCB); this.typeGB.Dock = System.Windows.Forms.DockStyle.Fill; this.typeGB.Name = "typeGB"; this.typeGB.TabIndex = 3; this.typeGB.TabStop = false; this.typeGB.Text = "Type"; // // brolTypeCB // this.brolTypeCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.brolTypeCB.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.brolBindingSource, "BrolType", true)); this.brolTypeCB.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.brolBindingSource, "BrolType", true)); this.brolTypeCB.FormattingEnabled = true; this.brolTypeCB.Name = "brolTypeCB"; this.brolTypeCB.TabIndex = 24; // // editSpImgTP // this.editSpImgTP.AllowDrop = true; this.editSpImgTP.Controls.Add(this.selectImageBtn); this.editSpImgTP.Controls.Add(this.showImagePropertiesBtn); this.editSpImgTP.Controls.Add(this.delImageBtn); this.editSpImgTP.Controls.Add(this.editSpImgPictureBox); this.editSpImgTP.Name = "editSpImgTP"; this.editSpImgTP.TabIndex = 1; this.editSpImgTP.Text = "Image"; this.editSpImgTP.UseVisualStyleBackColor = true; this.editSpImgTP.DragDrop += new System.Windows.Forms.DragEventHandler(this.EditBrolControl_DragDrop); this.editSpImgTP.DragEnter += new System.Windows.Forms.DragEventHandler(this.EditBrolControl_DragEnter); // // selectImageBtn // this.selectImageBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.selectImageBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolEditBtn; this.selectImageBtn.Name = "selectImageBtn"; this.selectImageBtn.TabIndex = 22; this.selectImageBtn.TabStop = false; this.selectImageBtn.Text = "Changer d\'image"; this.selectImageBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.selectImageBtn.UseVisualStyleBackColor = true; // // showImagePropertiesBtn // this.showImagePropertiesBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.showImagePropertiesBtn.AutoSize = true; this.showImagePropertiesBtn.Name = "showImagePropertiesBtn"; this.showImagePropertiesBtn.TabIndex = 25; this.showImagePropertiesBtn.TabStop = false; this.showImagePropertiesBtn.Text = "Propriétés"; this.showImagePropertiesBtn.UseVisualStyleBackColor = true; // // delImageBtn // this.delImageBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.delImageBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn; this.delImageBtn.Name = "delImageBtn"; this.delImageBtn.TabIndex = 23; this.delImageBtn.TabStop = false; this.delImageBtn.Text = "Supprimer l\'image"; this.delImageBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.delImageBtn.UseVisualStyleBackColor = true; // // editSpImgPictureBox // this.editSpImgPictureBox.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.editSpImgPictureBox.ErrorImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImgError; this.editSpImgPictureBox.InitialImage = global::be.gaudry.bibliobrol.Properties.Resources.brolImg; this.editSpImgPictureBox.Name = "editSpImgPictureBox"; this.editSpImgPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.editSpImgPictureBox.TabIndex = 24; this.editSpImgPictureBox.TabStop = false; // // editSpActorsTP // this.editSpActorsTP.Controls.Add(this.actorsSC); this.editSpActorsTP.Name = "editSpActorsTP"; this.editSpActorsTP.TabIndex = 2; this.editSpActorsTP.Text = "Personnes"; this.editSpActorsTP.UseVisualStyleBackColor = true; // // actorsSC // this.actorsSC.Dock = System.Windows.Forms.DockStyle.Fill; this.actorsSC.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.actorsSC.Name = "actorsSC"; // // actorsSC.Panel1 // this.actorsSC.Panel1.Controls.Add(this.editActorsLB); this.actorsSC.Panel1.Controls.Add(this.editActorsAddBtn); this.actorsSC.Panel1.Controls.Add(this.editActorsRemBtn); this.actorsSC.Panel1.Controls.Add(this.editPersBtn); // // actorsSC.Panel2 // this.actorsSC.Panel2.Controls.Add(this.personInfoGB); this.actorsSC.SplitterDistance = 195; this.actorsSC.TabIndex = 23; // // editActorsLB // this.editActorsLB.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.editActorsLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.editActorsLB.Name = "editActorsLB"; this.editActorsLB.Sorted = true; this.editActorsLB.TabIndex = 4; this.editActorsLB.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.editActorsLB_DrawItem); this.editActorsLB.SelectedIndexChanged += new System.EventHandler(this.editActorsLB_SelectedIndexChanged); // // editActorsAddBtn // this.editActorsAddBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.editActorsAddBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrAddBtn; this.editActorsAddBtn.Name = "editActorsAddBtn"; this.editActorsAddBtn.TabIndex = 6; this.editActorsAddBtn.UseVisualStyleBackColor = true; // // editActorsRemBtn // this.editActorsRemBtn.Enabled = false; this.editActorsRemBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrDel; this.editActorsRemBtn.Name = "editActorsRemBtn"; this.editActorsRemBtn.TabIndex = 7; this.editActorsRemBtn.UseVisualStyleBackColor = true; // // editPersBtn // this.editPersBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.editPersBtn.Enabled = false; this.editPersBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolUsrEdit; this.editPersBtn.Name = "editPersBtn"; this.editPersBtn.TabIndex = 21; this.editPersBtn.UseVisualStyleBackColor = true; // // personInfoGB // this.personInfoGB.Controls.Add(this.personControl); this.personInfoGB.Dock = System.Windows.Forms.DockStyle.Fill; this.personInfoGB.Name = "personInfoGB"; this.personInfoGB.TabIndex = 23; this.personInfoGB.TabStop = false; this.personInfoGB.Text = "Informations sur la personne"; this.personInfoGB.Visible = false; // // personControl // this.personControl.Dock = System.Windows.Forms.DockStyle.Fill; this.personControl.Name = "personControl"; this.personControl.TabIndex = 22; // // editSpComment // this.editSpComment.Controls.Add(this.editSpCommentRTB); this.editSpComment.Name = "editSpComment"; this.editSpComment.TabIndex = 4; this.editSpComment.Text = "Commentaire"; this.editSpComment.UseVisualStyleBackColor = true; // // editSpCommentRTB // this.editSpCommentRTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.brolBindingSource, "Comment", true)); this.editSpCommentRTB.Dock = System.Windows.Forms.DockStyle.Fill; this.editSpCommentRTB.EnableAutoDragDrop = true; this.editSpCommentRTB.Name = "editSpCommentRTB"; this.editSpCommentRTB.TabIndex = 0; this.editSpCommentRTB.Text = ""; // // BrolEditControl // this.AllowDrop = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.editSpecificTC); this.Name = "BrolEditControl"; this.editSpecificTC.ResumeLayout(false); this.editSpGeneralTP.ResumeLayout(false); this.mainSC.Panel1.ResumeLayout(false); this.mainSC.Panel2.ResumeLayout(false); this.mainSC.ResumeLayout(false); this.titleAndSummaryTLP.ResumeLayout(false); this.titleGB.ResumeLayout(false); this.titleGB.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.brolBindingSource)).EndInit(); this.synopsisGB.ResumeLayout(false); this.rightTLP.ResumeLayout(false); this.dateGB.ResumeLayout(false); this.cotationGB.ResumeLayout(false); this.categoriesGB.ResumeLayout(false); this.serieGB.ResumeLayout(false); this.typeGB.ResumeLayout(false); this.editSpImgTP.ResumeLayout(false); this.editSpImgTP.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.editSpImgPictureBox)).EndInit(); this.editSpActorsTP.ResumeLayout(false); this.actorsSC.Panel1.ResumeLayout(false); this.actorsSC.Panel2.ResumeLayout(false); this.actorsSC.ResumeLayout(false); this.personInfoGB.ResumeLayout(false); this.editSpComment.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl editSpecificTC; private System.Windows.Forms.Button setPublicationDateBtn; private System.Windows.Forms.DateTimePicker dateTimePicker; private System.Windows.Forms.RichTextBox editSynopsisRTB; private be.gaudry.view.controls.TextBoxDragDrop editTitleTB; private System.Windows.Forms.ComboBox editCotationCB; private System.Windows.Forms.TabPage editSpImgTP; private System.Windows.Forms.Button selectImageBtn; private System.Windows.Forms.Button delImageBtn; private System.Windows.Forms.PictureBox editSpImgPictureBox; private System.Windows.Forms.TabPage editSpActorsTP; private System.Windows.Forms.ListBox editActorsLB; private System.Windows.Forms.Button editActorsAddBtn; private System.Windows.Forms.Button editActorsRemBtn; private System.Windows.Forms.Button editPersBtn; private System.Windows.Forms.ListBox editCategoriesLB; private System.Windows.Forms.Button editCategoryAddBtn; private System.Windows.Forms.Button editCategoryRemBtn; private System.Windows.Forms.TabPage editSpComment; private System.Windows.Forms.RichTextBox editSpCommentRTB; private System.Windows.Forms.BindingSource brolBindingSource; private System.Windows.Forms.SplitContainer actorsSC; private PersonInfoControl personControl; private System.Windows.Forms.ComboBox brolTypeCB; private System.Windows.Forms.GroupBox personInfoGB; private System.Windows.Forms.GroupBox titleGB; private System.Windows.Forms.GroupBox dateGB; private System.Windows.Forms.GroupBox cotationGB; private System.Windows.Forms.GroupBox typeGB; private System.Windows.Forms.GroupBox categoriesGB; private System.Windows.Forms.TabPage editSpGeneralTP; private System.Windows.Forms.GroupBox synopsisGB; private System.Windows.Forms.GroupBox serieGB; private System.Windows.Forms.Button editSeriesAddBtn; private System.Windows.Forms.Button editSerieRemBtn; private System.Windows.Forms.ListBox editSeriesLB; private System.Windows.Forms.SplitContainer mainSC; private System.Windows.Forms.TableLayoutPanel rightTLP; private System.Windows.Forms.TableLayoutPanel titleAndSummaryTLP; private System.Windows.Forms.Button showImagePropertiesBtn; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731657351 15/11/2024 08:55:51 |
| _ | dao | 0 octets | 1541007199 31/10/2018 18:33:19 |
| _ | toolBars | 0 octets | 1541007200 31/10/2018 18:33:20 |
| _ | webInfo | 0 octets | 1541007201 31/10/2018 18:33:21 |
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//BrolEditControl.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.