/// <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.panel2                     = new System.Windows.Forms.Panel();
     this.m_splitContainer1          = new System.Windows.Forms.SplitContainer();
     this.label1                     = new System.Windows.Forms.Label();
     this.m_txtFormuleElement        = new sc2i.win32.expression.CControleEditeFormule();
     this.m_txtFormuleCodeFormulaire = new sc2i.win32.expression.CControleEditeFormule();
     this.label2                     = new System.Windows.Forms.Label();
     this.m_wndAideFormule           = new sc2i.win32.expression.CControlAideFormule();
     this.m_wndListeVariables        = new System.Windows.Forms.ListView();
     this.label3                     = new System.Windows.Forms.Label();
     this.m_cmbModele                = new sc2i.win32.data.CComboBoxListeObjetsDonnees();
     this.panel2.SuspendLayout();
     this.m_splitContainer1.Panel1.SuspendLayout();
     this.m_splitContainer1.Panel2.SuspendLayout();
     this.m_splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.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.panel2.Controls.Add(this.m_splitContainer1);
     this.panel2.Location = new System.Drawing.Point(0, 8);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(683, 310);
     this.panel2.TabIndex = 2;
     //
     // m_splitContainer1
     //
     this.m_splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.m_splitContainer1.Name        = "m_splitContainer1";
     //
     // m_splitContainer1.Panel1
     //
     this.m_splitContainer1.Panel1.Controls.Add(this.m_cmbModele);
     this.m_splitContainer1.Panel1.Controls.Add(this.label3);
     this.m_splitContainer1.Panel1.Controls.Add(this.label1);
     this.m_splitContainer1.Panel1.Controls.Add(this.m_txtFormuleElement);
     this.m_splitContainer1.Panel1.Controls.Add(this.m_txtFormuleCodeFormulaire);
     this.m_splitContainer1.Panel1.Controls.Add(this.label2);
     //
     // m_splitContainer1.Panel2
     //
     this.m_splitContainer1.Panel2.Controls.Add(this.m_wndAideFormule);
     this.m_splitContainer1.Size             = new System.Drawing.Size(683, 310);
     this.m_splitContainer1.SplitterDistance = 470;
     this.m_splitContainer1.TabIndex         = 6;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.White;
     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(6, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(229, 16);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Element to print|20118";
     //
     // m_txtFormuleElement
     //
     this.m_txtFormuleElement.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_txtFormuleElement.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleElement.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleElement.Formule     = null;
     this.m_txtFormuleElement.Location    = new System.Drawing.Point(3, 27);
     this.m_txtFormuleElement.LockEdition = false;
     this.m_txtFormuleElement.Name        = "m_txtFormuleElement";
     this.m_txtFormuleElement.Size        = new System.Drawing.Size(460, 104);
     this.m_txtFormuleElement.TabIndex    = 2;
     this.m_txtFormuleElement.Enter      += new System.EventHandler(this.OnEnterTexteFormule);
     //
     // m_txtFormuleCodeFormulaire
     //
     this.m_txtFormuleCodeFormulaire.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleCodeFormulaire.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleCodeFormulaire.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleCodeFormulaire.Formule     = null;
     this.m_txtFormuleCodeFormulaire.Location    = new System.Drawing.Point(3, 153);
     this.m_txtFormuleCodeFormulaire.LockEdition = false;
     this.m_txtFormuleCodeFormulaire.Name        = "m_txtFormuleCodeFormulaire";
     this.m_txtFormuleCodeFormulaire.Size        = new System.Drawing.Size(460, 94);
     this.m_txtFormuleCodeFormulaire.TabIndex    = 4;
     this.m_txtFormuleCodeFormulaire.Enter      += new System.EventHandler(this.OnEnterTexteFormule);
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(6, 134);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(391, 16);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Print setup|20117";
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.BackColor             = System.Drawing.Color.White;
     this.m_wndAideFormule.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location              = new System.Drawing.Point(0, 0);
     this.m_wndAideFormule.Name                  = "m_wndAideFormule";
     this.m_wndAideFormule.ObjetInterroge        = null;
     this.m_wndAideFormule.SendIdChamps          = false;
     this.m_wndAideFormule.Size                  = new System.Drawing.Size(205, 306);
     this.m_wndAideFormule.TabIndex              = 0;
     this.m_wndAideFormule.OnSendCommande       += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // m_wndListeVariables
     //
     this.m_wndListeVariables.Location = new System.Drawing.Point(8, 8);
     this.m_wndListeVariables.Name     = "m_wndListeVariables";
     this.m_wndListeVariables.Size     = new System.Drawing.Size(544, 256);
     this.m_wndListeVariables.TabIndex = 0;
     this.m_wndListeVariables.UseCompatibleStateImageBehavior = false;
     this.m_wndListeVariables.View = System.Windows.Forms.View.Details;
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location  = new System.Drawing.Point(6, 250);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(391, 16);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Text model|20119";
     //
     // m_cmbModele
     //
     this.m_cmbModele.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_cmbModele.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbModele.ElementSelectionne = null;
     this.m_cmbModele.FormattingEnabled  = true;
     this.m_cmbModele.IsLink             = false;
     this.m_cmbModele.ListDonnees        = null;
     this.m_cmbModele.Location           = new System.Drawing.Point(10, 265);
     this.m_cmbModele.LockEdition        = false;
     this.m_cmbModele.Name                       = "m_cmbModele";
     this.m_cmbModele.NullAutorise               = false;
     this.m_cmbModele.ProprieteAffichee          = "Libelle";
     this.m_cmbModele.ProprieteParentListeObjets = null;
     this.m_cmbModele.SelectionneurParent        = null;
     this.m_cmbModele.Size                       = new System.Drawing.Size(302, 21);
     this.m_cmbModele.TabIndex                   = 6;
     this.m_cmbModele.TextNull                   = "(empty)";
     this.m_cmbModele.Tri = true;
     //
     // CFormEditActionImprimerModeleTexte
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(683, 364);
     this.Controls.Add(this.panel2);
     this.Name = "CFormEditActionImprimerModeleTexte";
     this.Text = "Print text|20120";
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.m_splitContainer1.Panel1.ResumeLayout(false);
     this.m_splitContainer1.Panel2.ResumeLayout(false);
     this.m_splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <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(CFormSelectStructure));
     sc2i.data.dynamic.CExporteurDatasetXML         cExporteurDatasetXML4 = new sc2i.data.dynamic.CExporteurDatasetXML();
     this.m_linkStructure       = new sc2i.win32.common.C2iLink(this.components);
     this.m_btnOK               = new System.Windows.Forms.Button();
     this.m_btnCancel           = new System.Windows.Forms.Button();
     this.m_cmbStructures       = new sc2i.win32.data.CComboBoxListeObjetsDonnees();
     this.m_panelEditStructure  = new sc2i.win32.data.dynamic.CPanelEditionStructureDonnee();
     this.tabPageOptions        = new Crownwood.Magic.Controls.TabPage();
     this.tabPageStructure      = new Crownwood.Magic.Controls.TabPage();
     this.tabPage1              = new Crownwood.Magic.Controls.TabPage();
     this.tabPage2              = new Crownwood.Magic.Controls.TabPage();
     this.c2iTabControl1        = new sc2i.win32.common.C2iTabControl(this.components);
     this.tabPage4              = new Crownwood.Magic.Controls.TabPage();
     this.m_panelOptionsExport  = new sc2i.win32.data.dynamic.CPanelEditFormatExport();
     this.tabPage3              = new Crownwood.Magic.Controls.TabPage();
     this.m_panelMultiStructure = new sc2i.win32.data.dynamic.CPanelEditMultiStructure();
     this.cExtStyle1            = new sc2i.win32.common.CExtStyle();
     this.tabPage1.SuspendLayout();
     this.c2iTabControl1.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.SuspendLayout();
     //
     // m_linkStructure
     //
     this.m_linkStructure.ClickEnabled      = false;
     this.m_linkStructure.ColorLabel        = System.Drawing.SystemColors.ControlText;
     this.m_linkStructure.ColorLinkDisabled = System.Drawing.Color.Blue;
     this.m_linkStructure.ColorLinkEnabled  = System.Drawing.Color.Blue;
     this.m_linkStructure.Cursor            = System.Windows.Forms.Cursors.Default;
     this.m_linkStructure.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.m_linkStructure.ForeColor = System.Drawing.SystemColors.ControlText;
     this.m_linkStructure.Location  = new System.Drawing.Point(20, 12);
     this.m_linkStructure.Name      = "m_linkStructure";
     this.m_linkStructure.Size      = new System.Drawing.Size(96, 16);
     this.cExtStyle1.SetStyleBackColor(this.m_linkStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_linkStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_linkStructure.TabIndex = 0;
     this.m_linkStructure.Text     = "Structure|169";
     //
     // m_btnOK
     //
     this.m_btnOK.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnOK.Location = new System.Drawing.Point(277, 342);
     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 = 4;
     this.m_btnOK.Text     = "Export|26";
     this.m_btnOK.Click   += new System.EventHandler(this.m_btnOK_Click);
     //
     // 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(357, 342);
     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 = 5;
     this.m_btnCancel.Text     = "Cancel|11";
     this.m_btnCancel.Click   += new System.EventHandler(this.m_btnCancel_Click);
     //
     // m_cmbStructures
     //
     this.m_cmbStructures.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmbStructures.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbStructures.ElementSelectionne = null;
     this.m_cmbStructures.IsLink             = false;
     this.m_cmbStructures.ListDonnees        = null;
     this.m_cmbStructures.Location           = new System.Drawing.Point(122, 9);
     this.m_cmbStructures.LockEdition        = false;
     this.m_cmbStructures.Name                       = "m_cmbStructures";
     this.m_cmbStructures.NullAutorise               = true;
     this.m_cmbStructures.ProprieteAffichee          = null;
     this.m_cmbStructures.ProprieteParentListeObjets = null;
     this.m_cmbStructures.SelectionneurParent        = null;
     this.m_cmbStructures.Size                       = new System.Drawing.Size(286, 21);
     this.cExtStyle1.SetStyleBackColor(this.m_cmbStructures, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_cmbStructures, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbStructures.TabIndex              = 6;
     this.m_cmbStructures.TextNull              = "Structure temporaire";
     this.m_cmbStructures.Tri                   = true;
     this.m_cmbStructures.SelectedValueChanged += new System.EventHandler(this.m_cmbStructures_SelectedValueChanged);
     //
     // m_panelEditStructure
     //
     this.m_panelEditStructure.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_panelEditStructure.ComboTypeLockEdition        = false;
     this.m_panelEditStructure.ElementAVariablesPourFiltre = null;
     this.m_panelEditStructure.Location        = new System.Drawing.Point(24, 40);
     this.m_panelEditStructure.LockEdition     = false;
     this.m_panelEditStructure.Name            = "m_panelEditStructure";
     this.m_panelEditStructure.Size            = new System.Drawing.Size(288, 120);
     this.m_panelEditStructure.StructureExport = ((sc2i.data.dynamic.C2iStructureExport)(resources.GetObject("m_panelEditStructure.StructureExport")));
     this.cExtStyle1.SetStyleBackColor(this.m_panelEditStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_panelEditStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelEditStructure.TabIndex = 7;
     //
     // tabPageOptions
     //
     this.tabPageOptions.Location = new System.Drawing.Point(0, 25);
     this.tabPageOptions.Name     = "tabPageOptions";
     this.tabPageOptions.Selected = false;
     this.tabPageOptions.Size     = new System.Drawing.Size(660, 263);
     this.cExtStyle1.SetStyleBackColor(this.tabPageOptions, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.tabPageOptions, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPageOptions.TabIndex = 1;
     this.tabPageOptions.Title    = "Export options|201";
     //
     // tabPageStructure
     //
     this.tabPageStructure.Location = new System.Drawing.Point(0, 25);
     this.tabPageStructure.Name     = "tabPageStructure";
     this.tabPageStructure.Selected = false;
     this.tabPageStructure.Size     = new System.Drawing.Size(660, 263);
     this.cExtStyle1.SetStyleBackColor(this.tabPageStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.tabPageStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPageStructure.TabIndex = 0;
     this.tabPageStructure.Title    = "Structure|230";
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_panelEditStructure);
     this.tabPage1.Location = new System.Drawing.Point(0, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Selected = false;
     this.tabPage1.Size     = new System.Drawing.Size(296, 183);
     this.cExtStyle1.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage1.TabIndex = 10;
     //
     // tabPage2
     //
     this.tabPage2.Location = new System.Drawing.Point(0, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Selected = false;
     this.tabPage2.Size     = new System.Drawing.Size(296, 183);
     this.cExtStyle1.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage2.TabIndex = 11;
     //
     // c2iTabControl1
     //
     this.c2iTabControl1.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.c2iTabControl1.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iTabControl1.BoldSelectedPage    = true;
     this.c2iTabControl1.ControlBottomOffset = 16;
     this.c2iTabControl1.ControlRightOffset  = 16;
     this.c2iTabControl1.IDEPixelArea        = false;
     this.c2iTabControl1.Location            = new System.Drawing.Point(0, 32);
     this.c2iTabControl1.Name          = "c2iTabControl1";
     this.c2iTabControl1.Ombre         = true;
     this.c2iTabControl1.PositionTop   = true;
     this.c2iTabControl1.SelectedIndex = 1;
     this.c2iTabControl1.SelectedTab   = this.tabPage4;
     this.c2iTabControl1.Size          = new System.Drawing.Size(696, 304);
     this.cExtStyle1.SetStyleBackColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.cExtStyle1.SetStyleForeColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.c2iTabControl1.TabIndex = 7;
     this.c2iTabControl1.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage3,
         this.tabPage4
     });
     this.c2iTabControl1.SelectionChanged += new System.EventHandler(this.c2iTabControl1_SelectionChanged);
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.m_panelOptionsExport);
     this.tabPage4.Location = new System.Drawing.Point(0, 25);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Selected = false;
     this.tabPage4.Size     = new System.Drawing.Size(680, 263);
     this.cExtStyle1.SetStyleBackColor(this.tabPage4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.tabPage4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage4.TabIndex = 11;
     this.tabPage4.Title    = "Options|231";
     //
     // m_panelOptionsExport
     //
     cExporteurDatasetXML4.ExporteStructureOnly = false;
     this.m_panelOptionsExport.Exporteur        = cExporteurDatasetXML4;
     this.m_panelOptionsExport.Location         = new System.Drawing.Point(0, 0);
     this.m_panelOptionsExport.Name             = "m_panelOptionsExport";
     this.m_panelOptionsExport.SansFichier      = false;
     this.m_panelOptionsExport.Size             = new System.Drawing.Size(680, 256);
     this.cExtStyle1.SetStyleBackColor(this.m_panelOptionsExport, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.m_panelOptionsExport, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelOptionsExport.TabIndex = 0;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.m_panelMultiStructure);
     this.tabPage3.Location = new System.Drawing.Point(0, 25);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(680, 263);
     this.cExtStyle1.SetStyleBackColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage3.TabIndex = 10;
     this.tabPage3.Title    = "Structure|230";
     //
     // m_panelMultiStructure
     //
     this.m_panelMultiStructure.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_panelMultiStructure.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_panelMultiStructure.FiltreDynamique = null;
     this.m_panelMultiStructure.Location        = new System.Drawing.Point(0, 0);
     this.m_panelMultiStructure.LockEdition     = false;
     this.m_panelMultiStructure.Name            = "m_panelMultiStructure";
     this.m_panelMultiStructure.Size            = new System.Drawing.Size(680, 264);
     this.cExtStyle1.SetStyleBackColor(this.m_panelMultiStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.cExtStyle1.SetStyleForeColor(this.m_panelMultiStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelMultiStructure.TabColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_panelMultiStructure.TabIndex = 0;
     //
     // CFormSelectStructure
     //
     this.AcceptButton      = this.m_btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.CancelButton      = this.m_btnCancel;
     this.ClientSize        = new System.Drawing.Size(690, 372);
     this.Controls.Add(this.c2iTabControl1);
     this.Controls.Add(this.m_cmbStructures);
     this.Controls.Add(this.m_btnCancel);
     this.Controls.Add(this.m_btnOK);
     this.Controls.Add(this.m_linkStructure);
     this.Name          = "CFormSelectStructure";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Structure selection|168";
     this.Load += new System.EventHandler(this.CFormSelectStructure_Load);
     this.tabPage1.ResumeLayout(false);
     this.c2iTabControl1.ResumeLayout(false);
     this.c2iTabControl1.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #3
0
 //-------------------------------------------------------------------
 #region Component Designer generated code
 /// <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.m_lblNom        = new System.Windows.Forms.Label();
     this.m_txtNom        = new System.Windows.Forms.TextBox();
     this.m_txtVille      = new System.Windows.Forms.TextBox();
     this.m_lblVille      = new System.Windows.Forms.Label();
     this.m_txtCodePostal = new System.Windows.Forms.TextBox();
     this.m_lblCodePostal = new System.Windows.Forms.Label();
     this.m_lblRole       = new System.Windows.Forms.Label();
     this.m_cmbRoles      = new sc2i.win32.common.CComboboxAutoFilled();
     this.m_lblGroupe     = new System.Windows.Forms.Label();
     this.m_cmbGroupes    = new sc2i.win32.data.CComboBoxListeObjetsDonnees();
     this.m_ExtStyle      = new sc2i.win32.common.CExtStyle();
     this.SuspendLayout();
     //
     // m_lblNom
     //
     this.m_lblNom.Location = new System.Drawing.Point(8, 5);
     this.m_lblNom.Name     = "m_lblNom";
     this.m_lblNom.Size     = new System.Drawing.Size(64, 17);
     this.m_ExtStyle.SetStyleBackColor(this.m_lblNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_lblNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblNom.TabIndex = 0;
     this.m_lblNom.Text     = "Name|309";
     //
     // m_txtNom
     //
     this.m_txtNom.Location = new System.Drawing.Point(96, 2);
     this.m_txtNom.Name     = "m_txtNom";
     this.m_txtNom.Size     = new System.Drawing.Size(136, 20);
     this.m_ExtStyle.SetStyleBackColor(this.m_txtNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_txtNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtNom.TabIndex = 1;
     //
     // m_txtVille
     //
     this.m_txtVille.Location = new System.Drawing.Point(357, 25);
     this.m_txtVille.Name     = "m_txtVille";
     this.m_txtVille.Size     = new System.Drawing.Size(136, 20);
     this.m_ExtStyle.SetStyleBackColor(this.m_txtVille, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_txtVille, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtVille.TabIndex = 3;
     //
     // m_lblVille
     //
     this.m_lblVille.Location = new System.Drawing.Point(246, 28);
     this.m_lblVille.Name     = "m_lblVille";
     this.m_lblVille.Size     = new System.Drawing.Size(48, 16);
     this.m_ExtStyle.SetStyleBackColor(this.m_lblVille, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_lblVille, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblVille.TabIndex = 2;
     this.m_lblVille.Text     = "City|757";
     //
     // m_txtCodePostal
     //
     this.m_txtCodePostal.Location = new System.Drawing.Point(357, 2);
     this.m_txtCodePostal.Name     = "m_txtCodePostal";
     this.m_txtCodePostal.Size     = new System.Drawing.Size(136, 20);
     this.m_ExtStyle.SetStyleBackColor(this.m_txtCodePostal, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_txtCodePostal, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtCodePostal.TabIndex = 5;
     //
     // m_lblCodePostal
     //
     this.m_lblCodePostal.Location = new System.Drawing.Point(246, 5);
     this.m_lblCodePostal.Name     = "m_lblCodePostal";
     this.m_lblCodePostal.Size     = new System.Drawing.Size(105, 17);
     this.m_ExtStyle.SetStyleBackColor(this.m_lblCodePostal, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_lblCodePostal, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblCodePostal.TabIndex = 4;
     this.m_lblCodePostal.Text     = "Postal/Zip Code|756";
     //
     // m_lblRole
     //
     this.m_lblRole.Location = new System.Drawing.Point(8, 31);
     this.m_lblRole.Name     = "m_lblRole";
     this.m_lblRole.Size     = new System.Drawing.Size(56, 16);
     this.m_ExtStyle.SetStyleBackColor(this.m_lblRole, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_lblRole, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblRole.TabIndex = 10;
     this.m_lblRole.Text     = "Role|764";
     //
     // m_cmbRoles
     //
     this.m_cmbRoles.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbRoles.IsLink            = false;
     this.m_cmbRoles.ListDonnees       = null;
     this.m_cmbRoles.Location          = new System.Drawing.Point(96, 28);
     this.m_cmbRoles.LockEdition       = false;
     this.m_cmbRoles.Name              = "m_cmbRoles";
     this.m_cmbRoles.NullAutorise      = true;
     this.m_cmbRoles.ProprieteAffichee = null;
     this.m_cmbRoles.Size              = new System.Drawing.Size(136, 21);
     this.m_ExtStyle.SetStyleBackColor(this.m_cmbRoles, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_cmbRoles, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbRoles.TabIndex = 9;
     this.m_cmbRoles.TextNull = I.T("(All)|30313");
     this.m_cmbRoles.Tri      = true;
     //
     // m_lblGroupe
     //
     this.m_lblGroupe.Location = new System.Drawing.Point(246, 51);
     this.m_lblGroupe.Name     = "m_lblGroupe";
     this.m_lblGroupe.Size     = new System.Drawing.Size(72, 16);
     this.m_ExtStyle.SetStyleBackColor(this.m_lblGroupe, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_lblGroupe, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblGroupe.TabIndex = 12;
     this.m_lblGroupe.Text     = "Group|165";
     //
     // m_cmbGroupes
     //
     this.m_cmbGroupes.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbGroupes.ElementSelectionne = null;
     this.m_cmbGroupes.IsLink             = false;
     this.m_cmbGroupes.ListDonnees        = null;
     this.m_cmbGroupes.Location           = new System.Drawing.Point(357, 48);
     this.m_cmbGroupes.LockEdition        = false;
     this.m_cmbGroupes.Name                       = "m_cmbGroupes";
     this.m_cmbGroupes.NullAutorise               = true;
     this.m_cmbGroupes.ProprieteAffichee          = null;
     this.m_cmbGroupes.ProprieteParentListeObjets = null;
     this.m_cmbGroupes.SelectionneurParent        = null;
     this.m_cmbGroupes.Size                       = new System.Drawing.Size(136, 21);
     this.m_ExtStyle.SetStyleBackColor(this.m_cmbGroupes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_cmbGroupes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbGroupes.TabIndex = 11;
     this.m_cmbGroupes.TextNull = I.T("(All)|30313");
     this.m_cmbGroupes.Tri      = true;
     //
     // CPanelFiltreActeur
     //
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.Controls.Add(this.m_lblGroupe);
     this.Controls.Add(this.m_cmbGroupes);
     this.Controls.Add(this.m_lblRole);
     this.Controls.Add(this.m_cmbRoles);
     this.Controls.Add(this.m_txtCodePostal);
     this.Controls.Add(this.m_lblCodePostal);
     this.Controls.Add(this.m_txtVille);
     this.Controls.Add(this.m_lblVille);
     this.Controls.Add(this.m_txtNom);
     this.Controls.Add(this.m_lblNom);
     this.ForeColor = System.Drawing.Color.Black;
     this.Name      = "CPanelFiltreActeur";
     this.Size      = new System.Drawing.Size(512, 79);
     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.CPanelFiltreActeur_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }