TodoControl.Designer.cs
Description du code
TodoControl.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# (TodoControl.Designer.cs) (522 lignes)
namespace be.gaudry.bibliobrol.view.controls { partial class TodoControl { /// <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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); ((System.ComponentModel.ISupportInitialize)(this.tasksDGV)).BeginInit(); this.SuspendLayout(); // // titleLbl // this.titleLbl.AutoSize = true; this.titleLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.titleLbl.Name = "titleLbl"; this.titleLbl.TabIndex = 6; this.titleLbl.Text = "Liste de tâches"; this.titleLbl.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // tasksDGV // this.tasksDGV.AllowUserToAddRows = false; this.tasksDGV.AllowUserToDeleteRows = false; this.tasksDGV.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.GhostWhite; this.tasksDGV.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.tasksDGV.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.tasksDGV.BackgroundColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ControlLight; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.tasksDGV.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.startDate, this.taskName, this.planDate, this.taskInfo, this.endDate, this.id}); this.tasksDGV.EnableHeadersVisualStyles = false; this.tasksDGV.GridColor = System.Drawing.Color.SlateGray; this.tasksDGV.MultiSelect = false; this.tasksDGV.Name = "tasksDGV"; this.tasksDGV.ReadOnly = true; this.tasksDGV.RowHeadersVisible = false; this.tasksDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.tasksDGV.TabIndex = 7; this.tasksDGV.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.tasksDGV_CellClick); // // startDate // this.startDate.DataPropertyName = "startDate"; this.startDate.HeaderText = "Début"; this.startDate.Name = "startDate"; this.startDate.ReadOnly = true; this.startDate.Width = 80; // // taskName // this.taskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.taskName.DataPropertyName = "taskName"; this.taskName.HeaderText = "Nom"; this.taskName.Name = "taskName"; this.taskName.ReadOnly = true; // // planDate // this.planDate.DataPropertyName = "planDate"; this.planDate.HeaderText = "Prévu"; this.planDate.Name = "planDate"; this.planDate.ReadOnly = true; this.planDate.Width = 80; // // taskInfo // this.taskInfo.DataPropertyName = "taskInfo"; this.taskInfo.HeaderText = "Infos"; this.taskInfo.Name = "taskInfo"; this.taskInfo.ReadOnly = true; this.taskInfo.Width = 75; // // endDate // this.endDate.DataPropertyName = "endDate"; this.endDate.HeaderText = "Fin"; this.endDate.Name = "endDate"; this.endDate.ReadOnly = true; this.endDate.Width = 80; // // id // this.id.DataPropertyName = "id"; this.id.HeaderText = "id"; this.id.Name = "id"; this.id.ReadOnly = true; this.id.Visible = false; // // startDateLbl // this.startDateLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.startDateLbl.AutoSize = true; this.startDateLbl.Name = "startDateLbl"; this.startDateLbl.TabIndex = 11; this.startDateLbl.Text = "Début"; this.startDateLbl.Visible = false; // // startDateDTP // this.startDateDTP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.startDateDTP.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.startDateDTP.Name = "startDateDTP"; this.startDateDTP.TabIndex = 12; this.startDateDTP.Visible = false; // // endDateDTP // this.endDateDTP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.endDateDTP.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.endDateDTP.Name = "endDateDTP"; this.endDateDTP.TabIndex = 14; this.endDateDTP.Visible = false; // // endDateLbl // this.endDateLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.endDateLbl.AutoSize = true; this.endDateLbl.Name = "endDateLbl"; this.endDateLbl.TabIndex = 13; this.endDateLbl.Text = "Fin"; this.endDateLbl.Visible = false; // // taskNameLbl // this.taskNameLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.taskNameLbl.AutoSize = true; this.taskNameLbl.Name = "taskNameLbl"; this.taskNameLbl.TabIndex = 15; this.taskNameLbl.Text = "Nom"; this.taskNameLbl.Visible = false; // // taskNameTB // this.taskNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.taskNameTB.Name = "taskNameTB"; this.taskNameTB.TabIndex = 16; this.taskNameTB.Visible = false; // // taskInfoCB // this.taskInfoCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.taskInfoCB.Name = "taskInfoCB"; this.taskInfoCB.TabIndex = 18; this.taskInfoCB.Visible = false; // // taskInfoLbl // this.taskInfoLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.taskInfoLbl.AutoSize = true; this.taskInfoLbl.Name = "taskInfoLbl"; this.taskInfoLbl.TabIndex = 17; this.taskInfoLbl.Text = "Info"; this.taskInfoLbl.Visible = false; // // saveBtn // this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.saveBtn.Name = "saveBtn"; this.saveBtn.TabIndex = 19; this.saveBtn.Text = "Sauver"; this.saveBtn.UseVisualStyleBackColor = true; this.saveBtn.Visible = false; // // planDateDTP // this.planDateDTP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.planDateDTP.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.planDateDTP.Name = "planDateDTP"; this.planDateDTP.TabIndex = 35; this.planDateDTP.Visible = false; // // planDateLbl // this.planDateLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.planDateLbl.AutoSize = true; this.planDateLbl.Name = "planDateLbl"; this.planDateLbl.TabIndex = 34; this.planDateLbl.Text = "Prévu"; this.planDateLbl.Visible = false; // // prevTaskBtn // this.prevTaskBtn.Enabled = false; this.prevTaskBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolPrev; this.prevTaskBtn.Name = "prevTaskBtn"; this.prevTaskBtn.TabIndex = 41; this.prevTaskBtn.UseVisualStyleBackColor = true; // // nextTaskBtn // this.nextTaskBtn.Enabled = false; this.nextTaskBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolNext; this.nextTaskBtn.Name = "nextTaskBtn"; this.nextTaskBtn.TabIndex = 42; this.nextTaskBtn.UseVisualStyleBackColor = true; // // lastTaskBtn // this.lastTaskBtn.Enabled = false; this.lastTaskBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolLast; this.lastTaskBtn.Name = "lastTaskBtn"; this.lastTaskBtn.TabIndex = 44; this.lastTaskBtn.UseVisualStyleBackColor = true; // // firstTaskBtn // this.firstTaskBtn.Enabled = false; this.firstTaskBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolFirst; this.firstTaskBtn.Name = "firstTaskBtn"; this.firstTaskBtn.TabIndex = 43; this.firstTaskBtn.UseVisualStyleBackColor = true; // // detailsBtn // this.detailsBtn.Enabled = false; this.detailsBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDetails; this.detailsBtn.Name = "detailsBtn"; this.detailsBtn.TabIndex = 39; this.detailsBtn.UseVisualStyleBackColor = true; // // loadTasksBtn // this.loadTasksBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolLoadBtn; this.loadTasksBtn.Name = "loadTasksBtn"; this.loadTasksBtn.TabIndex = 38; this.loadTasksBtn.UseVisualStyleBackColor = true; // // cleanPlanDateBtn // this.cleanPlanDateBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cleanPlanDateBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn; this.cleanPlanDateBtn.Name = "cleanPlanDateBtn"; this.cleanPlanDateBtn.TabIndex = 37; this.cleanPlanDateBtn.TabStop = false; this.cleanPlanDateBtn.UseVisualStyleBackColor = true; this.cleanPlanDateBtn.Visible = false; // // planDateBtn // this.planDateBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.planDateBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolCalendar; this.planDateBtn.Name = "planDateBtn"; this.planDateBtn.TabIndex = 36; this.planDateBtn.TabStop = false; this.planDateBtn.UseVisualStyleBackColor = true; this.planDateBtn.Visible = false; // // cleanEndDateBtn // this.cleanEndDateBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cleanEndDateBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn; this.cleanEndDateBtn.Name = "cleanEndDateBtn"; this.cleanEndDateBtn.TabIndex = 33; this.cleanEndDateBtn.TabStop = false; this.cleanEndDateBtn.UseVisualStyleBackColor = true; this.cleanEndDateBtn.Visible = false; // // endDateBtn // this.endDateBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.endDateBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolCalendar; this.endDateBtn.Name = "endDateBtn"; this.endDateBtn.TabIndex = 32; this.endDateBtn.TabStop = false; this.endDateBtn.UseVisualStyleBackColor = true; this.endDateBtn.Visible = false; // // editTaskBtn // this.editTaskBtn.Enabled = false; this.editTaskBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolEditBtn; this.editTaskBtn.Name = "editTaskBtn"; this.editTaskBtn.TabIndex = 10; this.editTaskBtn.UseVisualStyleBackColor = true; // // delTaskBtn // this.delTaskBtn.Enabled = false; this.delTaskBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolDelBtn; this.delTaskBtn.Name = "delTaskBtn"; this.delTaskBtn.TabIndex = 9; this.delTaskBtn.UseVisualStyleBackColor = true; // // addTaskBtn // this.addTaskBtn.Enabled = false; this.addTaskBtn.Image = global::be.gaudry.bibliobrol.Properties.Resources.brolAddBtn; this.addTaskBtn.Name = "addTaskBtn"; this.addTaskBtn.TabIndex = 8; this.addTaskBtn.UseVisualStyleBackColor = true; // // infoCtrl // this.infoCtrl.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.infoCtrl.Infos = ""; this.infoCtrl.InfosTitle = "Informations"; this.infoCtrl.InfosTitleBackColor = System.Drawing.SystemColors.Control; this.infoCtrl.InfosTitleForeColor = System.Drawing.SystemColors.ControlText; this.infoCtrl.Name = "infoCtrl"; this.infoCtrl.TabIndex = 40; this.infoCtrl.Visible = false; // // TodoControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lastTaskBtn); this.Controls.Add(this.firstTaskBtn); this.Controls.Add(this.nextTaskBtn); this.Controls.Add(this.prevTaskBtn); this.Controls.Add(this.infoCtrl); this.Controls.Add(this.detailsBtn); this.Controls.Add(this.loadTasksBtn); this.Controls.Add(this.cleanPlanDateBtn); this.Controls.Add(this.planDateBtn); this.Controls.Add(this.planDateDTP); this.Controls.Add(this.planDateLbl); this.Controls.Add(this.cleanEndDateBtn); this.Controls.Add(this.endDateBtn); this.Controls.Add(this.saveBtn); this.Controls.Add(this.taskInfoCB); this.Controls.Add(this.taskInfoLbl); this.Controls.Add(this.taskNameTB); this.Controls.Add(this.taskNameLbl); this.Controls.Add(this.endDateDTP); this.Controls.Add(this.endDateLbl); this.Controls.Add(this.startDateDTP); this.Controls.Add(this.startDateLbl); this.Controls.Add(this.editTaskBtn); this.Controls.Add(this.delTaskBtn); this.Controls.Add(this.addTaskBtn); this.Controls.Add(this.tasksDGV); this.Controls.Add(this.titleLbl); this.Name = "TodoControl"; ((System.ComponentModel.ISupportInitialize)(this.tasksDGV)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label titleLbl; private System.Windows.Forms.DataGridView tasksDGV; private System.Windows.Forms.Button addTaskBtn; private System.Windows.Forms.Button delTaskBtn; private System.Windows.Forms.Button editTaskBtn; private System.Windows.Forms.Label startDateLbl; private System.Windows.Forms.DateTimePicker startDateDTP; private System.Windows.Forms.DateTimePicker endDateDTP; private System.Windows.Forms.Label endDateLbl; private System.Windows.Forms.Label taskNameLbl; private be.gaudry.view.controls.TextBoxDragDrop taskNameTB; private be.gaudry.view.controls.TextBoxDragDrop taskInfoCB; private System.Windows.Forms.Label taskInfoLbl; private System.Windows.Forms.Button saveBtn; private System.Windows.Forms.Button endDateBtn; private System.Windows.Forms.Button cleanEndDateBtn; private System.Windows.Forms.Button cleanPlanDateBtn; private System.Windows.Forms.Button planDateBtn; private System.Windows.Forms.DateTimePicker planDateDTP; private System.Windows.Forms.Label planDateLbl; private System.Windows.Forms.Button loadTasksBtn; private System.Windows.Forms.Button detailsBtn; private InfoControl infoCtrl; private System.Windows.Forms.DataGridViewTextBoxColumn startDate; private System.Windows.Forms.DataGridViewTextBoxColumn taskName; private System.Windows.Forms.DataGridViewTextBoxColumn planDate; private System.Windows.Forms.DataGridViewTextBoxColumn taskInfo; private System.Windows.Forms.DataGridViewTextBoxColumn endDate; private System.Windows.Forms.DataGridViewTextBoxColumn id; private System.Windows.Forms.Button prevTaskBtn; private System.Windows.Forms.Button nextTaskBtn; private System.Windows.Forms.Button firstTaskBtn; private System.Windows.Forms.Button lastTaskBtn; } }
Structure et Fichiers du projet
Afficher/masquer...Icône | Nom | Taille | Modification |
Icône | Nom | Taille | Modification |
| _ | Répertoire parent | 0 octets | 1731661508 15/11/2024 10:05:08 |
| _ | 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.
Version en cache
15/11/2024 10:05:08 Cette version de la page est en cache (à la date du 15/11/2024 10:05:08) 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//TodoControl.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.