/// <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_extStyle = new sc2i.win32.common.CExtStyle(); this.SuspendLayout(); // // CFormMaxiSansMenu // this.ClientSize = new System.Drawing.Size(292, 266); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "CFormMaxiSansMenu"; this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "CFormMaxiSansMenu"; this.Load += new System.EventHandler(this.CFormMaxiSansMenu_Load); this.ResumeLayout(false); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.m_tabControl = new sc2i.win32.common.C2iTabControl(this.components); this.tabPage3 = new Crownwood.Magic.Controls.TabPage(); this.m_cmbFormat = new sc2i.win32.common.C2iComboBox(); this.label6 = new System.Windows.Forms.Label(); this.m_txtFormuleCle = new sc2i.win32.expression.CControleEditeFormule(); this.label7 = new System.Windows.Forms.Label(); this.m_txtFormuleDescriptif = new sc2i.win32.expression.CControleEditeFormule(); this.label5 = new System.Windows.Forms.Label(); this.m_txtFormuleLibelle = new sc2i.win32.expression.CControleEditeFormule(); this.label4 = new System.Windows.Forms.Label(); this.tabPage1 = new Crownwood.Magic.Controls.TabPage(); this.m_lblNomVariable = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.m_txtFormuleVariable = new sc2i.win32.expression.CControleEditeFormule(); this.m_wndListeVariables = new sc2i.win32.common.ListViewAutoFilled(); this.listViewAutoFilledColumn1 = new sc2i.win32.common.ListViewAutoFilledColumn(); this.tabPage2 = new Crownwood.Magic.Controls.TabPage(); this.m_chkStocker = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.m_wndListeCategories = new sc2i.win32.common.ListViewAutoFilled(); this.listViewAutoFilledColumn2 = new sc2i.win32.common.ListViewAutoFilledColumn(); this.m_comboModeleEtat = new sc2i.win32.common.CComboboxAutoFilled(); this.label8 = new System.Windows.Forms.Label(); this.m_wndAideFormule = new sc2i.win32.expression.CControlAideFormule(); this.m_chkImprimer = new System.Windows.Forms.CheckBox(); this.m_exStyle = new sc2i.win32.common.CExtStyle(); this.m_tabControl.SuspendLayout(); this.tabPage3.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.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_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_tabControl.Location = new System.Drawing.Point(8, 80); this.m_tabControl.Name = "m_tabControl"; this.m_tabControl.Ombre = true; this.m_tabControl.PositionTop = true; this.m_tabControl.SelectedIndex = 2; this.m_tabControl.SelectedTab = this.tabPage3; this.m_tabControl.Size = new System.Drawing.Size(456, 312); this.m_exStyle.SetStyleBackColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_exStyle.SetStyleForeColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_tabControl.TabIndex = 7; this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] { this.tabPage1, this.tabPage2, this.tabPage3 }); this.m_tabControl.TextColor = System.Drawing.Color.Black; // // tabPage3 // this.tabPage3.Controls.Add(this.m_cmbFormat); this.tabPage3.Controls.Add(this.label6); this.tabPage3.Controls.Add(this.m_txtFormuleCle); this.tabPage3.Controls.Add(this.label7); this.tabPage3.Controls.Add(this.m_txtFormuleDescriptif); this.tabPage3.Controls.Add(this.label5); this.tabPage3.Controls.Add(this.m_txtFormuleLibelle); this.tabPage3.Controls.Add(this.label4); this.tabPage3.Location = new System.Drawing.Point(0, 25); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(440, 271); this.m_exStyle.SetStyleBackColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage3.TabIndex = 12; this.tabPage3.Title = "Document properties|1039"; this.tabPage3.Visible = false; // // m_cmbFormat // this.m_cmbFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbFormat.IsLink = false; this.m_cmbFormat.Location = new System.Drawing.Point(80, 8); this.m_cmbFormat.LockEdition = false; this.m_cmbFormat.Name = "m_cmbFormat"; this.m_cmbFormat.Size = new System.Drawing.Size(176, 21); this.m_exStyle.SetStyleBackColor(this.m_cmbFormat, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_cmbFormat, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbFormat.TabIndex = 9; // // label6 // this.label6.Location = new System.Drawing.Point(8, 8); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(72, 16); this.m_exStyle.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label6.TabIndex = 8; this.label6.Text = "Format|30246"; // // m_txtFormuleCle // this.m_txtFormuleCle.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_txtFormuleCle.BackColor = System.Drawing.Color.White; this.m_txtFormuleCle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleCle.Formule = null; this.m_txtFormuleCle.Location = new System.Drawing.Point(8, 224); this.m_txtFormuleCle.LockEdition = false; this.m_txtFormuleCle.Name = "m_txtFormuleCle"; this.m_txtFormuleCle.Size = new System.Drawing.Size(424, 40); 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 = 7; this.m_txtFormuleCle.Enter += new System.EventHandler(this.OnEnterTextBoxFormule); // // label7 // this.label7.Location = new System.Drawing.Point(8, 208); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(120, 16); this.m_exStyle.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label7.TabIndex = 6; this.label7.Text = "Key (unique ID)|1043"; // // m_txtFormuleDescriptif // this.m_txtFormuleDescriptif.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtFormuleDescriptif.BackColor = System.Drawing.Color.White; this.m_txtFormuleDescriptif.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleDescriptif.Formule = null; this.m_txtFormuleDescriptif.Location = new System.Drawing.Point(8, 136); this.m_txtFormuleDescriptif.LockEdition = false; this.m_txtFormuleDescriptif.Name = "m_txtFormuleDescriptif"; this.m_txtFormuleDescriptif.Size = new System.Drawing.Size(424, 64); this.m_exStyle.SetStyleBackColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormuleDescriptif.TabIndex = 3; this.m_txtFormuleDescriptif.Enter += new System.EventHandler(this.OnEnterTextBoxFormule); // // label5 // this.label5.Location = new System.Drawing.Point(8, 120); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(162, 16); this.m_exStyle.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label5.TabIndex = 2; this.label5.Text = "Document description|1042"; // // m_txtFormuleLibelle // 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.BackColor = System.Drawing.Color.White; this.m_txtFormuleLibelle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleLibelle.Formule = null; this.m_txtFormuleLibelle.Location = new System.Drawing.Point(8, 48); this.m_txtFormuleLibelle.LockEdition = false; this.m_txtFormuleLibelle.Name = "m_txtFormuleLibelle"; this.m_txtFormuleLibelle.Size = new System.Drawing.Size(424, 64); 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 = 1; this.m_txtFormuleLibelle.Enter += new System.EventHandler(this.OnEnterTextBoxFormule); // // label4 // this.label4.Location = new System.Drawing.Point(8, 32); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 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|1041"; // // tabPage1 // this.tabPage1.Controls.Add(this.m_lblNomVariable); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.m_txtFormuleVariable); this.tabPage1.Controls.Add(this.m_wndListeVariables); this.tabPage1.Location = new System.Drawing.Point(0, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(440, 271); this.m_exStyle.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage1.TabIndex = 10; this.tabPage1.Title = "Filter|47"; // // m_lblNomVariable // this.m_lblNomVariable.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_lblNomVariable.Location = new System.Drawing.Point(208, 8); this.m_lblNomVariable.Name = "m_lblNomVariable"; this.m_lblNomVariable.Size = new System.Drawing.Size(232, 16); this.m_exStyle.SetStyleBackColor(this.m_lblNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_lblNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblNomVariable.TabIndex = 3; // // label2 // this.label2.Location = new System.Drawing.Point(208, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(160, 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 = 2; this.label2.Text = "Variable value|30242"; // // m_txtFormuleVariable // this.m_txtFormuleVariable.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_txtFormuleVariable.BackColor = System.Drawing.Color.White; this.m_txtFormuleVariable.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleVariable.Formule = null; this.m_txtFormuleVariable.Location = new System.Drawing.Point(208, 40); this.m_txtFormuleVariable.LockEdition = false; this.m_txtFormuleVariable.Name = "m_txtFormuleVariable"; this.m_txtFormuleVariable.Size = new System.Drawing.Size(224, 224); this.m_exStyle.SetStyleBackColor(this.m_txtFormuleVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_txtFormuleVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormuleVariable.TabIndex = 1; this.m_txtFormuleVariable.Enter += new System.EventHandler(this.OnEnterTextBoxFormule); // // m_wndListeVariables // this.m_wndListeVariables.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.m_wndListeVariables.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.listViewAutoFilledColumn1 }); this.m_wndListeVariables.EnableCustomisation = true; this.m_wndListeVariables.FullRowSelect = true; this.m_wndListeVariables.Location = new System.Drawing.Point(8, 8); this.m_wndListeVariables.MultiSelect = false; this.m_wndListeVariables.Name = "m_wndListeVariables"; this.m_wndListeVariables.Size = new System.Drawing.Size(192, 256); this.m_exStyle.SetStyleBackColor(this.m_wndListeVariables, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_wndListeVariables, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeVariables.TabIndex = 0; this.m_wndListeVariables.UseCompatibleStateImageBehavior = false; this.m_wndListeVariables.View = System.Windows.Forms.View.Details; this.m_wndListeVariables.SelectedIndexChanged += new System.EventHandler(this.m_wndListeVariables_SelectedIndexChanged); // // 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; // // tabPage2 // this.tabPage2.Controls.Add(this.m_chkStocker); this.tabPage2.Controls.Add(this.label3); this.tabPage2.Controls.Add(this.m_wndListeCategories); this.tabPage2.Location = new System.Drawing.Point(0, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Selected = false; this.tabPage2.Size = new System.Drawing.Size(440, 271); this.m_exStyle.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage2.TabIndex = 11; this.tabPage2.Title = "EDM category|176"; this.tabPage2.Visible = false; // // m_chkStocker // this.m_chkStocker.Location = new System.Drawing.Point(8, 8); this.m_chkStocker.Name = "m_chkStocker"; this.m_chkStocker.Size = new System.Drawing.Size(296, 16); this.m_exStyle.SetStyleBackColor(this.m_chkStocker, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_chkStocker, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_chkStocker.TabIndex = 9; this.m_chkStocker.Text = "Store EDM document|30243"; // // label3 // this.label3.Location = new System.Drawing.Point(8, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(322, 16); 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 = "The document will be stored in the following categories|30244"; // // m_wndListeCategories // this.m_wndListeCategories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.m_wndListeCategories.CheckBoxes = true; this.m_wndListeCategories.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.listViewAutoFilledColumn2 }); this.m_wndListeCategories.EnableCustomisation = true; this.m_wndListeCategories.FullRowSelect = true; this.m_wndListeCategories.Location = new System.Drawing.Point(8, 40); this.m_wndListeCategories.MultiSelect = false; this.m_wndListeCategories.Name = "m_wndListeCategories"; this.m_wndListeCategories.Size = new System.Drawing.Size(296, 224); this.m_exStyle.SetStyleBackColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeCategories.TabIndex = 0; this.m_wndListeCategories.UseCompatibleStateImageBehavior = false; this.m_wndListeCategories.View = System.Windows.Forms.View.Details; // // 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; // // m_comboModeleEtat // this.m_comboModeleEtat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_comboModeleEtat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_comboModeleEtat.IsLink = false; this.m_comboModeleEtat.ListDonnees = null; this.m_comboModeleEtat.Location = new System.Drawing.Point(120, 40); this.m_comboModeleEtat.LockEdition = false; this.m_comboModeleEtat.Name = "m_comboModeleEtat"; this.m_comboModeleEtat.NullAutorise = true; this.m_comboModeleEtat.ProprieteAffichee = "Libelle"; this.m_comboModeleEtat.Size = new System.Drawing.Size(336, 21); this.m_exStyle.SetStyleBackColor(this.m_comboModeleEtat, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_comboModeleEtat, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_comboModeleEtat.TabIndex = 6; this.m_comboModeleEtat.TextNull = I.T("(None)|30291"); this.m_comboModeleEtat.Tri = true; this.m_comboModeleEtat.SelectedIndexChanged += new System.EventHandler(this.m_comboModeleEtat_SelectedIndexChanged); // // label8 // this.label8.Location = new System.Drawing.Point(8, 40); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(106, 21); this.m_exStyle.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label8.TabIndex = 5; this.label8.Text = "Report model|30228"; // // m_wndAideFormule // this.m_wndAideFormule.BackColor = System.Drawing.Color.White; this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right; this.m_wndAideFormule.FournisseurProprietes = null; this.m_wndAideFormule.Location = new System.Drawing.Point(464, 32); 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, 357); this.m_exStyle.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndAideFormule.TabIndex = 4; this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande); // // m_chkImprimer // this.m_chkImprimer.Location = new System.Drawing.Point(8, 64); this.m_chkImprimer.Name = "m_chkImprimer"; this.m_chkImprimer.Size = new System.Drawing.Size(296, 16); this.m_exStyle.SetStyleBackColor(this.m_chkImprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_chkImprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_chkImprimer.TabIndex = 8; this.m_chkImprimer.Text = "Server printing|30241"; // // CFormEditActionGenererEtat // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(640, 437); this.Controls.Add(this.m_chkImprimer); this.Controls.Add(this.m_tabControl); this.Controls.Add(this.m_comboModeleEtat); this.Controls.Add(this.label8); this.Controls.Add(this.m_wndAideFormule); this.Name = "CFormEditActionGenererEtat"; this.m_exStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Function|30240"; this.Load += new System.EventHandler(this.CFormEditActionGenererEtatCode_Load); this.Controls.SetChildIndex(this.m_wndAideFormule, 0); this.Controls.SetChildIndex(this.label8, 0); this.Controls.SetChildIndex(this.m_comboModeleEtat, 0); this.Controls.SetChildIndex(this.m_tabControl, 0); this.Controls.SetChildIndex(this.m_chkImprimer, 0); this.m_tabControl.ResumeLayout(false); this.m_tabControl.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.m_tabControl = new sc2i.win32.common.C2iTabControl(this.components); this.tabPage1 = new Crownwood.Magic.Controls.TabPage(); this.m_txtFormuleFichier = new sc2i.win32.expression.CControleEditeFormule(); this.label1 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.m_rbtnText = new System.Windows.Forms.RadioButton(); this.m_rbtnFichier = new System.Windows.Forms.RadioButton(); this.tabPage2 = new Crownwood.Magic.Controls.TabPage(); this.label3 = new System.Windows.Forms.Label(); this.m_wndListeCategories = new sc2i.win32.common.ListViewAutoFilled(); this.listViewAutoFilledColumn2 = ((sc2i.win32.common.ListViewAutoFilledColumn)(new sc2i.win32.common.ListViewAutoFilledColumn())); this.tabPage3 = new Crownwood.Magic.Controls.TabPage(); this.m_txtFormuleCle = new sc2i.win32.expression.CControleEditeFormule(); this.label7 = new System.Windows.Forms.Label(); this.m_txtFormuleDescriptif = new sc2i.win32.expression.CControleEditeFormule(); this.label5 = new System.Windows.Forms.Label(); this.m_txtFormuleLibelle = new sc2i.win32.expression.CControleEditeFormule(); this.label4 = new System.Windows.Forms.Label(); this.listViewAutoFilledColumn1 = ((sc2i.win32.common.ListViewAutoFilledColumn)(new sc2i.win32.common.ListViewAutoFilledColumn())); this.m_wndAideFormule = new sc2i.win32.expression.CControlAideFormule(); this.m_exStyle = new sc2i.win32.common.CExtStyle(); this.panel4 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.panel5 = new System.Windows.Forms.Panel(); this.label6 = new System.Windows.Forms.Label(); this.m_txtFormuleUser = new sc2i.win32.expression.CTextBoxZoomFormule(); this.panel6 = new System.Windows.Forms.Panel(); this.m_txtFormulePassword = new sc2i.win32.expression.CTextBoxZoomFormule(); this.label8 = new System.Windows.Forms.Label(); this.m_tabControl.SuspendLayout(); this.tabPage1.SuspendLayout(); this.panel3.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.panel4.SuspendLayout(); this.panel5.SuspendLayout(); this.panel6.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_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_tabControl.Location = new System.Drawing.Point(8, 38); this.m_tabControl.Name = "m_tabControl"; this.m_tabControl.Ombre = true; this.m_tabControl.PositionTop = true; this.m_tabControl.SelectedIndex = 0; this.m_tabControl.SelectedTab = this.tabPage1; this.m_tabControl.Size = new System.Drawing.Size(476, 358); this.m_exStyle.SetStyleBackColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_exStyle.SetStyleForeColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_tabControl.TabIndex = 7; this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] { this.tabPage1, this.tabPage2, this.tabPage3 }); this.m_tabControl.TextColor = System.Drawing.Color.Black; // // tabPage1 // this.tabPage1.Controls.Add(this.m_txtFormuleFichier); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.panel3); this.tabPage1.Controls.Add(this.panel4); this.tabPage1.Location = new System.Drawing.Point(0, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(460, 317); this.m_exStyle.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage1.TabIndex = 10; this.tabPage1.Title = "Content|20016"; // // m_txtFormuleFichier // this.m_txtFormuleFichier.BackColor = System.Drawing.Color.White; this.m_txtFormuleFichier.Dock = System.Windows.Forms.DockStyle.Fill; this.m_txtFormuleFichier.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleFichier.Formule = null; this.m_txtFormuleFichier.Location = new System.Drawing.Point(0, 48); this.m_txtFormuleFichier.LockEdition = false; this.m_txtFormuleFichier.Name = "m_txtFormuleFichier"; this.m_txtFormuleFichier.Size = new System.Drawing.Size(460, 194); this.m_exStyle.SetStyleBackColor(this.m_txtFormuleFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_txtFormuleFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormuleFichier.TabIndex = 2; this.m_txtFormuleFichier.Enter += new System.EventHandler(this.OnEnterTextBoxFormule); // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Location = new System.Drawing.Point(0, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(460, 13); 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 = 3; this.label1.Text = "Content|20017"; // // panel3 // this.panel3.Controls.Add(this.m_rbtnText); this.panel3.Controls.Add(this.m_rbtnFichier); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(460, 35); this.m_exStyle.SetStyleBackColor(this.panel3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.panel3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel3.TabIndex = 4; // // m_rbtnText // this.m_rbtnText.Dock = System.Windows.Forms.DockStyle.Top; this.m_rbtnText.Location = new System.Drawing.Point(0, 17); this.m_rbtnText.Name = "m_rbtnText"; this.m_rbtnText.Size = new System.Drawing.Size(460, 17); this.m_exStyle.SetStyleBackColor(this.m_rbtnText, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_rbtnText, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_rbtnText.TabIndex = 1; this.m_rbtnText.TabStop = true; this.m_rbtnText.Text = "Create text file from content|20039"; this.m_rbtnText.UseVisualStyleBackColor = true; // // m_rbtnFichier // this.m_rbtnFichier.Dock = System.Windows.Forms.DockStyle.Top; this.m_rbtnFichier.Location = new System.Drawing.Point(0, 0); this.m_rbtnFichier.Name = "m_rbtnFichier"; this.m_rbtnFichier.Size = new System.Drawing.Size(460, 17); this.m_exStyle.SetStyleBackColor(this.m_rbtnFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_rbtnFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_rbtnFichier.TabIndex = 0; this.m_rbtnFichier.TabStop = true; this.m_rbtnFichier.Text = "Content is a file name (on client disk)|20038"; this.m_rbtnFichier.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.label3); this.tabPage2.Controls.Add(this.m_wndListeCategories); this.tabPage2.Location = new System.Drawing.Point(0, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Selected = false; this.tabPage2.Size = new System.Drawing.Size(460, 317); this.m_exStyle.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage2.TabIndex = 11; this.tabPage2.Title = "EDM category|176"; this.tabPage2.Visible = false; // // label3 // this.label3.Location = new System.Drawing.Point(8, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(322, 16); 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 = "The document will be stored in the following categories|30244"; // // m_wndListeCategories // this.m_wndListeCategories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.m_wndListeCategories.CheckBoxes = true; this.m_wndListeCategories.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.listViewAutoFilledColumn2 }); this.m_wndListeCategories.EnableCustomisation = true; this.m_wndListeCategories.FullRowSelect = true; this.m_wndListeCategories.Location = new System.Drawing.Point(8, 40); this.m_wndListeCategories.MultiSelect = false; this.m_wndListeCategories.Name = "m_wndListeCategories"; this.m_wndListeCategories.Size = new System.Drawing.Size(296, 270); this.m_exStyle.SetStyleBackColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeCategories.TabIndex = 0; this.m_wndListeCategories.UseCompatibleStateImageBehavior = false; this.m_wndListeCategories.View = System.Windows.Forms.View.Details; // // listViewAutoFilledColumn2 // this.listViewAutoFilledColumn2.Field = "Libelle"; this.listViewAutoFilledColumn2.PrecisionWidth = 0D; this.listViewAutoFilledColumn2.ProportionnalSize = false; this.listViewAutoFilledColumn2.Text = "Category|30245"; this.listViewAutoFilledColumn2.Visible = true; this.listViewAutoFilledColumn2.Width = 279; // // tabPage3 // this.tabPage3.Controls.Add(this.m_txtFormuleCle); this.tabPage3.Controls.Add(this.label7); this.tabPage3.Controls.Add(this.m_txtFormuleDescriptif); this.tabPage3.Controls.Add(this.label5); this.tabPage3.Controls.Add(this.m_txtFormuleLibelle); this.tabPage3.Controls.Add(this.label4); this.tabPage3.Location = new System.Drawing.Point(0, 25); this.tabPage3.Name = "tabPage3"; this.tabPage3.Selected = false; this.tabPage3.Size = new System.Drawing.Size(460, 317); this.m_exStyle.SetStyleBackColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage3.TabIndex = 12; this.tabPage3.Title = "Document characteristics|1039"; this.tabPage3.Visible = false; // // m_txtFormuleCle // this.m_txtFormuleCle.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_txtFormuleCle.BackColor = System.Drawing.Color.White; this.m_txtFormuleCle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleCle.Formule = null; this.m_txtFormuleCle.Location = new System.Drawing.Point(8, 224); this.m_txtFormuleCle.LockEdition = false; this.m_txtFormuleCle.Name = "m_txtFormuleCle"; this.m_txtFormuleCle.Size = new System.Drawing.Size(444, 86); 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 = 7; this.m_txtFormuleCle.Enter += new System.EventHandler(this.OnEnterTextBoxFormule); // // label7 // this.label7.Location = new System.Drawing.Point(8, 208); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(120, 16); this.m_exStyle.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label7.TabIndex = 6; this.label7.Text = "Key (unique Id)|1043"; // // m_txtFormuleDescriptif // this.m_txtFormuleDescriptif.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtFormuleDescriptif.BackColor = System.Drawing.Color.White; this.m_txtFormuleDescriptif.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleDescriptif.Formule = null; this.m_txtFormuleDescriptif.Location = new System.Drawing.Point(8, 136); this.m_txtFormuleDescriptif.LockEdition = false; this.m_txtFormuleDescriptif.Name = "m_txtFormuleDescriptif"; this.m_txtFormuleDescriptif.Size = new System.Drawing.Size(444, 64); this.m_exStyle.SetStyleBackColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormuleDescriptif.TabIndex = 3; this.m_txtFormuleDescriptif.Enter += new System.EventHandler(this.OnEnterTextBoxFormule); // // label5 // this.label5.Location = new System.Drawing.Point(8, 120); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(162, 16); this.m_exStyle.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label5.TabIndex = 2; this.label5.Text = "Document description|1042"; // // m_txtFormuleLibelle // 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.BackColor = System.Drawing.Color.White; this.m_txtFormuleLibelle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleLibelle.Formule = null; this.m_txtFormuleLibelle.Location = new System.Drawing.Point(8, 48); this.m_txtFormuleLibelle.LockEdition = false; this.m_txtFormuleLibelle.Name = "m_txtFormuleLibelle"; this.m_txtFormuleLibelle.Size = new System.Drawing.Size(444, 64); 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 = 1; this.m_txtFormuleLibelle.Enter += new System.EventHandler(this.OnEnterTextBoxFormule); // // label4 // this.label4.Location = new System.Drawing.Point(8, 32); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 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|1041"; // // listViewAutoFilledColumn1 // this.listViewAutoFilledColumn1.Field = "Nom"; this.listViewAutoFilledColumn1.PrecisionWidth = 0D; this.listViewAutoFilledColumn1.ProportionnalSize = false; this.listViewAutoFilledColumn1.Text = "Name |164"; this.listViewAutoFilledColumn1.Visible = true; this.listViewAutoFilledColumn1.Width = 176; // // m_wndAideFormule // this.m_wndAideFormule.BackColor = System.Drawing.Color.White; this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right; this.m_wndAideFormule.FournisseurProprietes = null; this.m_wndAideFormule.Location = new System.Drawing.Point(484, 32); 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, 361); this.m_exStyle.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndAideFormule.TabIndex = 4; this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande); // // panel4 // this.panel4.Controls.Add(this.panel6); this.panel4.Controls.Add(this.panel5); this.panel4.Controls.Add(this.label2); this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel4.Location = new System.Drawing.Point(0, 242); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(460, 75); this.m_exStyle.SetStyleBackColor(this.panel4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.panel4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel4.TabIndex = 5; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Top; this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(460, 26); 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 = 0; this.label2.Text = "For ftp files (Content starts with \'ftp://\'), enter user and passord|20147"; // // panel5 // this.panel5.Controls.Add(this.m_txtFormuleUser); this.panel5.Controls.Add(this.label6); this.panel5.Dock = System.Windows.Forms.DockStyle.Top; this.panel5.Location = new System.Drawing.Point(0, 26); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(460, 22); this.m_exStyle.SetStyleBackColor(this.panel5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.panel5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel5.TabIndex = 1; // // label6 // this.label6.Dock = System.Windows.Forms.DockStyle.Left; this.label6.Location = new System.Drawing.Point(0, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(119, 22); this.m_exStyle.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label6.TabIndex = 0; this.label6.Text = "User|20148"; // // m_txtFormuleUser // this.m_txtFormuleUser.AllowGraphic = true; this.m_txtFormuleUser.AllowNullFormula = true; this.m_txtFormuleUser.AllowSaisieTexte = true; this.m_txtFormuleUser.Dock = System.Windows.Forms.DockStyle.Fill; this.m_txtFormuleUser.Formule = null; this.m_txtFormuleUser.Location = new System.Drawing.Point(119, 0); this.m_txtFormuleUser.LockEdition = false; this.m_txtFormuleUser.LockZoneTexte = false; this.m_txtFormuleUser.Name = "m_txtFormuleUser"; this.m_txtFormuleUser.Size = new System.Drawing.Size(341, 22); this.m_exStyle.SetStyleBackColor(this.m_txtFormuleUser, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_txtFormuleUser, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormuleUser.TabIndex = 1; // // panel6 // this.panel6.Controls.Add(this.m_txtFormulePassword); this.panel6.Controls.Add(this.label8); this.panel6.Dock = System.Windows.Forms.DockStyle.Top; this.panel6.Location = new System.Drawing.Point(0, 48); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(460, 22); this.m_exStyle.SetStyleBackColor(this.panel6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.panel6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel6.TabIndex = 2; // // m_txtFormulePassword // this.m_txtFormulePassword.AllowGraphic = true; this.m_txtFormulePassword.AllowNullFormula = true; this.m_txtFormulePassword.AllowSaisieTexte = true; this.m_txtFormulePassword.Dock = System.Windows.Forms.DockStyle.Fill; this.m_txtFormulePassword.Formule = null; this.m_txtFormulePassword.Location = new System.Drawing.Point(119, 0); this.m_txtFormulePassword.LockEdition = false; this.m_txtFormulePassword.LockZoneTexte = false; this.m_txtFormulePassword.Name = "m_txtFormulePassword"; this.m_txtFormulePassword.Size = new System.Drawing.Size(341, 22); this.m_exStyle.SetStyleBackColor(this.m_txtFormulePassword, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_txtFormulePassword, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormulePassword.TabIndex = 1; // // label8 // this.label8.Dock = System.Windows.Forms.DockStyle.Left; this.label8.Location = new System.Drawing.Point(0, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(119, 22); this.m_exStyle.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label8.TabIndex = 0; this.label8.Text = "Password|20149"; // // CFormEditCopierLocalDansGed // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(660, 441); this.Controls.Add(this.m_tabControl); this.Controls.Add(this.m_wndAideFormule); this.Name = "CFormEditCopierLocalDansGed"; this.m_exStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Copy local file into EDM|20018"; this.Load += new System.EventHandler(this.CFormEditCopierLocalDansGedCode_Load); this.Controls.SetChildIndex(this.m_wndAideFormule, 0); this.Controls.SetChildIndex(this.m_tabControl, 0); this.m_tabControl.ResumeLayout(false); this.m_tabControl.PerformLayout(); this.tabPage1.ResumeLayout(false); this.panel3.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel5.ResumeLayout(false); this.panel6.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.m_tabControl = new sc2i.win32.common.C2iTabControl(this.components); this.tabPage1 = new Crownwood.Magic.Controls.TabPage(); this.m_splitterFormulesOnglet1 = new System.Windows.Forms.SplitContainer(); this.m_txtFormuleListeDocuments = new sc2i.win32.expression.CControleEditeFormule(); this.label1 = new System.Windows.Forms.Label(); this.m_txtFormuleNomFichier = new sc2i.win32.expression.CControleEditeFormule(); this.label2 = new System.Windows.Forms.Label(); this.tabPage2 = new Crownwood.Magic.Controls.TabPage(); this.label3 = new System.Windows.Forms.Label(); this.m_wndListeCategories = new sc2i.win32.common.ListViewAutoFilled(); this.listViewAutoFilledColumn2 = new sc2i.win32.common.ListViewAutoFilledColumn(); this.tabPage3 = new Crownwood.Magic.Controls.TabPage(); this.m_txtFormuleCle = new sc2i.win32.expression.CControleEditeFormule(); this.label7 = new System.Windows.Forms.Label(); this.m_txtFormuleDescriptif = new sc2i.win32.expression.CControleEditeFormule(); this.label5 = new System.Windows.Forms.Label(); this.m_txtFormuleLibelle = new sc2i.win32.expression.CControleEditeFormule(); this.label4 = new System.Windows.Forms.Label(); this.listViewAutoFilledColumn1 = new sc2i.win32.common.ListViewAutoFilledColumn(); this.m_wndAideFormule = new sc2i.win32.expression.CControlAideFormule(); this.m_exStyle = new sc2i.win32.common.CExtStyle(); this.m_tabControl.SuspendLayout(); this.tabPage1.SuspendLayout(); this.m_splitterFormulesOnglet1.Panel1.SuspendLayout(); this.m_splitterFormulesOnglet1.Panel2.SuspendLayout(); this.m_splitterFormulesOnglet1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.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|112"; // // 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_tabControl.Location = new System.Drawing.Point(8, 38); this.m_tabControl.Name = "m_tabControl"; this.m_tabControl.Ombre = true; this.m_tabControl.PositionTop = true; this.m_tabControl.SelectedIndex = 0; this.m_tabControl.SelectedTab = this.tabPage1; this.m_tabControl.Size = new System.Drawing.Size(476, 358); this.m_exStyle.SetStyleBackColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_exStyle.SetStyleForeColor(this.m_tabControl, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_tabControl.TabIndex = 7; this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] { this.tabPage1, this.tabPage2, this.tabPage3 }); this.m_tabControl.TextColor = System.Drawing.Color.Black; // // tabPage1 // this.tabPage1.Controls.Add(this.m_splitterFormulesOnglet1); this.tabPage1.Location = new System.Drawing.Point(0, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(460, 317); this.m_exStyle.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage1.TabIndex = 10; this.tabPage1.Title = "Content|20016"; // // m_splitterFormulesOnglet1 // this.m_splitterFormulesOnglet1.Dock = System.Windows.Forms.DockStyle.Fill; this.m_splitterFormulesOnglet1.Location = new System.Drawing.Point(0, 0); this.m_splitterFormulesOnglet1.Name = "m_splitterFormulesOnglet1"; this.m_splitterFormulesOnglet1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // m_splitterFormulesOnglet1.Panel1 // this.m_splitterFormulesOnglet1.Panel1.Controls.Add(this.m_txtFormuleListeDocuments); this.m_splitterFormulesOnglet1.Panel1.Controls.Add(this.label1); this.m_exStyle.SetStyleBackColor(this.m_splitterFormulesOnglet1.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_splitterFormulesOnglet1.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); // // m_splitterFormulesOnglet1.Panel2 // this.m_splitterFormulesOnglet1.Panel2.Controls.Add(this.m_txtFormuleNomFichier); this.m_splitterFormulesOnglet1.Panel2.Controls.Add(this.label2); this.m_exStyle.SetStyleBackColor(this.m_splitterFormulesOnglet1.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_splitterFormulesOnglet1.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_splitterFormulesOnglet1.Size = new System.Drawing.Size(460, 317); this.m_splitterFormulesOnglet1.SplitterDistance = 146; this.m_exStyle.SetStyleBackColor(this.m_splitterFormulesOnglet1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_splitterFormulesOnglet1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_splitterFormulesOnglet1.TabIndex = 5; // // m_txtFormuleListeDocuments // this.m_txtFormuleListeDocuments.BackColor = System.Drawing.Color.White; this.m_txtFormuleListeDocuments.Dock = System.Windows.Forms.DockStyle.Fill; this.m_txtFormuleListeDocuments.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleListeDocuments.Formule = null; this.m_txtFormuleListeDocuments.Location = new System.Drawing.Point(0, 13); this.m_txtFormuleListeDocuments.LockEdition = false; this.m_txtFormuleListeDocuments.Name = "m_txtFormuleListeDocuments"; this.m_txtFormuleListeDocuments.Size = new System.Drawing.Size(460, 133); this.m_exStyle.SetStyleBackColor(this.m_txtFormuleListeDocuments, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_txtFormuleListeDocuments, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormuleListeDocuments.TabIndex = 2; this.m_txtFormuleListeDocuments.Enter += new System.EventHandler(this.OnEnterTextBoxFormuleSurProcess); // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(460, 13); 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 = 3; this.label1.Text = "EDM document list|20041"; // // m_txtFormuleNomFichier // this.m_txtFormuleNomFichier.BackColor = System.Drawing.Color.White; this.m_txtFormuleNomFichier.Dock = System.Windows.Forms.DockStyle.Fill; this.m_txtFormuleNomFichier.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleNomFichier.Formule = null; this.m_txtFormuleNomFichier.Location = new System.Drawing.Point(0, 13); this.m_txtFormuleNomFichier.LockEdition = false; this.m_txtFormuleNomFichier.Name = "m_txtFormuleNomFichier"; this.m_txtFormuleNomFichier.Size = new System.Drawing.Size(460, 154); this.m_exStyle.SetStyleBackColor(this.m_txtFormuleNomFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_txtFormuleNomFichier, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormuleNomFichier.TabIndex = 5; this.m_txtFormuleNomFichier.Enter += new System.EventHandler(this.m_txtFormuleNomFichier_Enter); // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Top; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(460, 13); 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 = 4; this.label2.Text = "file name for each document|20042"; // // tabPage2 // this.tabPage2.Controls.Add(this.label3); this.tabPage2.Controls.Add(this.m_wndListeCategories); this.tabPage2.Location = new System.Drawing.Point(0, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Selected = false; this.tabPage2.Size = new System.Drawing.Size(460, 317); this.m_exStyle.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage2.TabIndex = 11; this.tabPage2.Title = "EDM category|176"; this.tabPage2.Visible = false; // // label3 // this.label3.Location = new System.Drawing.Point(8, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(322, 16); 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 = "The document will be stored in the following categories|30244"; // // m_wndListeCategories // this.m_wndListeCategories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.m_wndListeCategories.CheckBoxes = true; this.m_wndListeCategories.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.listViewAutoFilledColumn2 }); this.m_wndListeCategories.EnableCustomisation = true; this.m_wndListeCategories.FullRowSelect = true; this.m_wndListeCategories.Location = new System.Drawing.Point(8, 40); this.m_wndListeCategories.MultiSelect = false; this.m_wndListeCategories.Name = "m_wndListeCategories"; this.m_wndListeCategories.Size = new System.Drawing.Size(296, 270); this.m_exStyle.SetStyleBackColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_wndListeCategories, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeCategories.TabIndex = 0; this.m_wndListeCategories.UseCompatibleStateImageBehavior = false; this.m_wndListeCategories.View = System.Windows.Forms.View.Details; // // 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; // // tabPage3 // this.tabPage3.Controls.Add(this.m_txtFormuleCle); this.tabPage3.Controls.Add(this.label7); this.tabPage3.Controls.Add(this.m_txtFormuleDescriptif); this.tabPage3.Controls.Add(this.label5); this.tabPage3.Controls.Add(this.m_txtFormuleLibelle); this.tabPage3.Controls.Add(this.label4); this.tabPage3.Location = new System.Drawing.Point(0, 25); this.tabPage3.Name = "tabPage3"; this.tabPage3.Selected = false; this.tabPage3.Size = new System.Drawing.Size(460, 317); this.m_exStyle.SetStyleBackColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage3.TabIndex = 12; this.tabPage3.Title = "Document characteristics|1039"; this.tabPage3.Visible = false; // // m_txtFormuleCle // this.m_txtFormuleCle.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_txtFormuleCle.BackColor = System.Drawing.Color.White; this.m_txtFormuleCle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleCle.Formule = null; this.m_txtFormuleCle.Location = new System.Drawing.Point(8, 224); this.m_txtFormuleCle.LockEdition = false; this.m_txtFormuleCle.Name = "m_txtFormuleCle"; this.m_txtFormuleCle.Size = new System.Drawing.Size(444, 86); 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 = 7; this.m_txtFormuleCle.Enter += new System.EventHandler(this.OnEnterTextBoxFormuleSurProcess); // // label7 // this.label7.Location = new System.Drawing.Point(8, 208); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(120, 16); this.m_exStyle.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label7.TabIndex = 6; this.label7.Text = "Key (unique Id)|1043"; // // m_txtFormuleDescriptif // this.m_txtFormuleDescriptif.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtFormuleDescriptif.BackColor = System.Drawing.Color.White; this.m_txtFormuleDescriptif.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleDescriptif.Formule = null; this.m_txtFormuleDescriptif.Location = new System.Drawing.Point(8, 136); this.m_txtFormuleDescriptif.LockEdition = false; this.m_txtFormuleDescriptif.Name = "m_txtFormuleDescriptif"; this.m_txtFormuleDescriptif.Size = new System.Drawing.Size(444, 64); this.m_exStyle.SetStyleBackColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_txtFormuleDescriptif, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormuleDescriptif.TabIndex = 3; this.m_txtFormuleDescriptif.Enter += new System.EventHandler(this.OnEnterTextBoxFormuleSurProcess); // // label5 // this.label5.Location = new System.Drawing.Point(8, 120); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(162, 16); this.m_exStyle.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label5.TabIndex = 2; this.label5.Text = "Document description|1042"; // // m_txtFormuleLibelle // 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.BackColor = System.Drawing.Color.White; this.m_txtFormuleLibelle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleLibelle.Formule = null; this.m_txtFormuleLibelle.Location = new System.Drawing.Point(8, 48); this.m_txtFormuleLibelle.LockEdition = false; this.m_txtFormuleLibelle.Name = "m_txtFormuleLibelle"; this.m_txtFormuleLibelle.Size = new System.Drawing.Size(444, 64); 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 = 1; this.m_txtFormuleLibelle.Enter += new System.EventHandler(this.OnEnterTextBoxFormuleSurProcess); // // label4 // this.label4.Location = new System.Drawing.Point(8, 32); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 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|1041"; // // 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; // // m_wndAideFormule // this.m_wndAideFormule.BackColor = System.Drawing.Color.White; this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right; this.m_wndAideFormule.FournisseurProprietes = null; this.m_wndAideFormule.Location = new System.Drawing.Point(484, 32); 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, 361); this.m_exStyle.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndAideFormule.TabIndex = 4; this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande); // // CFormEditZipGedDansGed // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(660, 441); this.Controls.Add(this.m_tabControl); this.Controls.Add(this.m_wndAideFormule); this.Name = "CFormEditZipGedDansGed"; this.m_exStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_exStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Create zip file from edm documents|20040"; this.Load += new System.EventHandler(this.CFormEditZipGedDansGedCode_Load); this.Controls.SetChildIndex(this.m_wndAideFormule, 0); this.Controls.SetChildIndex(this.m_tabControl, 0); this.m_tabControl.ResumeLayout(false); this.m_tabControl.PerformLayout(); this.tabPage1.ResumeLayout(false); this.m_splitterFormulesOnglet1.Panel1.ResumeLayout(false); this.m_splitterFormulesOnglet1.Panel2.ResumeLayout(false); this.m_splitterFormulesOnglet1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CPanelRoleClient)); sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn(); sc2i.win32.common.GLColumn glColumn2 = new sc2i.win32.common.GLColumn(); this.m_imageCle = new System.Windows.Forms.PictureBox(); this.m_lblId = new System.Windows.Forms.Label(); this.listViewAutoFilledColumn2 = new sc2i.win32.common.ListViewAutoFilledColumn(); this.listViewAutoFilledColumn1 = new sc2i.win32.common.ListViewAutoFilledColumn(); this.m_panelId = new System.Windows.Forms.Panel(); this.m_ExtStyle = new sc2i.win32.common.CExtStyle(); this.m_panelListeContrats = new sc2i.win32.data.navigation.CPanelListeSpeedStandard(); this.m_tabControl = new sc2i.win32.common.C2iTabControl(this.components); this.m_pageTickets = new Crownwood.Magic.Controls.TabPage(); this.m_panelListeTickets = new sc2i.win32.data.navigation.CPanelListeSpeedStandard(); this.m_pageContrats = new Crownwood.Magic.Controls.TabPage(); this.m_gestionnaireTabControl = new sc2i.win32.common.CGestionnaireTabControl(); this.m_extModulesAssociator = new timos.CExtModulesAssociator(); ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).BeginInit(); this.m_panelId.SuspendLayout(); this.m_tabControl.SuspendLayout(); this.m_pageTickets.SuspendLayout(); this.m_pageContrats.SuspendLayout(); this.SuspendLayout(); // // m_gestionnaireModeEdition // this.m_gestionnaireModeEdition.ModeEditionChanged += new System.EventHandler(this.m_gestionnaireModeEdition_ModeEditionChanged); // // m_imageCle // this.m_imageCle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_imageCle.Cursor = System.Windows.Forms.Cursors.Hand; this.m_imageCle.Image = ((System.Drawing.Image)(resources.GetObject("m_imageCle.Image"))); this.m_extLinkField.SetLinkField(this.m_imageCle, ""); this.m_imageCle.Location = new System.Drawing.Point(46, 4); this.m_gestionnaireModeEdition.SetModeEdition(this.m_imageCle, sc2i.win32.common.TypeModeEdition.Autonome); this.m_extModulesAssociator.SetModules(this.m_imageCle, ""); this.m_imageCle.Name = "m_imageCle"; this.m_imageCle.Size = new System.Drawing.Size(16, 15); this.m_imageCle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; 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); this.m_imageCle.TabIndex = 4002; this.m_imageCle.TabStop = false; this.m_imageCle.Click += new System.EventHandler(this.m_imageCle_Click); // // m_lblId // this.m_lblId.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_extLinkField.SetLinkField(this.m_lblId, "Id"); this.m_lblId.Location = new System.Drawing.Point(-2, 4); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lblId, sc2i.win32.common.TypeModeEdition.Autonome); this.m_extModulesAssociator.SetModules(this.m_lblId, ""); this.m_lblId.Name = "m_lblId"; this.m_lblId.Size = new System.Drawing.Size(48, 16); 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); this.m_lblId.TabIndex = 4003; this.m_lblId.Text = "[Id]"; this.m_lblId.TextAlign = System.Drawing.ContentAlignment.TopRight; this.m_lblId.Visible = false; // // listViewAutoFilledColumn2 // this.listViewAutoFilledColumn2.Field = "Libelle"; this.listViewAutoFilledColumn2.PrecisionWidth = 0; this.listViewAutoFilledColumn2.ProportionnalSize = false; this.listViewAutoFilledColumn2.Text = "Label|50"; this.listViewAutoFilledColumn2.Visible = true; this.listViewAutoFilledColumn2.Width = 300; // // listViewAutoFilledColumn1 // this.listViewAutoFilledColumn1.Field = "Acteur.Nom"; this.listViewAutoFilledColumn1.PrecisionWidth = 0; this.listViewAutoFilledColumn1.ProportionnalSize = false; this.listViewAutoFilledColumn1.Text = "Acteur"; this.listViewAutoFilledColumn1.Visible = true; this.listViewAutoFilledColumn1.Width = 360; // // m_panelId // this.m_panelId.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_panelId.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_panelId.Controls.Add(this.m_lblId); this.m_panelId.Controls.Add(this.m_imageCle); this.m_panelId.ForeColor = System.Drawing.Color.Black; this.m_extLinkField.SetLinkField(this.m_panelId, ""); this.m_panelId.Location = new System.Drawing.Point(541, 0); this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelId, sc2i.win32.common.TypeModeEdition.Autonome); this.m_extModulesAssociator.SetModules(this.m_panelId, ""); this.m_panelId.Name = "m_panelId"; this.m_panelId.Size = new System.Drawing.Size(64, 24); this.m_ExtStyle.SetStyleBackColor(this.m_panelId, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle.SetStyleForeColor(this.m_panelId, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_panelId.TabIndex = 4005; // // m_panelListeContrats // this.m_panelListeContrats.AllowArbre = false; glColumn1.ActiveControlItems = ((System.Collections.ArrayList)(resources.GetObject("glColumn1.ActiveControlItems"))); glColumn1.BackColor = System.Drawing.Color.Transparent; glColumn1.ControlType = sc2i.win32.common.ColumnControlTypes.None; glColumn1.ForColor = System.Drawing.Color.Black; glColumn1.ImageIndex = -1; glColumn1.IsCheckColumn = false; glColumn1.LastSortState = sc2i.win32.common.ColumnSortState.SortedUp; glColumn1.Name = "colRessourceLibelle"; glColumn1.Propriete = "Libelle"; glColumn1.Text = "Label|50"; glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn1.Width = 100; this.m_panelListeContrats.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn1 }); this.m_panelListeContrats.ContexteUtilisation = ""; this.m_panelListeContrats.ControlFiltreStandard = null; this.m_panelListeContrats.Dock = System.Windows.Forms.DockStyle.Fill; this.m_panelListeContrats.ElementSelectionne = null; this.m_panelListeContrats.EnableCustomisation = true; this.m_panelListeContrats.FiltreDeBase = null; this.m_panelListeContrats.FiltreDeBaseEnAjout = false; this.m_panelListeContrats.FiltrePrefere = null; this.m_panelListeContrats.FiltreRapide = null; this.m_extLinkField.SetLinkField(this.m_panelListeContrats, ""); this.m_panelListeContrats.ListeObjets = null; this.m_panelListeContrats.Location = new System.Drawing.Point(0, 0); this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelListeContrats, sc2i.win32.common.TypeModeEdition.DisableSurEdition); this.m_panelListeContrats.ModeQuickSearch = false; this.m_panelListeContrats.ModeSelection = false; this.m_extModulesAssociator.SetModules(this.m_panelListeContrats, ""); this.m_panelListeContrats.MultiSelect = false; this.m_panelListeContrats.Name = "m_panelListeContrats"; this.m_panelListeContrats.Navigateur = null; this.m_panelListeContrats.ProprieteObjetAEditer = null; this.m_panelListeContrats.QuickSearchText = ""; this.m_panelListeContrats.Size = new System.Drawing.Size(608, 199); this.m_ExtStyle.SetStyleBackColor(this.m_panelListeContrats, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_panelListeContrats, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelListeContrats.TabIndex = 4004; this.m_panelListeContrats.TrierAuClicSurEnteteColonne = true; // // m_tabControl // 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.Dock = System.Windows.Forms.DockStyle.Fill; this.m_tabControl.IDEPixelArea = false; this.m_extLinkField.SetLinkField(this.m_tabControl, ""); this.m_tabControl.Location = new System.Drawing.Point(0, 0); 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 = false; this.m_tabControl.PositionTop = true; this.m_tabControl.SelectedIndex = 0; this.m_tabControl.SelectedTab = this.m_pageContrats; this.m_tabControl.Size = new System.Drawing.Size(608, 224); 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 = 4006; this.m_tabControl.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] { this.m_pageContrats, this.m_pageTickets }); // // m_pageTickets // this.m_pageTickets.Controls.Add(this.m_panelListeTickets); this.m_extLinkField.SetLinkField(this.m_pageTickets, ""); this.m_pageTickets.Location = new System.Drawing.Point(0, 25); this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageTickets, sc2i.win32.common.TypeModeEdition.Autonome); this.m_extModulesAssociator.SetModules(this.m_pageTickets, "AINTER_CORR"); this.m_pageTickets.Name = "m_pageTickets"; this.m_pageTickets.Selected = false; this.m_pageTickets.Size = new System.Drawing.Size(608, 199); this.m_ExtStyle.SetStyleBackColor(this.m_pageTickets, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_pageTickets, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_pageTickets.TabIndex = 11; this.m_pageTickets.Title = "Related Tickets|659"; // // m_panelListeTickets // this.m_panelListeTickets.AllowArbre = false; glColumn2.ActiveControlItems = ((System.Collections.ArrayList)(resources.GetObject("glColumn2.ActiveControlItems"))); glColumn2.BackColor = System.Drawing.Color.Transparent; glColumn2.ControlType = sc2i.win32.common.ColumnControlTypes.None; glColumn2.ForColor = System.Drawing.Color.Black; glColumn2.ImageIndex = -1; glColumn2.IsCheckColumn = false; glColumn2.LastSortState = sc2i.win32.common.ColumnSortState.SortedUp; glColumn2.Name = "colRessourceLibelle"; glColumn2.Propriete = "Libelle"; glColumn2.Text = "Label|50"; glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn2.Width = 100; this.m_panelListeTickets.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn2 }); this.m_panelListeTickets.ContexteUtilisation = ""; this.m_panelListeTickets.ControlFiltreStandard = null; this.m_panelListeTickets.Dock = System.Windows.Forms.DockStyle.Fill; this.m_panelListeTickets.ElementSelectionne = null; this.m_panelListeTickets.EnableCustomisation = true; this.m_panelListeTickets.FiltreDeBase = null; this.m_panelListeTickets.FiltreDeBaseEnAjout = false; this.m_panelListeTickets.FiltrePrefere = null; this.m_panelListeTickets.FiltreRapide = null; this.m_extLinkField.SetLinkField(this.m_panelListeTickets, ""); this.m_panelListeTickets.ListeObjets = null; this.m_panelListeTickets.Location = new System.Drawing.Point(0, 0); this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelListeTickets, sc2i.win32.common.TypeModeEdition.DisableSurEdition); this.m_panelListeTickets.ModeQuickSearch = false; this.m_panelListeTickets.ModeSelection = false; this.m_extModulesAssociator.SetModules(this.m_panelListeTickets, ""); this.m_panelListeTickets.MultiSelect = false; this.m_panelListeTickets.Name = "m_panelListeTickets"; this.m_panelListeTickets.Navigateur = null; this.m_panelListeTickets.ProprieteObjetAEditer = null; this.m_panelListeTickets.QuickSearchText = ""; this.m_panelListeTickets.Size = new System.Drawing.Size(608, 199); this.m_ExtStyle.SetStyleBackColor(this.m_panelListeTickets, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_panelListeTickets, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelListeTickets.TabIndex = 4005; this.m_panelListeTickets.TrierAuClicSurEnteteColonne = true; // // m_pageContrats // this.m_pageContrats.Controls.Add(this.m_panelListeContrats); this.m_extLinkField.SetLinkField(this.m_pageContrats, ""); this.m_pageContrats.Location = new System.Drawing.Point(0, 25); this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageContrats, sc2i.win32.common.TypeModeEdition.Autonome); this.m_extModulesAssociator.SetModules(this.m_pageContrats, ""); this.m_pageContrats.Name = "m_pageContrats"; this.m_pageContrats.Size = new System.Drawing.Size(608, 199); this.m_ExtStyle.SetStyleBackColor(this.m_pageContrats, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_pageContrats, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_pageContrats.TabIndex = 10; this.m_pageContrats.Title = "Contracts|640"; // // m_gestionnaireTabControl // this.m_gestionnaireTabControl.TabControl = this.m_tabControl; this.m_gestionnaireTabControl.OnInitPage += new sc2i.win32.common.EventOnPageHandler(this.m_gestionnaireTabControl_OnInitPage); this.m_gestionnaireTabControl.OnMajChampsPage += new sc2i.win32.common.EventOnPageHandler(this.m_gestionnaireTabControl_OnMajChampsPage); // // CPanelRoleClient // this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.Controls.Add(this.m_panelId); this.Controls.Add(this.m_tabControl); this.ForeColor = System.Drawing.Color.Black; this.m_extLinkField.SetLinkField(this, ""); this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome); this.m_extModulesAssociator.SetModules(this, ""); this.Name = "CPanelRoleClient"; this.Size = new System.Drawing.Size(608, 224); this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.Load += new System.EventHandler(this.CPanelRoleUtilisateur_Load); ((System.ComponentModel.ISupportInitialize)(this.m_imageCle)).EndInit(); this.m_panelId.ResumeLayout(false); this.m_panelId.PerformLayout(); this.m_tabControl.ResumeLayout(false); this.m_tabControl.PerformLayout(); this.m_pageTickets.ResumeLayout(false); this.m_pageContrats.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditeParametrageRemplissageTypeActivite)); this.panel2 = new System.Windows.Forms.Panel(); this.m_panelFormules = new System.Windows.Forms.Panel(); this.m_wndAideFormule = new sc2i.win32.expression.CControlAideFormule(); this.panel1 = new System.Windows.Forms.Panel(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_btnOk = new System.Windows.Forms.Button(); this.cExtStyle1 = new sc2i.win32.common.CExtStyle(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // panel2 // this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel2.Controls.Add(this.splitContainer1); this.panel2.Location = new System.Drawing.Point(3, 4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(723, 416); this.cExtStyle1.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel2.TabIndex = 5; // // m_panelFormules // this.m_panelFormules.AutoScroll = true; this.m_panelFormules.Dock = System.Windows.Forms.DockStyle.Fill; this.m_panelFormules.Location = new System.Drawing.Point(0, 0); this.m_panelFormules.Name = "m_panelFormules"; this.m_panelFormules.Size = new System.Drawing.Size(474, 412); this.cExtStyle1.SetStyleBackColor(this.m_panelFormules, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_panelFormules, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelFormules.TabIndex = 5; // // m_wndAideFormule // this.m_wndAideFormule.BackColor = System.Drawing.Color.White; this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Fill; this.m_wndAideFormule.FournisseurProprietes = null; this.m_wndAideFormule.Location = new System.Drawing.Point(0, 0); this.m_wndAideFormule.Name = "m_wndAideFormule"; this.m_wndAideFormule.ObjetInterroge = null; this.m_wndAideFormule.SendIdChamps = false; this.m_wndAideFormule.Size = new System.Drawing.Size(237, 412); this.cExtStyle1.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondFenetre); this.cExtStyle1.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndAideFormule.TabIndex = 0; this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande); // // panel1 // this.panel1.Controls.Add(this.m_btnAnnuler); this.panel1.Controls.Add(this.m_btnOk); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 424); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(729, 48); this.cExtStyle1.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel1.TabIndex = 6; // // m_btnAnnuler // this.m_btnAnnuler.Anchor = System.Windows.Forms.AnchorStyles.Top; this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.m_btnAnnuler.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_btnAnnuler.ForeColor = System.Drawing.Color.White; this.m_btnAnnuler.Image = ((System.Drawing.Image)(resources.GetObject("m_btnAnnuler.Image"))); this.m_btnAnnuler.Location = new System.Drawing.Point(371, 2); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(40, 40); this.cExtStyle1.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnAnnuler.TabIndex = 3; this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click); // // m_btnOk // this.m_btnOk.Anchor = System.Windows.Forms.AnchorStyles.Top; this.m_btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.m_btnOk.ForeColor = System.Drawing.Color.White; this.m_btnOk.Image = ((System.Drawing.Image)(resources.GetObject("m_btnOk.Image"))); this.m_btnOk.Location = new System.Drawing.Point(317, 2); this.m_btnOk.Name = "m_btnOk"; this.m_btnOk.Size = new System.Drawing.Size(40, 40); this.cExtStyle1.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOk.TabIndex = 2; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // splitContainer1 // this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.m_panelFormules); this.cExtStyle1.SetStyleBackColor(this.splitContainer1.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.splitContainer1.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.m_wndAideFormule); this.cExtStyle1.SetStyleBackColor(this.splitContainer1.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.splitContainer1.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.splitContainer1.Size = new System.Drawing.Size(723, 416); this.splitContainer1.SplitterDistance = 478; this.cExtStyle1.SetStyleBackColor(this.splitContainer1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.splitContainer1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.splitContainer1.TabIndex = 6; // // CFormEditeParametrageRemplissageTypeActivite // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(729, 472); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.ForeColor = System.Drawing.Color.Black; this.Name = "CFormEditeParametrageRemplissageTypeActivite"; this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondFenetre); this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTexteFenetre); this.Text = "Activity parameters|549"; this.Load += new System.EventHandler(this.CFormEditeParametrageRemplissageTypeActivite_Load); this.panel2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.c2iTabControl1 = new sc2i.win32.common.C2iTabControl(this.components); this.m_panelFiltre = new sc2i.win32.data.dynamic.CPanelEditFiltreDynamique(); this.c2iTabControl2 = new sc2i.win32.common.C2iTabControl(this.components); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_btnOk = new System.Windows.Forms.Button(); this.c2iPanelOmbre1 = new sc2i.win32.common.C2iPanelOmbre(); this.m_txtNomVariable = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.cExtStyle1 = new sc2i.win32.common.CExtStyle(); this.m_panelFiltre.SuspendLayout(); this.c2iPanelOmbre1.SuspendLayout(); this.SuspendLayout(); // // c2iTabControl1 // this.c2iTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.c2iTabControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(184))))); this.c2iTabControl1.BoldSelectedPage = true; this.c2iTabControl1.ControlBottomOffset = 16; this.c2iTabControl1.ControlRightOffset = 16; this.c2iTabControl1.IDEPixelArea = false; this.c2iTabControl1.Location = new System.Drawing.Point(0, 32); this.c2iTabControl1.Name = "c2iTabControl1"; this.c2iTabControl1.Ombre = true; this.c2iTabControl1.PositionTop = true; this.c2iTabControl1.Size = new System.Drawing.Size(712, 328); this.cExtStyle1.SetStyleBackColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iTabControl1.TabIndex = 2; // // m_panelFiltre // this.m_panelFiltre.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_panelFiltre.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelFiltre.Controls.Add(this.c2iTabControl2); this.m_panelFiltre.DefinitionRacineDeChampsFiltres = null; this.m_panelFiltre.FiltreDynamique = null; this.m_panelFiltre.Location = new System.Drawing.Point(0, 56); this.m_panelFiltre.LockEdition = false; this.m_panelFiltre.ModeSansType = false; this.m_panelFiltre.Name = "m_panelFiltre"; this.m_panelFiltre.Size = new System.Drawing.Size(553, 295); this.cExtStyle1.SetStyleBackColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelFiltre.TabIndex = 4; // // c2iTabControl2 // this.c2iTabControl2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(184))))); this.c2iTabControl2.BoldSelectedPage = true; this.c2iTabControl2.ControlBottomOffset = 16; this.c2iTabControl2.ControlRightOffset = 16; this.c2iTabControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.c2iTabControl2.IDEPixelArea = false; this.c2iTabControl2.Location = new System.Drawing.Point(0, 0); this.c2iTabControl2.Name = "c2iTabControl2"; this.c2iTabControl2.Ombre = true; this.c2iTabControl2.PositionTop = true; this.c2iTabControl2.Size = new System.Drawing.Size(553, 295); this.cExtStyle1.SetStyleBackColor(this.c2iTabControl2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.c2iTabControl2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iTabControl2.TabIndex = 2; // // m_btnAnnuler // this.m_btnAnnuler.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.m_btnAnnuler.BackColor = System.Drawing.SystemColors.Control; this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.m_btnAnnuler.Location = new System.Drawing.Point(304, 319); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(80, 24); this.cExtStyle1.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnAnnuler.TabIndex = 24; this.m_btnAnnuler.Text = "Cancel|11"; this.m_btnAnnuler.UseVisualStyleBackColor = false; // // m_btnOk // this.m_btnOk.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.m_btnOk.BackColor = System.Drawing.SystemColors.Control; this.m_btnOk.Location = new System.Drawing.Point(176, 319); this.m_btnOk.Name = "m_btnOk"; this.m_btnOk.Size = new System.Drawing.Size(80, 24); this.cExtStyle1.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOk.TabIndex = 23; this.m_btnOk.Text = "Ok|10"; this.m_btnOk.UseVisualStyleBackColor = false; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // c2iPanelOmbre1 // this.c2iPanelOmbre1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.c2iPanelOmbre1.Controls.Add(this.m_txtNomVariable); this.c2iPanelOmbre1.Controls.Add(this.label2); this.c2iPanelOmbre1.Location = new System.Drawing.Point(0, 1); this.c2iPanelOmbre1.LockEdition = false; this.c2iPanelOmbre1.Name = "c2iPanelOmbre1"; this.c2iPanelOmbre1.Size = new System.Drawing.Size(553, 56); this.cExtStyle1.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iPanelOmbre1.TabIndex = 25; // // m_txtNomVariable // this.m_txtNomVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtNomVariable.Location = new System.Drawing.Point(131, 8); this.m_txtNomVariable.Name = "m_txtNomVariable"; this.m_txtNomVariable.Size = new System.Drawing.Size(398, 20); this.cExtStyle1.SetStyleBackColor(this.m_txtNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtNomVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtNomVariable.TabIndex = 2; // // label2 // this.label2.Location = new System.Drawing.Point(8, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(117, 20); this.cExtStyle1.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label2.TabIndex = 1; this.label2.Text = "Variable name|143"; // // CFormEditVariableDynamiqueListeObjets // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(553, 348); this.Controls.Add(this.c2iPanelOmbre1); this.Controls.Add(this.m_btnAnnuler); this.Controls.Add(this.m_btnOk); this.Controls.Add(this.m_panelFiltre); this.Name = "CFormEditVariableDynamiqueListeObjets"; this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Object list variable|144"; this.Load += new System.EventHandler(this.CFormEditVariableDynamiqueListeObjets_Load); this.m_panelFiltre.ResumeLayout(false); this.c2iPanelOmbre1.ResumeLayout(false); this.c2iPanelOmbre1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { 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); }