コード例 #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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditProprieteListeColonnes));
     this.m_btnOk                = new System.Windows.Forms.Button();
     this.m_btnAnnuler           = new System.Windows.Forms.Button();
     this.m_panelTotal           = new System.Windows.Forms.Panel();
     this.m_panelInfo            = new System.Windows.Forms.Panel();
     this.m_panelLibTotal        = new System.Windows.Forms.Panel();
     this.label8                 = new System.Windows.Forms.Label();
     this.m_txtTitreTotal        = new System.Windows.Forms.TextBox();
     this.m_panelAgregation      = new System.Windows.Forms.Panel();
     this.m_cmbAgregate          = new sc2i.win32.common.C2iComboBox();
     this.label7                 = new System.Windows.Forms.Label();
     this.m_btnSelectFont        = new System.Windows.Forms.Button();
     this.m_btnCancelFont        = new System.Windows.Forms.Button();
     this.m_lblPolice            = new System.Windows.Forms.Label();
     this.label6                 = new System.Windows.Forms.Label();
     this.m_btnNoTextColor       = new System.Windows.Forms.Button();
     this.m_picTextColor         = new System.Windows.Forms.PictureBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.m_btnNoBackgroundColor = new System.Windows.Forms.Button();
     this.m_picBkColor           = new System.Windows.Forms.PictureBox();
     this.label4                 = new System.Windows.Forms.Label();
     this.m_imageLink            = new System.Windows.Forms.PictureBox();
     this.m_lnkAction            = new System.Windows.Forms.LinkLabel();
     this.m_chkGrouperDonnees    = new System.Windows.Forms.CheckBox();
     this.m_txtFormule           = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.m_numUpLargeur         = new System.Windows.Forms.NumericUpDown();
     this.label3                 = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.m_txtTitre             = new System.Windows.Forms.TextBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.m_panelGauche          = new System.Windows.Forms.Panel();
     this.m_btnBas               = new System.Windows.Forms.Button();
     this.m_btnHaut              = new System.Windows.Forms.Button();
     this.m_btnRemove            = new sc2i.win32.common.CWndLinkStd();
     this.m_btnAdd               = new sc2i.win32.common.CWndLinkStd();
     this.m_wndListeColonnes     = new System.Windows.Forms.ListBox();
     this.m_panelTotal.SuspendLayout();
     this.m_panelInfo.SuspendLayout();
     this.m_panelLibTotal.SuspendLayout();
     this.m_panelAgregation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_picTextColor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_picBkColor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageLink)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_numUpLargeur)).BeginInit();
     this.m_panelGauche.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btnOk
     //
     this.m_btnOk.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnOk.BackColor = System.Drawing.SystemColors.ControlLight;
     this.m_btnOk.Location  = new System.Drawing.Point(193, 280);
     this.m_btnOk.Name      = "m_btnOk";
     this.m_btnOk.Size      = new System.Drawing.Size(75, 24);
     this.m_btnOk.TabIndex  = 2;
     this.m_btnOk.Text      = "Ok|10";
     this.m_btnOk.UseVisualStyleBackColor = false;
     this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click);
     //
     // m_btnAnnuler
     //
     this.m_btnAnnuler.Anchor                  = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_btnAnnuler.BackColor               = System.Drawing.SystemColors.ControlLight;
     this.m_btnAnnuler.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnAnnuler.Location                = new System.Drawing.Point(284, 280);
     this.m_btnAnnuler.Name                    = "m_btnAnnuler";
     this.m_btnAnnuler.Size                    = new System.Drawing.Size(74, 24);
     this.m_btnAnnuler.TabIndex                = 3;
     this.m_btnAnnuler.Text                    = "Cancel|11";
     this.m_btnAnnuler.UseVisualStyleBackColor = false;
     this.m_btnAnnuler.Click                  += new System.EventHandler(this.m_btnAnnuler_Click);
     //
     // m_panelTotal
     //
     this.m_panelTotal.Controls.Add(this.m_panelInfo);
     this.m_panelTotal.Controls.Add(this.m_panelGauche);
     this.m_panelTotal.Location = new System.Drawing.Point(0, 0);
     this.m_panelTotal.Name     = "m_panelTotal";
     this.m_panelTotal.Size     = new System.Drawing.Size(656, 280);
     this.m_panelTotal.TabIndex = 4;
     //
     // m_panelInfo
     //
     this.m_panelInfo.Controls.Add(this.m_panelLibTotal);
     this.m_panelInfo.Controls.Add(this.m_panelAgregation);
     this.m_panelInfo.Controls.Add(this.m_btnSelectFont);
     this.m_panelInfo.Controls.Add(this.m_btnCancelFont);
     this.m_panelInfo.Controls.Add(this.m_lblPolice);
     this.m_panelInfo.Controls.Add(this.label6);
     this.m_panelInfo.Controls.Add(this.m_btnNoTextColor);
     this.m_panelInfo.Controls.Add(this.m_picTextColor);
     this.m_panelInfo.Controls.Add(this.label5);
     this.m_panelInfo.Controls.Add(this.m_btnNoBackgroundColor);
     this.m_panelInfo.Controls.Add(this.m_picBkColor);
     this.m_panelInfo.Controls.Add(this.label4);
     this.m_panelInfo.Controls.Add(this.m_imageLink);
     this.m_panelInfo.Controls.Add(this.m_lnkAction);
     this.m_panelInfo.Controls.Add(this.m_chkGrouperDonnees);
     this.m_panelInfo.Controls.Add(this.m_txtFormule);
     this.m_panelInfo.Controls.Add(this.m_numUpLargeur);
     this.m_panelInfo.Controls.Add(this.label3);
     this.m_panelInfo.Controls.Add(this.label2);
     this.m_panelInfo.Controls.Add(this.m_txtTitre);
     this.m_panelInfo.Controls.Add(this.label1);
     this.m_panelInfo.Location = new System.Drawing.Point(239, 12);
     this.m_panelInfo.Name     = "m_panelInfo";
     this.m_panelInfo.Size     = new System.Drawing.Size(327, 262);
     this.m_panelInfo.TabIndex = 3;
     this.m_panelInfo.Visible  = false;
     //
     // m_panelLibTotal
     //
     this.m_panelLibTotal.Controls.Add(this.label8);
     this.m_panelLibTotal.Controls.Add(this.m_txtTitreTotal);
     this.m_panelLibTotal.Location = new System.Drawing.Point(6, 211);
     this.m_panelLibTotal.Name     = "m_panelLibTotal";
     this.m_panelLibTotal.Size     = new System.Drawing.Size(312, 25);
     this.m_panelLibTotal.TabIndex = 22;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(3, 3);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(82, 23);
     this.label8.TabIndex = 1;
     this.label8.Text     = "Total label|224";
     //
     // m_txtTitreTotal
     //
     this.m_txtTitreTotal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtTitreTotal.Location = new System.Drawing.Point(85, 1);
     this.m_txtTitreTotal.Name     = "m_txtTitreTotal";
     this.m_txtTitreTotal.Size     = new System.Drawing.Size(224, 20);
     this.m_txtTitreTotal.TabIndex = 21;
     //
     // m_panelAgregation
     //
     this.m_panelAgregation.Controls.Add(this.m_cmbAgregate);
     this.m_panelAgregation.Controls.Add(this.label7);
     this.m_panelAgregation.Location = new System.Drawing.Point(6, 189);
     this.m_panelAgregation.Name     = "m_panelAgregation";
     this.m_panelAgregation.Size     = new System.Drawing.Size(312, 25);
     this.m_panelAgregation.TabIndex = 20;
     //
     // m_cmbAgregate
     //
     this.m_cmbAgregate.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbAgregate.FormattingEnabled = true;
     this.m_cmbAgregate.IsLink            = false;
     this.m_cmbAgregate.Location          = new System.Drawing.Point(85, 0);
     this.m_cmbAgregate.LockEdition       = false;
     this.m_cmbAgregate.Name     = "m_cmbAgregate";
     this.m_cmbAgregate.Size     = new System.Drawing.Size(224, 21);
     this.m_cmbAgregate.TabIndex = 22;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(3, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(82, 23);
     this.label7.TabIndex = 0;
     this.label7.Text     = "Agregate|223";
     //
     // m_btnSelectFont
     //
     this.m_btnSelectFont.Location = new System.Drawing.Point(276, 138);
     this.m_btnSelectFont.Name     = "m_btnSelectFont";
     this.m_btnSelectFont.Size     = new System.Drawing.Size(23, 23);
     this.m_btnSelectFont.TabIndex = 19;
     this.m_btnSelectFont.Text     = "...";
     this.m_btnSelectFont.UseVisualStyleBackColor = true;
     this.m_btnSelectFont.Click += new System.EventHandler(this.m_btnSelectFont_Click);
     //
     // m_btnCancelFont
     //
     this.m_btnCancelFont.Location = new System.Drawing.Point(296, 138);
     this.m_btnCancelFont.Name     = "m_btnCancelFont";
     this.m_btnCancelFont.Size     = new System.Drawing.Size(23, 23);
     this.m_btnCancelFont.TabIndex = 18;
     this.m_btnCancelFont.Text     = "x";
     this.m_btnCancelFont.UseVisualStyleBackColor = true;
     this.m_btnCancelFont.Click += new System.EventHandler(this.m_btnCancelFont_Click);
     //
     // m_lblPolice
     //
     this.m_lblPolice.BackColor   = System.Drawing.Color.White;
     this.m_lblPolice.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_lblPolice.Location    = new System.Drawing.Point(91, 138);
     this.m_lblPolice.Name        = "m_lblPolice";
     this.m_lblPolice.Size        = new System.Drawing.Size(187, 23);
     this.m_lblPolice.TabIndex    = 17;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(3, 142);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(88, 15);
     this.label6.TabIndex = 16;
     this.label6.Text     = "Font|222";
     //
     // m_btnNoTextColor
     //
     this.m_btnNoTextColor.Location = new System.Drawing.Point(158, 115);
     this.m_btnNoTextColor.Name     = "m_btnNoTextColor";
     this.m_btnNoTextColor.Size     = new System.Drawing.Size(23, 20);
     this.m_btnNoTextColor.TabIndex = 15;
     this.m_btnNoTextColor.Text     = "x";
     this.m_btnNoTextColor.UseVisualStyleBackColor = true;
     this.m_btnNoTextColor.Click += new System.EventHandler(this.m_btnNoTextColor_Click);
     //
     // m_picTextColor
     //
     this.m_picTextColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_picTextColor.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_picTextColor.Location    = new System.Drawing.Point(91, 115);
     this.m_picTextColor.Name        = "m_picTextColor";
     this.m_picTextColor.Size        = new System.Drawing.Size(66, 20);
     this.m_picTextColor.TabIndex    = 14;
     this.m_picTextColor.TabStop     = false;
     this.m_picTextColor.Click      += new System.EventHandler(this.m_picTextColor_Click);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(3, 118);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 15);
     this.label5.TabIndex = 13;
     this.label5.Text     = "Text|221";
     //
     // m_btnNoBackgroundColor
     //
     this.m_btnNoBackgroundColor.Location = new System.Drawing.Point(158, 89);
     this.m_btnNoBackgroundColor.Name     = "m_btnNoBackgroundColor";
     this.m_btnNoBackgroundColor.Size     = new System.Drawing.Size(23, 20);
     this.m_btnNoBackgroundColor.TabIndex = 12;
     this.m_btnNoBackgroundColor.Text     = "x";
     this.m_btnNoBackgroundColor.UseVisualStyleBackColor = true;
     this.m_btnNoBackgroundColor.Click += new System.EventHandler(this.m_btnNoBackgroundColor_Click);
     //
     // m_picBkColor
     //
     this.m_picBkColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_picBkColor.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.m_picBkColor.Location    = new System.Drawing.Point(91, 89);
     this.m_picBkColor.Name        = "m_picBkColor";
     this.m_picBkColor.Size        = new System.Drawing.Size(66, 20);
     this.m_picBkColor.TabIndex    = 11;
     this.m_picBkColor.TabStop     = false;
     this.m_picBkColor.Click      += new System.EventHandler(this.m_picBkColor_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(3, 92);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(88, 15);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Background|220";
     //
     // m_imageLink
     //
     this.m_imageLink.Image    = ((System.Drawing.Image)(resources.GetObject("m_imageLink.Image")));
     this.m_imageLink.Location = new System.Drawing.Point(45, 237);
     this.m_imageLink.Name     = "m_imageLink";
     this.m_imageLink.Size     = new System.Drawing.Size(16, 16);
     this.m_imageLink.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.m_imageLink.TabIndex = 9;
     this.m_imageLink.TabStop  = false;
     //
     // m_lnkAction
     //
     this.m_lnkAction.AutoSize     = true;
     this.m_lnkAction.Location     = new System.Drawing.Point(62, 240);
     this.m_lnkAction.Name         = "m_lnkAction";
     this.m_lnkAction.Size         = new System.Drawing.Size(79, 13);
     this.m_lnkAction.TabIndex     = 8;
     this.m_lnkAction.TabStop      = true;
     this.m_lnkAction.Text         = "Link action|217";
     this.m_lnkAction.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkAction_LinkClicked);
     //
     // m_chkGrouperDonnees
     //
     this.m_chkGrouperDonnees.AutoSize = true;
     this.m_chkGrouperDonnees.Location = new System.Drawing.Point(91, 167);
     this.m_chkGrouperDonnees.Name     = "m_chkGrouperDonnees";
     this.m_chkGrouperDonnees.Size     = new System.Drawing.Size(120, 17);
     this.m_chkGrouperDonnees.TabIndex = 7;
     this.m_chkGrouperDonnees.Text     = "Group the data |216";
     this.m_chkGrouperDonnees.UseVisualStyleBackColor = true;
     this.m_chkGrouperDonnees.CheckedChanged         += new System.EventHandler(this.m_chkGrouperDonnees_CheckedChanged);
     //
     // m_txtFormule
     //
     this.m_txtFormule.Formule     = null;
     this.m_txtFormule.Location    = new System.Drawing.Point(91, 33);
     this.m_txtFormule.LockEdition = false;
     this.m_txtFormule.Name        = "m_txtFormule";
     this.m_txtFormule.Size        = new System.Drawing.Size(226, 19);
     this.m_txtFormule.TabIndex    = 6;
     //
     // m_numUpLargeur
     //
     this.m_numUpLargeur.Location = new System.Drawing.Point(91, 59);
     this.m_numUpLargeur.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.m_numUpLargeur.Name          = "m_numUpLargeur";
     this.m_numUpLargeur.Size          = new System.Drawing.Size(66, 20);
     this.m_numUpLargeur.TabIndex      = 5;
     this.m_numUpLargeur.ValueChanged += new System.EventHandler(this.m_numUpLargeur_ValueChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(3, 64);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(56, 15);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Width|215";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(3, 34);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 15);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Content|214";
     //
     // m_txtTitre
     //
     this.m_txtTitre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtTitre.Location = new System.Drawing.Point(91, 7);
     this.m_txtTitre.Name     = "m_txtTitre";
     this.m_txtTitre.Size     = new System.Drawing.Size(228, 20);
     this.m_txtTitre.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(3, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 15);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Title|213";
     //
     // m_panelGauche
     //
     this.m_panelGauche.Controls.Add(this.m_btnBas);
     this.m_panelGauche.Controls.Add(this.m_btnHaut);
     this.m_panelGauche.Controls.Add(this.m_btnRemove);
     this.m_panelGauche.Controls.Add(this.m_btnAdd);
     this.m_panelGauche.Controls.Add(this.m_wndListeColonnes);
     this.m_panelGauche.Dock     = System.Windows.Forms.DockStyle.Left;
     this.m_panelGauche.Location = new System.Drawing.Point(0, 0);
     this.m_panelGauche.Name     = "m_panelGauche";
     this.m_panelGauche.Size     = new System.Drawing.Size(233, 280);
     this.m_panelGauche.TabIndex = 2;
     //
     // m_btnBas
     //
     this.m_btnBas.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnBas.Image")));
     this.m_btnBas.Location = new System.Drawing.Point(173, 252);
     this.m_btnBas.Name     = "m_btnBas";
     this.m_btnBas.Size     = new System.Drawing.Size(27, 22);
     this.m_btnBas.TabIndex = 6;
     this.m_btnBas.UseVisualStyleBackColor = true;
     this.m_btnBas.Click += new System.EventHandler(this.m_btnBas_Click);
     //
     // m_btnHaut
     //
     this.m_btnHaut.Image    = ((System.Drawing.Image)(resources.GetObject("m_btnHaut.Image")));
     this.m_btnHaut.Location = new System.Drawing.Point(199, 252);
     this.m_btnHaut.Name     = "m_btnHaut";
     this.m_btnHaut.Size     = new System.Drawing.Size(27, 22);
     this.m_btnHaut.TabIndex = 5;
     this.m_btnHaut.UseVisualStyleBackColor = true;
     this.m_btnHaut.Click += new System.EventHandler(this.m_btnHaut_Click);
     //
     // m_btnRemove
     //
     this.m_btnRemove.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.m_btnRemove.LinkColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.m_btnRemove.Location     = new System.Drawing.Point(87, 12);
     this.m_btnRemove.Name         = "m_btnRemove";
     this.m_btnRemove.Size         = new System.Drawing.Size(78, 16);
     this.m_btnRemove.TabIndex     = 4;
     this.m_btnRemove.TypeLien     = sc2i.win32.common.TypeLinkStd.Suppression;
     this.m_btnRemove.LinkClicked += new System.EventHandler(this.m_btnRemove_LinkClicked);
     //
     // m_btnAdd
     //
     this.m_btnAdd.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.m_btnAdd.LinkColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.m_btnAdd.Location     = new System.Drawing.Point(3, 12);
     this.m_btnAdd.Name         = "m_btnAdd";
     this.m_btnAdd.Size         = new System.Drawing.Size(78, 16);
     this.m_btnAdd.TabIndex     = 3;
     this.m_btnAdd.TypeLien     = sc2i.win32.common.TypeLinkStd.Ajout;
     this.m_btnAdd.LinkClicked += new System.EventHandler(this.m_btnAdd_LinkClicked);
     //
     // m_wndListeColonnes
     //
     this.m_wndListeColonnes.FormattingEnabled = true;
     this.m_wndListeColonnes.Location          = new System.Drawing.Point(3, 29);
     this.m_wndListeColonnes.Name                  = "m_wndListeColonnes";
     this.m_wndListeColonnes.Size                  = new System.Drawing.Size(224, 225);
     this.m_wndListeColonnes.TabIndex              = 3;
     this.m_wndListeColonnes.SelectedIndexChanged += new System.EventHandler(this.m_wndListeColonnes_SelectedIndexChanged);
     //
     // CFormEditProprieteListeColonnes
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(568, 309);
     this.ControlBox        = false;
     this.Controls.Add(this.m_panelTotal);
     this.Controls.Add(this.m_btnOk);
     this.Controls.Add(this.m_btnAnnuler);
     this.MinimizeBox = false;
     this.Name        = "CFormEditProprieteListeColonnes";
     this.Text        = "Rows|218";
     this.Load       += new System.EventHandler(this.CFormEditProprieteListeColonnes_Load);
     this.m_panelTotal.ResumeLayout(false);
     this.m_panelInfo.ResumeLayout(false);
     this.m_panelInfo.PerformLayout();
     this.m_panelLibTotal.ResumeLayout(false);
     this.m_panelLibTotal.PerformLayout();
     this.m_panelAgregation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_picTextColor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_picBkColor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageLink)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_numUpLargeur)).EndInit();
     this.m_panelGauche.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #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.panel2                  = new System.Windows.Forms.Panel();
     this.m_panelMappage          = new System.Windows.Forms.Panel();
     this.m_chkIgnorerLignesVides = new System.Windows.Forms.CheckBox();
     this.panel3                  = new System.Windows.Forms.Panel();
     this.label6                  = new System.Windows.Forms.Label();
     this.label7                  = new System.Windows.Forms.Label();
     this.label5                  = new System.Windows.Forms.Label();
     this.label2                  = new System.Windows.Forms.Label();
     this.m_cmbTypeTable          = new sc2i.win32.data.CComboBoxListeObjetsDonnees();
     this.label4                  = new System.Windows.Forms.Label();
     this.m_txtFormuleTarget      = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.label3                  = new System.Windows.Forms.Label();
     this.m_txtFormuleRow         = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.label1                  = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_panelMappage);
     this.panel2.Controls.Add(this.m_chkIgnorerLignesVides);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.m_cmbTypeTable);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.m_txtFormuleTarget);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.m_txtFormuleRow);
     this.panel2.Controls.Add(this.label1);
     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(626, 447);
     this.panel2.TabIndex = 2;
     //
     // m_panelMappage
     //
     this.m_panelMappage.AutoScroll = true;
     this.m_panelMappage.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.m_panelMappage.Location   = new System.Drawing.Point(0, 213);
     this.m_panelMappage.Name       = "m_panelMappage";
     this.m_panelMappage.Size       = new System.Drawing.Size(626, 217);
     this.m_panelMappage.TabIndex   = 8;
     //
     // m_chkIgnorerLignesVides
     //
     this.m_chkIgnorerLignesVides.AutoSize = true;
     this.m_chkIgnorerLignesVides.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.m_chkIgnorerLignesVides.Location = new System.Drawing.Point(0, 430);
     this.m_chkIgnorerLignesVides.Name     = "m_chkIgnorerLignesVides";
     this.m_chkIgnorerLignesVides.Size     = new System.Drawing.Size(626, 17);
     this.m_chkIgnorerLignesVides.TabIndex = 7;
     this.m_chkIgnorerLignesVides.Text     = "Ignore empty values|20817";
     this.m_chkIgnorerLignesVides.UseVisualStyleBackColor = true;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.label6);
     this.panel3.Controls.Add(this.label7);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 193);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(626, 20);
     this.panel3.TabIndex = 0;
     //
     // label6
     //
     this.label6.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label6.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.label6.ForeColor   = System.Drawing.Color.White;
     this.label6.Location    = new System.Drawing.Point(130, 0);
     this.label6.Name        = "label6";
     this.label6.Size        = new System.Drawing.Size(326, 20);
     this.label6.TabIndex    = 1;
     this.label6.Text        = "Import into|20821";
     this.label6.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label7
     //
     this.label7.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label7.Dock        = System.Windows.Forms.DockStyle.Right;
     this.label7.ForeColor   = System.Drawing.Color.White;
     this.label7.Location    = new System.Drawing.Point(456, 0);
     this.label7.Name        = "label7";
     this.label7.Size        = new System.Drawing.Size(170, 20);
     this.label7.TabIndex    = 2;
     this.label7.Text        = "Condition|20822";
     this.label7.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label5.Dock        = System.Windows.Forms.DockStyle.Left;
     this.label5.ForeColor   = System.Drawing.Color.White;
     this.label5.Location    = new System.Drawing.Point(0, 0);
     this.label5.Name        = "label5";
     this.label5.Size        = new System.Drawing.Size(130, 20);
     this.label5.TabIndex    = 0;
     this.label5.Text        = "Column|20820";
     this.label5.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.label2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(0, 178);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(626, 15);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Columns mapping|20816";
     //
     // m_cmbTypeTable
     //
     this.m_cmbTypeTable.Dock                       = System.Windows.Forms.DockStyle.Top;
     this.m_cmbTypeTable.DropDownStyle              = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeTable.ElementSelectionne         = null;
     this.m_cmbTypeTable.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmbTypeTable.FormattingEnabled          = true;
     this.m_cmbTypeTable.IsLink                     = false;
     this.m_cmbTypeTable.ListDonnees                = null;
     this.m_cmbTypeTable.Location                   = new System.Drawing.Point(0, 157);
     this.m_cmbTypeTable.LockEdition                = false;
     this.m_cmbTypeTable.Name                       = "m_cmbTypeTable";
     this.m_cmbTypeTable.NullAutorise               = false;
     this.m_cmbTypeTable.ProprieteAffichee          = null;
     this.m_cmbTypeTable.ProprieteParentListeObjets = null;
     this.m_cmbTypeTable.SelectionneurParent        = null;
     this.m_cmbTypeTable.Size                       = new System.Drawing.Size(626, 21);
     this.m_cmbTypeTable.TabIndex                   = 9;
     this.m_cmbTypeTable.TextNull                   = "(empty)";
     this.m_cmbTypeTable.Tri = true;
     this.m_cmbTypeTable.SelectionChangeCommitted += new System.EventHandler(this.m_cmbTypeTable_SelectionChangeCommitted);
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.label4.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(0, 142);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(626, 15);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "Table type|20818";
     //
     // m_txtFormuleTarget
     //
     this.m_txtFormuleTarget.AllowGraphic     = true;
     this.m_txtFormuleTarget.AllowNullFormula = false;
     this.m_txtFormuleTarget.AllowSaisieTexte = true;
     this.m_txtFormuleTarget.Dock             = System.Windows.Forms.DockStyle.Top;
     this.m_txtFormuleTarget.Formule          = null;
     this.m_txtFormuleTarget.Location         = new System.Drawing.Point(0, 86);
     this.m_txtFormuleTarget.LockEdition      = false;
     this.m_txtFormuleTarget.LockZoneTexte    = false;
     this.m_txtFormuleTarget.Name             = "m_txtFormuleTarget";
     this.m_txtFormuleTarget.Size             = new System.Drawing.Size(626, 56);
     this.m_txtFormuleTarget.TabIndex         = 14;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.label3.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(0, 71);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(626, 15);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Target|20815";
     //
     // m_txtFormuleRow
     //
     this.m_txtFormuleRow.AllowGraphic     = true;
     this.m_txtFormuleRow.AllowNullFormula = false;
     this.m_txtFormuleRow.AllowSaisieTexte = true;
     this.m_txtFormuleRow.Dock             = System.Windows.Forms.DockStyle.Top;
     this.m_txtFormuleRow.Formule          = null;
     this.m_txtFormuleRow.Location         = new System.Drawing.Point(0, 15);
     this.m_txtFormuleRow.LockEdition      = false;
     this.m_txtFormuleRow.LockZoneTexte    = false;
     this.m_txtFormuleRow.Name             = "m_txtFormuleRow";
     this.m_txtFormuleRow.Size             = new System.Drawing.Size(626, 56);
     this.m_txtFormuleRow.TabIndex         = 13;
     this.m_txtFormuleRow.Leave           += new System.EventHandler(this.m_txtFormuleRow_Leave);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(626, 15);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Row to import|20814";
     //
     // CFormEditActionImportFromTableRow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(626, 495);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionImportFromTableRow";
     this.Text  = "Import table row|20813";
     this.Load += new System.EventHandler(this.CFormEditActionImportFromTableRow_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #3
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();
     sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditionConsultationAlarmesEnCours2));
     this.label1                  = new System.Windows.Forms.Label();
     this.c2iPanelOmbre4          = new sc2i.win32.common.C2iPanelOmbre();
     this.m_txtDelaiMasquage      = new sc2i.win32.common.C2iTextBoxNumerique();
     this.label3                  = new System.Windows.Forms.Label();
     this.m_buttonParcourir       = new System.Windows.Forms.Button();
     this.m_txtFichierSonnerie    = new sc2i.win32.common.C2iTextBox();
     this.m_txtFormuleFiltre      = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.label2                  = new System.Windows.Forms.Label();
     this.label9                  = new System.Windows.Forms.Label();
     this.m_txtNomParam           = new sc2i.win32.common.C2iTextBox();
     this.m_TabControl            = new sc2i.win32.common.C2iTabControl(this.components);
     this.m_pageColonnes          = new Crownwood.Magic.Controls.TabPage();
     this.m_PanelListChampsExport = new spv.win32.CPanelListChampsExport();
     this.m_pageEMail             = new Crownwood.Magic.Controls.TabPage();
     this.m_chkActiver            = new System.Windows.Forms.CheckBox();
     this.m_panelEmails           = new sc2i.win32.data.navigation.CPanelListeSpeedStandard();
     this.m_panelNavigation.SuspendLayout();
     this.m_panelCle.SuspendLayout();
     this.m_panelMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnChercherObjet)).BeginInit();
     this.c2iPanelOmbre4.SuspendLayout();
     this.m_TabControl.SuspendLayout();
     this.m_pageColonnes.SuspendLayout();
     this.m_pageEMail.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btnAnnulerModifications
     //
     this.m_extLinkField.SetLinkField(this.m_btnAnnulerModifications, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnAnnulerModifications, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnAnnulerModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAnnulerModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnValiderModifications
     //
     this.m_extLinkField.SetLinkField(this.m_btnValiderModifications, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnValiderModifications, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnValiderModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnValiderModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnSupprimerObjet
     //
     this.m_extLinkField.SetLinkField(this.m_btnSupprimerObjet, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnSupprimerObjet, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnSupprimerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnSupprimerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnEditerObjet
     //
     this.m_extLinkField.SetLinkField(this.m_btnEditerObjet, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnEditerObjet, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnEditerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnEditerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelNavigation
     //
     this.m_panelNavigation.Location = new System.Drawing.Point(700, 0);
     this.m_panelNavigation.Size     = new System.Drawing.Size(153, 34);
     this.m_extStyle.SetStyleBackColor(this.m_panelNavigation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelNavigation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_lblNbListes
     //
     this.m_extStyle.SetStyleBackColor(this.m_lblNbListes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblNbListes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnPrecedent
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnPrecedent, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnPrecedent, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnSuivant
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnSuivant, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnSuivant, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnAjout
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnAjout, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAjout, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_lblId
     //
     this.m_extStyle.SetStyleBackColor(this.m_lblId, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblId, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelCle
     //
     this.m_panelCle.Location = new System.Drawing.Point(613, 0);
     this.m_panelCle.Size     = new System.Drawing.Size(87, 34);
     this.m_extStyle.SetStyleBackColor(this.m_panelCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelMenu
     //
     this.m_panelMenu.Dock = System.Windows.Forms.DockStyle.None;
     this.m_panelMenu.Size = new System.Drawing.Size(853, 34);
     this.m_extStyle.SetStyleBackColor(this.m_panelMenu, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelMenu, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnHistorique
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnHistorique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnHistorique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_imageCle
     //
     this.m_extStyle.SetStyleBackColor(this.m_imageCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_imageCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnChercherObjet
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnChercherObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnChercherObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // label1
     //
     this.m_extLinkField.SetLinkField(this.label1, "");
     this.label1.Location = new System.Drawing.Point(10, 12);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(116, 13);
     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 = 4002;
     this.label1.Text     = "Label|3";
     //
     // c2iPanelOmbre4
     //
     this.c2iPanelOmbre4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.c2iPanelOmbre4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre4.Controls.Add(this.m_txtDelaiMasquage);
     this.c2iPanelOmbre4.Controls.Add(this.label3);
     this.c2iPanelOmbre4.Controls.Add(this.m_buttonParcourir);
     this.c2iPanelOmbre4.Controls.Add(this.m_txtFichierSonnerie);
     this.c2iPanelOmbre4.Controls.Add(this.m_txtFormuleFiltre);
     this.c2iPanelOmbre4.Controls.Add(this.label2);
     this.c2iPanelOmbre4.Controls.Add(this.label9);
     this.c2iPanelOmbre4.Controls.Add(this.m_txtNomParam);
     this.c2iPanelOmbre4.ForeColor = System.Drawing.Color.Black;
     this.m_extLinkField.SetLinkField(this.c2iPanelOmbre4, "");
     this.c2iPanelOmbre4.Location    = new System.Drawing.Point(12, 56);
     this.c2iPanelOmbre4.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.c2iPanelOmbre4.Name = "c2iPanelOmbre4";
     this.c2iPanelOmbre4.Size = new System.Drawing.Size(829, 192);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iPanelOmbre4.TabIndex = 0;
     //
     // m_txtDelaiMasquage
     //
     this.m_txtDelaiMasquage.Arrondi         = 0;
     this.m_txtDelaiMasquage.DecimalAutorise = true;
     this.m_txtDelaiMasquage.IntValue        = 0;
     this.m_extLinkField.SetLinkField(this.m_txtDelaiMasquage, "DelaiMasquageTerminnees");
     this.m_txtDelaiMasquage.Location    = new System.Drawing.Point(128, 136);
     this.m_txtDelaiMasquage.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtDelaiMasquage, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtDelaiMasquage.Name             = "m_txtDelaiMasquage";
     this.m_txtDelaiMasquage.NullAutorise     = false;
     this.m_txtDelaiMasquage.SelectAllOnEnter = true;
     this.m_txtDelaiMasquage.Size             = new System.Drawing.Size(100, 20);
     this.m_extStyle.SetStyleBackColor(this.m_txtDelaiMasquage, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtDelaiMasquage, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtDelaiMasquage.TabIndex = 4011;
     //
     // label3
     //
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.label3.Location = new System.Drawing.Point(3, 139);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(122, 23);
     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 = 4010;
     this.label3.Text     = "Hide delay|20001";
     //
     // m_buttonParcourir
     //
     this.m_extLinkField.SetLinkField(this.m_buttonParcourir, "");
     this.m_buttonParcourir.Location = new System.Drawing.Point(243, 134);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_buttonParcourir, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_buttonParcourir.Name = "m_buttonParcourir";
     this.m_buttonParcourir.Size = new System.Drawing.Size(138, 23);
     this.m_extStyle.SetStyleBackColor(this.m_buttonParcourir, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_buttonParcourir, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_buttonParcourir.TabIndex = 4019;
     this.m_buttonParcourir.Text     = "Search sound file|50064";
     this.m_buttonParcourir.UseVisualStyleBackColor = true;
     this.m_buttonParcourir.Click += new System.EventHandler(this.m_buttonParcourir_Click);
     //
     // m_txtFichierSonnerie
     //
     this.m_txtFichierSonnerie.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.m_extLinkField.SetLinkField(this.m_txtFichierSonnerie, "SoundFile");
     this.m_txtFichierSonnerie.Location    = new System.Drawing.Point(387, 136);
     this.m_txtFichierSonnerie.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtFichierSonnerie, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtFichierSonnerie.Name = "m_txtFichierSonnerie";
     this.m_txtFichierSonnerie.Size = new System.Drawing.Size(392, 20);
     this.m_extStyle.SetStyleBackColor(this.m_txtFichierSonnerie, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtFichierSonnerie, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFichierSonnerie.TabIndex = 4018;
     this.m_txtFichierSonnerie.Text     = "[SoundFile]";
     //
     // m_txtFormuleFiltre
     //
     this.m_txtFormuleFiltre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleFiltre.Formule = null;
     this.m_extLinkField.SetLinkField(this.m_txtFormuleFiltre, "");
     this.m_txtFormuleFiltre.Location      = new System.Drawing.Point(128, 41);
     this.m_txtFormuleFiltre.LockEdition   = false;
     this.m_txtFormuleFiltre.LockZoneTexte = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtFormuleFiltre, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtFormuleFiltre.Name = "m_txtFormuleFiltre";
     this.m_txtFormuleFiltre.Size = new System.Drawing.Size(678, 84);
     this.m_extStyle.SetStyleBackColor(this.m_txtFormuleFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtFormuleFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleFiltre.TabIndex = 4009;
     //
     // label2
     //
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.label2.Location = new System.Drawing.Point(3, 48);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(122, 23);
     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 = 4008;
     this.label2.Text     = "Filter formula|20000";
     //
     // label9
     //
     this.m_extLinkField.SetLinkField(this.label9, "");
     this.label9.Location = new System.Drawing.Point(3, 11);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label9, sc2i.win32.common.TypeModeEdition.Autonome);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(122, 23);
     this.m_extStyle.SetStyleBackColor(this.label9, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label9, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label9.TabIndex = 4006;
     this.label9.Text     = "Name|134";
     //
     // m_txtNomParam
     //
     this.m_txtNomParam.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_extLinkField.SetLinkField(this.m_txtNomParam, "Libelle");
     this.m_txtNomParam.Location    = new System.Drawing.Point(128, 8);
     this.m_txtNomParam.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtNomParam, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtNomParam.Name = "m_txtNomParam";
     this.m_txtNomParam.Size = new System.Drawing.Size(651, 20);
     this.m_extStyle.SetStyleBackColor(this.m_txtNomParam, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtNomParam, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtNomParam.TabIndex = 4007;
     this.m_txtNomParam.Text     = "[Libelle]";
     //
     // m_TabControl
     //
     this.m_TabControl.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_TabControl.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_TabControl.BoldSelectedPage    = true;
     this.m_TabControl.ControlBottomOffset = 16;
     this.m_TabControl.ControlRightOffset  = 16;
     this.m_TabControl.IDEPixelArea        = false;
     this.m_extLinkField.SetLinkField(this.m_TabControl, "");
     this.m_TabControl.Location = new System.Drawing.Point(12, 254);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_TabControl, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_TabControl.Name          = "m_TabControl";
     this.m_TabControl.Ombre         = true;
     this.m_TabControl.PositionTop   = true;
     this.m_TabControl.SelectedIndex = 1;
     this.m_TabControl.SelectedTab   = this.m_pageEMail;
     this.m_TabControl.Size          = new System.Drawing.Size(829, 286);
     this.m_extStyle.SetStyleBackColor(this.m_TabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_TabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_TabControl.TabIndex = 4004;
     this.m_TabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.m_pageColonnes,
         this.m_pageEMail
     });
     //
     // m_pageColonnes
     //
     this.m_pageColonnes.Controls.Add(this.m_PanelListChampsExport);
     this.m_extLinkField.SetLinkField(this.m_pageColonnes, "");
     this.m_pageColonnes.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageColonnes, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_pageColonnes.Name     = "m_pageColonnes";
     this.m_pageColonnes.Selected = false;
     this.m_pageColonnes.Size     = new System.Drawing.Size(813, 245);
     this.m_extStyle.SetStyleBackColor(this.m_pageColonnes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_pageColonnes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_pageColonnes.TabIndex = 10;
     this.m_pageColonnes.Title    = "Data to display|60019";
     //
     // m_PanelListChampsExport
     //
     this.m_PanelListChampsExport.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_extLinkField.SetLinkField(this.m_PanelListChampsExport, "");
     this.m_PanelListChampsExport.Location    = new System.Drawing.Point(6, 3);
     this.m_PanelListChampsExport.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_PanelListChampsExport, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_PanelListChampsExport.Name = "m_PanelListChampsExport";
     this.m_PanelListChampsExport.Size = new System.Drawing.Size(613, 239);
     this.m_extStyle.SetStyleBackColor(this.m_PanelListChampsExport, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_PanelListChampsExport, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_PanelListChampsExport.TabIndex = 0;
     //
     // m_pageEMail
     //
     this.m_pageEMail.Controls.Add(this.m_chkActiver);
     this.m_pageEMail.Controls.Add(this.m_panelEmails);
     this.m_extLinkField.SetLinkField(this.m_pageEMail, "");
     this.m_pageEMail.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageEMail, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_pageEMail.Name = "m_pageEMail";
     this.m_pageEMail.Size = new System.Drawing.Size(813, 245);
     this.m_extStyle.SetStyleBackColor(this.m_pageEMail, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_pageEMail, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_pageEMail.TabIndex = 11;
     this.m_pageEMail.Title    = "Mailing list|60060";
     //
     // m_chkActiver
     //
     this.m_chkActiver.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.m_chkActiver, "");
     this.m_chkActiver.Location = new System.Drawing.Point(14, 12);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_chkActiver, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_chkActiver.Name = "m_chkActiver";
     this.m_chkActiver.Size = new System.Drawing.Size(100, 17);
     this.m_extStyle.SetStyleBackColor(this.m_chkActiver, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_chkActiver, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_chkActiver.TabIndex = 1;
     this.m_chkActiver.Text     = "Activate|60061";
     this.m_chkActiver.UseVisualStyleBackColor = true;
     //
     // m_panelEmails
     //
     this.m_panelEmails.AllowArbre         = true;
     this.m_panelEmails.AllowCustomisation = true;
     this.m_panelEmails.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)));
     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          = "Email";
     glColumn1.Propriete     = "Email";
     glColumn1.Text          = "Email";
     glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width         = 100;
     this.m_panelEmails.Columns.AddRange(new sc2i.win32.common.GLColumn[] {
         glColumn1
     });
     this.m_panelEmails.ContexteUtilisation   = "";
     this.m_panelEmails.ControlFiltreStandard = null;
     this.m_panelEmails.ElementSelectionne    = null;
     this.m_panelEmails.EnableCustomisation   = true;
     this.m_panelEmails.FiltreDeBase          = null;
     this.m_panelEmails.FiltreDeBaseEnAjout   = false;
     this.m_panelEmails.FiltrePrefere         = null;
     this.m_panelEmails.FiltreRapide          = null;
     this.m_panelEmails.HasImages             = false;
     this.m_extLinkField.SetLinkField(this.m_panelEmails, "");
     this.m_panelEmails.ListeObjets = null;
     this.m_panelEmails.Location    = new System.Drawing.Point(4, 35);
     this.m_panelEmails.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelEmails, sc2i.win32.common.TypeModeEdition.DisableSurEdition);
     this.m_panelEmails.ModeQuickSearch       = false;
     this.m_panelEmails.ModeSelection         = false;
     this.m_panelEmails.MultiSelect           = false;
     this.m_panelEmails.Name                  = "m_panelEmails";
     this.m_panelEmails.Navigateur            = null;
     this.m_panelEmails.ProprieteObjetAEditer = null;
     this.m_panelEmails.QuickSearchText       = "";
     this.m_panelEmails.Size                  = new System.Drawing.Size(803, 207);
     this.m_extStyle.SetStyleBackColor(this.m_panelEmails, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelEmails, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelEmails.TabIndex = 0;
     this.m_panelEmails.TrierAuClicSurEnteteColonne = true;
     //
     // CFormEditionConsultationAlarmesEnCours2
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(853, 552);
     this.Controls.Add(this.m_TabControl);
     this.Controls.Add(this.c2iPanelOmbre4);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name = "CFormEditionConsultationAlarmesEnCours2";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Controls.SetChildIndex(this.m_panelMenu, 0);
     this.Controls.SetChildIndex(this.c2iPanelOmbre4, 0);
     this.Controls.SetChildIndex(this.m_TabControl, 0);
     this.m_panelNavigation.ResumeLayout(false);
     this.m_panelCle.ResumeLayout(false);
     this.m_panelCle.PerformLayout();
     this.m_panelMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnChercherObjet)).EndInit();
     this.c2iPanelOmbre4.ResumeLayout(false);
     this.c2iPanelOmbre4.PerformLayout();
     this.m_TabControl.ResumeLayout(false);
     this.m_TabControl.PerformLayout();
     this.m_pageColonnes.ResumeLayout(false);
     this.m_pageEMail.ResumeLayout(false);
     this.m_pageEMail.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #4
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(CFormEditionSequenceNumerotation));
     this.label1                = new System.Windows.Forms.Label();
     this.m_txtLibelle          = new sc2i.win32.common.C2iTextBox();
     this.c2iPanelOmbre4        = new sc2i.win32.common.C2iPanelOmbre();
     this.m_tabControl          = new sc2i.win32.common.C2iTabControl(this.components);
     this.m_pageValeurs         = new Crownwood.Magic.Controls.TabPage();
     this.m_panelValeurs        = new System.Windows.Forms.Panel();
     this.m_lstValeurs          = new timos.Parametrage.sequences.CControleValeursSequence();
     this.panel1                = new System.Windows.Forms.Panel();
     this.label6                = new System.Windows.Forms.Label();
     this.label7                = new System.Windows.Forms.Label();
     this.tabPage1              = new Crownwood.Magic.Controls.TabPage();
     this.m_txtFormuleCle       = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.m_txtStartIndex       = new sc2i.win32.common.C2iTextBoxNumerique();
     this.label5                = new System.Windows.Forms.Label();
     this.label4                = new System.Windows.Forms.Label();
     this.m_cmbTypeNumerotation = new sc2i.win32.data.CComboBoxListeObjetsDonnees();
     this.label3                = new System.Windows.Forms.Label();
     this.m_cmbTypeSource       = new sc2i.win32.common.C2iComboSelectDynamicClass(this.components);
     this.label2                = new System.Windows.Forms.Label();
     this.label8                = new System.Windows.Forms.Label();
     this.panel2                = new System.Windows.Forms.Panel();
     this.pictureBox5           = new System.Windows.Forms.PictureBox();
     this.pictureBox6           = new System.Windows.Forms.PictureBox();
     this.m_btnUnlock           = new System.Windows.Forms.Button();
     this.m_panelNavigation.SuspendLayout();
     this.m_panelCle.SuspendLayout();
     this.m_panelMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnChercherObjet)).BeginInit();
     this.c2iPanelOmbre4.SuspendLayout();
     this.m_tabControl.SuspendLayout();
     this.m_pageValeurs.SuspendLayout();
     this.m_panelValeurs.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     this.SuspendLayout();
     //
     // m_btnAnnulerModifications
     //
     this.m_extLinkField.SetLinkField(this.m_btnAnnulerModifications, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnAnnulerModifications, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnAnnulerModifications, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnAnnulerModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAnnulerModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnValiderModifications
     //
     this.m_extLinkField.SetLinkField(this.m_btnValiderModifications, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnValiderModifications, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnValiderModifications, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnValiderModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnValiderModifications, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnSupprimerObjet
     //
     this.m_extLinkField.SetLinkField(this.m_btnSupprimerObjet, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnSupprimerObjet, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnSupprimerObjet, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnSupprimerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnSupprimerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnEditerObjet
     //
     this.m_extLinkField.SetLinkField(this.m_btnEditerObjet, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnEditerObjet, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnEditerObjet, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extStyle.SetStyleBackColor(this.m_btnEditerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnEditerObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelNavigation
     //
     this.m_panelNavigation.Location = new System.Drawing.Point(655, 0);
     this.m_panelNavigation.Size     = new System.Drawing.Size(175, 28);
     this.m_extStyle.SetStyleBackColor(this.m_panelNavigation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelNavigation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_lblNbListes
     //
     this.m_extStyle.SetStyleBackColor(this.m_lblNbListes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblNbListes, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnPrecedent
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnPrecedent, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnPrecedent, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnSuivant
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnSuivant, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnSuivant, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnAjout
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnAjout, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnAjout, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_lblId
     //
     this.m_extStyle.SetStyleBackColor(this.m_lblId, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lblId, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelCle
     //
     this.m_panelCle.Location = new System.Drawing.Point(547, 0);
     this.m_panelCle.Size     = new System.Drawing.Size(108, 28);
     this.m_extStyle.SetStyleBackColor(this.m_panelCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_panelMenu
     //
     this.m_panelMenu.Size = new System.Drawing.Size(830, 28);
     this.m_extStyle.SetStyleBackColor(this.m_panelMenu, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelMenu, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnHistorique
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnHistorique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnHistorique, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_imageCle
     //
     this.m_extStyle.SetStyleBackColor(this.m_imageCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_imageCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // m_btnChercherObjet
     //
     this.m_extStyle.SetStyleBackColor(this.m_btnChercherObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnChercherObjet, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.m_extLinkField.SetLinkField(this.label1, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label1, false);
     this.label1.Location = new System.Drawing.Point(16, 12);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label1, "");
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 13);
     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 = 4002;
     this.label1.Text     = "Label|50";
     //
     // m_txtLibelle
     //
     this.m_txtLibelle.EmptyText = "";
     this.m_extLinkField.SetLinkField(this.m_txtLibelle, "Libelle");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_txtLibelle, true);
     this.m_txtLibelle.Location    = new System.Drawing.Point(132, 8);
     this.m_txtLibelle.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtLibelle, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_txtLibelle, "");
     this.m_txtLibelle.Name = "m_txtLibelle";
     this.m_txtLibelle.Size = new System.Drawing.Size(280, 20);
     this.m_extStyle.SetStyleBackColor(this.m_txtLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtLibelle.TabIndex = 0;
     this.m_txtLibelle.Text     = "[Libelle]";
     //
     // c2iPanelOmbre4
     //
     this.c2iPanelOmbre4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanelOmbre4.Controls.Add(this.label1);
     this.c2iPanelOmbre4.Controls.Add(this.m_txtLibelle);
     this.c2iPanelOmbre4.ForeColor = System.Drawing.Color.Black;
     this.m_extLinkField.SetLinkField(this.c2iPanelOmbre4, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.c2iPanelOmbre4, false);
     this.c2iPanelOmbre4.Location    = new System.Drawing.Point(8, 52);
     this.c2iPanelOmbre4.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.c2iPanelOmbre4, "");
     this.c2iPanelOmbre4.Name = "c2iPanelOmbre4";
     this.c2iPanelOmbre4.Size = new System.Drawing.Size(440, 56);
     this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre4, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iPanelOmbre4.TabIndex = 0;
     //
     // m_tabControl
     //
     this.m_tabControl.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_tabControl.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.m_tabControl.BoldSelectedPage    = true;
     this.m_tabControl.ControlBottomOffset = 16;
     this.m_tabControl.ControlRightOffset  = 16;
     this.m_tabControl.ForeColor           = System.Drawing.Color.Black;
     this.m_tabControl.IDEPixelArea        = false;
     this.m_extLinkField.SetLinkField(this.m_tabControl, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_tabControl, false);
     this.m_tabControl.Location = new System.Drawing.Point(8, 103);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_tabControl, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_tabControl, "");
     this.m_tabControl.Name          = "m_tabControl";
     this.m_tabControl.Ombre         = true;
     this.m_tabControl.PositionTop   = true;
     this.m_tabControl.SelectedIndex = 1;
     this.m_tabControl.SelectedTab   = this.m_pageValeurs;
     this.m_tabControl.Size          = new System.Drawing.Size(822, 415);
     this.m_extStyle.SetStyleBackColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_extStyle.SetStyleForeColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.m_tabControl.TabIndex = 4004;
     this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] {
         this.tabPage1,
         this.m_pageValeurs
     });
     this.m_tabControl.TextColor = System.Drawing.Color.Black;
     //
     // m_pageValeurs
     //
     this.m_pageValeurs.Controls.Add(this.m_panelValeurs);
     this.m_pageValeurs.Controls.Add(this.panel2);
     this.m_extLinkField.SetLinkField(this.m_pageValeurs, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_pageValeurs, false);
     this.m_pageValeurs.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageValeurs, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_pageValeurs, "");
     this.m_pageValeurs.Name = "m_pageValeurs";
     this.m_pageValeurs.Size = new System.Drawing.Size(806, 374);
     this.m_extStyle.SetStyleBackColor(this.m_pageValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_pageValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_pageValeurs.TabIndex = 11;
     this.m_pageValeurs.Title    = "Values|20835";
     //
     // m_panelValeurs
     //
     this.m_panelValeurs.Controls.Add(this.m_lstValeurs);
     this.m_panelValeurs.Controls.Add(this.panel1);
     this.m_panelValeurs.Controls.Add(this.m_btnUnlock);
     this.m_panelValeurs.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_extLinkField.SetLinkField(this.m_panelValeurs, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panelValeurs, false);
     this.m_panelValeurs.Location = new System.Drawing.Point(0, 37);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelValeurs, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_panelValeurs, "");
     this.m_panelValeurs.Name = "m_panelValeurs";
     this.m_panelValeurs.Size = new System.Drawing.Size(232, 337);
     this.m_extStyle.SetStyleBackColor(this.m_panelValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_panelValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_panelValeurs.TabIndex = 0;
     //
     // m_lstValeurs
     //
     this.m_lstValeurs.CurrentItemIndex = null;
     this.m_lstValeurs.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.m_lstValeurs.Items            = new sc2i.win32.common.customizableList.CCustomizableListItem[0];
     this.m_extLinkField.SetLinkField(this.m_lstValeurs, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_lstValeurs, false);
     this.m_lstValeurs.Location    = new System.Drawing.Point(0, 47);
     this.m_lstValeurs.LockEdition = true;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_lstValeurs, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_lstValeurs, "");
     this.m_lstValeurs.Name = "m_lstValeurs";
     this.m_lstValeurs.Size = new System.Drawing.Size(232, 290);
     this.m_extStyle.SetStyleBackColor(this.m_lstValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_lstValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lstValeurs.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_extLinkField.SetLinkField(this.panel1, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.panel1, false);
     this.panel1.Location = new System.Drawing.Point(0, 23);
     this.m_gestionnaireModeEdition.SetModeEdition(this.panel1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.panel1, "");
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(232, 24);
     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 = 0;
     //
     // label6
     //
     this.label6.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label6.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.label6.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor   = System.Drawing.Color.White;
     this.m_extLinkField.SetLinkField(this.label6, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label6, false);
     this.label6.Location = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label6, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label6, "");
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(132, 24);
     this.m_extStyle.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "Key|20836";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label7
     //
     this.label7.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label7.Dock        = System.Windows.Forms.DockStyle.Right;
     this.label7.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor   = System.Drawing.Color.White;
     this.m_extLinkField.SetLinkField(this.label7, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label7, false);
     this.label7.Location = new System.Drawing.Point(132, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label7, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label7, "");
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(100, 24);
     this.m_extStyle.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label7.TabIndex  = 1;
     this.label7.Text      = "Last value|20837";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_txtFormuleCle);
     this.tabPage1.Controls.Add(this.m_txtStartIndex);
     this.tabPage1.Controls.Add(this.label5);
     this.tabPage1.Controls.Add(this.label4);
     this.tabPage1.Controls.Add(this.m_cmbTypeNumerotation);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.m_cmbTypeSource);
     this.tabPage1.Controls.Add(this.label2);
     this.m_extLinkField.SetLinkField(this.tabPage1, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.tabPage1, false);
     this.tabPage1.Location = new System.Drawing.Point(0, 25);
     this.m_gestionnaireModeEdition.SetModeEdition(this.tabPage1, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.tabPage1, "");
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Selected = false;
     this.tabPage1.Size     = new System.Drawing.Size(806, 374);
     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    = "Setup|20485";
     //
     // m_txtFormuleCle
     //
     this.m_txtFormuleCle.AllowGraphic     = true;
     this.m_txtFormuleCle.AllowNullFormula = false;
     this.m_txtFormuleCle.AllowSaisieTexte = true;
     this.m_txtFormuleCle.Formule          = null;
     this.m_extLinkField.SetLinkField(this.m_txtFormuleCle, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_txtFormuleCle, false);
     this.m_txtFormuleCle.Location      = new System.Drawing.Point(150, 87);
     this.m_txtFormuleCle.LockEdition   = false;
     this.m_txtFormuleCle.LockZoneTexte = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtFormuleCle, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_txtFormuleCle, "");
     this.m_txtFormuleCle.Name = "m_txtFormuleCle";
     this.m_txtFormuleCle.Size = new System.Drawing.Size(345, 20);
     this.m_extStyle.SetStyleBackColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleCle.TabIndex = 3;
     //
     // m_txtStartIndex
     //
     this.m_txtStartIndex.Arrondi         = 0;
     this.m_txtStartIndex.DecimalAutorise = false;
     this.m_txtStartIndex.EmptyText       = "";
     this.m_txtStartIndex.IntValue        = 0;
     this.m_extLinkField.SetLinkField(this.m_txtStartIndex, "ValeurDepart");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_txtStartIndex, true);
     this.m_txtStartIndex.Location    = new System.Drawing.Point(150, 32);
     this.m_txtStartIndex.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtStartIndex, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_txtStartIndex, "");
     this.m_txtStartIndex.Name               = "m_txtStartIndex";
     this.m_txtStartIndex.NullAutorise       = false;
     this.m_txtStartIndex.SelectAllOnEnter   = true;
     this.m_txtStartIndex.SeparateurMilliers = "";
     this.m_txtStartIndex.Size               = new System.Drawing.Size(100, 21);
     this.m_extStyle.SetStyleBackColor(this.m_txtStartIndex, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_txtStartIndex, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtStartIndex.TabIndex  = 1;
     this.m_txtStartIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label5
     //
     this.m_extLinkField.SetLinkField(this.label5, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label5, false);
     this.label5.Location = new System.Drawing.Point(16, 35);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label5, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label5, "");
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(128, 21);
     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 = 5;
     this.label5.Text     = "Start index|20488";
     //
     // label4
     //
     this.m_extLinkField.SetLinkField(this.label4, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label4, false);
     this.label4.Location = new System.Drawing.Point(16, 87);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label4, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label4, "");
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 21);
     this.m_extStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Key formula|20487";
     //
     // m_cmbTypeNumerotation
     //
     this.m_cmbTypeNumerotation.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeNumerotation.ElementSelectionne = null;
     this.m_cmbTypeNumerotation.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmbTypeNumerotation.FormattingEnabled = true;
     this.m_cmbTypeNumerotation.IsLink            = false;
     this.m_extLinkField.SetLinkField(this.m_cmbTypeNumerotation, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_cmbTypeNumerotation, false);
     this.m_cmbTypeNumerotation.ListDonnees = null;
     this.m_cmbTypeNumerotation.Location    = new System.Drawing.Point(150, 5);
     this.m_cmbTypeNumerotation.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbTypeNumerotation, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_cmbTypeNumerotation, "");
     this.m_cmbTypeNumerotation.Name                       = "m_cmbTypeNumerotation";
     this.m_cmbTypeNumerotation.NullAutorise               = false;
     this.m_cmbTypeNumerotation.ProprieteAffichee          = null;
     this.m_cmbTypeNumerotation.ProprieteParentListeObjets = null;
     this.m_cmbTypeNumerotation.SelectionneurParent        = null;
     this.m_cmbTypeNumerotation.Size                       = new System.Drawing.Size(347, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbTypeNumerotation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbTypeNumerotation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbTypeNumerotation.TabIndex = 0;
     this.m_cmbTypeNumerotation.TextNull = "(empty)";
     this.m_cmbTypeNumerotation.Tri      = true;
     //
     // label3
     //
     this.m_extLinkField.SetLinkField(this.label3, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label3, false);
     this.label3.Location = new System.Drawing.Point(16, 8);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label3, "");
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(128, 21);
     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     = "Numbering type|20489";
     //
     // m_cmbTypeSource
     //
     this.m_cmbTypeSource.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeSource.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_cmbTypeSource.FormattingEnabled = true;
     this.m_cmbTypeSource.IsLink            = false;
     this.m_extLinkField.SetLinkField(this.m_cmbTypeSource, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_cmbTypeSource, false);
     this.m_cmbTypeSource.Location    = new System.Drawing.Point(150, 59);
     this.m_cmbTypeSource.LockEdition = false;
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbTypeSource, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_extModulesAssociator.SetModules(this.m_cmbTypeSource, "");
     this.m_cmbTypeSource.Name = "m_cmbTypeSource";
     this.m_cmbTypeSource.Size = new System.Drawing.Size(345, 21);
     this.m_extStyle.SetStyleBackColor(this.m_cmbTypeSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_cmbTypeSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_cmbTypeSource.TabIndex                  = 2;
     this.m_cmbTypeSource.TypeSelectionne           = null;
     this.m_cmbTypeSource.SelectionChangeCommitted += new System.EventHandler(this.m_cmbTypeSource_SelectionChangeCommitted);
     //
     // label2
     //
     this.m_extLinkField.SetLinkField(this.label2, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label2, false);
     this.label2.Location = new System.Drawing.Point(16, 62);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label2, "");
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 21);
     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 = 0;
     this.label2.Text     = "Source type|20486";
     //
     // label8
     //
     this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_extLinkField.SetLinkField(this.label8, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.label8, true);
     this.label8.Location = new System.Drawing.Point(24, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.label8, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.label8, "");
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(758, 37);
     this.m_extStyle.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label8.TabIndex = 1;
     this.label8.Text     = "WARNING : Manually changing sequence value may cause objects identification probl" +
                            "ems in many case. You should use this solution only if you understand the conseq" +
                            "uences of this action|20838";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label8);
     this.panel2.Controls.Add(this.pictureBox6);
     this.panel2.Controls.Add(this.pictureBox5);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_extLinkField.SetLinkField(this.panel2, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.panel2, true);
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.panel2, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.panel2, "");
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(806, 37);
     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 = 2;
     //
     // pictureBox5
     //
     this.pictureBox5.Dock  = System.Windows.Forms.DockStyle.Left;
     this.pictureBox5.Image = global::timos.Properties.Resources.alerte;
     this.m_extLinkField.SetLinkField(this.pictureBox5, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.pictureBox5, true);
     this.pictureBox5.Location = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.pictureBox5, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.pictureBox5, "");
     this.pictureBox5.Name = "pictureBox5";
     this.pictureBox5.Size = new System.Drawing.Size(24, 37);
     this.m_extStyle.SetStyleBackColor(this.pictureBox5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.pictureBox5, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.pictureBox5.TabIndex = 2;
     this.pictureBox5.TabStop  = false;
     //
     // pictureBox6
     //
     this.pictureBox6.Dock  = System.Windows.Forms.DockStyle.Right;
     this.pictureBox6.Image = global::timos.Properties.Resources.alerte;
     this.m_extLinkField.SetLinkField(this.pictureBox6, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.pictureBox6, false);
     this.pictureBox6.Location = new System.Drawing.Point(782, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.pictureBox6, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.pictureBox6, "");
     this.pictureBox6.Name = "pictureBox6";
     this.pictureBox6.Size = new System.Drawing.Size(24, 37);
     this.m_extStyle.SetStyleBackColor(this.pictureBox6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.pictureBox6, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.pictureBox6.TabIndex = 3;
     this.pictureBox6.TabStop  = false;
     //
     // m_btnUnlock
     //
     this.m_btnUnlock.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_extLinkField.SetLinkField(this.m_btnUnlock, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_btnUnlock, true);
     this.m_btnUnlock.Location = new System.Drawing.Point(0, 0);
     this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnUnlock, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this.m_btnUnlock, "");
     this.m_btnUnlock.Name = "m_btnUnlock";
     this.m_btnUnlock.Size = new System.Drawing.Size(232, 23);
     this.m_extStyle.SetStyleBackColor(this.m_btnUnlock, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this.m_btnUnlock, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_btnUnlock.TabIndex = 2;
     this.m_btnUnlock.Text     = "Unlock modification|20839";
     this.m_btnUnlock.UseVisualStyleBackColor = true;
     this.m_btnUnlock.Visible = false;
     this.m_btnUnlock.Click  += new System.EventHandler(this.m_btnUnlock_Click);
     //
     // CFormEditionSequenceNumerotation
     //
     this.AffectationsPourNouvelElement = ((System.Collections.Generic.IEnumerable <sc2i.formulaire.CAffectationsProprietes>)(resources.GetObject("$this.AffectationsPourNouvelElement")));
     this.ClientSize = new System.Drawing.Size(830, 530);
     this.Controls.Add(this.m_tabControl);
     this.Controls.Add(this.c2iPanelOmbre4);
     this.m_extLinkField.SetLinkField(this, "");
     this.m_extLinkField.SetLinkFieldAutoUpdate(this, false);
     this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_extModulesAssociator.SetModules(this, "");
     this.Name = "CFormEditionSequenceNumerotation";
     this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.TabControl           = this.m_tabControl;
     this.OnInitPage          += new sc2i.win32.data.navigation.EventOnPageHandler(this.CFormEditionSequenceNumerotation_OnInitPage);
     this.OnMajChampsPage     += new sc2i.win32.data.navigation.EventOnPageHandler(this.CFormEditionSequenceNumerotation_OnMajChampsPage);
     this.OnChangeModeEdition += new System.EventHandler(this.CFormEditionSequenceNumerotation_OnChangeModeEdition);
     this.Controls.SetChildIndex(this.m_panelMenu, 0);
     this.Controls.SetChildIndex(this.c2iPanelOmbre4, 0);
     this.Controls.SetChildIndex(this.m_tabControl, 0);
     this.m_panelNavigation.ResumeLayout(false);
     this.m_panelCle.ResumeLayout(false);
     this.m_panelCle.PerformLayout();
     this.m_panelMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_btnHistorique)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnChercherObjet)).EndInit();
     this.c2iPanelOmbre4.ResumeLayout(false);
     this.c2iPanelOmbre4.PerformLayout();
     this.m_tabControl.ResumeLayout(false);
     this.m_tabControl.PerformLayout();
     this.m_pageValeurs.ResumeLayout(false);
     this.m_panelValeurs.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #5
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_txtFormuleAssociation = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.label2                    = new System.Windows.Forms.Label();
     this.m_txtFormuleCle           = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.m_txtFormuleLibelle       = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.label1                    = new System.Windows.Forms.Label();
     this.label4                    = new System.Windows.Forms.Label();
     this.m_txtFormuleCategories    = new sc2i.win32.expression.CTextBoxZoomFormule();
     this.label3                    = new System.Windows.Forms.Label();
     this.listViewAutoFilledColumn2 = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.listViewAutoFilledColumn1 = new sc2i.win32.common.ListViewAutoFilledColumn();
     this.m_exStyle                 = new sc2i.win32.common.CExtStyle();
     this.c2iPanel1                 = new sc2i.win32.common.C2iPanelOmbre();
     this.c2iPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lblStockerResIn
     //
     this.m_exStyle.SetStyleBackColor(this.m_lblStockerResIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_lblStockerResIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_lblStockerResIn.Text = "Store the result in|30239";
     //
     // m_txtFormuleAssociation
     //
     this.m_txtFormuleAssociation.AllowGraphic     = true;
     this.m_txtFormuleAssociation.AllowNullFormula = false;
     this.m_txtFormuleAssociation.AllowSaisieTexte = true;
     this.m_txtFormuleAssociation.Anchor           = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleAssociation.Formule       = null;
     this.m_txtFormuleAssociation.Location      = new System.Drawing.Point(11, 112);
     this.m_txtFormuleAssociation.LockEdition   = false;
     this.m_txtFormuleAssociation.LockZoneTexte = false;
     this.m_txtFormuleAssociation.Name          = "m_txtFormuleAssociation";
     this.m_txtFormuleAssociation.Size          = new System.Drawing.Size(621, 62);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleAssociation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleAssociation, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleAssociation.TabIndex = 6;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 95);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(334, 16);
     this.m_exStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Associated document to|20141";
     //
     // m_txtFormuleCle
     //
     this.m_txtFormuleCle.AllowGraphic     = true;
     this.m_txtFormuleCle.AllowNullFormula = false;
     this.m_txtFormuleCle.AllowSaisieTexte = true;
     this.m_txtFormuleCle.Anchor           = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleCle.Formule       = null;
     this.m_txtFormuleCle.Location      = new System.Drawing.Point(11, 280);
     this.m_txtFormuleCle.LockEdition   = false;
     this.m_txtFormuleCle.LockZoneTexte = false;
     this.m_txtFormuleCle.Name          = "m_txtFormuleCle";
     this.m_txtFormuleCle.Size          = new System.Drawing.Size(621, 62);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleCle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleCle.TabIndex = 4;
     //
     // m_txtFormuleLibelle
     //
     this.m_txtFormuleLibelle.AllowGraphic     = true;
     this.m_txtFormuleLibelle.AllowNullFormula = false;
     this.m_txtFormuleLibelle.AllowSaisieTexte = true;
     this.m_txtFormuleLibelle.Anchor           = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleLibelle.Formule       = null;
     this.m_txtFormuleLibelle.Location      = new System.Drawing.Point(11, 196);
     this.m_txtFormuleLibelle.LockEdition   = false;
     this.m_txtFormuleLibelle.LockZoneTexte = false;
     this.m_txtFormuleLibelle.Name          = "m_txtFormuleLibelle";
     this.m_txtFormuleLibelle.Size          = new System.Drawing.Size(621, 62);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleLibelle.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 261);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(307, 16);
     this.m_exStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Document key|20140";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 177);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(334, 16);
     this.m_exStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Document label|20139";
     //
     // m_txtFormuleCategories
     //
     this.m_txtFormuleCategories.AllowGraphic     = true;
     this.m_txtFormuleCategories.AllowNullFormula = false;
     this.m_txtFormuleCategories.AllowSaisieTexte = true;
     this.m_txtFormuleCategories.Anchor           = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtFormuleCategories.Formule       = null;
     this.m_txtFormuleCategories.Location      = new System.Drawing.Point(11, 31);
     this.m_txtFormuleCategories.LockEdition   = false;
     this.m_txtFormuleCategories.LockZoneTexte = false;
     this.m_txtFormuleCategories.Name          = "m_txtFormuleCategories";
     this.m_txtFormuleCategories.Size          = new System.Drawing.Size(621, 62);
     this.m_exStyle.SetStyleBackColor(this.m_txtFormuleCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.m_txtFormuleCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_txtFormuleCategories.TabIndex = 2;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(7, -1);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(625, 32);
     this.m_exStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Indicate available EDM categories for documents. The formula should return a list" +
                            " of categories or a list of category id|20138";
     //
     // listViewAutoFilledColumn2
     //
     this.listViewAutoFilledColumn2.Field             = "Libelle";
     this.listViewAutoFilledColumn2.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn2.ProportionnalSize = false;
     this.listViewAutoFilledColumn2.Text    = "Category|30245";
     this.listViewAutoFilledColumn2.Visible = true;
     this.listViewAutoFilledColumn2.Width   = 279;
     //
     // listViewAutoFilledColumn1
     //
     this.listViewAutoFilledColumn1.Field             = "Nom";
     this.listViewAutoFilledColumn1.PrecisionWidth    = 0;
     this.listViewAutoFilledColumn1.ProportionnalSize = false;
     this.listViewAutoFilledColumn1.Text    = "Name |164";
     this.listViewAutoFilledColumn1.Visible = true;
     this.listViewAutoFilledColumn1.Width   = 176;
     //
     // c2iPanel1
     //
     this.c2iPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255)))));
     this.c2iPanel1.Controls.Add(this.m_txtFormuleAssociation);
     this.c2iPanel1.Controls.Add(this.m_txtFormuleCategories);
     this.c2iPanel1.Controls.Add(this.label2);
     this.c2iPanel1.Controls.Add(this.m_txtFormuleCle);
     this.c2iPanel1.Controls.Add(this.label3);
     this.c2iPanel1.Controls.Add(this.m_txtFormuleLibelle);
     this.c2iPanel1.Controls.Add(this.label4);
     this.c2iPanel1.Controls.Add(this.label1);
     this.c2iPanel1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.c2iPanel1.ForeColor   = System.Drawing.Color.Black;
     this.c2iPanel1.Location    = new System.Drawing.Point(0, 32);
     this.c2iPanel1.LockEdition = false;
     this.c2iPanel1.Name        = "c2iPanel1";
     this.c2iPanel1.Size        = new System.Drawing.Size(669, 367);
     this.m_exStyle.SetStyleBackColor(this.c2iPanel1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel);
     this.m_exStyle.SetStyleForeColor(this.c2iPanel1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel);
     this.c2iPanel1.TabIndex = 8;
     //
     // CFormEditCopierMultipleLocalDansGed
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(669, 447);
     this.Controls.Add(this.c2iPanel1);
     this.Name = "CFormEditCopierMultipleLocalDansGed";
     this.m_exStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.m_exStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None);
     this.Text = "Transférer plusieurs fichiers dans la GED|20136";
     this.Controls.SetChildIndex(this.c2iPanel1, 0);
     this.c2iPanel1.ResumeLayout(false);
     this.c2iPanel1.PerformLayout();
     this.ResumeLayout(false);
 }