예제 #1
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.m_label      = new System.Windows.Forms.Label();
     this.m_txtFormule = new sc2i.win32.expression.CControleEditeFormule();
     this.SuspendLayout();
     //
     // m_label
     //
     this.m_label.Location  = new System.Drawing.Point(0, 0);
     this.m_label.Name      = "m_label";
     this.m_label.Size      = new System.Drawing.Size(120, 40);
     this.m_label.TabIndex  = 0;
     this.m_label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_txtFormule
     //
     this.m_txtFormule.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormule.BackColor   = System.Drawing.Color.White;
     this.m_txtFormule.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.m_txtFormule.Location    = new System.Drawing.Point(120, 0);
     this.m_txtFormule.LockEdition = false;
     this.m_txtFormule.Name        = "m_txtFormule";
     this.m_txtFormule.Size        = new System.Drawing.Size(320, 42);
     this.m_txtFormule.TabIndex    = 3;
     //
     // CEditeurFormuleNommee
     //
     this.Controls.Add(this.m_txtFormule);
     this.Controls.Add(this.m_label);
     this.Name = "CEditeurFormuleNommee";
     this.Size = new System.Drawing.Size(440, 42);
     this.ResumeLayout(false);
 }
예제 #2
0
 /// ///////////////////////////////////////////////////////
 private void SetTexteFormule(sc2i.win32.expression.CControleEditeFormule txt)
 {
     if (m_txtFormule != null)
     {
         m_txtFormule.BackColor = Color.White;
     }
     m_txtFormule           = txt;
     m_txtFormule.BackColor = Color.LightGreen;
 }
 private void m_txtFormule_Enter(object sender, EventArgs e)
 {
     if (m_txtFormuleCourante != null)
     {
         m_txtFormuleCourante.BackColor = Color.White;
     }
     if (sender is CControleEditeFormule)
     {
         m_txtFormuleCourante           = sender as CControleEditeFormule;
         m_txtFormuleCourante.BackColor = Color.LightGreen;
     }
 }
 private void OnEnterTextFormule(object sender)
 {
     if (sender is CControleEditeFormule)
     {
         if (m_txtFormule != null)
         {
             m_txtFormule.BackColor = Color.White;
         }
         m_txtFormule           = (CControleEditeFormule)sender;
         m_txtFormule.BackColor = Color.LightGreen;
     }
 }
 /// <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_chkForSave                  = new System.Windows.Forms.CheckBox();
     this.label3                        = new System.Windows.Forms.Label();
     this.m_txtFormuleFiltre            = new sc2i.win32.expression.CControleEditeFormule();
     this.label2                        = new System.Windows.Forms.Label();
     this.m_txtFormuleTitre             = new sc2i.win32.expression.CControleEditeFormule();
     this.label1                        = new System.Windows.Forms.Label();
     this.m_wndAideFormule              = new sc2i.win32.expression.CControlAideFormule();
     this.label4                        = new System.Windows.Forms.Label();
     this.m_txtFormuleRepertoireInitial = new sc2i.win32.expression.CControleEditeFormule();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblStockerResIn
     //
     this.m_lblStockerResIn.Text = "Store the result in";
     //
     // 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_chkForSave);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.m_txtFormuleRepertoireInitial);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.m_txtFormuleFiltre);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.m_txtFormuleTitre);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.m_wndAideFormule);
     this.panel2.Location = new System.Drawing.Point(0, 32);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(720, 359);
     this.panel2.TabIndex = 2;
     //
     // m_chkForSave
     //
     this.m_chkForSave.AutoSize = true;
     this.m_chkForSave.Location = new System.Drawing.Point(10, 8);
     this.m_chkForSave.Name     = "m_chkForSave";
     this.m_chkForSave.Size     = new System.Drawing.Size(145, 17);
     this.m_chkForSave.TabIndex = 3;
     this.m_chkForSave.Text     = "Select file for save|20021";
     this.m_chkForSave.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.Location = new System.Drawing.Point(90, 198);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(381, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "(ex:File text|*.*|All files|*.*)|20024";
     //
     // m_txtFormuleFiltre
     //
     this.m_txtFormuleFiltre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleFiltre.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleFiltre.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleFiltre.Formule     = null;
     this.m_txtFormuleFiltre.Location    = new System.Drawing.Point(9, 215);
     this.m_txtFormuleFiltre.LockEdition = false;
     this.m_txtFormuleFiltre.Name        = "m_txtFormuleFiltre";
     this.m_txtFormuleFiltre.Size        = new System.Drawing.Size(528, 52);
     this.m_txtFormuleFiltre.TabIndex    = 4;
     this.m_txtFormuleFiltre.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     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(11, 198);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(84, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Filter|20023";
     //
     // m_txtFormuleTitre
     //
     this.m_txtFormuleTitre.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_txtFormuleTitre.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleTitre.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleTitre.Formule     = null;
     this.m_txtFormuleTitre.Location    = new System.Drawing.Point(8, 47);
     this.m_txtFormuleTitre.LockEdition = false;
     this.m_txtFormuleTitre.Name        = "m_txtFormuleTitre";
     this.m_txtFormuleTitre.Size        = new System.Drawing.Size(528, 148);
     this.m_txtFormuleTitre.TabIndex    = 2;
     this.m_txtFormuleTitre.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // 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(7, 28);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(120, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Title|20022";
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location        = new System.Drawing.Point(544, 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(176, 359);
     this.m_wndAideFormule.TabIndex        = 0;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(7, 273);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(304, 16);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Initial Directory|20025";
     //
     // m_txtFormuleRepertoireInitial
     //
     this.m_txtFormuleRepertoireInitial.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleRepertoireInitial.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleRepertoireInitial.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleRepertoireInitial.Formule     = null;
     this.m_txtFormuleRepertoireInitial.Location    = new System.Drawing.Point(8, 289);
     this.m_txtFormuleRepertoireInitial.LockEdition = false;
     this.m_txtFormuleRepertoireInitial.Name        = "m_txtFormuleRepertoireInitial";
     this.m_txtFormuleRepertoireInitial.Size        = new System.Drawing.Size(528, 52);
     this.m_txtFormuleRepertoireInitial.TabIndex    = 4;
     this.m_txtFormuleRepertoireInitial.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // CFormEditActionSelectionFichierClient
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(720, 437);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionSelectionFichierClient";
     this.Text  = "Select file on client|20020";
     this.Load += new System.EventHandler(this.CFormEditActionSelectionFichierClient_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #6
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.panel2                = new System.Windows.Forms.Panel();
     this.m_splitContainer      = new System.Windows.Forms.SplitContainer();
     this.m_splitContainer2     = new System.Windows.Forms.SplitContainer();
     this.m_chkSurServeur       = new System.Windows.Forms.CheckBox();
     this.m_chkWaitForExit      = new System.Windows.Forms.CheckBox();
     this.m_txtFormuleFileName  = new sc2i.win32.expression.CControleEditeFormule();
     this.label1                = new System.Windows.Forms.Label();
     this.m_txtFormuleArguments = new sc2i.win32.expression.CControleEditeFormule();
     this.label2                = new System.Windows.Forms.Label();
     this.m_wndAideFormule      = new sc2i.win32.expression.CControlAideFormule();
     this.m_panelVariable       = new System.Windows.Forms.Panel();
     this.m_lnkNouvelleVariable = new System.Windows.Forms.LinkLabel();
     this.m_comboBoxVariables   = new sc2i.win32.common.CComboboxAutoFilled();
     this.m_lblStockerResIn     = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     this.m_splitContainer.Panel1.SuspendLayout();
     this.m_splitContainer.Panel2.SuspendLayout();
     this.m_splitContainer.SuspendLayout();
     this.m_splitContainer2.Panel1.SuspendLayout();
     this.m_splitContainer2.Panel2.SuspendLayout();
     this.m_splitContainer2.SuspendLayout();
     this.m_panelVariable.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_splitContainer);
     this.panel2.Controls.Add(this.m_panelVariable);
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(648, 393);
     this.panel2.TabIndex = 2;
     //
     // m_splitContainer
     //
     this.m_splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_splitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_splitContainer.Location    = new System.Drawing.Point(0, 25);
     this.m_splitContainer.Name        = "m_splitContainer";
     //
     // m_splitContainer.Panel1
     //
     this.m_splitContainer.Panel1.Controls.Add(this.m_splitContainer2);
     //
     // m_splitContainer.Panel2
     //
     this.m_splitContainer.Panel2.Controls.Add(this.m_wndAideFormule);
     this.m_splitContainer.Size             = new System.Drawing.Size(648, 368);
     this.m_splitContainer.SplitterDistance = 428;
     this.m_splitContainer.TabIndex         = 3;
     //
     // m_splitContainer2
     //
     this.m_splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.m_splitContainer2.Name        = "m_splitContainer2";
     this.m_splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // m_splitContainer2.Panel1
     //
     this.m_splitContainer2.Panel1.Controls.Add(this.m_chkSurServeur);
     this.m_splitContainer2.Panel1.Controls.Add(this.m_chkWaitForExit);
     this.m_splitContainer2.Panel1.Controls.Add(this.m_txtFormuleFileName);
     this.m_splitContainer2.Panel1.Controls.Add(this.label1);
     //
     // m_splitContainer2.Panel2
     //
     this.m_splitContainer2.Panel2.Controls.Add(this.m_txtFormuleArguments);
     this.m_splitContainer2.Panel2.Controls.Add(this.label2);
     this.m_splitContainer2.Size             = new System.Drawing.Size(428, 368);
     this.m_splitContainer2.SplitterDistance = 170;
     this.m_splitContainer2.TabIndex         = 3;
     //
     // m_chkSurServeur
     //
     this.m_chkSurServeur.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_chkSurServeur.Location = new System.Drawing.Point(234, 150);
     this.m_chkSurServeur.Name     = "m_chkSurServeur";
     this.m_chkSurServeur.Size     = new System.Drawing.Size(133, 16);
     this.m_chkSurServeur.TabIndex = 3;
     this.m_chkSurServeur.Text     = "On server|20007";
     this.m_chkSurServeur.UseVisualStyleBackColor = true;
     //
     // m_chkWaitForExit
     //
     this.m_chkWaitForExit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_chkWaitForExit.Location = new System.Drawing.Point(6, 150);
     this.m_chkWaitForExit.Name     = "m_chkWaitForExit";
     this.m_chkWaitForExit.Size     = new System.Drawing.Size(173, 16);
     this.m_chkWaitForExit.TabIndex = 1;
     this.m_chkWaitForExit.Text     = "Wait for exit|20003";
     this.m_chkWaitForExit.UseVisualStyleBackColor = true;
     //
     // m_txtFormuleFileName
     //
     this.m_txtFormuleFileName.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_txtFormuleFileName.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleFileName.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleFileName.Formule     = null;
     this.m_txtFormuleFileName.Location    = new System.Drawing.Point(6, 19);
     this.m_txtFormuleFileName.LockEdition = false;
     this.m_txtFormuleFileName.Name        = "m_txtFormuleFileName";
     this.m_txtFormuleFileName.Size        = new System.Drawing.Size(415, 129);
     this.m_txtFormuleFileName.TabIndex    = 2;
     this.m_txtFormuleFileName.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // 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(3, 1);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(236, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Open a File or an URL|153";
     //
     // m_txtFormuleArguments
     //
     this.m_txtFormuleArguments.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_txtFormuleArguments.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleArguments.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleArguments.Formule     = null;
     this.m_txtFormuleArguments.Location    = new System.Drawing.Point(6, 19);
     this.m_txtFormuleArguments.LockEdition = false;
     this.m_txtFormuleArguments.Name        = "m_txtFormuleArguments";
     this.m_txtFormuleArguments.Size        = new System.Drawing.Size(415, 152);
     this.m_txtFormuleArguments.TabIndex    = 2;
     this.m_txtFormuleArguments.Enter      += new System.EventHandler(this.m_txtFormule_Enter);
     //
     // label2
     //
     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(3, 1);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(236, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Arguments|218";
     //
     // m_wndAideFormule
     //
     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(212, 364);
     this.m_wndAideFormule.TabIndex        = 0;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // m_panelVariable
     //
     this.m_panelVariable.Controls.Add(this.m_lnkNouvelleVariable);
     this.m_panelVariable.Controls.Add(this.m_comboBoxVariables);
     this.m_panelVariable.Controls.Add(this.m_lblStockerResIn);
     this.m_panelVariable.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panelVariable.Location = new System.Drawing.Point(0, 0);
     this.m_panelVariable.Name     = "m_panelVariable";
     this.m_panelVariable.Size     = new System.Drawing.Size(648, 25);
     this.m_panelVariable.TabIndex = 3;
     //
     // m_lnkNouvelleVariable
     //
     this.m_lnkNouvelleVariable.Location     = new System.Drawing.Point(361, 7);
     this.m_lnkNouvelleVariable.Name         = "m_lnkNouvelleVariable";
     this.m_lnkNouvelleVariable.Size         = new System.Drawing.Size(112, 16);
     this.m_lnkNouvelleVariable.TabIndex     = 5;
     this.m_lnkNouvelleVariable.TabStop      = true;
     this.m_lnkNouvelleVariable.Text         = "New variable|127";
     this.m_lnkNouvelleVariable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkNouvelleVariable_LinkClicked);
     //
     // m_comboBoxVariables
     //
     this.m_comboBoxVariables.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_comboBoxVariables.IsLink            = false;
     this.m_comboBoxVariables.ListDonnees       = null;
     this.m_comboBoxVariables.Location          = new System.Drawing.Point(146, 4);
     this.m_comboBoxVariables.LockEdition       = false;
     this.m_comboBoxVariables.Name              = "m_comboBoxVariables";
     this.m_comboBoxVariables.NullAutorise      = true;
     this.m_comboBoxVariables.ProprieteAffichee = null;
     this.m_comboBoxVariables.Size              = new System.Drawing.Size(209, 21);
     this.m_comboBoxVariables.TabIndex          = 4;
     this.m_comboBoxVariables.TextNull          = "(to affect)";
     this.m_comboBoxVariables.Tri = true;
     //
     // m_lblStockerResIn
     //
     this.m_lblStockerResIn.Location = new System.Drawing.Point(5, 6);
     this.m_lblStockerResIn.Name     = "m_lblStockerResIn";
     this.m_lblStockerResIn.Size     = new System.Drawing.Size(141, 16);
     this.m_lblStockerResIn.TabIndex = 3;
     this.m_lblStockerResIn.Text     = "Store the result in|125";
     //
     // CFormEditActionOuvrirFichier
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(648, 439);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionOuvrirFichier";
     this.Text  = "Open a File or an URL|153";
     this.Load += new System.EventHandler(this.CFormEditActionOuvrirFichier_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.m_splitContainer.Panel1.ResumeLayout(false);
     this.m_splitContainer.Panel2.ResumeLayout(false);
     this.m_splitContainer.ResumeLayout(false);
     this.m_splitContainer2.Panel1.ResumeLayout(false);
     this.m_splitContainer2.Panel2.ResumeLayout(false);
     this.m_splitContainer2.ResumeLayout(false);
     this.m_panelVariable.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()
 {
     this.components        = new System.ComponentModel.Container();
     this.c2iTabControl1    = new sc2i.win32.common.C2iTabControl(this.components);
     this.m_chkFiltreDefaut = new System.Windows.Forms.CheckBox();
     this.m_panelFiltre     = new sc2i.win32.data.dynamic.CPanelEditFiltreDynamique();
     this.c2iTabControl2    = new sc2i.win32.common.C2iTabControl(this.components);
     this.tabPage2          = new Crownwood.Magic.Controls.TabPage();
     this.panel2            = new System.Windows.Forms.Panel();
     this.label5            = new System.Windows.Forms.Label();
     this.m_txtFormuleContexteUtilisation = new sc2i.win32.expression.CControleEditeFormule();
     this.label1            = new System.Windows.Forms.Label();
     this.m_txtFormuleTitre = new sc2i.win32.expression.CControleEditeFormule();
     this.splitter1         = new System.Windows.Forms.Splitter();
     this.m_wndAideFormule  = new sc2i.win32.expression.CControlAideFormule();
     this.tabPage1          = new Crownwood.Magic.Controls.TabPage();
     this.m_tmp             = new sc2i.win32.common.C2iPanel(this.components);
     this.m_ExtStyle        = new sc2i.win32.common.CExtStyle();
     this.c2iTabControl2.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.ForeColor           = System.Drawing.Color.Black;
     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.Size        = new System.Drawing.Size(712, 328);
     this.m_ExtStyle.SetStyleBackColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle.SetStyleForeColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iTabControl1.TabIndex  = 2;
     this.c2iTabControl1.TextColor = System.Drawing.Color.Black;
     //
     // m_chkFiltreDefaut
     //
     this.m_chkFiltreDefaut.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_chkFiltreDefaut.BackColor = System.Drawing.Color.White;
     this.m_chkFiltreDefaut.Location  = new System.Drawing.Point(8, 272);
     this.m_chkFiltreDefaut.Name      = "m_chkFiltreDefaut";
     this.m_chkFiltreDefaut.Size      = new System.Drawing.Size(184, 16);
     this.m_ExtStyle.SetStyleBackColor(this.m_chkFiltreDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_chkFiltreDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkFiltreDefaut.TabIndex = 5;
     this.m_chkFiltreDefaut.Text     = "Apply default filter|30252";
     this.m_chkFiltreDefaut.UseVisualStyleBackColor = false;
     //
     // m_panelFiltre
     //
     this.m_panelFiltre.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_panelFiltre.BackColor = System.Drawing.Color.White;
     this.m_panelFiltre.DefinitionRacineDeChampsFiltres = null;
     this.m_panelFiltre.FiltreDynamique = null;
     this.m_panelFiltre.Location        = new System.Drawing.Point(0, 0);
     this.m_panelFiltre.LockEdition     = false;
     this.m_panelFiltre.ModeSansType    = false;
     this.m_panelFiltre.Name            = "m_panelFiltre";
     this.m_panelFiltre.Size            = new System.Drawing.Size(592, 296);
     this.m_ExtStyle.SetStyleBackColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelFiltre.TabIndex              = 3;
     this.m_panelFiltre.OnChangeTypeElements += new sc2i.win32.data.dynamic.ChangeTypeElementsEventHandler(this.m_panelFiltre_OnChangeTypeElements);
     //
     // c2iTabControl2
     //
     this.c2iTabControl2.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.c2iTabControl2.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iTabControl2.BoldSelectedPage    = true;
     this.c2iTabControl2.ControlBottomOffset = 16;
     this.c2iTabControl2.ControlRightOffset  = 16;
     this.c2iTabControl2.ForeColor           = System.Drawing.Color.Black;
     this.c2iTabControl2.IDEPixelArea        = false;
     this.c2iTabControl2.Location            = new System.Drawing.Point(8, 8);
     this.c2iTabControl2.Name          = "c2iTabControl2";
     this.c2iTabControl2.Ombre         = true;
     this.c2iTabControl2.PositionTop   = true;
     this.c2iTabControl2.SelectedIndex = 0;
     this.c2iTabControl2.SelectedTab   = this.tabPage1;
     this.c2iTabControl2.Size          = new System.Drawing.Size(608, 336);
     this.m_ExtStyle.SetStyleBackColor(this.c2iTabControl2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_ExtStyle.SetStyleForeColor(this.c2iTabControl2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iTabControl2.TabIndex = 4004;
     this.c2iTabControl2.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage1,
         this.tabPage2
     });
     this.c2iTabControl2.TextColor = System.Drawing.Color.Black;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.panel2);
     this.tabPage2.Controls.Add(this.splitter1);
     this.tabPage2.Controls.Add(this.m_wndAideFormule);
     this.tabPage2.Location = new System.Drawing.Point(0, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Selected = false;
     this.tabPage2.Size     = new System.Drawing.Size(592, 295);
     this.m_ExtStyle.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage2.TabIndex = 11;
     this.tabPage2.Title    = "Options|56";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.m_txtFormuleContexteUtilisation);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.m_txtFormuleTitre);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(397, 295);
     this.m_ExtStyle.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.panel2.TabIndex = 0;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 120);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(152, 16);
     this.m_ExtStyle.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label5.TabIndex = 13;
     this.label5.Text     = "Using context|1056";
     this.label5.Click   += new System.EventHandler(this.label5_Click);
     //
     // m_txtFormuleContexteUtilisation
     //
     this.m_txtFormuleContexteUtilisation.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_txtFormuleContexteUtilisation.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleContexteUtilisation.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleContexteUtilisation.Formule     = null;
     this.m_txtFormuleContexteUtilisation.Location    = new System.Drawing.Point(6, 136);
     this.m_txtFormuleContexteUtilisation.LockEdition = false;
     this.m_txtFormuleContexteUtilisation.Name        = "m_txtFormuleContexteUtilisation";
     this.m_txtFormuleContexteUtilisation.Size        = new System.Drawing.Size(384, 152);
     this.m_ExtStyle.SetStyleBackColor(this.m_txtFormuleContexteUtilisation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_txtFormuleContexteUtilisation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleContexteUtilisation.TabIndex = 12;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(224, 16);
     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 = 11;
     this.label1.Text     = "Window title|1055";
     //
     // m_txtFormuleTitre
     //
     this.m_txtFormuleTitre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleTitre.BackColor   = System.Drawing.Color.White;
     this.m_txtFormuleTitre.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormuleTitre.Formule     = null;
     this.m_txtFormuleTitre.Location    = new System.Drawing.Point(8, 24);
     this.m_txtFormuleTitre.LockEdition = false;
     this.m_txtFormuleTitre.Name        = "m_txtFormuleTitre";
     this.m_txtFormuleTitre.Size        = new System.Drawing.Size(384, 88);
     this.m_ExtStyle.SetStyleBackColor(this.m_txtFormuleTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_txtFormuleTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleTitre.TabIndex = 10;
     this.m_txtFormuleTitre.Enter   += new System.EventHandler(this.m_txtFormuleTitre_Enter);
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(397, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 295);
     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 = 6;
     this.splitter1.TabStop  = false;
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location       = new System.Drawing.Point(400, 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(192, 295);
     this.m_ExtStyle.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_wndAideFormule.TabIndex        = 5;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_chkFiltreDefaut);
     this.tabPage1.Controls.Add(this.m_panelFiltre);
     this.tabPage1.Location = new System.Drawing.Point(0, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(592, 295);
     this.m_ExtStyle.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.tabPage1.TabIndex = 10;
     this.tabPage1.Title    = "Filter|581";
     //
     // m_tmp
     //
     this.m_tmp.Location    = new System.Drawing.Point(144, 64);
     this.m_tmp.LockEdition = false;
     this.m_tmp.Name        = "m_tmp";
     this.m_tmp.Size        = new System.Drawing.Size(80, 32);
     this.m_ExtStyle.SetStyleBackColor(this.m_tmp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this.m_tmp, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_tmp.TabIndex = 0;
     //
     // CFormEditActionVisualiserListeObjetsDonnee
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(616, 390);
     this.Controls.Add(this.c2iTabControl2);
     this.Name = "CFormEditActionVisualiserListeObjetsDonnee";
     this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text  = "Displaying a list of objects|1054";
     this.Load += new System.EventHandler(this.CFormEditActionVisualiserListeObjetsDonnee_Load);
     this.Controls.SetChildIndex(this.c2iTabControl2, 0);
     this.c2iTabControl2.ResumeLayout(false);
     this.c2iTabControl2.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #8
0
 ////////////////////////////////////////////////////////////////////////////////////////
 public void InsereInTextBox(CControleEditeFormule txt, int nPosCurseur, string strTexte)
 {
     InsereInTextBox(txt.TextBox, nPosCurseur, strTexte);
 }