/// <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() { sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormListeGroupesStd)); this.m_panelVueHierarchique = new System.Windows.Forms.Panel(); this.m_panelBarreMenuVueArbre = new sc2i.win32.common.C2iPanelFondDegradeStd(); this.m_btnAjouter = new sc2i.win32.common.CWndLinkStd(); this.m_btnDetail = new sc2i.win32.common.CWndLinkStd(); this.m_btnSupprimer = new sc2i.win32.common.CWndLinkStd(); this.m_arbre = new System.Windows.Forms.TreeView(); this.m_chkVueListe = new System.Windows.Forms.RadioButton(); this.m_chkVueArbre = new System.Windows.Forms.RadioButton(); this.m_panelVues = new sc2i.win32.common.C2iPanelFondDegradeStd(); this.m_panelMilieu.SuspendLayout(); this.m_panelVueHierarchique.SuspendLayout(); this.m_panelBarreMenuVueArbre.SuspendLayout(); this.m_panelVues.SuspendLayout(); this.SuspendLayout(); // // m_panelListe // glColumn1.ActiveControlItems = ((System.Collections.ArrayList)(resources.GetObject("glColumn1.ActiveControlItems"))); glColumn1.BackColor = System.Drawing.Color.Transparent; glColumn1.ControlType = sc2i.win32.common.ColumnControlTypes.None; glColumn1.ForColor = System.Drawing.Color.Black; glColumn1.ImageIndex = -1; glColumn1.IsCheckColumn = false; glColumn1.LastSortState = sc2i.win32.common.ColumnSortState.SortedUp; glColumn1.Name = "Name"; glColumn1.Propriete = "Libelle"; glColumn1.Text = "Label|50"; glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn1.Width = 300; this.m_panelListe.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn1 }); this.m_panelListe.Size = new System.Drawing.Size(666, 376); this.m_extStyle.SetStyleBackColor(this.m_panelListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); // // m_panelGauche // this.m_panelGauche.Size = new System.Drawing.Size(0, 376); this.m_extStyle.SetStyleBackColor(this.m_panelGauche, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelGauche, sc2i.win32.common.CExtStyle.EnumCouleurs.None); // // m_panelDroit // this.m_panelDroit.Location = new System.Drawing.Point(666, 0); this.m_panelDroit.Size = new System.Drawing.Size(0, 376); this.m_extStyle.SetStyleBackColor(this.m_panelDroit, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelDroit, sc2i.win32.common.CExtStyle.EnumCouleurs.None); // // m_panelBas // this.m_panelBas.Location = new System.Drawing.Point(0, 376); this.m_panelBas.Size = new System.Drawing.Size(666, 0); this.m_extStyle.SetStyleBackColor(this.m_panelBas, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelBas, sc2i.win32.common.CExtStyle.EnumCouleurs.None); // // m_panelHaut // this.m_panelHaut.Size = new System.Drawing.Size(666, 0); this.m_extStyle.SetStyleBackColor(this.m_panelHaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelHaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None); // // m_panelMilieu // this.m_panelMilieu.Controls.Add(this.m_panelVues); this.m_panelMilieu.Controls.Add(this.m_panelVueHierarchique); this.m_panelMilieu.Size = new System.Drawing.Size(666, 376); this.m_extStyle.SetStyleBackColor(this.m_panelMilieu, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelMilieu, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelMilieu.Controls.SetChildIndex(this.m_panelListe, 0); this.m_panelMilieu.Controls.SetChildIndex(this.m_panelVueHierarchique, 0); this.m_panelMilieu.Controls.SetChildIndex(this.m_panelVues, 0); // // m_panelVueHierarchique // this.m_panelVueHierarchique.Controls.Add(this.m_arbre); this.m_panelVueHierarchique.Controls.Add(this.m_panelBarreMenuVueArbre); this.m_panelVueHierarchique.Dock = System.Windows.Forms.DockStyle.Fill; this.m_panelVueHierarchique.Location = new System.Drawing.Point(0, 0); this.m_panelVueHierarchique.Name = "m_panelVueHierarchique"; this.m_panelVueHierarchique.Size = new System.Drawing.Size(666, 376); this.m_extStyle.SetStyleBackColor(this.m_panelVueHierarchique, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelVueHierarchique, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelVueHierarchique.TabIndex = 2; // // m_panelBarreMenuVueArbre // this.m_panelBarreMenuVueArbre.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_panelBarreMenuVueArbre.BackgroundImage"))); this.m_panelBarreMenuVueArbre.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.m_panelBarreMenuVueArbre.Controls.Add(this.m_btnAjouter); this.m_panelBarreMenuVueArbre.Controls.Add(this.m_btnDetail); this.m_panelBarreMenuVueArbre.Controls.Add(this.m_btnSupprimer); this.m_panelBarreMenuVueArbre.Dock = System.Windows.Forms.DockStyle.Top; this.m_panelBarreMenuVueArbre.Location = new System.Drawing.Point(0, 0); this.m_panelBarreMenuVueArbre.Name = "m_panelBarreMenuVueArbre"; this.m_panelBarreMenuVueArbre.Size = new System.Drawing.Size(666, 32); this.m_extStyle.SetStyleBackColor(this.m_panelBarreMenuVueArbre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelBarreMenuVueArbre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelBarreMenuVueArbre.TabIndex = 4; // // m_btnAjouter // this.m_btnAjouter.BackColor = System.Drawing.Color.Transparent; this.m_btnAjouter.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btnAjouter.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_btnAjouter.Location = new System.Drawing.Point(132, 4); this.m_btnAjouter.Name = "m_btnAjouter"; this.m_btnAjouter.Size = new System.Drawing.Size(72, 24); this.m_extStyle.SetStyleBackColor(this.m_btnAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnAjouter.TabIndex = 0; this.m_btnAjouter.TypeLien = sc2i.win32.common.TypeLinkStd.Ajout; this.m_btnAjouter.LinkClicked += new System.EventHandler(this.m_btnAjouter_LinkClicked); // // m_btnDetail // this.m_btnDetail.BackColor = System.Drawing.Color.Transparent; this.m_btnDetail.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btnDetail.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_btnDetail.Location = new System.Drawing.Point(208, 4); this.m_btnDetail.Name = "m_btnDetail"; this.m_btnDetail.Size = new System.Drawing.Size(72, 24); this.m_extStyle.SetStyleBackColor(this.m_btnDetail, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnDetail, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnDetail.TabIndex = 1; this.m_btnDetail.TypeLien = sc2i.win32.common.TypeLinkStd.Modification; this.m_btnDetail.LinkClicked += new System.EventHandler(this.m_btnModifier_LinkClicked); // // m_btnSupprimer // this.m_btnSupprimer.BackColor = System.Drawing.Color.Transparent; this.m_btnSupprimer.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btnSupprimer.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_btnSupprimer.Location = new System.Drawing.Point(280, 4); this.m_btnSupprimer.Name = "m_btnSupprimer"; this.m_btnSupprimer.Size = new System.Drawing.Size(105, 24); this.m_extStyle.SetStyleBackColor(this.m_btnSupprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnSupprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnSupprimer.TabIndex = 2; this.m_btnSupprimer.TypeLien = sc2i.win32.common.TypeLinkStd.Suppression; this.m_btnSupprimer.LinkClicked += new System.EventHandler(this.m_btnSupprimer_LinkClicked); // // m_arbre // this.m_arbre.Dock = System.Windows.Forms.DockStyle.Fill; this.m_arbre.Location = new System.Drawing.Point(0, 32); this.m_arbre.Name = "m_arbre"; this.m_arbre.Size = new System.Drawing.Size(666, 344); this.m_extStyle.SetStyleBackColor(this.m_arbre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_arbre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_arbre.TabIndex = 3; // // m_chkVueListe // this.m_chkVueListe.Appearance = System.Windows.Forms.Appearance.Button; this.m_chkVueListe.BackColor = System.Drawing.Color.Transparent; this.m_chkVueListe.FlatAppearance.BorderSize = 0; this.m_chkVueListe.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.m_chkVueListe.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_chkVueListe.Image = global::timos.Properties.Resources.view_list; this.m_chkVueListe.Location = new System.Drawing.Point(2, 0); this.m_chkVueListe.Name = "m_chkVueListe"; this.m_chkVueListe.Size = new System.Drawing.Size(26, 24); this.m_extStyle.SetStyleBackColor(this.m_chkVueListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_chkVueListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_chkVueListe.TabIndex = 0; this.m_chkVueListe.UseVisualStyleBackColor = false; this.m_chkVueListe.CheckedChanged += new System.EventHandler(this.m_chkVueListe_CheckedChanged); // // m_chkVueArbre // this.m_chkVueArbre.Appearance = System.Windows.Forms.Appearance.Button; this.m_chkVueArbre.BackColor = System.Drawing.Color.Transparent; this.m_chkVueArbre.FlatAppearance.BorderSize = 0; this.m_chkVueArbre.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.m_chkVueArbre.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_chkVueArbre.Image = global::timos.Properties.Resources.View_tree; this.m_chkVueArbre.Location = new System.Drawing.Point(30, 0); this.m_chkVueArbre.Name = "m_chkVueArbre"; this.m_chkVueArbre.Size = new System.Drawing.Size(28, 24); this.m_extStyle.SetStyleBackColor(this.m_chkVueArbre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_chkVueArbre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_chkVueArbre.TabIndex = 3; this.m_chkVueArbre.UseVisualStyleBackColor = false; this.m_chkVueArbre.CheckedChanged += new System.EventHandler(this.m_chkVueArbre_CheckedChanged); // // m_panelVues // this.m_panelVues.BackColor = System.Drawing.Color.Transparent; this.m_panelVues.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_panelVues.BackgroundImage"))); this.m_panelVues.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.m_panelVues.Controls.Add(this.m_chkVueListe); this.m_panelVues.Controls.Add(this.m_chkVueArbre); this.m_panelVues.Location = new System.Drawing.Point(489, 1); this.m_panelVues.Name = "m_panelVues"; this.m_panelVues.Size = new System.Drawing.Size(69, 24); this.m_extStyle.SetStyleBackColor(this.m_panelVues, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelVues, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelVues.TabIndex = 6; // // CFormListeGroupesStd // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(666, 376); this.Name = "CFormListeGroupesStd"; this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Load += new System.EventHandler(this.CFormListeGroupesStd_Load); this.Closing += new System.ComponentModel.CancelEventHandler(this.CFormListeGroupesStd_Closing); this.m_panelMilieu.ResumeLayout(false); this.m_panelVueHierarchique.ResumeLayout(false); this.m_panelBarreMenuVueArbre.ResumeLayout(false); this.m_panelVues.ResumeLayout(false); this.ResumeLayout(false); }
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CcontrolAgenda)); this.m_panelVisuAgenda = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.m_btnModeMois = new System.Windows.Forms.Button(); this.m_menuAjouterAgenda = new System.Windows.Forms.ContextMenu(); this.m_lnkAjouter = new sc2i.win32.common.CWndLinkStd(); this.m_lnkFiltrer = new sc2i.win32.common.CWndLinkStd(); this.m_menuFiltrer = new System.Windows.Forms.ContextMenu(); this.m_btnSemaine = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // m_panelVisuAgenda // this.m_panelVisuAgenda.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.m_panelVisuAgenda.Location = new System.Drawing.Point(0, 24); this.m_panelVisuAgenda.Name = "m_panelVisuAgenda"; this.m_panelVisuAgenda.Size = new System.Drawing.Size(560, 296); this.m_panelVisuAgenda.TabIndex = 0; // // label1 // this.label1.Location = new System.Drawing.Point(509, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 24); this.label1.TabIndex = 1; this.label1.Text = "Month|30017"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // m_btnModeMois // this.m_btnModeMois.Image = ((System.Drawing.Image)(resources.GetObject("m_btnModeMois.Image"))); this.m_btnModeMois.Location = new System.Drawing.Point(488, 0); this.m_btnModeMois.Name = "m_btnModeMois"; this.m_btnModeMois.Size = new System.Drawing.Size(24, 24); this.m_btnModeMois.TabIndex = 2; this.m_btnModeMois.Click += new System.EventHandler(this.m_btnModeMois_Click); // // m_lnkAjouter // this.m_lnkAjouter.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkAjouter.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkAjouter.Location = new System.Drawing.Point(0, 8); this.m_lnkAjouter.Name = "m_lnkAjouter"; this.m_lnkAjouter.Size = new System.Drawing.Size(80, 16); this.m_lnkAjouter.TabIndex = 0; this.m_lnkAjouter.TypeLien = sc2i.win32.common.TypeLinkStd.Ajout; this.m_lnkAjouter.LinkClicked += new System.EventHandler(this.m_lnkAjouter_LinkClicked); // // m_lnkFiltrer // this.m_lnkFiltrer.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkFiltrer.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkFiltrer.Location = new System.Drawing.Point(80, 8); this.m_lnkFiltrer.Name = "m_lnkFiltrer"; this.m_lnkFiltrer.Size = new System.Drawing.Size(80, 16); this.m_lnkFiltrer.TabIndex = 3; this.m_lnkFiltrer.TypeLien = sc2i.win32.common.TypeLinkStd.Filtre; this.m_lnkFiltrer.LinkClicked += new System.EventHandler(this.m_lnkFiltrer_LinkClicked); // // m_btnSemaine // this.m_btnSemaine.Image = ((System.Drawing.Image)(resources.GetObject("m_btnSemaine.Image"))); this.m_btnSemaine.Location = new System.Drawing.Point(408, 0); this.m_btnSemaine.Name = "m_btnSemaine"; this.m_btnSemaine.Size = new System.Drawing.Size(24, 24); this.m_btnSemaine.TabIndex = 5; this.m_btnSemaine.Click += new System.EventHandler(this.m_btnSemaine_Click); // // label2 // this.label2.Location = new System.Drawing.Point(432, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 24); this.label2.TabIndex = 4; this.label2.Text = "Week|121"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // CcontrolAgenda // this.Controls.Add(this.m_btnSemaine); this.Controls.Add(this.label2); this.Controls.Add(this.m_lnkFiltrer); this.Controls.Add(this.m_btnModeMois); this.Controls.Add(this.label1); this.Controls.Add(this.m_panelVisuAgenda); this.Controls.Add(this.m_lnkAjouter); this.Name = "CcontrolAgenda"; this.Size = new System.Drawing.Size(560, 320); this.Load += new System.EventHandler(this.CcontrolAgenda_Load); this.ResumeLayout(false); }
/// <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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CPanelSelectListeElements)); sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn(); this.m_lnkAjoutParFiltre = new System.Windows.Forms.LinkLabel(); this.m_lnkDelete = new sc2i.win32.common.CWndLinkStd(); this.m_wndListeSelection = new sc2i.win32.common.GlacialList(); this.m_menuPopup = new System.Windows.Forms.ContextMenu(); this.m_lblNbSel = new System.Windows.Forms.Label(); this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition(); this.m_lnkAjoutParListe = new System.Windows.Forms.LinkLabel(); this.m_btnSaveListe = new System.Windows.Forms.PictureBox(); this.m_selectionneurElement = new sc2i.win32.data.navigation.C2iTextBoxSelectionne(); this.m_lnkAjouter = new sc2i.win32.common.CWndLinkStd(); this.m_tooltip = new System.Windows.Forms.ToolTip(this.components); this.m_ExtStyle = new sc2i.win32.common.CExtStyle(); ((System.ComponentModel.ISupportInitialize)(this.m_btnSaveListe)).BeginInit(); this.SuspendLayout(); // // m_lnkAjoutParFiltre // this.m_lnkAjoutParFiltre.Location = new System.Drawing.Point(131, 26); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkAjoutParFiltre, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkAjoutParFiltre.Name = "m_lnkAjoutParFiltre"; this.m_lnkAjoutParFiltre.Size = new System.Drawing.Size(146, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjoutParFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjoutParFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjoutParFiltre.TabIndex = 4016; this.m_lnkAjoutParFiltre.TabStop = true; this.m_lnkAjoutParFiltre.Text = "Add by filter|30087"; this.m_lnkAjoutParFiltre.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkAjoutParFiltre_LinkClicked); // // m_lnkDelete // this.m_lnkDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_lnkDelete.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkDelete.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkDelete.Location = new System.Drawing.Point(1, 226); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkDelete, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkDelete.Name = "m_lnkDelete"; this.m_lnkDelete.Size = new System.Drawing.Size(154, 22); this.m_ExtStyle.SetStyleBackColor(this.m_lnkDelete, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkDelete, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkDelete.TabIndex = 4015; this.m_lnkDelete.TypeLien = sc2i.win32.common.TypeLinkStd.Suppression; this.m_lnkDelete.LinkClicked += new System.EventHandler(this.m_lnkDelete_LinkClicked); // // m_wndListeSelection // this.m_wndListeSelection.AllowColumnResize = true; this.m_wndListeSelection.AllowDrop = true; this.m_wndListeSelection.AllowMultiselect = true; this.m_wndListeSelection.AlternateBackground = System.Drawing.Color.DarkGreen; this.m_wndListeSelection.AlternatingColors = false; this.m_wndListeSelection.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.m_wndListeSelection.AutoHeight = true; this.m_wndListeSelection.AutoSort = true; this.m_wndListeSelection.BackColor = System.Drawing.SystemColors.ControlLightLight; this.m_wndListeSelection.CanChangeActivationCheckBoxes = false; this.m_wndListeSelection.CheckBoxes = false; this.m_wndListeSelection.CheckedItems = ((System.Collections.ArrayList)(resources.GetObject("m_wndListeSelection.CheckedItems"))); glColumn1.ActiveControlItems = ((System.Collections.ArrayList)(resources.GetObject("glColumn1.ActiveControlItems"))); glColumn1.BackColor = System.Drawing.Color.Transparent; glColumn1.ControlType = sc2i.win32.common.ColumnControlTypes.None; glColumn1.ForColor = System.Drawing.Color.Black; glColumn1.ImageIndex = -1; glColumn1.IsCheckColumn = false; glColumn1.LastSortState = sc2i.win32.common.ColumnSortState.SortedUp; glColumn1.Name = "Column1"; glColumn1.Propriete = "DescriptionElement"; glColumn1.Text = "Nom"; glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn1.Width = 450; this.m_wndListeSelection.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn1 }); this.m_wndListeSelection.ContexteUtilisation = ""; this.m_wndListeSelection.EnableCustomisation = true; this.m_wndListeSelection.FocusedItem = null; this.m_wndListeSelection.FullRowSelect = true; this.m_wndListeSelection.GLGridLines = sc2i.win32.common.GLGridStyles.gridSolid; this.m_wndListeSelection.GridColor = System.Drawing.Color.Gray; this.m_wndListeSelection.HasImages = false; this.m_wndListeSelection.HeaderHeight = 0; this.m_wndListeSelection.HeaderStyle = sc2i.win32.common.GLHeaderStyles.Normal; this.m_wndListeSelection.HeaderTextColor = System.Drawing.Color.Black; this.m_wndListeSelection.HeaderTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.m_wndListeSelection.HeaderVisible = false; this.m_wndListeSelection.HeaderWordWrap = false; this.m_wndListeSelection.HotColumnIndex = -1; this.m_wndListeSelection.HotItemIndex = -1; this.m_wndListeSelection.HotTracking = false; this.m_wndListeSelection.HotTrackingColor = System.Drawing.Color.LightGray; this.m_wndListeSelection.ImageList = null; this.m_wndListeSelection.ItemHeight = 17; this.m_wndListeSelection.ItemWordWrap = false; this.m_wndListeSelection.ListeSource = null; this.m_wndListeSelection.Location = new System.Drawing.Point(0, 46); this.m_wndListeSelection.MaxHeight = 17; this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndListeSelection, sc2i.win32.common.TypeModeEdition.Autonome); this.m_wndListeSelection.Name = "m_wndListeSelection"; this.m_wndListeSelection.SelectedTextColor = System.Drawing.Color.White; this.m_wndListeSelection.SelectionColor = System.Drawing.Color.DarkBlue; this.m_wndListeSelection.ShowBorder = true; this.m_wndListeSelection.ShowFocusRect = false; this.m_wndListeSelection.Size = new System.Drawing.Size(472, 180); this.m_wndListeSelection.SortIndex = 0; this.m_ExtStyle.SetStyleBackColor(this.m_wndListeSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_wndListeSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeSelection.SuperFlatHeaderColor = System.Drawing.Color.White; this.m_wndListeSelection.TabIndex = 4010; this.m_wndListeSelection.Text = "glacialList1"; this.m_wndListeSelection.TrierAuClicSurEnteteColonne = true; this.m_wndListeSelection.DragOver += new System.Windows.Forms.DragEventHandler(this.m_wndListeSelection_DragOver); this.m_wndListeSelection.DragDrop += new System.Windows.Forms.DragEventHandler(this.m_wndListeSelection_DragDrop); this.m_wndListeSelection.DragEnter += new System.Windows.Forms.DragEventHandler(this.m_wndListeSelection_DragEnter); // // m_lblNbSel // this.m_lblNbSel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.m_lblNbSel.Location = new System.Drawing.Point(296, 232); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lblNbSel, sc2i.win32.common.TypeModeEdition.Autonome); this.m_lblNbSel.Name = "m_lblNbSel"; this.m_lblNbSel.Size = new System.Drawing.Size(160, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lblNbSel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lblNbSel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblNbSel.TabIndex = 4054; this.m_lblNbSel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // m_lnkAjoutParListe // this.m_lnkAjoutParListe.Location = new System.Drawing.Point(295, 26); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkAjoutParListe, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkAjoutParListe.Name = "m_lnkAjoutParListe"; this.m_lnkAjoutParListe.Size = new System.Drawing.Size(133, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjoutParListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjoutParListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjoutParListe.TabIndex = 4055; this.m_lnkAjoutParListe.TabStop = true; this.m_lnkAjoutParListe.Text = "Add by list|30292"; this.m_lnkAjoutParListe.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkAjoutParListe_LinkClicked); // // m_btnSaveListe // this.m_btnSaveListe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.m_btnSaveListe.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btnSaveListe.Image = ((System.Drawing.Image)(resources.GetObject("m_btnSaveListe.Image"))); this.m_btnSaveListe.Location = new System.Drawing.Point(453, 230); this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnSaveListe, sc2i.win32.common.TypeModeEdition.Autonome); this.m_btnSaveListe.Name = "m_btnSaveListe"; this.m_btnSaveListe.Size = new System.Drawing.Size(14, 14); this.m_btnSaveListe.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.m_ExtStyle.SetStyleBackColor(this.m_btnSaveListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_btnSaveListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnSaveListe.TabIndex = 4056; this.m_btnSaveListe.TabStop = false; this.m_tooltip.SetToolTip(this.m_btnSaveListe, "Sauvegarde cette liste"); this.m_btnSaveListe.Click += new System.EventHandler(this.m_btnSaveListe_Click); // // m_selectionneurElement // this.m_selectionneurElement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_selectionneurElement.BackColor = System.Drawing.Color.Transparent; this.m_selectionneurElement.ElementSelectionne = null; this.m_selectionneurElement.FonctionTextNull = null; this.m_selectionneurElement.HasLink = true; this.m_selectionneurElement.Location = new System.Drawing.Point(0, 0); this.m_selectionneurElement.LockEdition = false; this.m_gestionnaireModeEdition.SetModeEdition(this.m_selectionneurElement, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_selectionneurElement.Name = "m_selectionneurElement"; this.m_selectionneurElement.SelectedObject = null; this.m_selectionneurElement.Size = new System.Drawing.Size(472, 22); this.m_ExtStyle.SetStyleBackColor(this.m_selectionneurElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_selectionneurElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_selectionneurElement.TabIndex = 4057; this.m_selectionneurElement.TextNull = ""; this.m_selectionneurElement.ElementSelectionneChanged += new System.EventHandler(this.m_selectionneurElement_OnChangeSelection); // // m_lnkAjouter // this.m_lnkAjouter.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkAjouter.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkAjouter.Location = new System.Drawing.Point(3, 23); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkAjouter, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkAjouter.Name = "m_lnkAjouter"; this.m_lnkAjouter.Size = new System.Drawing.Size(105, 22); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjouter.TabIndex = 4015; this.m_lnkAjouter.TypeLien = sc2i.win32.common.TypeLinkStd.Ajout; this.m_lnkAjouter.LinkClicked += new System.EventHandler(this.m_lnkAjouter_LinkClicked); // // CPanelSelectListeElements // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.Controls.Add(this.m_selectionneurElement); this.Controls.Add(this.m_btnSaveListe); this.Controls.Add(this.m_lnkAjoutParListe); this.Controls.Add(this.m_lblNbSel); this.Controls.Add(this.m_lnkAjoutParFiltre); this.Controls.Add(this.m_wndListeSelection); this.Controls.Add(this.m_lnkAjouter); this.Controls.Add(this.m_lnkDelete); this.ForeColor = System.Drawing.Color.Black; this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome); this.Name = "CPanelSelectListeElements"; this.Size = new System.Drawing.Size(472, 248); this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.Load += new System.EventHandler(this.CPanelSelectListeElements_Load); ((System.ComponentModel.ISupportInitialize)(this.m_btnSaveListe)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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() { sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CPanelDefinisseurEvenements)); sc2i.win32.common.GLColumn glColumn2 = new sc2i.win32.common.GLColumn(); sc2i.win32.common.GLColumn glColumn3 = new sc2i.win32.common.GLColumn(); this.m_panelComportementsInduits = new System.Windows.Forms.Panel(); this.m_wndListeComportements = new sc2i.win32.common.GlacialList(); this.m_lnkSupprimer = new sc2i.win32.common.CWndLinkStd(); this.m_lnkAjouter = new sc2i.win32.common.CWndLinkStd(); this.m_cmbTypeElements = new sc2i.win32.common.C2iComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.splitter1 = new System.Windows.Forms.Splitter(); this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition(); this.m_ExtStyle = new sc2i.win32.common.CExtStyle(); this.m_panelEvenements = new sc2i.win32.data.navigation.CPanelListeSpeedStandard(); this.m_cmbComportement = new sc2i.win32.data.navigation.CComboBoxLinkListeObjetsDonnees(); this.m_panelComportementsInduits.SuspendLayout(); this.SuspendLayout(); // // m_panelComportementsInduits // this.m_panelComportementsInduits.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelComportementsInduits.Controls.Add(this.m_wndListeComportements); this.m_panelComportementsInduits.Controls.Add(this.m_lnkSupprimer); this.m_panelComportementsInduits.Controls.Add(this.m_lnkAjouter); this.m_panelComportementsInduits.Controls.Add(this.m_cmbComportement); this.m_panelComportementsInduits.Controls.Add(this.m_cmbTypeElements); this.m_panelComportementsInduits.Controls.Add(this.label3); this.m_panelComportementsInduits.Controls.Add(this.label2); this.m_panelComportementsInduits.Controls.Add(this.label1); this.m_panelComportementsInduits.Dock = System.Windows.Forms.DockStyle.Right; this.m_panelComportementsInduits.ForeColor = System.Drawing.Color.Black; this.m_panelComportementsInduits.Location = new System.Drawing.Point(449, 0); this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelComportementsInduits, sc2i.win32.common.TypeModeEdition.Autonome); this.m_panelComportementsInduits.Name = "m_panelComportementsInduits"; this.m_panelComportementsInduits.Size = new System.Drawing.Size(344, 264); this.m_ExtStyle.SetStyleBackColor(this.m_panelComportementsInduits, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle.SetStyleForeColor(this.m_panelComportementsInduits, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_panelComportementsInduits.TabIndex = 4; // // m_wndListeComportements // this.m_wndListeComportements.AllowColumnResize = true; this.m_wndListeComportements.AllowMultiselect = false; this.m_wndListeComportements.AlternateBackground = System.Drawing.Color.DarkGreen; this.m_wndListeComportements.AlternatingColors = false; this.m_wndListeComportements.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.m_wndListeComportements.AutoHeight = true; this.m_wndListeComportements.AutoSort = true; this.m_wndListeComportements.BackColor = System.Drawing.SystemColors.ControlLightLight; this.m_wndListeComportements.CanChangeActivationCheckBoxes = false; this.m_wndListeComportements.CheckBoxes = false; glColumn1.ActiveControlItems = ((System.Collections.ArrayList)(resources.GetObject("glColumn1.ActiveControlItems"))); glColumn1.BackColor = System.Drawing.Color.Transparent; glColumn1.ControlType = sc2i.win32.common.ColumnControlTypes.None; glColumn1.ForColor = System.Drawing.Color.Black; glColumn1.ImageIndex = -1; glColumn1.IsCheckColumn = false; glColumn1.LastSortState = sc2i.win32.common.ColumnSortState.SortedUp; glColumn1.Name = "Column1"; glColumn1.Propriete = "Libelle"; glColumn1.Text = "Behavior|821"; glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn1.Width = 230; glColumn2.ActiveControlItems = ((System.Collections.ArrayList)(resources.GetObject("glColumn2.ActiveControlItems"))); glColumn2.BackColor = System.Drawing.Color.Transparent; glColumn2.ControlType = sc2i.win32.common.ColumnControlTypes.None; glColumn2.ForColor = System.Drawing.Color.Black; glColumn2.ImageIndex = -1; glColumn2.IsCheckColumn = false; glColumn2.LastSortState = sc2i.win32.common.ColumnSortState.SortedUp; glColumn2.Name = "Column2"; glColumn2.Propriete = "TypeCibleConvivial"; glColumn2.Text = "Target|820"; glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn2.Width = 100; this.m_wndListeComportements.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn1, glColumn2 }); this.m_wndListeComportements.ContexteUtilisation = ""; this.m_wndListeComportements.EnableCustomisation = false; this.m_wndListeComportements.FocusedItem = null; this.m_wndListeComportements.FullRowSelect = true; this.m_wndListeComportements.GLGridLines = sc2i.win32.common.GLGridStyles.gridSolid; this.m_wndListeComportements.GridColor = System.Drawing.Color.Gray; this.m_wndListeComportements.HeaderHeight = 22; this.m_wndListeComportements.HeaderStyle = sc2i.win32.common.GLHeaderStyles.Normal; this.m_wndListeComportements.HeaderTextColor = System.Drawing.Color.Black; this.m_wndListeComportements.HeaderVisible = true; this.m_wndListeComportements.HeaderWordWrap = false; this.m_wndListeComportements.HotColumnIndex = -1; this.m_wndListeComportements.HotItemIndex = -1; this.m_wndListeComportements.HotTracking = false; this.m_wndListeComportements.HotTrackingColor = System.Drawing.Color.LightGray; this.m_wndListeComportements.ImageList = null; this.m_wndListeComportements.ItemHeight = 17; this.m_wndListeComportements.ItemWordWrap = false; this.m_wndListeComportements.ListeSource = null; this.m_wndListeComportements.Location = new System.Drawing.Point(8, 104); this.m_wndListeComportements.MaxHeight = 17; this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndListeComportements, sc2i.win32.common.TypeModeEdition.Autonome); this.m_wndListeComportements.Name = "m_wndListeComportements"; this.m_wndListeComportements.SelectedTextColor = System.Drawing.Color.White; this.m_wndListeComportements.SelectionColor = System.Drawing.Color.DarkBlue; this.m_wndListeComportements.ShowBorder = true; this.m_wndListeComportements.ShowFocusRect = false; this.m_wndListeComportements.Size = new System.Drawing.Size(328, 152); this.m_wndListeComportements.SortIndex = 0; this.m_ExtStyle.SetStyleBackColor(this.m_wndListeComportements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_wndListeComportements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeComportements.SuperFlatHeaderColor = System.Drawing.Color.White; this.m_wndListeComportements.TabIndex = 4009; this.m_wndListeComportements.Text = "glacialList1"; this.m_wndListeComportements.TrierAuClicSurEnteteColonne = true; this.m_wndListeComportements.DoubleClick += new System.EventHandler(this.m_wndListeComportements_DoubleClick); // // m_lnkSupprimer // this.m_lnkSupprimer.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkSupprimer.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkSupprimer.Location = new System.Drawing.Point(88, 78); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkSupprimer, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkSupprimer.Name = "m_lnkSupprimer"; this.m_lnkSupprimer.Size = new System.Drawing.Size(72, 26); this.m_ExtStyle.SetStyleBackColor(this.m_lnkSupprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkSupprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkSupprimer.TabIndex = 4008; this.m_lnkSupprimer.TypeLien = sc2i.win32.common.TypeLinkStd.Suppression; this.m_lnkSupprimer.LinkClicked += new System.EventHandler(this.m_lnkSupprimer_LinkClicked); // // m_lnkAjouter // this.m_lnkAjouter.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkAjouter.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkAjouter.Location = new System.Drawing.Point(8, 78); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkAjouter, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkAjouter.Name = "m_lnkAjouter"; this.m_lnkAjouter.Size = new System.Drawing.Size(64, 24); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjouter.TabIndex = 4007; this.m_lnkAjouter.TypeLien = sc2i.win32.common.TypeLinkStd.Ajout; this.m_lnkAjouter.LinkClicked += new System.EventHandler(this.m_lnkAjouter_LinkClicked); // // m_cmbTypeElements // this.m_cmbTypeElements.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_cmbTypeElements.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbTypeElements.IsLink = false; this.m_cmbTypeElements.Location = new System.Drawing.Point(88, 32); this.m_cmbTypeElements.LockEdition = false; this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbTypeElements, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_cmbTypeElements.Name = "m_cmbTypeElements"; this.m_cmbTypeElements.Size = new System.Drawing.Size(248, 21); this.m_ExtStyle.SetStyleBackColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbTypeElements.TabIndex = 4005; this.m_cmbTypeElements.SelectedValueChanged += new System.EventHandler(this.m_cmbTypeElements_SelectedValueChanged); // // label3 // this.label3.Location = new System.Drawing.Point(8, 58); this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 16); this.m_ExtStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label3.TabIndex = 2; this.label3.Text = "Behavior|821"; // // label2 // this.label2.Location = new System.Drawing.Point(8, 34); this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 16); this.m_ExtStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label2.TabIndex = 1; this.label2.Text = "Target|820"; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(8, 8); this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(209, 21); this.m_ExtStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 0; this.label1.Text = "Induced behaviors|819"; // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Right; this.splitter1.Location = new System.Drawing.Point(446, 0); this.m_gestionnaireModeEdition.SetModeEdition(this.splitter1, sc2i.win32.common.TypeModeEdition.Autonome); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 264); this.m_ExtStyle.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.splitter1.TabIndex = 5; this.splitter1.TabStop = false; // // m_panelEvenements // this.m_panelEvenements.AllowArbre = true; glColumn3.ActiveControlItems = ((System.Collections.ArrayList)(resources.GetObject("glColumn3.ActiveControlItems"))); glColumn3.BackColor = System.Drawing.Color.Transparent; glColumn3.ControlType = sc2i.win32.common.ColumnControlTypes.None; glColumn3.ForColor = System.Drawing.Color.Black; glColumn3.ImageIndex = -1; glColumn3.IsCheckColumn = false; glColumn3.LastSortState = sc2i.win32.common.ColumnSortState.SortedUp; glColumn3.Name = "Name"; glColumn3.Propriete = "Libelle"; glColumn3.Text = "Label|50"; glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn3.Width = 400; this.m_panelEvenements.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn3 }); this.m_panelEvenements.ContexteUtilisation = ""; this.m_panelEvenements.ControlFiltreStandard = null; this.m_panelEvenements.Dock = System.Windows.Forms.DockStyle.Fill; this.m_panelEvenements.ElementSelectionne = null; this.m_panelEvenements.EnableCustomisation = true; this.m_panelEvenements.FiltreDeBase = null; this.m_panelEvenements.FiltreDeBaseEnAjout = false; this.m_panelEvenements.FiltrePrefere = null; this.m_panelEvenements.FiltreRapide = null; this.m_panelEvenements.ListeObjets = null; this.m_panelEvenements.Location = new System.Drawing.Point(0, 0); this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelEvenements, sc2i.win32.common.TypeModeEdition.DisableSurEdition); this.m_panelEvenements.ModeQuickSearch = false; this.m_panelEvenements.ModeSelection = false; this.m_panelEvenements.MultiSelect = false; this.m_panelEvenements.Name = "m_panelEvenements"; this.m_panelEvenements.Navigateur = null; this.m_panelEvenements.ProprieteObjetAEditer = null; this.m_panelEvenements.QuickSearchText = ""; this.m_panelEvenements.Size = new System.Drawing.Size(446, 264); this.m_ExtStyle.SetStyleBackColor(this.m_panelEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_panelEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelEvenements.TabIndex = 6; this.m_panelEvenements.TrierAuClicSurEnteteColonne = true; this.m_panelEvenements.OnNewObjetDonnee += new sc2i.win32.data.navigation.OnNewObjetDonneeEventHandler(this.m_panelEvenements_OnNewObjetDonnee); // // m_cmbComportement // this.m_cmbComportement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_cmbComportement.ComportementLinkStd = true; this.m_cmbComportement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbComportement.ElementSelectionne = null; this.m_cmbComportement.IsLink = true; this.m_cmbComportement.LinkProperty = ""; this.m_cmbComportement.ListDonnees = null; this.m_cmbComportement.Location = new System.Drawing.Point(88, 56); this.m_cmbComportement.LockEdition = false; this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbComportement, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_cmbComportement.Name = "m_cmbComportement"; this.m_cmbComportement.NullAutorise = true; this.m_cmbComportement.ProprieteAffichee = null; this.m_cmbComportement.ProprieteParentListeObjets = null; this.m_cmbComportement.SelectionneurParent = null; this.m_cmbComportement.Size = new System.Drawing.Size(248, 21); this.m_ExtStyle.SetStyleBackColor(this.m_cmbComportement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_cmbComportement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbComportement.TabIndex = 4006; this.m_cmbComportement.TextNull = I.T("(Specific)|30316"); this.m_cmbComportement.Tri = true; this.m_cmbComportement.TypeFormEdition = null; // // CPanelDefinisseurEvenements // this.Controls.Add(this.m_panelEvenements); this.Controls.Add(this.splitter1); this.Controls.Add(this.m_panelComportementsInduits); this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome); this.Name = "CPanelDefinisseurEvenements"; this.Size = new System.Drawing.Size(793, 264); this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelComportementsInduits.ResumeLayout(false); this.ResumeLayout(false); }
/// <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() { sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormSelectLiensAgendaMultiples)); this.m_panelGeneral = new sc2i.win32.common.C2iPanelOmbre(); this.m_lnkAjoutParFiltre = new System.Windows.Forms.LinkLabel(); this.m_lnkDelete = new sc2i.win32.common.CWndLinkStd(); this.m_lblNbSel = new System.Windows.Forms.Label(); this.m_wndListeSelection = new sc2i.win32.common.GlacialList(); this.m_lnkAjouterElement = new System.Windows.Forms.LinkLabel(); this.panel1 = new System.Windows.Forms.Panel(); this.m_btnOk = new System.Windows.Forms.Button(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_selectionneurElement = new sc2i.win32.data.navigation.C2iTextBoxSelectionne(); this.m_menuFiltres = new System.Windows.Forms.ContextMenu(); this.m_ExtStyle = new sc2i.win32.common.CExtStyle(); this.m_panelGeneral.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // m_panelGeneral // this.m_panelGeneral.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.m_panelGeneral.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelGeneral.Controls.Add(this.m_lnkAjoutParFiltre); this.m_panelGeneral.Controls.Add(this.m_lnkDelete); this.m_panelGeneral.Controls.Add(this.m_lblNbSel); this.m_panelGeneral.Controls.Add(this.m_wndListeSelection); this.m_panelGeneral.Controls.Add(this.m_lnkAjouterElement); this.m_panelGeneral.Controls.Add(this.panel1); this.m_panelGeneral.Controls.Add(this.m_selectionneurElement); this.m_panelGeneral.ForeColor = System.Drawing.Color.Black; this.m_panelGeneral.Location = new System.Drawing.Point(0, 0); this.m_panelGeneral.LockEdition = false; this.m_panelGeneral.Name = "m_panelGeneral"; this.m_panelGeneral.Size = new System.Drawing.Size(504, 403); this.m_ExtStyle.SetStyleBackColor(this.m_panelGeneral, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle.SetStyleForeColor(this.m_panelGeneral, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_panelGeneral.TabIndex = 4008; // // m_lnkAjoutParFiltre // this.m_lnkAjoutParFiltre.Location = new System.Drawing.Point(314, 32); this.m_lnkAjoutParFiltre.Name = "m_lnkAjoutParFiltre"; this.m_lnkAjoutParFiltre.Size = new System.Drawing.Size(126, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjoutParFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjoutParFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjoutParFiltre.TabIndex = 4016; this.m_lnkAjoutParFiltre.TabStop = true; this.m_lnkAjoutParFiltre.Text = "Add by filter|30087"; this.m_lnkAjoutParFiltre.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkAjoutParFiltre_LinkClicked); // // m_lnkDelete // this.m_lnkDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_lnkDelete.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkDelete.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkDelete.Location = new System.Drawing.Point(16, 336); this.m_lnkDelete.Name = "m_lnkDelete"; this.m_lnkDelete.Size = new System.Drawing.Size(160, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lnkDelete, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkDelete, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkDelete.TabIndex = 4015; this.m_lnkDelete.TypeLien = sc2i.win32.common.TypeLinkStd.Suppression; this.m_lnkDelete.LinkClicked += new System.EventHandler(this.m_lnkDelete_LinkClicked); // // m_lblNbSel // this.m_lblNbSel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.m_lblNbSel.Location = new System.Drawing.Point(320, 336); this.m_lblNbSel.Name = "m_lblNbSel"; this.m_lblNbSel.Size = new System.Drawing.Size(160, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lblNbSel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lblNbSel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblNbSel.TabIndex = 4011; this.m_lblNbSel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // m_wndListeSelection // this.m_wndListeSelection.AllowColumnResize = true; this.m_wndListeSelection.AllowMultiselect = false; this.m_wndListeSelection.AlternateBackground = System.Drawing.Color.DarkGreen; this.m_wndListeSelection.AlternatingColors = false; this.m_wndListeSelection.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.m_wndListeSelection.AutoHeight = true; this.m_wndListeSelection.AutoSort = true; this.m_wndListeSelection.BackColor = System.Drawing.SystemColors.ControlLightLight; this.m_wndListeSelection.CanChangeActivationCheckBoxes = false; this.m_wndListeSelection.CheckBoxes = false; glColumn1.ActiveControlItems = ((System.Collections.ArrayList)(resources.GetObject("glColumn1.ActiveControlItems"))); glColumn1.BackColor = System.Drawing.Color.Transparent; glColumn1.ControlType = sc2i.win32.common.ColumnControlTypes.None; glColumn1.ForColor = System.Drawing.Color.Black; glColumn1.ImageIndex = -1; glColumn1.IsCheckColumn = false; glColumn1.LastSortState = sc2i.win32.common.ColumnSortState.SortedUp; glColumn1.Name = "Column1"; glColumn1.Propriete = "ElementLie.DescriptionElement"; glColumn1.Text = "Nom"; glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn1.Width = 450; this.m_wndListeSelection.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn1 }); this.m_wndListeSelection.ContexteUtilisation = ""; this.m_wndListeSelection.EnableCustomisation = true; this.m_wndListeSelection.FocusedItem = null; this.m_wndListeSelection.FullRowSelect = true; this.m_wndListeSelection.GLGridLines = sc2i.win32.common.GLGridStyles.gridSolid; this.m_wndListeSelection.GridColor = System.Drawing.Color.Gray; this.m_wndListeSelection.HeaderHeight = 0; this.m_wndListeSelection.HeaderStyle = sc2i.win32.common.GLHeaderStyles.Normal; this.m_wndListeSelection.HeaderTextColor = System.Drawing.Color.Black; this.m_wndListeSelection.HeaderTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.m_wndListeSelection.HeaderVisible = false; this.m_wndListeSelection.HeaderWordWrap = false; this.m_wndListeSelection.HotColumnIndex = -1; this.m_wndListeSelection.HotItemIndex = -1; this.m_wndListeSelection.HotTracking = false; this.m_wndListeSelection.HotTrackingColor = System.Drawing.Color.LightGray; this.m_wndListeSelection.ImageList = null; this.m_wndListeSelection.ItemHeight = 17; this.m_wndListeSelection.ItemWordWrap = false; this.m_wndListeSelection.ListeSource = null; this.m_wndListeSelection.Location = new System.Drawing.Point(8, 56); this.m_wndListeSelection.MaxHeight = 17; this.m_wndListeSelection.Name = "m_wndListeSelection"; this.m_wndListeSelection.SelectedTextColor = System.Drawing.Color.White; this.m_wndListeSelection.SelectionColor = System.Drawing.Color.DarkBlue; this.m_wndListeSelection.ShowBorder = true; this.m_wndListeSelection.ShowFocusRect = false; this.m_wndListeSelection.Size = new System.Drawing.Size(472, 280); this.m_wndListeSelection.SortIndex = 0; this.m_ExtStyle.SetStyleBackColor(this.m_wndListeSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_wndListeSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeSelection.SuperFlatHeaderColor = System.Drawing.Color.White; this.m_wndListeSelection.TabIndex = 4010; this.m_wndListeSelection.Text = "glacialList1"; this.m_wndListeSelection.TrierAuClicSurEnteteColonne = true; // // m_lnkAjouterElement // this.m_lnkAjouterElement.Location = new System.Drawing.Point(8, 32); this.m_lnkAjouterElement.Name = "m_lnkAjouterElement"; this.m_lnkAjouterElement.Size = new System.Drawing.Size(256, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjouterElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjouterElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjouterElement.TabIndex = 4007; this.m_lnkAjouterElement.TabStop = true; this.m_lnkAjouterElement.Text = "Add element|30086"; this.m_lnkAjouterElement.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.m_lnkAjouterElement.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkAjouterElement_LinkClicked); // // panel1 // this.panel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.m_btnOk); this.panel1.Controls.Add(this.m_btnAnnuler); this.panel1.Location = new System.Drawing.Point(192, 336); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(120, 48); this.m_ExtStyle.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel1.TabIndex = 4014; // // m_btnOk // this.m_btnOk.Anchor = System.Windows.Forms.AnchorStyles.Top; this.m_btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_btnOk.ForeColor = System.Drawing.Color.White; this.m_btnOk.Image = ((System.Drawing.Image)(resources.GetObject("m_btnOk.Image"))); this.m_btnOk.Location = new System.Drawing.Point(14, 0); this.m_btnOk.Name = "m_btnOk"; this.m_btnOk.Size = new System.Drawing.Size(40, 40); this.m_ExtStyle.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOk.TabIndex = 4012; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // m_btnAnnuler // this.m_btnAnnuler.Anchor = System.Windows.Forms.AnchorStyles.Top; this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.m_btnAnnuler.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_btnAnnuler.ForeColor = System.Drawing.Color.White; this.m_btnAnnuler.Image = ((System.Drawing.Image)(resources.GetObject("m_btnAnnuler.Image"))); this.m_btnAnnuler.Location = new System.Drawing.Point(62, 0); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(40, 40); this.m_ExtStyle.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnAnnuler.TabIndex = 4013; this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click); // // m_selectionneurElement // this.m_selectionneurElement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_selectionneurElement.ElementSelectionne = null; this.m_selectionneurElement.FonctionTextNull = null; this.m_selectionneurElement.HasLink = true; this.m_selectionneurElement.Location = new System.Drawing.Point(8, 8); this.m_selectionneurElement.LockEdition = false; this.m_selectionneurElement.Name = "m_selectionneurElement"; this.m_selectionneurElement.SelectedObject = null; this.m_selectionneurElement.Size = new System.Drawing.Size(424, 24); this.m_ExtStyle.SetStyleBackColor(this.m_selectionneurElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_selectionneurElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_selectionneurElement.TabIndex = 4053; this.m_selectionneurElement.TextNull = ""; this.m_selectionneurElement.ElementSelectionneChanged += new System.EventHandler(this.m_selectionneurElement_OnChangeSelection); // // CFormSelectLiensAgendaMultiples // this.AcceptButton = this.m_btnOk; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(504, 400); this.Controls.Add(this.m_panelGeneral); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "CFormSelectLiensAgendaMultiples"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "CFormSelectLiensAgendaMultiples"; this.Load += new System.EventHandler(this.CFormSelectLiensAgendaMultiples_Load); this.m_panelGeneral.ResumeLayout(false); this.m_panelGeneral.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); }