//---------------------------------------------------------------------- #region Code généré par le concepteur /// <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(CFormAgenda)); sc2i.win32.common.GLColumn glColumn2 = new sc2i.win32.common.GLColumn(); this.m_controlAgenda = new timos.win32.composants.CcontrolAgenda(); this.m_panelEntete = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.m_lblObjet = new System.Windows.Forms.Label(); this.m_panelRechActeur = new System.Windows.Forms.Panel(); this.m_btnMultiples = new System.Windows.Forms.Button(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_btnOK = new System.Windows.Forms.Button(); this.m_wndListeActeurs = new sc2i.win32.common.GlacialList(); this.label3 = new System.Windows.Forms.Label(); this.m_txtFiltrer = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.m_panelEntete.SuspendLayout(); this.m_panelRechActeur.SuspendLayout(); this.SuspendLayout(); // // m_controlAgenda // this.m_controlAgenda.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_controlAgenda.DateEnCours = new System.DateTime(2008, 1, 7, 16, 13, 6, 421); this.m_controlAgenda.Dock = System.Windows.Forms.DockStyle.Fill; this.m_controlAgenda.ForeColor = System.Drawing.Color.Black; this.m_controlAgenda.Location = new System.Drawing.Point(0, 36); this.m_controlAgenda.Name = "m_controlAgenda"; this.m_controlAgenda.Size = new System.Drawing.Size(800, 336); this.m_extStyle.SetStyleBackColor(this.m_controlAgenda, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_extStyle.SetStyleForeColor(this.m_controlAgenda, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_controlAgenda.TabIndex = 0; this.m_controlAgenda.OnAfficherEntreeAgenda += new timos.win32.composants.DemandeAffichageEntreeAgendaEventHandler(this.m_controlAgenda_OnAfficherEntreeAgenda); // // m_panelEntete // this.m_panelEntete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelEntete.Controls.Add(this.label2); this.m_panelEntete.Controls.Add(this.m_lblObjet); this.m_panelEntete.Dock = System.Windows.Forms.DockStyle.Top; this.m_panelEntete.ForeColor = System.Drawing.Color.Black; this.m_panelEntete.Location = new System.Drawing.Point(0, 0); this.m_panelEntete.Name = "m_panelEntete"; this.m_panelEntete.Size = new System.Drawing.Size(800, 36); this.m_extStyle.SetStyleBackColor(this.m_panelEntete, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_extStyle.SetStyleForeColor(this.m_panelEntete, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_panelEntete.TabIndex = 1; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.Beige; this.label2.Location = new System.Drawing.Point(4, 4); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(88, 28); this.m_extStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_extStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTitrePanel); this.label2.TabIndex = 1; this.label2.Text = "Diary|80"; // // m_lblObjet // this.m_lblObjet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_lblObjet.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lblObjet.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold); this.m_lblObjet.ForeColor = System.Drawing.Color.Black; this.m_lblObjet.Location = new System.Drawing.Point(92, 4); this.m_lblObjet.Name = "m_lblObjet"; this.m_lblObjet.Size = new System.Drawing.Size(704, 28); this.m_extStyle.SetStyleBackColor(this.m_lblObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_extStyle.SetStyleForeColor(this.m_lblObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_lblObjet.TabIndex = 0; this.m_lblObjet.Click += new System.EventHandler(this.m_lblObjet_Click); // // m_panelRechActeur // this.m_panelRechActeur.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelRechActeur.Controls.Add(this.m_btnMultiples); this.m_panelRechActeur.Controls.Add(this.m_btnAnnuler); this.m_panelRechActeur.Controls.Add(this.m_btnOK); this.m_panelRechActeur.Controls.Add(this.m_wndListeActeurs); this.m_panelRechActeur.Controls.Add(this.label3); this.m_panelRechActeur.Controls.Add(this.m_txtFiltrer); this.m_panelRechActeur.Controls.Add(this.label1); this.m_panelRechActeur.ForeColor = System.Drawing.Color.Black; this.m_panelRechActeur.Location = new System.Drawing.Point(96, 32); this.m_panelRechActeur.Name = "m_panelRechActeur"; this.m_panelRechActeur.Size = new System.Drawing.Size(296, 304); this.m_extStyle.SetStyleBackColor(this.m_panelRechActeur, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_extStyle.SetStyleForeColor(this.m_panelRechActeur, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_panelRechActeur.TabIndex = 2; this.m_panelRechActeur.Visible = false; this.m_panelRechActeur.Leave += new System.EventHandler(this.m_panelRechActeur_Leave); // // m_btnMultiples // this.m_btnMultiples.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.m_btnMultiples.Image = ((System.Drawing.Image)(resources.GetObject("m_btnMultiples.Image"))); this.m_btnMultiples.Location = new System.Drawing.Point(8, 280); this.m_btnMultiples.Name = "m_btnMultiples"; this.m_btnMultiples.Size = new System.Drawing.Size(75, 23); this.m_extStyle.SetStyleBackColor(this.m_btnMultiples, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnMultiples, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnMultiples.TabIndex = 7; this.m_btnMultiples.Click += new System.EventHandler(this.m_btnMultiples_Click); // // m_btnAnnuler // this.m_btnAnnuler.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.m_btnAnnuler.Image = ((System.Drawing.Image)(resources.GetObject("m_btnAnnuler.Image"))); this.m_btnAnnuler.Location = new System.Drawing.Point(208, 280); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(75, 23); 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 = 6; this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click); // // m_btnOK // this.m_btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.m_btnOK.Image = ((System.Drawing.Image)(resources.GetObject("m_btnOK.Image"))); this.m_btnOK.Location = new System.Drawing.Point(128, 280); this.m_btnOK.Name = "m_btnOK"; this.m_btnOK.Size = new System.Drawing.Size(75, 23); 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 = 5; this.m_btnOK.Click += new System.EventHandler(this.m_btnOK_Click); // // m_wndListeActeurs // this.m_wndListeActeurs.AllowColumnResize = true; this.m_wndListeActeurs.AllowMultiselect = false; this.m_wndListeActeurs.AlternateBackground = System.Drawing.Color.DarkGreen; this.m_wndListeActeurs.AlternatingColors = false; this.m_wndListeActeurs.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_wndListeActeurs.AutoHeight = true; this.m_wndListeActeurs.AutoSort = true; this.m_wndListeActeurs.BackColor = System.Drawing.SystemColors.ControlLightLight; this.m_wndListeActeurs.CanChangeActivationCheckBoxes = false; this.m_wndListeActeurs.CheckBoxes = false; 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 = "Column1"; glColumn2.Propriete = "Libelle"; glColumn2.Text = "Acteur"; glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn2.Width = 270; this.m_wndListeActeurs.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn2 }); this.m_wndListeActeurs.ContexteUtilisation = ""; this.m_wndListeActeurs.EnableCustomisation = false; this.m_wndListeActeurs.FocusedItem = null; this.m_wndListeActeurs.FullRowSelect = true; this.m_wndListeActeurs.GLGridLines = sc2i.win32.common.GLGridStyles.gridNone; this.m_wndListeActeurs.GridColor = System.Drawing.Color.Gray; this.m_wndListeActeurs.HeaderHeight = 0; this.m_wndListeActeurs.HeaderStyle = sc2i.win32.common.GLHeaderStyles.Normal; this.m_wndListeActeurs.HeaderTextColor = System.Drawing.Color.Black; this.m_wndListeActeurs.HeaderVisible = false; this.m_wndListeActeurs.HeaderWordWrap = false; this.m_wndListeActeurs.HotColumnIndex = -1; this.m_wndListeActeurs.HotItemIndex = -1; this.m_wndListeActeurs.HotTracking = false; this.m_wndListeActeurs.HotTrackingColor = System.Drawing.Color.LightGray; this.m_wndListeActeurs.ImageList = null; this.m_wndListeActeurs.ItemHeight = 17; this.m_wndListeActeurs.ItemWordWrap = false; this.m_wndListeActeurs.ListeSource = null; this.m_wndListeActeurs.Location = new System.Drawing.Point(0, 36); this.m_wndListeActeurs.MaxHeight = 17; this.m_wndListeActeurs.Name = "m_wndListeActeurs"; this.m_wndListeActeurs.SelectedTextColor = System.Drawing.Color.White; this.m_wndListeActeurs.SelectionColor = System.Drawing.Color.DarkBlue; this.m_wndListeActeurs.ShowBorder = true; this.m_wndListeActeurs.ShowFocusRect = false; this.m_wndListeActeurs.Size = new System.Drawing.Size(296, 244); this.m_wndListeActeurs.SortIndex = 0; this.m_extStyle.SetStyleBackColor(this.m_wndListeActeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_wndListeActeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeActeurs.SuperFlatHeaderColor = System.Drawing.Color.White; this.m_wndListeActeurs.TabIndex = 4; this.m_wndListeActeurs.Text = "glacialList1"; this.m_wndListeActeurs.DoubleClick += new System.EventHandler(this.m_wndListeActeurs_DoubleClick); // // label3 // this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.label3.Dock = System.Windows.Forms.DockStyle.Top; this.label3.ForeColor = System.Drawing.Color.Beige; this.label3.Location = new System.Drawing.Point(0, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(296, 16); this.m_extStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_extStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTitrePanel); this.label3.TabIndex = 2; this.label3.Text = "Select a Member|843"; // // m_txtFiltrer // this.m_txtFiltrer.Location = new System.Drawing.Point(55, 16); this.m_txtFiltrer.Name = "m_txtFiltrer"; this.m_txtFiltrer.Size = new System.Drawing.Size(237, 20); this.m_extStyle.SetStyleBackColor(this.m_txtFiltrer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_txtFiltrer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFiltrer.TabIndex = 1; this.m_txtFiltrer.Validated += new System.EventHandler(this.m_txtFiltrer_Validated); this.m_txtFiltrer.TextChanged += new System.EventHandler(this.m_txtFiltrer_TextChanged); // // label1 // this.label1.Location = new System.Drawing.Point(0, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 20); 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 = "Filter|14"; // // CFormAgenda // this.AcceptButton = this.m_btnOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(184))))); this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(800, 372); this.Controls.Add(this.m_panelRechActeur); this.Controls.Add(this.m_controlAgenda); this.Controls.Add(this.m_panelEntete); this.Name = "CFormAgenda"; 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.CFormAgenda_Load); this.m_panelEntete.ResumeLayout(false); this.m_panelRechActeur.ResumeLayout(false); this.m_panelRechActeur.PerformLayout(); 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(CFormSelectUnObjetDonnee)); sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn(); this.listViewAutoFilledColumn1 = new sc2i.win32.common.ListViewAutoFilledColumn(); this.m_btnCancel = new System.Windows.Forms.Button(); this.m_btnOK = new System.Windows.Forms.Button(); this.m_wndListeElements = new sc2i.win32.common.GlacialList(); this.m_panelRecherche = new System.Windows.Forms.Panel(); this.m_txtRecherche = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.m_btnFiltrer = new System.Windows.Forms.Button(); this.m_arbre = new sc2i.win32.data.CArbreObjetsDonneesHierarchiques(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.m_lblInstructions = new System.Windows.Forms.Label(); this.m_imageType = new System.Windows.Forms.PictureBox(); this.cExtStyle1 = new sc2i.win32.common.CExtStyle(); this.m_panelRecherche.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_imageType)).BeginInit(); this.SuspendLayout(); // // listViewAutoFilledColumn1 // this.listViewAutoFilledColumn1.Field = "DescriptionElement"; this.listViewAutoFilledColumn1.PrecisionWidth = 0; this.listViewAutoFilledColumn1.ProportionnalSize = false; this.listViewAutoFilledColumn1.Text = "Description"; this.listViewAutoFilledColumn1.Visible = true; this.listViewAutoFilledColumn1.Width = 396; // // m_btnCancel // this.m_btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.m_btnCancel.Location = new System.Drawing.Point(239, 8); this.m_btnCancel.Name = "m_btnCancel"; this.m_btnCancel.Size = new System.Drawing.Size(75, 23); this.cExtStyle1.SetStyleBackColor(this.m_btnCancel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnCancel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnCancel.TabIndex = 7; this.m_btnCancel.Text = "Cancel|11"; // // m_btnOK // this.m_btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.m_btnOK.Location = new System.Drawing.Point(134, 8); this.m_btnOK.Name = "m_btnOK"; this.m_btnOK.Size = new System.Drawing.Size(75, 23); this.cExtStyle1.SetStyleBackColor(this.m_btnOK, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnOK, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOK.TabIndex = 6; this.m_btnOK.Text = "Ok|10"; this.m_btnOK.Click += new System.EventHandler(this.m_btnOK_Click); // // m_wndListeElements // this.m_wndListeElements.AllowColumnResize = true; this.m_wndListeElements.AllowMultiselect = false; this.m_wndListeElements.AlternateBackground = System.Drawing.Color.DarkGreen; this.m_wndListeElements.AlternatingColors = false; this.m_wndListeElements.AutoHeight = true; this.m_wndListeElements.AutoSort = true; this.m_wndListeElements.BackColor = System.Drawing.SystemColors.ControlLightLight; this.m_wndListeElements.CanChangeActivationCheckBoxes = false; this.m_wndListeElements.CheckBoxes = false; this.m_wndListeElements.CheckedItems = ((System.Collections.ArrayList)(resources.GetObject("m_wndListeElements.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 = "Description|250"; glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn1.Width = 420; this.m_wndListeElements.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn1 }); this.m_wndListeElements.ContexteUtilisation = ""; this.m_wndListeElements.Dock = System.Windows.Forms.DockStyle.Top; this.m_wndListeElements.EnableCustomisation = true; this.m_wndListeElements.FocusedItem = null; this.m_wndListeElements.FullRowSelect = true; this.m_wndListeElements.GLGridLines = sc2i.win32.common.GLGridStyles.gridSolid; this.m_wndListeElements.GridColor = System.Drawing.Color.Gray; this.m_wndListeElements.HasImages = false; this.m_wndListeElements.HeaderHeight = 22; this.m_wndListeElements.HeaderStyle = sc2i.win32.common.GLHeaderStyles.Normal; this.m_wndListeElements.HeaderTextColor = System.Drawing.Color.Black; this.m_wndListeElements.HeaderTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.m_wndListeElements.HeaderVisible = true; this.m_wndListeElements.HeaderWordWrap = false; this.m_wndListeElements.HotColumnIndex = -1; this.m_wndListeElements.HotItemIndex = -1; this.m_wndListeElements.HotTracking = false; this.m_wndListeElements.HotTrackingColor = System.Drawing.Color.LightGray; this.m_wndListeElements.ImageList = null; this.m_wndListeElements.ItemHeight = 17; this.m_wndListeElements.ItemWordWrap = false; this.m_wndListeElements.ListeSource = null; this.m_wndListeElements.Location = new System.Drawing.Point(0, 66); this.m_wndListeElements.MaxHeight = 17; this.m_wndListeElements.Name = "m_wndListeElements"; this.m_wndListeElements.SelectedTextColor = System.Drawing.Color.White; this.m_wndListeElements.SelectionColor = System.Drawing.Color.DarkBlue; this.m_wndListeElements.ShowBorder = true; this.m_wndListeElements.ShowFocusRect = false; this.m_wndListeElements.Size = new System.Drawing.Size(440, 151); this.m_wndListeElements.SortIndex = 0; this.cExtStyle1.SetStyleBackColor(this.m_wndListeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_wndListeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeElements.SuperFlatHeaderColor = System.Drawing.Color.White; this.m_wndListeElements.TabIndex = 8; this.m_wndListeElements.Text = "glacialList1"; this.m_wndListeElements.TrierAuClicSurEnteteColonne = true; // // m_panelRecherche // this.m_panelRecherche.BackColor = System.Drawing.Color.White; this.m_panelRecherche.Controls.Add(this.m_txtRecherche); this.m_panelRecherche.Controls.Add(this.label1); this.m_panelRecherche.Controls.Add(this.m_btnFiltrer); this.m_panelRecherche.Dock = System.Windows.Forms.DockStyle.Top; this.m_panelRecherche.Location = new System.Drawing.Point(0, 0); this.m_panelRecherche.Name = "m_panelRecherche"; this.m_panelRecherche.Size = new System.Drawing.Size(440, 24); this.cExtStyle1.SetStyleBackColor(this.m_panelRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_panelRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelRecherche.TabIndex = 9; // // m_txtRecherche // this.m_txtRecherche.Dock = System.Windows.Forms.DockStyle.Fill; this.m_txtRecherche.Location = new System.Drawing.Point(81, 0); this.m_txtRecherche.Name = "m_txtRecherche"; this.m_txtRecherche.Size = new System.Drawing.Size(335, 20); this.cExtStyle1.SetStyleBackColor(this.m_txtRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtRecherche.TabIndex = 2; this.m_txtRecherche.Leave += new System.EventHandler(this.m_txtRecherche_Leave); this.m_txtRecherche.Enter += new System.EventHandler(this.m_txtRecherche_Enter); // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Left; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 24); this.cExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 1; this.label1.Text = "Search|171"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // m_btnFiltrer // this.m_btnFiltrer.Dock = System.Windows.Forms.DockStyle.Right; this.m_btnFiltrer.Image = ((System.Drawing.Image)(resources.GetObject("m_btnFiltrer.Image"))); this.m_btnFiltrer.Location = new System.Drawing.Point(416, 0); this.m_btnFiltrer.Name = "m_btnFiltrer"; this.m_btnFiltrer.Size = new System.Drawing.Size(24, 24); this.cExtStyle1.SetStyleBackColor(this.m_btnFiltrer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnFiltrer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnFiltrer.TabIndex = 0; this.m_btnFiltrer.Click += new System.EventHandler(this.m_btnFiltrer_Click); // // m_arbre // this.m_arbre.AddRootForAll = false; this.m_arbre.AutoriserFilsDesAutorises = true; this.m_arbre.Dock = System.Windows.Forms.DockStyle.Fill; this.m_arbre.ElementSelectionne = null; this.m_arbre.ElementsSelectionnes = new sc2i.data.CObjetDonnee[0]; this.m_arbre.ForeColorNonSelectionnable = System.Drawing.Color.DarkGray; this.m_arbre.Location = new System.Drawing.Point(0, 217); this.m_arbre.Name = "m_arbre"; this.m_arbre.RootLabel = "Root"; this.m_arbre.Size = new System.Drawing.Size(440, 143); this.cExtStyle1.SetStyleBackColor(this.m_arbre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_arbre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_arbre.TabIndex = 10; // // panel1 // this.panel1.Controls.Add(this.m_btnOK); this.panel1.Controls.Add(this.m_btnCancel); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 360); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(440, 34); this.cExtStyle1.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel1.TabIndex = 11; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.panel2.Controls.Add(this.m_lblInstructions); this.panel2.Controls.Add(this.m_imageType); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.ForeColor = System.Drawing.Color.Black; this.panel2.Location = new System.Drawing.Point(0, 24); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(440, 42); this.cExtStyle1.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.panel2.TabIndex = 12; // // m_lblInstructions // this.m_lblInstructions.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lblInstructions.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_lblInstructions.Location = new System.Drawing.Point(42, 0); this.m_lblInstructions.Name = "m_lblInstructions"; this.m_lblInstructions.Size = new System.Drawing.Size(398, 42); this.cExtStyle1.SetStyleBackColor(this.m_lblInstructions, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_lblInstructions, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblInstructions.TabIndex = 4; this.m_lblInstructions.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // m_imageType // this.m_imageType.Dock = System.Windows.Forms.DockStyle.Left; this.m_imageType.Location = new System.Drawing.Point(0, 0); this.m_imageType.Name = "m_imageType"; this.m_imageType.Size = new System.Drawing.Size(42, 42); this.cExtStyle1.SetStyleBackColor(this.m_imageType, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_imageType, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_imageType.TabIndex = 3; this.m_imageType.TabStop = false; // // CFormSelectUnObjetDonnee // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(440, 394); this.Controls.Add(this.m_arbre); this.Controls.Add(this.m_wndListeElements); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.m_panelRecherche); this.ForeColor = System.Drawing.Color.Black; this.Name = "CFormSelectUnObjetDonnee"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondFenetre); this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTexteFenetre); this.Text = "Object selection|170"; this.Load += new System.EventHandler(this.CFormSelectUnObjetDonnee_Load); this.m_panelRecherche.ResumeLayout(false); this.m_panelRecherche.PerformLayout(); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.m_imageType)).EndInit(); 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); }