Пример #1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CControleEditeLigneCommandeNew));
     this.m_panelData            = new System.Windows.Forms.Panel();
     this.m_txtTexte             = new sc2i.win32.common.C2iTextBox();
     this.m_txtReference         = new sc2i.win32.common.C2iTextBox();
     this.m_txtQte               = new sc2i.win32.common.C2iTextBoxNumerique();
     this.m_txtSelectReference   = new sc2i.win32.data.dynamic.C2iTextBoxFiltreRapide();
     this.m_selectTypeEquipement = new sc2i.win32.data.dynamic.C2iTextBoxFiltreRapide();
     this.m_pictOrderLine        = new System.Windows.Forms.PictureBox();
     this.m_ctrlBesoin           = new timos.projet.besoin.CControlePourResumeSatisfaction();
     this.m_btnPoubelle          = new System.Windows.Forms.PictureBox();
     this.m_panelData.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_pictOrderLine)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPoubelle)).BeginInit();
     this.SuspendLayout();
     //
     // m_panelData
     //
     this.m_panelData.Controls.Add(this.m_txtTexte);
     this.m_panelData.Controls.Add(this.m_txtReference);
     this.m_panelData.Controls.Add(this.m_txtQte);
     this.m_panelData.Controls.Add(this.m_txtSelectReference);
     this.m_panelData.Controls.Add(this.m_selectTypeEquipement);
     this.m_panelData.Controls.Add(this.m_pictOrderLine);
     this.m_panelData.Controls.Add(this.m_ctrlBesoin);
     this.m_panelData.Controls.Add(this.m_btnPoubelle);
     this.m_panelData.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panelData.Location = new System.Drawing.Point(0, 0);
     this.m_extModeEdition.SetModeEdition(this.m_panelData, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_panelData.Name     = "m_panelData";
     this.m_panelData.Size     = new System.Drawing.Size(786, 20);
     this.m_panelData.TabIndex = 3;
     //
     // m_txtTexte
     //
     this.m_txtTexte.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_txtTexte.EmptyText   = "";
     this.m_txtTexte.Location    = new System.Drawing.Point(475, 0);
     this.m_txtTexte.LockEdition = false;
     this.m_extModeEdition.SetModeEdition(this.m_txtTexte, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtTexte.Name         = "m_txtTexte";
     this.m_txtTexte.Size         = new System.Drawing.Size(108, 20);
     this.m_txtTexte.TabIndex     = 2;
     this.m_txtTexte.TextChanged += new System.EventHandler(this.m_txtQte_TextChanged);
     //
     // m_txtReference
     //
     this.m_txtReference.Dock        = System.Windows.Forms.DockStyle.Right;
     this.m_txtReference.EmptyText   = "";
     this.m_txtReference.Location    = new System.Drawing.Point(583, 0);
     this.m_txtReference.LockEdition = false;
     this.m_extModeEdition.SetModeEdition(this.m_txtReference, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtReference.Name         = "m_txtReference";
     this.m_txtReference.Size         = new System.Drawing.Size(101, 20);
     this.m_txtReference.TabIndex     = 3;
     this.m_txtReference.TextChanged += new System.EventHandler(this.m_txtQte_TextChanged);
     //
     // m_txtQte
     //
     this.m_txtQte.Arrondi         = 4;
     this.m_txtQte.DecimalAutorise = true;
     this.m_txtQte.Dock            = System.Windows.Forms.DockStyle.Right;
     this.m_txtQte.DoubleValue     = null;
     this.m_txtQte.EmptyText       = "";
     this.m_txtQte.IntValue        = null;
     this.m_txtQte.Location        = new System.Drawing.Point(684, 0);
     this.m_txtQte.LockEdition     = false;
     this.m_extModeEdition.SetModeEdition(this.m_txtQte, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtQte.Name               = "m_txtQte";
     this.m_txtQte.NullAutorise       = true;
     this.m_txtQte.SelectAllOnEnter   = true;
     this.m_txtQte.SeparateurMilliers = "";
     this.m_txtQte.Size               = new System.Drawing.Size(66, 20);
     this.m_txtQte.TabIndex           = 4;
     this.m_txtQte.TextAlign          = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtQte.TextChanged       += new System.EventHandler(this.m_txtQte_TextChanged);
     //
     // m_txtSelectReference
     //
     this.m_txtSelectReference.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_txtSelectReference.ElementSelectionne = null;
     this.m_txtSelectReference.FonctionTextNull   = null;
     this.m_txtSelectReference.ImageDisplayMode   = sc2i.win32.data.dynamic.EModeAffichageImageTextBoxRapide.Always;
     this.m_txtSelectReference.Location           = new System.Drawing.Point(268, 0);
     this.m_txtSelectReference.LockEdition        = false;
     this.m_extModeEdition.SetModeEdition(this.m_txtSelectReference, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_txtSelectReference.Name                     = "m_txtSelectReference";
     this.m_txtSelectReference.SelectedObject           = null;
     this.m_txtSelectReference.SelectionLength          = 0;
     this.m_txtSelectReference.SelectionStart           = 0;
     this.m_txtSelectReference.Size                     = new System.Drawing.Size(207, 20);
     this.m_txtSelectReference.SpecificImage            = null;
     this.m_txtSelectReference.TabIndex                 = 1;
     this.m_txtSelectReference.TextNull                 = "";
     this.m_txtSelectReference.UseIntellisense          = true;
     this.m_txtSelectReference.OnSelectedObjectChanged += new System.EventHandler(this.m_txtSelectReference_OnSelectedObjectChanged);
     //
     // m_selectTypeEquipement
     //
     this.m_selectTypeEquipement.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_selectTypeEquipement.ElementSelectionne = null;
     this.m_selectTypeEquipement.FonctionTextNull   = null;
     this.m_selectTypeEquipement.ImageDisplayMode   = sc2i.win32.data.dynamic.EModeAffichageImageTextBoxRapide.Always;
     this.m_selectTypeEquipement.Location           = new System.Drawing.Point(22, 0);
     this.m_selectTypeEquipement.LockEdition        = false;
     this.m_extModeEdition.SetModeEdition(this.m_selectTypeEquipement, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_selectTypeEquipement.Name                     = "m_selectTypeEquipement";
     this.m_selectTypeEquipement.SelectedObject           = null;
     this.m_selectTypeEquipement.SelectionLength          = 0;
     this.m_selectTypeEquipement.SelectionStart           = 0;
     this.m_selectTypeEquipement.Size                     = new System.Drawing.Size(246, 20);
     this.m_selectTypeEquipement.SpecificImage            = null;
     this.m_selectTypeEquipement.TabIndex                 = 0;
     this.m_selectTypeEquipement.TextNull                 = "";
     this.m_selectTypeEquipement.UseIntellisense          = true;
     this.m_selectTypeEquipement.OnSelectedObjectChanged += new System.EventHandler(this.m_selectTypeEquipement_OnSelectedObjectChanged);
     //
     // m_pictOrderLine
     //
     this.m_pictOrderLine.BackColor = System.Drawing.Color.White;
     this.m_pictOrderLine.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_pictOrderLine.Dock      = System.Windows.Forms.DockStyle.Left;
     this.m_pictOrderLine.Image     = global::timos.Properties.Resources.order_line;
     this.m_pictOrderLine.Location  = new System.Drawing.Point(0, 0);
     this.m_extModeEdition.SetModeEdition(this.m_pictOrderLine, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_pictOrderLine.Name       = "m_pictOrderLine";
     this.m_pictOrderLine.Size       = new System.Drawing.Size(22, 20);
     this.m_pictOrderLine.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.m_pictOrderLine.TabIndex   = 8;
     this.m_pictOrderLine.TabStop    = false;
     this.m_pictOrderLine.MouseMove += new System.Windows.Forms.MouseEventHandler(this.m_imageLigne_MouseMove);
     this.m_pictOrderLine.MouseDown += new System.Windows.Forms.MouseEventHandler(this.m_imageLigne_MouseDown);
     this.m_pictOrderLine.DragEnter += new System.Windows.Forms.DragEventHandler(this.m_pictOrderLine_DragEnter);
     //
     // m_ctrlBesoin
     //
     this.m_ctrlBesoin.AllowDrop = true;
     this.m_ctrlBesoin.BackColor = System.Drawing.Color.White;
     this.m_ctrlBesoin.Dock      = System.Windows.Forms.DockStyle.Right;
     this.m_ctrlBesoin.Location  = new System.Drawing.Point(750, 0);
     this.m_extModeEdition.SetModeEdition(this.m_ctrlBesoin, sc2i.win32.common.TypeModeEdition.Autonome);
     this.m_ctrlBesoin.Name     = "m_ctrlBesoin";
     this.m_ctrlBesoin.Size     = new System.Drawing.Size(20, 20);
     this.m_ctrlBesoin.TabIndex = 9;
     //
     // m_btnPoubelle
     //
     this.m_btnPoubelle.BackColor = System.Drawing.Color.White;
     this.m_btnPoubelle.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.m_btnPoubelle.Dock      = System.Windows.Forms.DockStyle.Right;
     this.m_btnPoubelle.Image     = ((System.Drawing.Image)(resources.GetObject("m_btnPoubelle.Image")));
     this.m_btnPoubelle.Location  = new System.Drawing.Point(770, 0);
     this.m_extModeEdition.SetModeEdition(this.m_btnPoubelle, sc2i.win32.common.TypeModeEdition.EnableSurEdition);
     this.m_btnPoubelle.Name     = "m_btnPoubelle";
     this.m_btnPoubelle.Size     = new System.Drawing.Size(16, 20);
     this.m_btnPoubelle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.m_btnPoubelle.TabIndex = 7;
     this.m_btnPoubelle.TabStop  = false;
     this.m_btnPoubelle.Click   += new System.EventHandler(this.m_btnPoubelle_Click);
     //
     // CControleEditeLigneCommandeNew
     //
     this.Controls.Add(this.m_panelData);
     this.m_extModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome);
     this.Name = "CControleEditeLigneCommandeNew";
     this.Size = new System.Drawing.Size(786, 21);
     this.m_panelData.ResumeLayout(false);
     this.m_panelData.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_pictOrderLine)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_btnPoubelle)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel2           = new System.Windows.Forms.Panel();
     this.m_txtFormule     = new sc2i.win32.expression.CControleEditeFormule();
     this.label1           = new System.Windows.Forms.Label();
     this.m_wndAideFormule = new sc2i.win32.expression.CControlAideFormule();
     this.label2           = new System.Windows.Forms.Label();
     this.m_cmbTypeBoite   = new sc2i.win32.common.C2iComboBox();
     this.m_chkAutoClose   = new System.Windows.Forms.CheckBox();
     this.m_panelAutoClose = new System.Windows.Forms.Panel();
     this.label3           = new System.Windows.Forms.Label();
     this.m_txtSecondesMax = new sc2i.win32.common.C2iTextBoxNumerique();
     this.label4           = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     this.m_panelAutoClose.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.m_panelAutoClose);
     this.panel2.Controls.Add(this.m_chkAutoClose);
     this.panel2.Controls.Add(this.m_txtFormule);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.m_wndAideFormule);
     this.panel2.Location = new System.Drawing.Point(0, 32);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(560, 248);
     this.panel2.TabIndex = 2;
     //
     // m_txtFormule
     //
     this.m_txtFormule.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_txtFormule.BackColor   = System.Drawing.Color.White;
     this.m_txtFormule.Font        = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_txtFormule.Formule     = null;
     this.m_txtFormule.Location    = new System.Drawing.Point(8, 24);
     this.m_txtFormule.LockEdition = false;
     this.m_txtFormule.Name        = "m_txtFormule";
     this.m_txtFormule.Size        = new System.Drawing.Size(368, 194);
     this.m_txtFormule.TabIndex    = 2;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(120, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Message|142";
     //
     // m_wndAideFormule
     //
     this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_wndAideFormule.FournisseurProprietes = null;
     this.m_wndAideFormule.Location        = new System.Drawing.Point(384, 0);
     this.m_wndAideFormule.Name            = "m_wndAideFormule";
     this.m_wndAideFormule.ObjetInterroge  = null;
     this.m_wndAideFormule.SendIdChamps    = false;
     this.m_wndAideFormule.Size            = new System.Drawing.Size(176, 248);
     this.m_wndAideFormule.TabIndex        = 0;
     this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Buttons|141";
     //
     // m_cmbTypeBoite
     //
     this.m_cmbTypeBoite.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbTypeBoite.IsLink        = false;
     this.m_cmbTypeBoite.Location      = new System.Drawing.Point(88, 8);
     this.m_cmbTypeBoite.LockEdition   = false;
     this.m_cmbTypeBoite.Name          = "m_cmbTypeBoite";
     this.m_cmbTypeBoite.Size          = new System.Drawing.Size(192, 21);
     this.m_cmbTypeBoite.TabIndex      = 4;
     //
     // m_chkAutoClose
     //
     this.m_chkAutoClose.Location = new System.Drawing.Point(8, 223);
     this.m_chkAutoClose.Name     = "m_chkAutoClose";
     this.m_chkAutoClose.Size     = new System.Drawing.Size(120, 24);
     this.m_chkAutoClose.TabIndex = 3;
     this.m_chkAutoClose.Text     = "Auto close|20013";
     this.m_chkAutoClose.UseVisualStyleBackColor = true;
     this.m_chkAutoClose.CheckedChanged         += new System.EventHandler(this.m_chkAutoClose_CheckedChanged);
     //
     // m_panelAutoClose
     //
     this.m_panelAutoClose.Controls.Add(this.label4);
     this.m_panelAutoClose.Controls.Add(this.m_txtSecondesMax);
     this.m_panelAutoClose.Controls.Add(this.label3);
     this.m_panelAutoClose.Location = new System.Drawing.Point(134, 223);
     this.m_panelAutoClose.Name     = "m_panelAutoClose";
     this.m_panelAutoClose.Size     = new System.Drawing.Size(242, 22);
     this.m_panelAutoClose.TabIndex = 4;
     this.m_panelAutoClose.Visible  = false;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(3, 5);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(68, 15);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "After|20014";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // m_txtSecondesMax
     //
     this.m_txtSecondesMax.Arrondi          = 0;
     this.m_txtSecondesMax.DecimalAutorise  = false;
     this.m_txtSecondesMax.IntValue         = 0;
     this.m_txtSecondesMax.Location         = new System.Drawing.Point(77, 0);
     this.m_txtSecondesMax.LockEdition      = false;
     this.m_txtSecondesMax.Name             = "m_txtSecondesMax";
     this.m_txtSecondesMax.NullAutorise     = false;
     this.m_txtSecondesMax.SelectAllOnEnter = true;
     this.m_txtSecondesMax.Size             = new System.Drawing.Size(45, 20);
     this.m_txtSecondesMax.TabIndex         = 1;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(125, 5);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(68, 15);
     this.label4.TabIndex  = 2;
     this.label4.Text      = "Sec|20015";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // CFormEditActionMessageBox
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(560, 326);
     this.Controls.Add(this.m_cmbTypeBoite);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.panel2);
     this.Name  = "CFormEditActionMessageBox";
     this.Text  = "Message dialog box|140";
     this.Load += new System.EventHandler(this.CFormEditActionMessageBox_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.m_cmbTypeBoite, 0);
     this.panel2.ResumeLayout(false);
     this.m_panelAutoClose.ResumeLayout(false);
     this.m_panelAutoClose.PerformLayout();
     this.ResumeLayout(false);
 }