/// <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.panel2 = new System.Windows.Forms.Panel(); this.c2iTabControl1 = new sc2i.win32.common.C2iTabControl(this.components); this.tabPage1 = new Crownwood.Magic.Controls.TabPage(); this.m_cmbChampDest = new sc2i.win32.common.CComboboxAutoFilled(); this.label2 = new System.Windows.Forms.Label(); this.m_txtConditionDest = new sc2i.win32.expression.CControleEditeFormule(); this.label1 = new System.Windows.Forms.Label(); this.m_txtDest = new sc2i.win32.expression.CControleEditeFormule(); this.tabPage2 = new Crownwood.Magic.Controls.TabPage(); this.m_cmbChampSource = new sc2i.win32.common.CComboboxAutoFilled(); this.label3 = new System.Windows.Forms.Label(); this.m_txtSource = new sc2i.win32.expression.CControleEditeFormule(); this.splitter1 = new System.Windows.Forms.Splitter(); this.m_wndAideFormule = new sc2i.win32.expression.CControlAideFormule(); this.m_ExtStyle1 = new sc2i.win32.common.CExtStyle(); this.panel2.SuspendLayout(); this.c2iTabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.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.c2iTabControl1); this.panel2.Controls.Add(this.splitter1); this.panel2.Controls.Add(this.m_wndAideFormule); this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(672, 391); this.m_ExtStyle1.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel2.TabIndex = 2; // // c2iTabControl1 // this.c2iTabControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.c2iTabControl1.BoldSelectedPage = true; this.c2iTabControl1.ControlBottomOffset = 16; this.c2iTabControl1.ControlRightOffset = 16; this.c2iTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.c2iTabControl1.IDEPixelArea = false; this.c2iTabControl1.Location = new System.Drawing.Point(0, 0); this.c2iTabControl1.Name = "c2iTabControl1"; this.c2iTabControl1.Ombre = true; this.c2iTabControl1.PositionTop = true; this.c2iTabControl1.SelectedIndex = 1; this.c2iTabControl1.SelectedTab = this.tabPage2; this.c2iTabControl1.Size = new System.Drawing.Size(493, 391); this.m_ExtStyle1.SetStyleBackColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle1.SetStyleForeColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iTabControl1.TabIndex = 3; this.c2iTabControl1.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] { this.tabPage1, this.tabPage2 }); // // tabPage1 // this.tabPage1.Controls.Add(this.m_cmbChampDest); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.m_txtConditionDest); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.m_txtDest); this.tabPage1.Location = new System.Drawing.Point(0, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Selected = false; this.tabPage1.Size = new System.Drawing.Size(477, 350); this.m_ExtStyle1.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage1.TabIndex = 10; this.tabPage1.Title = "Synchronized element|162"; // // m_cmbChampDest // this.m_cmbChampDest.DisplayMember = "NomConvivialPropOuChamp"; this.m_cmbChampDest.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbChampDest.IsLink = false; this.m_cmbChampDest.ListDonnees = null; this.m_cmbChampDest.Location = new System.Drawing.Point(75, 152); this.m_cmbChampDest.LockEdition = false; this.m_cmbChampDest.Name = "m_cmbChampDest"; this.m_cmbChampDest.NullAutorise = false; this.m_cmbChampDest.ProprieteAffichee = "NomConvivialPropOuChamp"; this.m_cmbChampDest.Size = new System.Drawing.Size(328, 21); this.m_ExtStyle1.SetStyleBackColor(this.m_cmbChampDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_cmbChampDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbChampDest.TabIndex = 9; this.m_cmbChampDest.TextNull = I.T("(empty)|30018"); this.m_cmbChampDest.Tri = true; this.m_cmbChampDest.ValueMember = "NomChamp"; // // label2 // this.label2.Location = new System.Drawing.Point(8, 176); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(224, 16); this.m_ExtStyle1.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label2.TabIndex = 6; this.label2.Text = "Synchronization condition|161"; // // m_txtConditionDest // this.m_txtConditionDest.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_txtConditionDest.BackColor = System.Drawing.Color.White; this.m_txtConditionDest.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtConditionDest.Formule = null; this.m_txtConditionDest.Location = new System.Drawing.Point(8, 192); this.m_txtConditionDest.LockEdition = false; this.m_txtConditionDest.Name = "m_txtConditionDest"; this.m_txtConditionDest.Size = new System.Drawing.Size(464, 152); this.m_ExtStyle1.SetStyleBackColor(this.m_txtConditionDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_txtConditionDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtConditionDest.TabIndex = 5; this.m_txtConditionDest.Enter += new System.EventHandler(this.OnEnterZoneEdition); // // label1 // this.label1.Location = new System.Drawing.Point(12, 155); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 16); this.m_ExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 3; this.label1.Text = "Field|160"; // // m_txtDest // this.m_txtDest.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtDest.BackColor = System.Drawing.Color.White; this.m_txtDest.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtDest.Formule = null; this.m_txtDest.Location = new System.Drawing.Point(8, 8); this.m_txtDest.LockEdition = false; this.m_txtDest.Name = "m_txtDest"; this.m_txtDest.Size = new System.Drawing.Size(464, 136); this.m_ExtStyle1.SetStyleBackColor(this.m_txtDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_txtDest, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtDest.TabIndex = 2; this.m_txtDest.Enter += new System.EventHandler(this.OnEnterZoneEdition); this.m_txtDest.Load += new System.EventHandler(this.m_txtDest_Load); this.m_txtDest.Validated += new System.EventHandler(this.m_txtDest_Validated); this.m_txtDest.TextChanged += new System.EventHandler(this.m_txtDest_Validated); // // tabPage2 // this.tabPage2.Controls.Add(this.m_cmbChampSource); this.tabPage2.Controls.Add(this.label3); this.tabPage2.Controls.Add(this.m_txtSource); this.tabPage2.Location = new System.Drawing.Point(0, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(477, 350); this.m_ExtStyle1.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage2.TabIndex = 11; this.tabPage2.Title = "Watched event|163"; // // m_cmbChampSource // this.m_cmbChampSource.DisplayMember = "NomConvivialPropOuChamp"; this.m_cmbChampSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbChampSource.IsLink = false; this.m_cmbChampSource.ListDonnees = null; this.m_cmbChampSource.Location = new System.Drawing.Point(97, 150); this.m_cmbChampSource.LockEdition = false; this.m_cmbChampSource.Name = "m_cmbChampSource"; this.m_cmbChampSource.NullAutorise = false; this.m_cmbChampSource.ProprieteAffichee = "NomConvivialPropOuChamp"; this.m_cmbChampSource.Size = new System.Drawing.Size(328, 21); this.m_ExtStyle1.SetStyleBackColor(this.m_cmbChampSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_cmbChampSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbChampSource.TabIndex = 8; this.m_cmbChampSource.TextNull = I.T("(empty)|30018"); this.m_cmbChampSource.Tri = true; this.m_cmbChampSource.ValueMember = "NomChamp"; // // label3 // this.label3.Location = new System.Drawing.Point(24, 155); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 16); this.m_ExtStyle1.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label3.TabIndex = 6; this.label3.Text = "Field|160"; // // m_txtSource // this.m_txtSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtSource.BackColor = System.Drawing.Color.White; this.m_txtSource.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtSource.Formule = null; this.m_txtSource.Location = new System.Drawing.Point(8, 8); this.m_txtSource.LockEdition = false; this.m_txtSource.Name = "m_txtSource"; this.m_txtSource.Size = new System.Drawing.Size(464, 136); this.m_ExtStyle1.SetStyleBackColor(this.m_txtSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_txtSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtSource.TabIndex = 5; this.m_txtSource.Enter += new System.EventHandler(this.OnEnterZoneEdition); this.m_txtSource.Validated += new System.EventHandler(this.m_txtSource_Validated); this.m_txtSource.TextChanged += new System.EventHandler(this.m_txtSource_Validated); // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Right; this.splitter1.Location = new System.Drawing.Point(493, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 391); this.m_ExtStyle1.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.splitter1.TabIndex = 4; this.splitter1.TabStop = false; // // m_wndAideFormule // this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right; this.m_wndAideFormule.FournisseurProprietes = null; this.m_wndAideFormule.Location = new System.Drawing.Point(496, 0); this.m_wndAideFormule.Name = "m_wndAideFormule"; this.m_wndAideFormule.SendIdChamps = false; this.m_wndAideFormule.Size = new System.Drawing.Size(176, 391); this.m_ExtStyle1.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndAideFormule.TabIndex = 0; this.m_wndAideFormule.ObjetInterroge = null; this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande); // // CFormEditActionSynchronisme // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(672, 437); this.Controls.Add(this.panel2); this.Name = "CFormEditActionSynchronisme"; this.m_ExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Synchronization|159"; this.Load += new System.EventHandler(this.CFormEditActionSynchronisme_Load); this.Controls.SetChildIndex(this.panel2, 0); this.panel2.ResumeLayout(false); this.c2iTabControl1.ResumeLayout(false); this.c2iTabControl1.PerformLayout(); 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.m_txtNomVariable = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.m_cmbType = new sc2i.win32.common.C2iComboBox(); this.m_wndAide = new sc2i.win32.expression.CControlAideFormule(); this.label4 = new System.Windows.Forms.Label(); this.m_txtFormuleValidation = new sc2i.win32.expression.CControleEditeFormule(); this.panel1 = new System.Windows.Forms.Panel(); this.c2iPanelOmbre3 = new sc2i.win32.common.C2iPanelOmbre(); this.m_txtValeurParDefaut = new sc2i.win32.expression.CControleEditeFormule(); this.label8 = new System.Windows.Forms.Label(); this.m_panelValeursPossibles = new sc2i.win32.common.C2iPanelOmbre(); this.label7 = new System.Windows.Forms.Label(); this.m_gridValeurs = new System.Windows.Forms.DataGrid(); this.c2iPanelOmbre2 = new sc2i.win32.common.C2iPanelOmbre(); this.m_btnTester = new System.Windows.Forms.Button(); this.m_txtTest = new System.Windows.Forms.TextBox(); this.m_txtDescriptionFormat = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.c2iPanelOmbre1 = new sc2i.win32.common.C2iPanelOmbre(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_btnOk = new System.Windows.Forms.Button(); this.cExtStyle1 = new sc2i.win32.common.CExtStyle(); this.m_splitContainer = new System.Windows.Forms.SplitContainer(); this.m_panelUnite = new System.Windows.Forms.Panel(); this.m_txtFormatUnite = new sc2i.win32.common.C2iTextBox(); this.label15 = new System.Windows.Forms.Label(); this.m_cmbSelectClasseUnite = new sc2i.win32.common.CComboboxAutoFilled(); this.label14 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.c2iPanelOmbre3.SuspendLayout(); this.m_panelValeursPossibles.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_gridValeurs)).BeginInit(); this.c2iPanelOmbre2.SuspendLayout(); this.c2iPanelOmbre1.SuspendLayout(); this.m_splitContainer.Panel1.SuspendLayout(); this.m_splitContainer.Panel2.SuspendLayout(); this.m_splitContainer.SuspendLayout(); this.m_panelUnite.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(328, 16); this.cExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 0; this.label1.Text = "User-defined variable|146"; // // label2 // this.label2.Location = new System.Drawing.Point(8, 25); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(132, 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"; // // 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(112, 25); this.m_txtNomVariable.Name = "m_txtNomVariable"; this.m_txtNomVariable.Size = new System.Drawing.Size(392, 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 = 0; // // label3 // this.label3.Location = new System.Drawing.Point(8, 47); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(117, 21); this.cExtStyle1.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label3.TabIndex = 3; this.label3.Text = "Data type|147"; // // m_cmbType // this.m_cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbType.IsLink = false; this.m_cmbType.Location = new System.Drawing.Point(112, 47); this.m_cmbType.LockEdition = false; this.m_cmbType.Name = "m_cmbType"; this.m_cmbType.Size = new System.Drawing.Size(392, 21); this.cExtStyle1.SetStyleBackColor(this.m_cmbType, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_cmbType, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbType.TabIndex = 1; this.m_cmbType.SelectedValueChanged += new System.EventHandler(this.m_cmbType_SelectedValueChanged); // // m_wndAide // this.m_wndAide.Dock = System.Windows.Forms.DockStyle.Fill; this.m_wndAide.FournisseurProprietes = null; this.m_wndAide.Location = new System.Drawing.Point(0, 0); this.m_wndAide.Name = "m_wndAide"; this.m_wndAide.ObjetInterroge = null; this.m_wndAide.SendIdChamps = false; this.m_wndAide.Size = new System.Drawing.Size(191, 461); this.cExtStyle1.SetStyleBackColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndAide.TabIndex = 5; this.m_wndAide.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAide_OnSendCommande); // // label4 // this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(8, 8); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(167, 13); this.cExtStyle1.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label4.TabIndex = 6; this.label4.Text = "Validation formula|148"; // // m_txtFormuleValidation // this.m_txtFormuleValidation.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_txtFormuleValidation.BackColor = System.Drawing.Color.White; this.m_txtFormuleValidation.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormuleValidation.Formule = null; this.m_txtFormuleValidation.Location = new System.Drawing.Point(8, 24); this.m_txtFormuleValidation.LockEdition = false; this.m_txtFormuleValidation.Name = "m_txtFormuleValidation"; this.m_txtFormuleValidation.Size = new System.Drawing.Size(240, 48); this.cExtStyle1.SetStyleBackColor(this.m_txtFormuleValidation, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtFormuleValidation, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormuleValidation.TabIndex = 0; this.m_txtFormuleValidation.Enter += new System.EventHandler(this.OnEnterTextBoxFormule); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.c2iPanelOmbre3); this.panel1.Controls.Add(this.m_panelValeursPossibles); this.panel1.Controls.Add(this.c2iPanelOmbre2); this.panel1.Controls.Add(this.c2iPanelOmbre1); this.panel1.Controls.Add(this.m_btnAnnuler); this.panel1.Controls.Add(this.m_btnOk); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(542, 461); 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 = 8; // // c2iPanelOmbre3 // this.c2iPanelOmbre3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.c2iPanelOmbre3.Controls.Add(this.m_txtValeurParDefaut); this.c2iPanelOmbre3.Controls.Add(this.label8); this.c2iPanelOmbre3.Location = new System.Drawing.Point(8, 320); this.c2iPanelOmbre3.LockEdition = false; this.c2iPanelOmbre3.Name = "c2iPanelOmbre3"; this.c2iPanelOmbre3.Size = new System.Drawing.Size(528, 104); this.cExtStyle1.SetStyleBackColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iPanelOmbre3.TabIndex = 3; // // m_txtValeurParDefaut // this.m_txtValeurParDefaut.BackColor = System.Drawing.Color.White; this.m_txtValeurParDefaut.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtValeurParDefaut.Formule = null; this.m_txtValeurParDefaut.Location = new System.Drawing.Point(8, 24); this.m_txtValeurParDefaut.LockEdition = false; this.m_txtValeurParDefaut.Name = "m_txtValeurParDefaut"; this.m_txtValeurParDefaut.Size = new System.Drawing.Size(496, 56); this.cExtStyle1.SetStyleBackColor(this.m_txtValeurParDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtValeurParDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtValeurParDefaut.TabIndex = 4; this.m_txtValeurParDefaut.Enter += new System.EventHandler(this.OnEnterTextBoxFormule); // // label8 // this.label8.Location = new System.Drawing.Point(8, 8); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(167, 16); this.cExtStyle1.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label8.TabIndex = 3; this.label8.Text = "Default value|152"; // // m_panelValeursPossibles // this.m_panelValeursPossibles.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelValeursPossibles.Controls.Add(this.label7); this.m_panelValeursPossibles.Controls.Add(this.m_gridValeurs); this.m_panelValeursPossibles.Location = new System.Drawing.Point(280, 120); this.m_panelValeursPossibles.LockEdition = false; this.m_panelValeursPossibles.Name = "m_panelValeursPossibles"; this.m_panelValeursPossibles.Size = new System.Drawing.Size(256, 200); this.cExtStyle1.SetStyleBackColor(this.m_panelValeursPossibles, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.m_panelValeursPossibles, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelValeursPossibles.TabIndex = 2; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(8, 8); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(119, 13); this.cExtStyle1.SetStyleBackColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label7, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label7.TabIndex = 19; this.label7.Text = "Possible values|149"; // // m_gridValeurs // this.m_gridValeurs.BackgroundColor = System.Drawing.Color.White; this.m_gridValeurs.CaptionVisible = false; this.m_gridValeurs.DataMember = ""; this.m_gridValeurs.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.m_gridValeurs.Location = new System.Drawing.Point(8, 24); this.m_gridValeurs.Name = "m_gridValeurs"; this.m_gridValeurs.PreferredRowHeight = 20; this.m_gridValeurs.Size = new System.Drawing.Size(224, 152); this.cExtStyle1.SetStyleBackColor(this.m_gridValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_gridValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_gridValeurs.TabIndex = 0; // // c2iPanelOmbre2 // this.c2iPanelOmbre2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.c2iPanelOmbre2.Controls.Add(this.m_btnTester); this.c2iPanelOmbre2.Controls.Add(this.m_txtTest); this.c2iPanelOmbre2.Controls.Add(this.label4); this.c2iPanelOmbre2.Controls.Add(this.m_txtFormuleValidation); this.c2iPanelOmbre2.Controls.Add(this.m_txtDescriptionFormat); this.c2iPanelOmbre2.Controls.Add(this.label6); this.c2iPanelOmbre2.Controls.Add(this.label5); this.c2iPanelOmbre2.Location = new System.Drawing.Point(8, 120); this.c2iPanelOmbre2.LockEdition = false; this.c2iPanelOmbre2.Name = "c2iPanelOmbre2"; this.c2iPanelOmbre2.Size = new System.Drawing.Size(272, 200); this.cExtStyle1.SetStyleBackColor(this.c2iPanelOmbre2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.c2iPanelOmbre2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iPanelOmbre2.TabIndex = 1; // // m_btnTester // this.m_btnTester.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.m_btnTester.Location = new System.Drawing.Point(200, 150); this.m_btnTester.Name = "m_btnTester"; this.m_btnTester.Size = new System.Drawing.Size(48, 24); this.cExtStyle1.SetStyleBackColor(this.m_btnTester, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnTester, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnTester.TabIndex = 3; this.m_btnTester.Text = "Test|25"; this.m_btnTester.Click += new System.EventHandler(this.m_btnTester_Click); // // m_txtTest // this.m_txtTest.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtTest.Location = new System.Drawing.Point(80, 152); this.m_txtTest.Name = "m_txtTest"; this.m_txtTest.Size = new System.Drawing.Size(120, 20); this.cExtStyle1.SetStyleBackColor(this.m_txtTest, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtTest, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtTest.TabIndex = 2; // // m_txtDescriptionFormat // this.m_txtDescriptionFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtDescriptionFormat.Location = new System.Drawing.Point(8, 96); this.m_txtDescriptionFormat.Multiline = true; this.m_txtDescriptionFormat.Name = "m_txtDescriptionFormat"; this.m_txtDescriptionFormat.Size = new System.Drawing.Size(240, 40); this.cExtStyle1.SetStyleBackColor(this.m_txtDescriptionFormat, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtDescriptionFormat, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtDescriptionFormat.TabIndex = 1; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label6.Location = new System.Drawing.Point(5, 152); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(87, 24); this.cExtStyle1.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label6.TabIndex = 17; this.label6.Text = "Test zone|151"; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label5.Location = new System.Drawing.Point(8, 80); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(192, 16); this.cExtStyle1.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label5.TabIndex = 15; this.label5.Text = "Format error message|150"; // // c2iPanelOmbre1 // this.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.c2iPanelOmbre1.Controls.Add(this.m_panelUnite); this.c2iPanelOmbre1.Controls.Add(this.m_txtNomVariable); this.c2iPanelOmbre1.Controls.Add(this.m_cmbType); this.c2iPanelOmbre1.Controls.Add(this.label2); this.c2iPanelOmbre1.Controls.Add(this.label3); this.c2iPanelOmbre1.Controls.Add(this.label1); this.c2iPanelOmbre1.Location = new System.Drawing.Point(8, 8); this.c2iPanelOmbre1.LockEdition = false; this.c2iPanelOmbre1.Name = "c2iPanelOmbre1"; this.c2iPanelOmbre1.Size = new System.Drawing.Size(528, 112); 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 = 0; // // 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(291, 431); 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 = 5; this.m_btnAnnuler.Text = "Cancel|11"; this.m_btnAnnuler.UseVisualStyleBackColor = false; this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click); // // 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(163, 431); 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 = 4; this.m_btnOk.Text = "Ok|10"; this.m_btnOk.UseVisualStyleBackColor = false; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // m_splitContainer // this.m_splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.m_splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.m_splitContainer.Location = new System.Drawing.Point(0, 0); this.m_splitContainer.Name = "m_splitContainer"; // // m_splitContainer.Panel1 // this.m_splitContainer.Panel1.Controls.Add(this.panel1); this.cExtStyle1.SetStyleBackColor(this.m_splitContainer.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_splitContainer.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); // // m_splitContainer.Panel2 // this.m_splitContainer.Panel2.Controls.Add(this.m_wndAide); this.cExtStyle1.SetStyleBackColor(this.m_splitContainer.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_splitContainer.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_splitContainer.Size = new System.Drawing.Size(745, 465); this.m_splitContainer.SplitterDistance = 546; this.cExtStyle1.SetStyleBackColor(this.m_splitContainer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_splitContainer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_splitContainer.TabIndex = 9; // // m_panelUnite // this.m_panelUnite.Controls.Add(this.m_txtFormatUnite); this.m_panelUnite.Controls.Add(this.label15); this.m_panelUnite.Controls.Add(this.m_cmbSelectClasseUnite); this.m_panelUnite.Controls.Add(this.label14); this.m_panelUnite.Location = new System.Drawing.Point(20, 71); this.m_panelUnite.Name = "m_panelUnite"; this.m_panelUnite.Size = new System.Drawing.Size(407, 21); this.cExtStyle1.SetStyleBackColor(this.m_panelUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_panelUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelUnite.TabIndex = 19; // // m_txtFormatUnite // this.m_txtFormatUnite.Location = new System.Drawing.Point(312, 0); this.m_txtFormatUnite.LockEdition = false; this.m_txtFormatUnite.Name = "m_txtFormatUnite"; this.m_txtFormatUnite.Size = new System.Drawing.Size(92, 20); this.cExtStyle1.SetStyleBackColor(this.m_txtFormatUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtFormatUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormatUnite.TabIndex = 22; this.m_txtFormatUnite.Text = "[FormatAffichageUnite]"; // // label15 // this.label15.Location = new System.Drawing.Point(216, 2); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(89, 19); this.cExtStyle1.SetStyleBackColor(this.label15, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label15, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label15.TabIndex = 21; this.label15.Text = "Display format|20088"; // // m_cmbSelectClasseUnite // this.m_cmbSelectClasseUnite.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbSelectClasseUnite.FormattingEnabled = true; this.m_cmbSelectClasseUnite.IsLink = false; this.m_cmbSelectClasseUnite.ListDonnees = null; this.m_cmbSelectClasseUnite.Location = new System.Drawing.Point(93, 0); this.m_cmbSelectClasseUnite.LockEdition = false; this.m_cmbSelectClasseUnite.Name = "m_cmbSelectClasseUnite"; this.m_cmbSelectClasseUnite.NullAutorise = true; this.m_cmbSelectClasseUnite.ProprieteAffichee = null; this.m_cmbSelectClasseUnite.Size = new System.Drawing.Size(121, 21); this.cExtStyle1.SetStyleBackColor(this.m_cmbSelectClasseUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_cmbSelectClasseUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbSelectClasseUnite.TabIndex = 20; this.m_cmbSelectClasseUnite.TextNull = "(empty)"; this.m_cmbSelectClasseUnite.Tri = true; // // label14 // this.label14.Location = new System.Drawing.Point(3, 2); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(89, 19); this.cExtStyle1.SetStyleBackColor(this.label14, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label14, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label14.TabIndex = 19; this.label14.Text = "Unit type|20087"; // // CFormEditVariableDynamiqueSaisie // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(745, 465); this.Controls.Add(this.m_splitContainer); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CFormEditVariableDynamiqueSaisie"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Filter variable|145"; this.Load += new System.EventHandler(this.CFormEditVariableDynamiqueSaisie_Load); this.panel1.ResumeLayout(false); this.c2iPanelOmbre3.ResumeLayout(false); this.c2iPanelOmbre3.PerformLayout(); this.m_panelValeursPossibles.ResumeLayout(false); this.m_panelValeursPossibles.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_gridValeurs)).EndInit(); this.c2iPanelOmbre2.ResumeLayout(false); this.c2iPanelOmbre2.PerformLayout(); this.c2iPanelOmbre1.ResumeLayout(false); this.c2iPanelOmbre1.PerformLayout(); this.m_splitContainer.Panel1.ResumeLayout(false); this.m_splitContainer.Panel2.ResumeLayout(false); this.m_splitContainer.ResumeLayout(false); this.m_panelUnite.ResumeLayout(false); this.m_panelUnite.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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormSelectElementsMultiples)); this.m_panelGeneral = new sc2i.win32.common.C2iPanelOmbre(); this.m_panelSelection = new timos.win32.composants.CPanelSelectListeElements(); this.panel1 = new System.Windows.Forms.Panel(); this.m_btnOk = new System.Windows.Forms.Button(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_ExtStyle = new sc2i.win32.common.CExtStyle(); this.m_panelGeneral.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // m_panelGeneral // this.m_panelGeneral.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_panelGeneral.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelGeneral.Controls.Add(this.m_panelSelection); this.m_panelGeneral.Controls.Add(this.panel1); this.m_panelGeneral.ForeColor = System.Drawing.Color.Black; this.m_panelGeneral.Location = new System.Drawing.Point(0, 0); this.m_panelGeneral.LockEdition = false; this.m_panelGeneral.Name = "m_panelGeneral"; this.m_panelGeneral.Size = new System.Drawing.Size(504, 403); this.m_ExtStyle.SetStyleBackColor(this.m_panelGeneral, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle.SetStyleForeColor(this.m_panelGeneral, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_panelGeneral.TabIndex = 4008; // // m_panelSelection // this.m_panelSelection.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelSelection.ForeColor = System.Drawing.Color.Black; this.m_panelSelection.Location = new System.Drawing.Point(0, 0); this.m_panelSelection.LockEdition = false; this.m_panelSelection.Name = "m_panelSelection"; this.m_panelSelection.Size = new System.Drawing.Size(488, 336); this.m_ExtStyle.SetStyleBackColor(this.m_panelSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle.SetStyleForeColor(this.m_panelSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_panelSelection.TabIndex = 4015; // // panel1 // this.panel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.m_btnOk); this.panel1.Controls.Add(this.m_btnAnnuler); this.panel1.Location = new System.Drawing.Point(192, 336); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(120, 48); this.m_ExtStyle.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel1.TabIndex = 4014; // // 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(14, 0); this.m_btnOk.Name = "m_btnOk"; this.m_btnOk.Size = new System.Drawing.Size(40, 40); this.m_ExtStyle.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOk.TabIndex = 4012; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // 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(62, 0); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(40, 40); this.m_ExtStyle.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnAnnuler.TabIndex = 4013; this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click); // // CFormSelectElementsMultiples // this.AcceptButton = this.m_btnOk; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(504, 400); this.Controls.Add(this.m_panelGeneral); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "CFormSelectElementsMultiples"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "CFormSelectElementsMultiples"; this.Load += new System.EventHandler(this.CFormSelectElementsMultiples_Load); this.m_panelGeneral.ResumeLayout(false); this.m_panelGeneral.PerformLayout(); this.panel1.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() { sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormSelectLiensAgendaMultiples)); this.m_panelGeneral = new sc2i.win32.common.C2iPanelOmbre(); this.m_lnkAjoutParFiltre = new System.Windows.Forms.LinkLabel(); this.m_lnkDelete = new sc2i.win32.common.CWndLinkStd(); this.m_lblNbSel = new System.Windows.Forms.Label(); this.m_wndListeSelection = new sc2i.win32.common.GlacialList(); this.m_lnkAjouterElement = new System.Windows.Forms.LinkLabel(); this.panel1 = new System.Windows.Forms.Panel(); this.m_btnOk = new System.Windows.Forms.Button(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_selectionneurElement = new sc2i.win32.data.navigation.C2iTextBoxSelectionne(); this.m_menuFiltres = new System.Windows.Forms.ContextMenu(); this.m_ExtStyle = new sc2i.win32.common.CExtStyle(); this.m_panelGeneral.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // m_panelGeneral // this.m_panelGeneral.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_panelGeneral.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelGeneral.Controls.Add(this.m_lnkAjoutParFiltre); this.m_panelGeneral.Controls.Add(this.m_lnkDelete); this.m_panelGeneral.Controls.Add(this.m_lblNbSel); this.m_panelGeneral.Controls.Add(this.m_wndListeSelection); this.m_panelGeneral.Controls.Add(this.m_lnkAjouterElement); this.m_panelGeneral.Controls.Add(this.panel1); this.m_panelGeneral.Controls.Add(this.m_selectionneurElement); this.m_panelGeneral.ForeColor = System.Drawing.Color.Black; this.m_panelGeneral.Location = new System.Drawing.Point(0, 0); this.m_panelGeneral.LockEdition = false; this.m_panelGeneral.Name = "m_panelGeneral"; this.m_panelGeneral.Size = new System.Drawing.Size(504, 403); this.m_ExtStyle.SetStyleBackColor(this.m_panelGeneral, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle.SetStyleForeColor(this.m_panelGeneral, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_panelGeneral.TabIndex = 4008; // // m_lnkAjoutParFiltre // this.m_lnkAjoutParFiltre.Location = new System.Drawing.Point(314, 32); this.m_lnkAjoutParFiltre.Name = "m_lnkAjoutParFiltre"; this.m_lnkAjoutParFiltre.Size = new System.Drawing.Size(126, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjoutParFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjoutParFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjoutParFiltre.TabIndex = 4016; this.m_lnkAjoutParFiltre.TabStop = true; this.m_lnkAjoutParFiltre.Text = "Add by filter|30087"; this.m_lnkAjoutParFiltre.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkAjoutParFiltre_LinkClicked); // // m_lnkDelete // this.m_lnkDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_lnkDelete.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkDelete.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkDelete.Location = new System.Drawing.Point(16, 336); this.m_lnkDelete.Name = "m_lnkDelete"; this.m_lnkDelete.Size = new System.Drawing.Size(160, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lnkDelete, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkDelete, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkDelete.TabIndex = 4015; this.m_lnkDelete.TypeLien = sc2i.win32.common.TypeLinkStd.Suppression; this.m_lnkDelete.LinkClicked += new System.EventHandler(this.m_lnkDelete_LinkClicked); // // m_lblNbSel // this.m_lblNbSel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.m_lblNbSel.Location = new System.Drawing.Point(320, 336); this.m_lblNbSel.Name = "m_lblNbSel"; this.m_lblNbSel.Size = new System.Drawing.Size(160, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lblNbSel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lblNbSel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblNbSel.TabIndex = 4011; this.m_lblNbSel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // m_wndListeSelection // this.m_wndListeSelection.AllowColumnResize = true; this.m_wndListeSelection.AllowMultiselect = false; this.m_wndListeSelection.AlternateBackground = System.Drawing.Color.DarkGreen; this.m_wndListeSelection.AlternatingColors = false; this.m_wndListeSelection.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_wndListeSelection.AutoHeight = true; this.m_wndListeSelection.AutoSort = true; this.m_wndListeSelection.BackColor = System.Drawing.SystemColors.ControlLightLight; this.m_wndListeSelection.CanChangeActivationCheckBoxes = false; this.m_wndListeSelection.CheckBoxes = 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 = "Column1"; glColumn1.Propriete = "ElementLie.DescriptionElement"; glColumn1.Text = "Nom"; glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn1.Width = 450; this.m_wndListeSelection.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn1 }); this.m_wndListeSelection.ContexteUtilisation = ""; this.m_wndListeSelection.EnableCustomisation = true; this.m_wndListeSelection.FocusedItem = null; this.m_wndListeSelection.FullRowSelect = true; this.m_wndListeSelection.GLGridLines = sc2i.win32.common.GLGridStyles.gridSolid; this.m_wndListeSelection.GridColor = System.Drawing.Color.Gray; this.m_wndListeSelection.HeaderHeight = 0; this.m_wndListeSelection.HeaderStyle = sc2i.win32.common.GLHeaderStyles.Normal; this.m_wndListeSelection.HeaderTextColor = System.Drawing.Color.Black; this.m_wndListeSelection.HeaderTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.m_wndListeSelection.HeaderVisible = false; this.m_wndListeSelection.HeaderWordWrap = false; this.m_wndListeSelection.HotColumnIndex = -1; this.m_wndListeSelection.HotItemIndex = -1; this.m_wndListeSelection.HotTracking = false; this.m_wndListeSelection.HotTrackingColor = System.Drawing.Color.LightGray; this.m_wndListeSelection.ImageList = null; this.m_wndListeSelection.ItemHeight = 17; this.m_wndListeSelection.ItemWordWrap = false; this.m_wndListeSelection.ListeSource = null; this.m_wndListeSelection.Location = new System.Drawing.Point(8, 56); this.m_wndListeSelection.MaxHeight = 17; this.m_wndListeSelection.Name = "m_wndListeSelection"; this.m_wndListeSelection.SelectedTextColor = System.Drawing.Color.White; this.m_wndListeSelection.SelectionColor = System.Drawing.Color.DarkBlue; this.m_wndListeSelection.ShowBorder = true; this.m_wndListeSelection.ShowFocusRect = false; this.m_wndListeSelection.Size = new System.Drawing.Size(472, 280); this.m_wndListeSelection.SortIndex = 0; this.m_ExtStyle.SetStyleBackColor(this.m_wndListeSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_wndListeSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeSelection.SuperFlatHeaderColor = System.Drawing.Color.White; this.m_wndListeSelection.TabIndex = 4010; this.m_wndListeSelection.Text = "glacialList1"; this.m_wndListeSelection.TrierAuClicSurEnteteColonne = true; // // m_lnkAjouterElement // this.m_lnkAjouterElement.Location = new System.Drawing.Point(8, 32); this.m_lnkAjouterElement.Name = "m_lnkAjouterElement"; this.m_lnkAjouterElement.Size = new System.Drawing.Size(256, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjouterElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjouterElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjouterElement.TabIndex = 4007; this.m_lnkAjouterElement.TabStop = true; this.m_lnkAjouterElement.Text = "Add element|30086"; this.m_lnkAjouterElement.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.m_lnkAjouterElement.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkAjouterElement_LinkClicked); // // panel1 // this.panel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.m_btnOk); this.panel1.Controls.Add(this.m_btnAnnuler); this.panel1.Location = new System.Drawing.Point(192, 336); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(120, 48); this.m_ExtStyle.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel1.TabIndex = 4014; // // 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(14, 0); this.m_btnOk.Name = "m_btnOk"; this.m_btnOk.Size = new System.Drawing.Size(40, 40); this.m_ExtStyle.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOk.TabIndex = 4012; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // 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(62, 0); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(40, 40); this.m_ExtStyle.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnAnnuler.TabIndex = 4013; this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click); // // m_selectionneurElement // this.m_selectionneurElement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_selectionneurElement.ElementSelectionne = null; this.m_selectionneurElement.FonctionTextNull = null; this.m_selectionneurElement.HasLink = true; this.m_selectionneurElement.Location = new System.Drawing.Point(8, 8); this.m_selectionneurElement.LockEdition = false; this.m_selectionneurElement.Name = "m_selectionneurElement"; this.m_selectionneurElement.SelectedObject = null; this.m_selectionneurElement.Size = new System.Drawing.Size(424, 24); this.m_ExtStyle.SetStyleBackColor(this.m_selectionneurElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_selectionneurElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_selectionneurElement.TabIndex = 4053; this.m_selectionneurElement.TextNull = ""; this.m_selectionneurElement.ElementSelectionneChanged += new System.EventHandler(this.m_selectionneurElement_OnChangeSelection); // // CFormSelectLiensAgendaMultiples // this.AcceptButton = this.m_btnOk; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(504, 400); this.Controls.Add(this.m_panelGeneral); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "CFormSelectLiensAgendaMultiples"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "CFormSelectLiensAgendaMultiples"; this.Load += new System.EventHandler(this.CFormSelectLiensAgendaMultiples_Load); this.m_panelGeneral.ResumeLayout(false); this.m_panelGeneral.PerformLayout(); this.panel1.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() { sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CPanelDefinisseurEvenements)); sc2i.win32.common.GLColumn glColumn2 = new sc2i.win32.common.GLColumn(); sc2i.win32.common.GLColumn glColumn3 = new sc2i.win32.common.GLColumn(); this.m_panelComportementsInduits = new System.Windows.Forms.Panel(); this.m_wndListeComportements = new sc2i.win32.common.GlacialList(); this.m_lnkSupprimer = new sc2i.win32.common.CWndLinkStd(); this.m_lnkAjouter = new sc2i.win32.common.CWndLinkStd(); this.m_cmbTypeElements = new sc2i.win32.common.C2iComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.splitter1 = new System.Windows.Forms.Splitter(); this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition(); this.m_ExtStyle = new sc2i.win32.common.CExtStyle(); this.m_panelEvenements = new sc2i.win32.data.navigation.CPanelListeSpeedStandard(); this.m_cmbComportement = new sc2i.win32.data.navigation.CComboBoxLinkListeObjetsDonnees(); this.m_panelComportementsInduits.SuspendLayout(); this.SuspendLayout(); // // m_panelComportementsInduits // this.m_panelComportementsInduits.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelComportementsInduits.Controls.Add(this.m_wndListeComportements); this.m_panelComportementsInduits.Controls.Add(this.m_lnkSupprimer); this.m_panelComportementsInduits.Controls.Add(this.m_lnkAjouter); this.m_panelComportementsInduits.Controls.Add(this.m_cmbComportement); this.m_panelComportementsInduits.Controls.Add(this.m_cmbTypeElements); this.m_panelComportementsInduits.Controls.Add(this.label3); this.m_panelComportementsInduits.Controls.Add(this.label2); this.m_panelComportementsInduits.Controls.Add(this.label1); this.m_panelComportementsInduits.Dock = System.Windows.Forms.DockStyle.Right; this.m_panelComportementsInduits.ForeColor = System.Drawing.Color.Black; this.m_panelComportementsInduits.Location = new System.Drawing.Point(449, 0); this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelComportementsInduits, sc2i.win32.common.TypeModeEdition.Autonome); this.m_panelComportementsInduits.Name = "m_panelComportementsInduits"; this.m_panelComportementsInduits.Size = new System.Drawing.Size(344, 264); this.m_ExtStyle.SetStyleBackColor(this.m_panelComportementsInduits, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle.SetStyleForeColor(this.m_panelComportementsInduits, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_panelComportementsInduits.TabIndex = 4; // // m_wndListeComportements // this.m_wndListeComportements.AllowColumnResize = true; this.m_wndListeComportements.AllowMultiselect = false; this.m_wndListeComportements.AlternateBackground = System.Drawing.Color.DarkGreen; this.m_wndListeComportements.AlternatingColors = false; this.m_wndListeComportements.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_wndListeComportements.AutoHeight = true; this.m_wndListeComportements.AutoSort = true; this.m_wndListeComportements.BackColor = System.Drawing.SystemColors.ControlLightLight; this.m_wndListeComportements.CanChangeActivationCheckBoxes = false; this.m_wndListeComportements.CheckBoxes = 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 = "Column1"; glColumn1.Propriete = "Libelle"; glColumn1.Text = "Behavior|821"; glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn1.Width = 230; 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 = "Column2"; glColumn2.Propriete = "TypeCibleConvivial"; glColumn2.Text = "Target|820"; glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn2.Width = 100; this.m_wndListeComportements.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn1, glColumn2 }); this.m_wndListeComportements.ContexteUtilisation = ""; this.m_wndListeComportements.EnableCustomisation = false; this.m_wndListeComportements.FocusedItem = null; this.m_wndListeComportements.FullRowSelect = true; this.m_wndListeComportements.GLGridLines = sc2i.win32.common.GLGridStyles.gridSolid; this.m_wndListeComportements.GridColor = System.Drawing.Color.Gray; this.m_wndListeComportements.HeaderHeight = 22; this.m_wndListeComportements.HeaderStyle = sc2i.win32.common.GLHeaderStyles.Normal; this.m_wndListeComportements.HeaderTextColor = System.Drawing.Color.Black; this.m_wndListeComportements.HeaderVisible = true; this.m_wndListeComportements.HeaderWordWrap = false; this.m_wndListeComportements.HotColumnIndex = -1; this.m_wndListeComportements.HotItemIndex = -1; this.m_wndListeComportements.HotTracking = false; this.m_wndListeComportements.HotTrackingColor = System.Drawing.Color.LightGray; this.m_wndListeComportements.ImageList = null; this.m_wndListeComportements.ItemHeight = 17; this.m_wndListeComportements.ItemWordWrap = false; this.m_wndListeComportements.ListeSource = null; this.m_wndListeComportements.Location = new System.Drawing.Point(8, 104); this.m_wndListeComportements.MaxHeight = 17; this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndListeComportements, sc2i.win32.common.TypeModeEdition.Autonome); this.m_wndListeComportements.Name = "m_wndListeComportements"; this.m_wndListeComportements.SelectedTextColor = System.Drawing.Color.White; this.m_wndListeComportements.SelectionColor = System.Drawing.Color.DarkBlue; this.m_wndListeComportements.ShowBorder = true; this.m_wndListeComportements.ShowFocusRect = false; this.m_wndListeComportements.Size = new System.Drawing.Size(328, 152); this.m_wndListeComportements.SortIndex = 0; this.m_ExtStyle.SetStyleBackColor(this.m_wndListeComportements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_wndListeComportements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeComportements.SuperFlatHeaderColor = System.Drawing.Color.White; this.m_wndListeComportements.TabIndex = 4009; this.m_wndListeComportements.Text = "glacialList1"; this.m_wndListeComportements.TrierAuClicSurEnteteColonne = true; this.m_wndListeComportements.DoubleClick += new System.EventHandler(this.m_wndListeComportements_DoubleClick); // // m_lnkSupprimer // this.m_lnkSupprimer.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkSupprimer.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkSupprimer.Location = new System.Drawing.Point(88, 78); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkSupprimer, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkSupprimer.Name = "m_lnkSupprimer"; this.m_lnkSupprimer.Size = new System.Drawing.Size(72, 26); this.m_ExtStyle.SetStyleBackColor(this.m_lnkSupprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkSupprimer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkSupprimer.TabIndex = 4008; this.m_lnkSupprimer.TypeLien = sc2i.win32.common.TypeLinkStd.Suppression; this.m_lnkSupprimer.LinkClicked += new System.EventHandler(this.m_lnkSupprimer_LinkClicked); // // m_lnkAjouter // this.m_lnkAjouter.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkAjouter.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkAjouter.Location = new System.Drawing.Point(8, 78); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkAjouter, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkAjouter.Name = "m_lnkAjouter"; this.m_lnkAjouter.Size = new System.Drawing.Size(64, 24); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjouter.TabIndex = 4007; this.m_lnkAjouter.TypeLien = sc2i.win32.common.TypeLinkStd.Ajout; this.m_lnkAjouter.LinkClicked += new System.EventHandler(this.m_lnkAjouter_LinkClicked); // // m_cmbTypeElements // this.m_cmbTypeElements.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_cmbTypeElements.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbTypeElements.IsLink = false; this.m_cmbTypeElements.Location = new System.Drawing.Point(88, 32); this.m_cmbTypeElements.LockEdition = false; this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbTypeElements, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_cmbTypeElements.Name = "m_cmbTypeElements"; this.m_cmbTypeElements.Size = new System.Drawing.Size(248, 21); this.m_ExtStyle.SetStyleBackColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbTypeElements.TabIndex = 4005; this.m_cmbTypeElements.SelectedValueChanged += new System.EventHandler(this.m_cmbTypeElements_SelectedValueChanged); // // label3 // this.label3.Location = new System.Drawing.Point(8, 58); this.m_gestionnaireModeEdition.SetModeEdition(this.label3, sc2i.win32.common.TypeModeEdition.Autonome); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 16); this.m_ExtStyle.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label3.TabIndex = 2; this.label3.Text = "Behavior|821"; // // label2 // this.label2.Location = new System.Drawing.Point(8, 34); this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 16); this.m_ExtStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label2.TabIndex = 1; this.label2.Text = "Target|820"; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(8, 8); this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(209, 21); this.m_ExtStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 0; this.label1.Text = "Induced behaviors|819"; // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Right; this.splitter1.Location = new System.Drawing.Point(446, 0); this.m_gestionnaireModeEdition.SetModeEdition(this.splitter1, sc2i.win32.common.TypeModeEdition.Autonome); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 264); this.m_ExtStyle.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.splitter1.TabIndex = 5; this.splitter1.TabStop = false; // // m_panelEvenements // this.m_panelEvenements.AllowArbre = true; glColumn3.ActiveControlItems = ((System.Collections.ArrayList)(resources.GetObject("glColumn3.ActiveControlItems"))); glColumn3.BackColor = System.Drawing.Color.Transparent; glColumn3.ControlType = sc2i.win32.common.ColumnControlTypes.None; glColumn3.ForColor = System.Drawing.Color.Black; glColumn3.ImageIndex = -1; glColumn3.IsCheckColumn = false; glColumn3.LastSortState = sc2i.win32.common.ColumnSortState.SortedUp; glColumn3.Name = "Name"; glColumn3.Propriete = "Libelle"; glColumn3.Text = "Label|50"; glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn3.Width = 400; this.m_panelEvenements.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn3 }); this.m_panelEvenements.ContexteUtilisation = ""; this.m_panelEvenements.ControlFiltreStandard = null; this.m_panelEvenements.Dock = System.Windows.Forms.DockStyle.Fill; this.m_panelEvenements.ElementSelectionne = null; this.m_panelEvenements.EnableCustomisation = true; this.m_panelEvenements.FiltreDeBase = null; this.m_panelEvenements.FiltreDeBaseEnAjout = false; this.m_panelEvenements.FiltrePrefere = null; this.m_panelEvenements.FiltreRapide = null; this.m_panelEvenements.ListeObjets = null; this.m_panelEvenements.Location = new System.Drawing.Point(0, 0); this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelEvenements, sc2i.win32.common.TypeModeEdition.DisableSurEdition); this.m_panelEvenements.ModeQuickSearch = false; this.m_panelEvenements.ModeSelection = false; this.m_panelEvenements.MultiSelect = false; this.m_panelEvenements.Name = "m_panelEvenements"; this.m_panelEvenements.Navigateur = null; this.m_panelEvenements.ProprieteObjetAEditer = null; this.m_panelEvenements.QuickSearchText = ""; this.m_panelEvenements.Size = new System.Drawing.Size(446, 264); this.m_ExtStyle.SetStyleBackColor(this.m_panelEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_panelEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelEvenements.TabIndex = 6; this.m_panelEvenements.TrierAuClicSurEnteteColonne = true; this.m_panelEvenements.OnNewObjetDonnee += new sc2i.win32.data.navigation.OnNewObjetDonneeEventHandler(this.m_panelEvenements_OnNewObjetDonnee); // // m_cmbComportement // this.m_cmbComportement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_cmbComportement.ComportementLinkStd = true; this.m_cmbComportement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbComportement.ElementSelectionne = null; this.m_cmbComportement.IsLink = true; this.m_cmbComportement.LinkProperty = ""; this.m_cmbComportement.ListDonnees = null; this.m_cmbComportement.Location = new System.Drawing.Point(88, 56); this.m_cmbComportement.LockEdition = false; this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbComportement, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_cmbComportement.Name = "m_cmbComportement"; this.m_cmbComportement.NullAutorise = true; this.m_cmbComportement.ProprieteAffichee = null; this.m_cmbComportement.ProprieteParentListeObjets = null; this.m_cmbComportement.SelectionneurParent = null; this.m_cmbComportement.Size = new System.Drawing.Size(248, 21); this.m_ExtStyle.SetStyleBackColor(this.m_cmbComportement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_cmbComportement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbComportement.TabIndex = 4006; this.m_cmbComportement.TextNull = I.T("(Specific)|30316"); this.m_cmbComportement.Tri = true; this.m_cmbComportement.TypeFormEdition = null; // // CPanelDefinisseurEvenements // this.Controls.Add(this.m_panelEvenements); this.Controls.Add(this.splitter1); this.Controls.Add(this.m_panelComportementsInduits); this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome); this.Name = "CPanelDefinisseurEvenements"; this.Size = new System.Drawing.Size(793, 264); this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelComportementsInduits.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.label1 = new System.Windows.Forms.Label(); this.m_txtLibelle = new sc2i.win32.common.C2iTextBox(); this.m_listViewRelationsComptabilites = new sc2i.win32.common.ListViewAutoFilled(); this.listViewAutoFilledColumn8 = new sc2i.win32.common.ListViewAutoFilledColumn(); this.c2iPanelOmbre1 = new sc2i.win32.common.C2iPanelOmbre(); this.m_cmbTypeElements = new sc2i.win32.common.C2iComboBox(); this.label2 = new System.Windows.Forms.Label(); this.m_tab = new sc2i.win32.common.C2iTabControl(this.components); this.m_pageEvenements = new Crownwood.Magic.Controls.TabPage(); this.m_panelEvenements = new sc2i.win32.process.CPanelDefinisseurEvenements(); this.m_tabPageToRemove = new Crownwood.Magic.Controls.TabPage(); this.m_listViewRelationElement = new sc2i.win32.common.ListViewAutoFilled(); this.listViewAutoFilledColumn1 = new sc2i.win32.common.ListViewAutoFilledColumn(); this.listViewAutoFilledColumn5 = new sc2i.win32.common.ListViewAutoFilledColumn(); this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition(); this.m_extLinkField = new sc2i.win32.common.CExtLinkField(); this.m_extStyle = new sc2i.win32.common.CExtStyle(); this.c2iPanelOmbre1.SuspendLayout(); this.m_tab.SuspendLayout(); this.m_pageEvenements.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.m_extLinkField.SetLinkField(this.label1, ""); this.m_extLinkField.SetLinkFieldAutoUpdate(this.label1, false); this.label1.Location = new System.Drawing.Point(8, 8); this.m_gestionnaireModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 13); this.m_extStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 61; this.label1.Text = "Label|50"; // // m_txtLibelle // this.m_txtLibelle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_extLinkField.SetLinkField(this.m_txtLibelle, "Libelle"); this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_txtLibelle, true); this.m_txtLibelle.Location = new System.Drawing.Point(88, 8); this.m_txtLibelle.LockEdition = false; this.m_gestionnaireModeEdition.SetModeEdition(this.m_txtLibelle, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_txtLibelle.Name = "m_txtLibelle"; this.m_txtLibelle.Size = new System.Drawing.Size(464, 20); this.m_extStyle.SetStyleBackColor(this.m_txtLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_txtLibelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtLibelle.TabIndex = 2; this.m_txtLibelle.Text = "[Libelle]"; // // m_listViewRelationsComptabilites // this.m_listViewRelationsComptabilites.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.m_listViewRelationsComptabilites.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.listViewAutoFilledColumn8 }); this.m_listViewRelationsComptabilites.EnableCustomisation = true; this.m_listViewRelationsComptabilites.FullRowSelect = true; this.m_listViewRelationsComptabilites.HideSelection = false; this.m_extLinkField.SetLinkField(this.m_listViewRelationsComptabilites, ""); this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_listViewRelationsComptabilites, false); this.m_listViewRelationsComptabilites.Location = new System.Drawing.Point(8, 40); this.m_gestionnaireModeEdition.SetModeEdition(this.m_listViewRelationsComptabilites, sc2i.win32.common.TypeModeEdition.Autonome); this.m_listViewRelationsComptabilites.Name = "m_listViewRelationsComptabilites"; this.m_listViewRelationsComptabilites.Size = new System.Drawing.Size(360, 208); this.m_extStyle.SetStyleBackColor(this.m_listViewRelationsComptabilites, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_listViewRelationsComptabilites, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_listViewRelationsComptabilites.TabIndex = 3; this.m_listViewRelationsComptabilites.UseCompatibleStateImageBehavior = false; this.m_listViewRelationsComptabilites.View = System.Windows.Forms.View.Details; // // listViewAutoFilledColumn8 // this.listViewAutoFilledColumn8.Field = "Comptabilite.Libelle"; this.listViewAutoFilledColumn8.PrecisionWidth = 0; this.listViewAutoFilledColumn8.ProportionnalSize = false; this.listViewAutoFilledColumn8.Text = "Comptabilité.Libellé"; this.listViewAutoFilledColumn8.Visible = true; this.listViewAutoFilledColumn8.Width = 300; // // 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_cmbTypeElements); this.c2iPanelOmbre1.Controls.Add(this.label2); this.c2iPanelOmbre1.Controls.Add(this.m_txtLibelle); this.c2iPanelOmbre1.Controls.Add(this.label1); this.c2iPanelOmbre1.ForeColor = System.Drawing.Color.Black; this.m_extLinkField.SetLinkField(this.c2iPanelOmbre1, ""); this.m_extLinkField.SetLinkFieldAutoUpdate(this.c2iPanelOmbre1, false); this.c2iPanelOmbre1.Location = new System.Drawing.Point(8, 3); this.c2iPanelOmbre1.LockEdition = false; this.m_gestionnaireModeEdition.SetModeEdition(this.c2iPanelOmbre1, sc2i.win32.common.TypeModeEdition.Autonome); this.c2iPanelOmbre1.Name = "c2iPanelOmbre1"; this.c2iPanelOmbre1.Size = new System.Drawing.Size(634, 72); this.m_extStyle.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_extStyle.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.c2iPanelOmbre1.TabIndex = 0; // // m_cmbTypeElements // this.m_cmbTypeElements.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_cmbTypeElements.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbTypeElements.IsLink = false; this.m_extLinkField.SetLinkField(this.m_cmbTypeElements, ""); this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_cmbTypeElements, false); this.m_cmbTypeElements.Location = new System.Drawing.Point(88, 32); this.m_cmbTypeElements.LockEdition = false; this.m_gestionnaireModeEdition.SetModeEdition(this.m_cmbTypeElements, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_cmbTypeElements.Name = "m_cmbTypeElements"; this.m_cmbTypeElements.Size = new System.Drawing.Size(464, 21); this.m_extStyle.SetStyleBackColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_cmbTypeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbTypeElements.TabIndex = 4007; // // label2 // this.m_extLinkField.SetLinkField(this.label2, ""); this.m_extLinkField.SetLinkFieldAutoUpdate(this.label2, false); this.label2.Location = new System.Drawing.Point(8, 32); this.m_gestionnaireModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 16); this.m_extStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label2.TabIndex = 4006; this.label2.Text = "Target|20106"; // // m_tab // this.m_tab.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_tab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_tab.BoldSelectedPage = true; this.m_tab.ControlBottomOffset = 16; this.m_tab.ControlRightOffset = 16; this.m_tab.ForeColor = System.Drawing.Color.Black; this.m_tab.IDEPixelArea = false; this.m_extLinkField.SetLinkField(this.m_tab, ""); this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_tab, false); this.m_tab.Location = new System.Drawing.Point(8, 81); this.m_gestionnaireModeEdition.SetModeEdition(this.m_tab, sc2i.win32.common.TypeModeEdition.Autonome); this.m_tab.Name = "m_tab"; this.m_tab.Ombre = true; this.m_tab.PositionTop = true; this.m_tab.SelectedIndex = 0; this.m_tab.SelectedTab = this.m_tabPageToRemove; this.m_tab.Size = new System.Drawing.Size(822, 449); this.m_extStyle.SetStyleBackColor(this.m_tab, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_extStyle.SetStyleForeColor(this.m_tab, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_tab.TabIndex = 4003; this.m_tab.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] { this.m_tabPageToRemove, this.m_pageEvenements }); this.m_tab.TextColor = System.Drawing.Color.Black; // // m_pageEvenements // this.m_pageEvenements.Controls.Add(this.m_panelEvenements); this.m_extLinkField.SetLinkField(this.m_pageEvenements, ""); this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_pageEvenements, false); this.m_pageEvenements.Location = new System.Drawing.Point(0, 25); this.m_gestionnaireModeEdition.SetModeEdition(this.m_pageEvenements, sc2i.win32.common.TypeModeEdition.Autonome); this.m_pageEvenements.Name = "m_pageEvenements"; this.m_pageEvenements.Selected = false; this.m_pageEvenements.Size = new System.Drawing.Size(806, 408); this.m_extStyle.SetStyleBackColor(this.m_pageEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_pageEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_pageEvenements.TabIndex = 10; this.m_pageEvenements.Title = "Event|20108"; // // m_panelEvenements // this.m_panelEvenements.Dock = System.Windows.Forms.DockStyle.Fill; this.m_extLinkField.SetLinkField(this.m_panelEvenements, ""); this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_panelEvenements, false); this.m_panelEvenements.Location = new System.Drawing.Point(0, 0); this.m_panelEvenements.LockEdition = true; this.m_gestionnaireModeEdition.SetModeEdition(this.m_panelEvenements, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_panelEvenements.Name = "m_panelEvenements"; this.m_panelEvenements.Size = new System.Drawing.Size(806, 408); this.m_extStyle.SetStyleBackColor(this.m_panelEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelEvenements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelEvenements.TabIndex = 0; // // m_tabPageToRemove // this.m_extLinkField.SetLinkField(this.m_tabPageToRemove, ""); this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_tabPageToRemove, false); this.m_tabPageToRemove.Location = new System.Drawing.Point(0, 25); this.m_gestionnaireModeEdition.SetModeEdition(this.m_tabPageToRemove, sc2i.win32.common.TypeModeEdition.Autonome); this.m_tabPageToRemove.Name = "m_tabPageToRemove"; this.m_tabPageToRemove.Size = new System.Drawing.Size(806, 408); this.m_extStyle.SetStyleBackColor(this.m_tabPageToRemove, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_tabPageToRemove, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_tabPageToRemove.TabIndex = 2; this.m_tabPageToRemove.Title = "Page|20107"; // // m_listViewRelationElement // this.m_listViewRelationElement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.m_listViewRelationElement.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.listViewAutoFilledColumn1, this.listViewAutoFilledColumn5 }); this.m_listViewRelationElement.EnableCustomisation = false; this.m_listViewRelationElement.FullRowSelect = true; this.m_listViewRelationElement.HideSelection = false; this.m_extLinkField.SetLinkField(this.m_listViewRelationElement, ""); this.m_extLinkField.SetLinkFieldAutoUpdate(this.m_listViewRelationElement, false); this.m_listViewRelationElement.Location = new System.Drawing.Point(8, 32); this.m_gestionnaireModeEdition.SetModeEdition(this.m_listViewRelationElement, sc2i.win32.common.TypeModeEdition.Autonome); this.m_listViewRelationElement.MultiSelect = false; this.m_listViewRelationElement.Name = "m_listViewRelationElement"; this.m_listViewRelationElement.Size = new System.Drawing.Size(376, 272); this.m_extStyle.SetStyleBackColor(this.m_listViewRelationElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_listViewRelationElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_listViewRelationElement.TabIndex = 14; this.m_listViewRelationElement.UseCompatibleStateImageBehavior = false; this.m_listViewRelationElement.View = System.Windows.Forms.View.Details; // // listViewAutoFilledColumn1 // this.listViewAutoFilledColumn1.Field = "Libelle"; this.listViewAutoFilledColumn1.PrecisionWidth = 0; this.listViewAutoFilledColumn1.ProportionnalSize = false; this.listViewAutoFilledColumn1.Text = "Label|50"; this.listViewAutoFilledColumn1.Visible = true; this.listViewAutoFilledColumn1.Width = 203; // // listViewAutoFilledColumn5 // this.listViewAutoFilledColumn5.Field = "TypeElementsConvivial"; this.listViewAutoFilledColumn5.PrecisionWidth = 0; this.listViewAutoFilledColumn5.ProportionnalSize = false; this.listViewAutoFilledColumn5.Text = "Type|20109"; this.listViewAutoFilledColumn5.Visible = true; this.listViewAutoFilledColumn5.Width = 156; // // m_extLinkField // this.m_extLinkField.SourceTypeString = ""; // // CPanelEditionComportementGenerique // this.Controls.Add(this.m_tab); this.Controls.Add(this.c2iPanelOmbre1); this.m_extLinkField.SetLinkField(this, ""); this.m_extLinkField.SetLinkFieldAutoUpdate(this, false); this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome); this.Name = "CPanelEditionComportementGenerique"; this.Size = new System.Drawing.Size(830, 530); this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Load += new System.EventHandler(this.CPanelEditionComportementGenerique_Load); this.c2iPanelOmbre1.ResumeLayout(false); this.c2iPanelOmbre1.PerformLayout(); this.m_tab.ResumeLayout(false); this.m_tab.PerformLayout(); this.m_pageEvenements.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.label2 = new System.Windows.Forms.Label(); this.m_txtNomVariable = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.m_cmbType = new sc2i.win32.common.C2iComboBox(); this.c2iPanelOmbre3 = new sc2i.win32.common.C2iPanelOmbre(); this.m_txtValeurDefaut = new sc2i.win32.expression.CTextBoxZoomFormule(); this.label8 = new System.Windows.Forms.Label(); this.c2iPanelOmbre1 = new sc2i.win32.common.C2iPanelOmbre(); this.m_panelUnite = new System.Windows.Forms.Panel(); this.m_txtFormatUnite = new sc2i.win32.common.C2iTextBox(); this.label15 = new System.Windows.Forms.Label(); this.m_cmbSelectClasseUnite = new sc2i.win32.common.CComboboxAutoFilled(); this.label14 = new System.Windows.Forms.Label(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_btnOk = new System.Windows.Forms.Button(); this.cExtStyle1 = new sc2i.win32.common.CExtStyle(); this.c2iPanelOmbre3.SuspendLayout(); this.c2iPanelOmbre1.SuspendLayout(); this.m_panelUnite.SuspendLayout(); this.SuspendLayout(); // // label2 // this.label2.Location = new System.Drawing.Point(8, 7); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(132, 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 = "Name|20025"; // // 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(112, 7); this.m_txtNomVariable.Name = "m_txtNomVariable"; this.m_txtNomVariable.Size = new System.Drawing.Size(392, 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 = 0; // // label3 // this.label3.Location = new System.Drawing.Point(8, 29); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(117, 21); this.cExtStyle1.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label3.TabIndex = 3; this.label3.Text = "Data type|20026"; // // m_cmbType // this.m_cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_cmbType.IsLink = false; this.m_cmbType.Location = new System.Drawing.Point(112, 29); this.m_cmbType.LockEdition = false; this.m_cmbType.Name = "m_cmbType"; this.m_cmbType.Size = new System.Drawing.Size(392, 21); this.cExtStyle1.SetStyleBackColor(this.m_cmbType, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_cmbType, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbType.TabIndex = 1; this.m_cmbType.SelectedValueChanged += new System.EventHandler(this.m_cmbType_SelectedValueChanged); // // c2iPanelOmbre3 // this.c2iPanelOmbre3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.c2iPanelOmbre3.Controls.Add(this.m_txtValeurDefaut); this.c2iPanelOmbre3.Controls.Add(this.label8); this.c2iPanelOmbre3.Location = new System.Drawing.Point(11, 121); this.c2iPanelOmbre3.LockEdition = false; this.c2iPanelOmbre3.Name = "c2iPanelOmbre3"; this.c2iPanelOmbre3.Size = new System.Drawing.Size(528, 104); this.cExtStyle1.SetStyleBackColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.c2iPanelOmbre3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iPanelOmbre3.TabIndex = 3; // // m_txtValeurDefaut // this.m_txtValeurDefaut.AllowGraphic = true; this.m_txtValeurDefaut.AllowNullFormula = false; this.m_txtValeurDefaut.AllowSaisieTexte = true; this.m_txtValeurDefaut.Formule = null; this.m_txtValeurDefaut.Location = new System.Drawing.Point(11, 28); this.m_txtValeurDefaut.LockEdition = false; this.m_txtValeurDefaut.LockZoneTexte = false; this.m_txtValeurDefaut.Name = "m_txtValeurDefaut"; this.m_txtValeurDefaut.Size = new System.Drawing.Size(493, 51); this.cExtStyle1.SetStyleBackColor(this.m_txtValeurDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtValeurDefaut, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtValeurDefaut.TabIndex = 4; // // label8 // this.label8.Location = new System.Drawing.Point(8, 8); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(167, 16); this.cExtStyle1.SetStyleBackColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label8, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label8.TabIndex = 3; this.label8.Text = "Default value|20030"; // // c2iPanelOmbre1 // this.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.c2iPanelOmbre1.Controls.Add(this.m_panelUnite); this.c2iPanelOmbre1.Controls.Add(this.m_txtNomVariable); this.c2iPanelOmbre1.Controls.Add(this.m_cmbType); this.c2iPanelOmbre1.Controls.Add(this.label2); this.c2iPanelOmbre1.Controls.Add(this.label3); this.c2iPanelOmbre1.Location = new System.Drawing.Point(11, 12); this.c2iPanelOmbre1.LockEdition = false; this.c2iPanelOmbre1.Name = "c2iPanelOmbre1"; this.c2iPanelOmbre1.Size = new System.Drawing.Size(528, 112); 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 = 0; // // m_panelUnite // this.m_panelUnite.Controls.Add(this.m_txtFormatUnite); this.m_panelUnite.Controls.Add(this.label15); this.m_panelUnite.Controls.Add(this.m_cmbSelectClasseUnite); this.m_panelUnite.Controls.Add(this.label14); this.m_panelUnite.Location = new System.Drawing.Point(20, 53); this.m_panelUnite.Name = "m_panelUnite"; this.m_panelUnite.Size = new System.Drawing.Size(407, 21); this.cExtStyle1.SetStyleBackColor(this.m_panelUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_panelUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelUnite.TabIndex = 19; // // m_txtFormatUnite // this.m_txtFormatUnite.EmptyText = ""; this.m_txtFormatUnite.Location = new System.Drawing.Point(312, 0); this.m_txtFormatUnite.LockEdition = false; this.m_txtFormatUnite.Name = "m_txtFormatUnite"; this.m_txtFormatUnite.Size = new System.Drawing.Size(92, 20); this.cExtStyle1.SetStyleBackColor(this.m_txtFormatUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtFormatUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormatUnite.TabIndex = 22; this.m_txtFormatUnite.Text = "[FormatAffichageUnite]"; // // label15 // this.label15.Location = new System.Drawing.Point(216, 2); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(89, 19); this.cExtStyle1.SetStyleBackColor(this.label15, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label15, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label15.TabIndex = 21; this.label15.Text = "Display format|20029"; // // m_cmbSelectClasseUnite // this.m_cmbSelectClasseUnite.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbSelectClasseUnite.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_cmbSelectClasseUnite.FormattingEnabled = true; this.m_cmbSelectClasseUnite.IsLink = false; this.m_cmbSelectClasseUnite.ListDonnees = null; this.m_cmbSelectClasseUnite.Location = new System.Drawing.Point(93, 0); this.m_cmbSelectClasseUnite.LockEdition = false; this.m_cmbSelectClasseUnite.Name = "m_cmbSelectClasseUnite"; this.m_cmbSelectClasseUnite.NullAutorise = true; this.m_cmbSelectClasseUnite.ProprieteAffichee = null; this.m_cmbSelectClasseUnite.Size = new System.Drawing.Size(121, 21); this.cExtStyle1.SetStyleBackColor(this.m_cmbSelectClasseUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_cmbSelectClasseUnite, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbSelectClasseUnite.TabIndex = 20; this.m_cmbSelectClasseUnite.TextNull = "(empty)"; this.m_cmbSelectClasseUnite.Tri = true; // // label14 // this.label14.Location = new System.Drawing.Point(3, 2); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(89, 19); this.cExtStyle1.SetStyleBackColor(this.label14, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label14, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label14.TabIndex = 19; this.label14.Text = "Unit type|20028"; // // 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(293, 224); 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 = 5; this.m_btnAnnuler.Text = "Cancel|11"; this.m_btnAnnuler.UseVisualStyleBackColor = false; this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click); // // 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(149, 224); 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 = 4; this.m_btnOk.Text = "Ok|10"; this.m_btnOk.UseVisualStyleBackColor = false; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // CFormEditVariableDynamiqueSaisie // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(545, 260); this.Controls.Add(this.c2iPanelOmbre3); this.Controls.Add(this.c2iPanelOmbre1); this.Controls.Add(this.m_btnOk); this.Controls.Add(this.m_btnAnnuler); this.ForeColor = System.Drawing.Color.Black; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CFormEditVariableDynamiqueSaisie"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondFenetre); this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTexteFenetre); this.Text = "Variable|20024"; this.Load += new System.EventHandler(this.CFormEditVariableDynamiqueSaisie_Load); this.c2iPanelOmbre3.ResumeLayout(false); this.c2iPanelOmbre3.PerformLayout(); this.c2iPanelOmbre1.ResumeLayout(false); this.c2iPanelOmbre1.PerformLayout(); this.m_panelUnite.ResumeLayout(false); this.m_panelUnite.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.c2iPanelOmbre1 = new sc2i.win32.common.C2iPanelOmbre(); this.m_panelTableauCroise = new sc2i.win32.common.CPanelEditTableauCroise(); this.panel1 = new System.Windows.Forms.Panel(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_btnOk = new System.Windows.Forms.Button(); this.splitter1 = new System.Windows.Forms.Splitter(); this.cExtStyle1 = new sc2i.win32.common.CExtStyle(); this.c2iPanelOmbre1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // c2iPanelOmbre1 // this.c2iPanelOmbre1.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.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.c2iPanelOmbre1.Controls.Add(this.m_panelTableauCroise); this.c2iPanelOmbre1.Location = new System.Drawing.Point(8, 8); this.c2iPanelOmbre1.LockEdition = false; this.c2iPanelOmbre1.Name = "c2iPanelOmbre1"; this.c2iPanelOmbre1.Size = new System.Drawing.Size(610, 312); 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 = 18; // // m_panelTableauCroise // this.m_panelTableauCroise.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_panelTableauCroise.Location = new System.Drawing.Point(0, 0); this.m_panelTableauCroise.LockEdition = false; this.m_panelTableauCroise.Name = "m_panelTableauCroise"; this.m_panelTableauCroise.Size = new System.Drawing.Size(592, 296); this.cExtStyle1.SetStyleBackColor(this.m_panelTableauCroise, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_panelTableauCroise, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelTableauCroise.TabIndex = 3; // // panel1 // this.panel1.Controls.Add(this.m_btnAnnuler); this.panel1.Controls.Add(this.m_btnOk); this.panel1.Controls.Add(this.splitter1); this.panel1.Controls.Add(this.c2iPanelOmbre1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(626, 351); 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 = 20; // // 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(309, 322); 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 = 22; 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(189, 322); 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 = 21; this.m_btnOk.Text = "Ok|10"; this.m_btnOk.UseVisualStyleBackColor = false; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Right; this.splitter1.Location = new System.Drawing.Point(623, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 351); this.cExtStyle1.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.splitter1.TabIndex = 19; this.splitter1.TabStop = false; // // CFormEditTableauCroise // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.White; this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(626, 351); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CFormEditTableauCroise"; this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Cumulated field|131"; this.Load += new System.EventHandler(this.CFormEditVariableFiltreCalculee_Load); this.c2iPanelOmbre1.ResumeLayout(false); this.c2iPanelOmbre1.PerformLayout(); this.panel1.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(CPanelSelectListeElements)); sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn(); this.m_lnkAjoutParFiltre = new System.Windows.Forms.LinkLabel(); this.m_lnkDelete = new sc2i.win32.common.CWndLinkStd(); this.m_wndListeSelection = new sc2i.win32.common.GlacialList(); this.m_menuPopup = new System.Windows.Forms.ContextMenu(); this.m_lblNbSel = new System.Windows.Forms.Label(); this.m_gestionnaireModeEdition = new sc2i.win32.common.CExtModeEdition(); this.m_lnkAjoutParListe = new System.Windows.Forms.LinkLabel(); this.m_btnSaveListe = new System.Windows.Forms.PictureBox(); this.m_selectionneurElement = new sc2i.win32.data.navigation.C2iTextBoxSelectionne(); this.m_lnkAjouter = new sc2i.win32.common.CWndLinkStd(); this.m_tooltip = new System.Windows.Forms.ToolTip(this.components); this.m_ExtStyle = new sc2i.win32.common.CExtStyle(); ((System.ComponentModel.ISupportInitialize)(this.m_btnSaveListe)).BeginInit(); this.SuspendLayout(); // // m_lnkAjoutParFiltre // this.m_lnkAjoutParFiltre.Location = new System.Drawing.Point(131, 26); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkAjoutParFiltre, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkAjoutParFiltre.Name = "m_lnkAjoutParFiltre"; this.m_lnkAjoutParFiltre.Size = new System.Drawing.Size(146, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjoutParFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjoutParFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjoutParFiltre.TabIndex = 4016; this.m_lnkAjoutParFiltre.TabStop = true; this.m_lnkAjoutParFiltre.Text = "Add by filter|30087"; this.m_lnkAjoutParFiltre.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkAjoutParFiltre_LinkClicked); // // m_lnkDelete // this.m_lnkDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_lnkDelete.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkDelete.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkDelete.Location = new System.Drawing.Point(1, 226); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkDelete, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkDelete.Name = "m_lnkDelete"; this.m_lnkDelete.Size = new System.Drawing.Size(154, 22); this.m_ExtStyle.SetStyleBackColor(this.m_lnkDelete, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkDelete, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkDelete.TabIndex = 4015; this.m_lnkDelete.TypeLien = sc2i.win32.common.TypeLinkStd.Suppression; this.m_lnkDelete.LinkClicked += new System.EventHandler(this.m_lnkDelete_LinkClicked); // // m_wndListeSelection // this.m_wndListeSelection.AllowColumnResize = true; this.m_wndListeSelection.AllowDrop = true; this.m_wndListeSelection.AllowMultiselect = true; this.m_wndListeSelection.AlternateBackground = System.Drawing.Color.DarkGreen; this.m_wndListeSelection.AlternatingColors = false; this.m_wndListeSelection.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_wndListeSelection.AutoHeight = true; this.m_wndListeSelection.AutoSort = true; this.m_wndListeSelection.BackColor = System.Drawing.SystemColors.ControlLightLight; this.m_wndListeSelection.CanChangeActivationCheckBoxes = false; this.m_wndListeSelection.CheckBoxes = false; this.m_wndListeSelection.CheckedItems = ((System.Collections.ArrayList)(resources.GetObject("m_wndListeSelection.CheckedItems"))); 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 = "Column1"; glColumn1.Propriete = "DescriptionElement"; glColumn1.Text = "Nom"; glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn1.Width = 450; this.m_wndListeSelection.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn1 }); this.m_wndListeSelection.ContexteUtilisation = ""; this.m_wndListeSelection.EnableCustomisation = true; this.m_wndListeSelection.FocusedItem = null; this.m_wndListeSelection.FullRowSelect = true; this.m_wndListeSelection.GLGridLines = sc2i.win32.common.GLGridStyles.gridSolid; this.m_wndListeSelection.GridColor = System.Drawing.Color.Gray; this.m_wndListeSelection.HasImages = false; this.m_wndListeSelection.HeaderHeight = 0; this.m_wndListeSelection.HeaderStyle = sc2i.win32.common.GLHeaderStyles.Normal; this.m_wndListeSelection.HeaderTextColor = System.Drawing.Color.Black; this.m_wndListeSelection.HeaderTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.m_wndListeSelection.HeaderVisible = false; this.m_wndListeSelection.HeaderWordWrap = false; this.m_wndListeSelection.HotColumnIndex = -1; this.m_wndListeSelection.HotItemIndex = -1; this.m_wndListeSelection.HotTracking = false; this.m_wndListeSelection.HotTrackingColor = System.Drawing.Color.LightGray; this.m_wndListeSelection.ImageList = null; this.m_wndListeSelection.ItemHeight = 17; this.m_wndListeSelection.ItemWordWrap = false; this.m_wndListeSelection.ListeSource = null; this.m_wndListeSelection.Location = new System.Drawing.Point(0, 46); this.m_wndListeSelection.MaxHeight = 17; this.m_gestionnaireModeEdition.SetModeEdition(this.m_wndListeSelection, sc2i.win32.common.TypeModeEdition.Autonome); this.m_wndListeSelection.Name = "m_wndListeSelection"; this.m_wndListeSelection.SelectedTextColor = System.Drawing.Color.White; this.m_wndListeSelection.SelectionColor = System.Drawing.Color.DarkBlue; this.m_wndListeSelection.ShowBorder = true; this.m_wndListeSelection.ShowFocusRect = false; this.m_wndListeSelection.Size = new System.Drawing.Size(472, 180); this.m_wndListeSelection.SortIndex = 0; this.m_ExtStyle.SetStyleBackColor(this.m_wndListeSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_wndListeSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeSelection.SuperFlatHeaderColor = System.Drawing.Color.White; this.m_wndListeSelection.TabIndex = 4010; this.m_wndListeSelection.Text = "glacialList1"; this.m_wndListeSelection.TrierAuClicSurEnteteColonne = true; this.m_wndListeSelection.DragOver += new System.Windows.Forms.DragEventHandler(this.m_wndListeSelection_DragOver); this.m_wndListeSelection.DragDrop += new System.Windows.Forms.DragEventHandler(this.m_wndListeSelection_DragDrop); this.m_wndListeSelection.DragEnter += new System.Windows.Forms.DragEventHandler(this.m_wndListeSelection_DragEnter); // // m_lblNbSel // this.m_lblNbSel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.m_lblNbSel.Location = new System.Drawing.Point(296, 232); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lblNbSel, sc2i.win32.common.TypeModeEdition.Autonome); this.m_lblNbSel.Name = "m_lblNbSel"; this.m_lblNbSel.Size = new System.Drawing.Size(160, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lblNbSel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lblNbSel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblNbSel.TabIndex = 4054; this.m_lblNbSel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // m_lnkAjoutParListe // this.m_lnkAjoutParListe.Location = new System.Drawing.Point(295, 26); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkAjoutParListe, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkAjoutParListe.Name = "m_lnkAjoutParListe"; this.m_lnkAjoutParListe.Size = new System.Drawing.Size(133, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjoutParListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjoutParListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjoutParListe.TabIndex = 4055; this.m_lnkAjoutParListe.TabStop = true; this.m_lnkAjoutParListe.Text = "Add by list|30292"; this.m_lnkAjoutParListe.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkAjoutParListe_LinkClicked); // // m_btnSaveListe // this.m_btnSaveListe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.m_btnSaveListe.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btnSaveListe.Image = ((System.Drawing.Image)(resources.GetObject("m_btnSaveListe.Image"))); this.m_btnSaveListe.Location = new System.Drawing.Point(453, 230); this.m_gestionnaireModeEdition.SetModeEdition(this.m_btnSaveListe, sc2i.win32.common.TypeModeEdition.Autonome); this.m_btnSaveListe.Name = "m_btnSaveListe"; this.m_btnSaveListe.Size = new System.Drawing.Size(14, 14); this.m_btnSaveListe.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.m_ExtStyle.SetStyleBackColor(this.m_btnSaveListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_btnSaveListe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnSaveListe.TabIndex = 4056; this.m_btnSaveListe.TabStop = false; this.m_tooltip.SetToolTip(this.m_btnSaveListe, "Sauvegarde cette liste"); this.m_btnSaveListe.Click += new System.EventHandler(this.m_btnSaveListe_Click); // // m_selectionneurElement // this.m_selectionneurElement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_selectionneurElement.BackColor = System.Drawing.Color.Transparent; this.m_selectionneurElement.ElementSelectionne = null; this.m_selectionneurElement.FonctionTextNull = null; this.m_selectionneurElement.HasLink = true; this.m_selectionneurElement.Location = new System.Drawing.Point(0, 0); this.m_selectionneurElement.LockEdition = false; this.m_gestionnaireModeEdition.SetModeEdition(this.m_selectionneurElement, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_selectionneurElement.Name = "m_selectionneurElement"; this.m_selectionneurElement.SelectedObject = null; this.m_selectionneurElement.Size = new System.Drawing.Size(472, 22); this.m_ExtStyle.SetStyleBackColor(this.m_selectionneurElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_selectionneurElement, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_selectionneurElement.TabIndex = 4057; this.m_selectionneurElement.TextNull = ""; this.m_selectionneurElement.ElementSelectionneChanged += new System.EventHandler(this.m_selectionneurElement_OnChangeSelection); // // m_lnkAjouter // this.m_lnkAjouter.Cursor = System.Windows.Forms.Cursors.Hand; this.m_lnkAjouter.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); this.m_lnkAjouter.Location = new System.Drawing.Point(3, 23); this.m_gestionnaireModeEdition.SetModeEdition(this.m_lnkAjouter, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_lnkAjouter.Name = "m_lnkAjouter"; this.m_lnkAjouter.Size = new System.Drawing.Size(105, 22); this.m_ExtStyle.SetStyleBackColor(this.m_lnkAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lnkAjouter, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjouter.TabIndex = 4015; this.m_lnkAjouter.TypeLien = sc2i.win32.common.TypeLinkStd.Ajout; this.m_lnkAjouter.LinkClicked += new System.EventHandler(this.m_lnkAjouter_LinkClicked); // // CPanelSelectListeElements // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.Controls.Add(this.m_selectionneurElement); this.Controls.Add(this.m_btnSaveListe); this.Controls.Add(this.m_lnkAjoutParListe); this.Controls.Add(this.m_lblNbSel); this.Controls.Add(this.m_lnkAjoutParFiltre); this.Controls.Add(this.m_wndListeSelection); this.Controls.Add(this.m_lnkAjouter); this.Controls.Add(this.m_lnkDelete); this.ForeColor = System.Drawing.Color.Black; this.m_gestionnaireModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome); this.Name = "CPanelSelectListeElements"; this.Size = new System.Drawing.Size(472, 248); 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.CPanelSelectListeElements_Load); ((System.ComponentModel.ISupportInitialize)(this.m_btnSaveListe)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(CWndPostit)); this.m_cadre = new System.Windows.Forms.Panel(); this.m_btnMove = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.m_panelBas = new sc2i.win32.common.C2iPanel(this.components); this.m_chkPublic = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.m_lblAuteur = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.m_txtTexte = new sc2i.win32.common.C2iTextBox(); this.m_panelTitre = new System.Windows.Forms.Panel(); this.m_panelValidation = new System.Windows.Forms.Panel(); this.m_btnAnnuler = new System.Windows.Forms.PictureBox(); this.m_btnValider = new System.Windows.Forms.PictureBox(); this.m_btnEditer = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.m_txtTitre = new sc2i.win32.common.C2iTextBox(); this.m_btnFermer = new System.Windows.Forms.PictureBox(); this.m_btnPoubelle = new System.Windows.Forms.PictureBox(); this.m_btnResize = new System.Windows.Forms.PictureBox(); this.m_extModeEdition = new sc2i.win32.common.CExtModeEdition(); this.m_extStyle = new sc2i.win32.common.CExtStyle(); this.m_dtExpiration = new sc2i.win32.common.C2iDateTimeExPicker(); this.m_cadre.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_btnMove)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.m_panelBas.SuspendLayout(); this.m_panelTitre.SuspendLayout(); this.m_panelValidation.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_btnAnnuler)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.m_btnValider)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.m_btnEditer)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.m_btnFermer)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.m_btnPoubelle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.m_btnResize)).BeginInit(); this.SuspendLayout(); // // m_cadre // this.m_cadre.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_cadre.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_cadre.Controls.Add(this.m_btnMove); this.m_cadre.Controls.Add(this.pictureBox1); this.m_cadre.Controls.Add(this.m_panelBas); this.m_cadre.Controls.Add(this.m_txtTexte); this.m_cadre.Controls.Add(this.m_panelTitre); this.m_cadre.Controls.Add(this.m_btnResize); this.m_cadre.Dock = System.Windows.Forms.DockStyle.Fill; this.m_cadre.ForeColor = System.Drawing.Color.Black; this.m_cadre.Location = new System.Drawing.Point(0, 0); this.m_extModeEdition.SetModeEdition(this.m_cadre, sc2i.win32.common.TypeModeEdition.Autonome); this.m_cadre.Name = "m_cadre"; this.m_cadre.Size = new System.Drawing.Size(360, 336); this.m_extStyle.SetStyleBackColor(this.m_cadre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_cadre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cadre.TabIndex = 1; // // m_btnMove // this.m_btnMove.Cursor = System.Windows.Forms.Cursors.SizeAll; this.m_btnMove.Image = ((System.Drawing.Image)(resources.GetObject("m_btnMove.Image"))); this.m_btnMove.Location = new System.Drawing.Point(4, 0); this.m_extModeEdition.SetModeEdition(this.m_btnMove, sc2i.win32.common.TypeModeEdition.Autonome); this.m_btnMove.Name = "m_btnMove"; this.m_btnMove.Size = new System.Drawing.Size(20, 24); this.m_btnMove.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.m_extStyle.SetStyleBackColor(this.m_btnMove, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnMove, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnMove.TabIndex = 6; this.m_btnMove.TabStop = false; this.m_btnMove.MouseMove += new System.Windows.Forms.MouseEventHandler(this.m_btnMove_MouseMove); this.m_btnMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.m_btnMove_MouseDown); this.m_btnMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.m_btnMove_MouseUp); // // pictureBox1 // this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(102))))); this.pictureBox1.Location = new System.Drawing.Point(4, 292); this.m_extModeEdition.SetModeEdition(this.pictureBox1, sc2i.win32.common.TypeModeEdition.Autonome); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(348, 1); this.m_extStyle.SetStyleBackColor(this.pictureBox1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.pictureBox1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.pictureBox1.TabIndex = 5; this.pictureBox1.TabStop = false; // // m_panelBas // this.m_panelBas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_panelBas.Controls.Add(this.m_dtExpiration); this.m_panelBas.Controls.Add(this.m_chkPublic); this.m_panelBas.Controls.Add(this.label2); this.m_panelBas.Controls.Add(this.m_lblAuteur); this.m_panelBas.Controls.Add(this.label1); this.m_panelBas.Location = new System.Drawing.Point(0, 294); this.m_panelBas.LockEdition = false; this.m_extModeEdition.SetModeEdition(this.m_panelBas, sc2i.win32.common.TypeModeEdition.Autonome); this.m_panelBas.Name = "m_panelBas"; this.m_panelBas.Size = new System.Drawing.Size(340, 40); this.m_extStyle.SetStyleBackColor(this.m_panelBas, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelBas, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelBas.TabIndex = 4; // // m_chkPublic // this.m_chkPublic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.m_chkPublic.Location = new System.Drawing.Point(192, 24); this.m_extModeEdition.SetModeEdition(this.m_chkPublic, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_chkPublic.Name = "m_chkPublic"; this.m_chkPublic.Size = new System.Drawing.Size(145, 17); this.m_extStyle.SetStyleBackColor(this.m_chkPublic, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_chkPublic, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_chkPublic.TabIndex = 5; this.m_chkPublic.Checked = true; this.m_chkPublic.Text = "Public Note|829"; // // label2 // this.label2.Location = new System.Drawing.Point(4, 20); this.m_extModeEdition.SetModeEdition(this.label2, sc2i.win32.common.TypeModeEdition.Autonome); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(66, 18); this.m_extStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label2.TabIndex = 2; this.label2.Text = "Expiration|826"; // // m_lblAuteur // this.m_lblAuteur.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_lblAuteur.Location = new System.Drawing.Point(76, 4); this.m_extModeEdition.SetModeEdition(this.m_lblAuteur, sc2i.win32.common.TypeModeEdition.Autonome); this.m_lblAuteur.Name = "m_lblAuteur"; this.m_lblAuteur.Size = new System.Drawing.Size(254, 16); this.m_extStyle.SetStyleBackColor(this.m_lblAuteur, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_lblAuteur, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblAuteur.TabIndex = 1; this.m_lblAuteur.Text = "User name|30117"; // // label1 // this.label1.Location = new System.Drawing.Point(4, 4); this.m_extModeEdition.SetModeEdition(this.label1, sc2i.win32.common.TypeModeEdition.Autonome); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(66, 16); this.m_extStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 0; this.label1.Text = "User: |245"; // // m_txtTexte // this.m_txtTexte.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_txtTexte.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.m_txtTexte.BorderStyle = System.Windows.Forms.BorderStyle.None; this.m_txtTexte.ForeColor = System.Drawing.Color.Black; this.m_txtTexte.Location = new System.Drawing.Point(4, 24); this.m_txtTexte.LockEdition = false; this.m_extModeEdition.SetModeEdition(this.m_txtTexte, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_txtTexte.Multiline = true; this.m_txtTexte.Name = "m_txtTexte"; this.m_txtTexte.Size = new System.Drawing.Size(352, 264); this.m_extStyle.SetStyleBackColor(this.m_txtTexte, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_txtTexte, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtTexte.TabIndex = 3; this.m_txtTexte.Text = "Enter Note text here|825"; this.m_txtTexte.TextChanged += new System.EventHandler(this.m_txtTexte_TextChanged); this.m_txtTexte.Validated += new System.EventHandler(this.m_txtTexte_Validated); // // m_panelTitre // this.m_panelTitre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_panelTitre.BackColor = System.Drawing.SystemColors.ActiveCaption; this.m_panelTitre.Controls.Add(this.m_panelValidation); this.m_panelTitre.Controls.Add(this.m_btnEditer); this.m_panelTitre.Controls.Add(this.pictureBox2); this.m_panelTitre.Controls.Add(this.m_txtTitre); this.m_panelTitre.Controls.Add(this.m_btnFermer); this.m_panelTitre.Controls.Add(this.m_btnPoubelle); this.m_panelTitre.Location = new System.Drawing.Point(24, 2); this.m_extModeEdition.SetModeEdition(this.m_panelTitre, sc2i.win32.common.TypeModeEdition.Autonome); this.m_panelTitre.Name = "m_panelTitre"; this.m_panelTitre.Size = new System.Drawing.Size(332, 20); this.m_extStyle.SetStyleBackColor(this.m_panelTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelTitre.TabIndex = 2; // // m_panelValidation // this.m_panelValidation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_panelValidation.Controls.Add(this.m_btnAnnuler); this.m_panelValidation.Controls.Add(this.m_btnValider); this.m_panelValidation.Location = new System.Drawing.Point(278, 0); this.m_extModeEdition.SetModeEdition(this.m_panelValidation, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_panelValidation.Name = "m_panelValidation"; this.m_panelValidation.Size = new System.Drawing.Size(40, 20); this.m_extStyle.SetStyleBackColor(this.m_panelValidation, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelValidation, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelValidation.TabIndex = 8; // // m_btnAnnuler // this.m_btnAnnuler.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btnAnnuler.Image = ((System.Drawing.Image)(resources.GetObject("m_btnAnnuler.Image"))); this.m_btnAnnuler.Location = new System.Drawing.Point(20, 2); this.m_extModeEdition.SetModeEdition(this.m_btnAnnuler, sc2i.win32.common.TypeModeEdition.Autonome); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(16, 16); this.m_btnAnnuler.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.m_extStyle.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnAnnuler.TabIndex = 6; this.m_btnAnnuler.TabStop = false; this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click); // // m_btnValider // this.m_btnValider.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btnValider.Image = ((System.Drawing.Image)(resources.GetObject("m_btnValider.Image"))); this.m_btnValider.Location = new System.Drawing.Point(4, 2); this.m_extModeEdition.SetModeEdition(this.m_btnValider, sc2i.win32.common.TypeModeEdition.Autonome); this.m_btnValider.Name = "m_btnValider"; this.m_btnValider.Size = new System.Drawing.Size(16, 16); this.m_btnValider.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.m_extStyle.SetStyleBackColor(this.m_btnValider, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnValider, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnValider.TabIndex = 5; this.m_btnValider.TabStop = false; this.m_btnValider.Click += new System.EventHandler(this.m_btnValider_Click); // // m_btnEditer // this.m_btnEditer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_btnEditer.Image = ((System.Drawing.Image)(resources.GetObject("m_btnEditer.Image"))); this.m_btnEditer.Location = new System.Drawing.Point(281, 4); this.m_extModeEdition.SetModeEdition(this.m_btnEditer, sc2i.win32.common.TypeModeEdition.Autonome); this.m_btnEditer.Name = "m_btnEditer"; this.m_btnEditer.Size = new System.Drawing.Size(16, 16); this.m_extStyle.SetStyleBackColor(this.m_btnEditer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnEditer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnEditer.TabIndex = 7; this.m_btnEditer.TabStop = false; this.m_btnEditer.Click += new System.EventHandler(this.m_btnEditer_Click); // // pictureBox2 // this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(184))))); this.pictureBox2.Location = new System.Drawing.Point(276, 0); this.m_extModeEdition.SetModeEdition(this.pictureBox2, sc2i.win32.common.TypeModeEdition.Autonome); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(2, 32); this.m_extStyle.SetStyleBackColor(this.pictureBox2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.pictureBox2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.pictureBox2.TabIndex = 4; this.pictureBox2.TabStop = false; // // m_txtTitre // this.m_txtTitre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtTitre.BackColor = System.Drawing.SystemColors.ActiveCaption; this.m_txtTitre.BorderStyle = System.Windows.Forms.BorderStyle.None; this.m_txtTitre.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.m_txtTitre.Location = new System.Drawing.Point(4, 4); this.m_txtTitre.LockEdition = false; this.m_extModeEdition.SetModeEdition(this.m_txtTitre, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_txtTitre.Name = "m_txtTitre"; this.m_txtTitre.Size = new System.Drawing.Size(268, 13); this.m_extStyle.SetStyleBackColor(this.m_txtTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_txtTitre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtTitre.TabIndex = 3; this.m_txtTitre.Text = "Title|824"; this.m_txtTitre.Validated += new System.EventHandler(this.m_txtTitre_Validated); // // m_btnFermer // this.m_btnFermer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_btnFermer.Image = ((System.Drawing.Image)(resources.GetObject("m_btnFermer.Image"))); this.m_btnFermer.Location = new System.Drawing.Point(316, 4); this.m_extModeEdition.SetModeEdition(this.m_btnFermer, sc2i.win32.common.TypeModeEdition.Autonome); this.m_btnFermer.Name = "m_btnFermer"; this.m_btnFermer.Size = new System.Drawing.Size(14, 14); this.m_btnFermer.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.m_extStyle.SetStyleBackColor(this.m_btnFermer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnFermer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnFermer.TabIndex = 4; this.m_btnFermer.TabStop = false; this.m_btnFermer.Click += new System.EventHandler(this.m_btnFermer_Click); // // m_btnPoubelle // this.m_btnPoubelle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.m_btnPoubelle.BackColor = System.Drawing.SystemColors.ActiveCaption; this.m_btnPoubelle.Cursor = System.Windows.Forms.Cursors.Hand; this.m_btnPoubelle.Image = ((System.Drawing.Image)(resources.GetObject("m_btnPoubelle.Image"))); this.m_btnPoubelle.Location = new System.Drawing.Point(297, 2); this.m_extModeEdition.SetModeEdition(this.m_btnPoubelle, sc2i.win32.common.TypeModeEdition.DisableSurEdition); this.m_btnPoubelle.Name = "m_btnPoubelle"; this.m_btnPoubelle.Size = new System.Drawing.Size(16, 16); this.m_btnPoubelle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.m_extStyle.SetStyleBackColor(this.m_btnPoubelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnPoubelle, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnPoubelle.TabIndex = 4; this.m_btnPoubelle.TabStop = false; this.m_btnPoubelle.Click += new System.EventHandler(this.m_btnPoubelle_Click); // // m_btnResize // this.m_btnResize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.m_btnResize.Cursor = System.Windows.Forms.Cursors.SizeNWSE; this.m_btnResize.Image = ((System.Drawing.Image)(resources.GetObject("m_btnResize.Image"))); this.m_btnResize.Location = new System.Drawing.Point(344, 320); this.m_extModeEdition.SetModeEdition(this.m_btnResize, sc2i.win32.common.TypeModeEdition.Autonome); this.m_btnResize.Name = "m_btnResize"; this.m_btnResize.Size = new System.Drawing.Size(12, 12); this.m_btnResize.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.m_extStyle.SetStyleBackColor(this.m_btnResize, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnResize, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnResize.TabIndex = 4; this.m_btnResize.TabStop = false; this.m_btnResize.MouseMove += new System.Windows.Forms.MouseEventHandler(this.m_btnResize_MouseMove); this.m_btnResize.Click += new System.EventHandler(this.m_btnResize_Click); this.m_btnResize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.m_btnResize_MouseDown); this.m_btnResize.MouseUp += new System.Windows.Forms.MouseEventHandler(this.m_btnResize_MouseUp); // // m_extModeEdition // this.m_extModeEdition.ModeEdition = true; // // m_dtExpiration // this.m_dtExpiration.Checked = true; this.m_dtExpiration.CustomFormat = null; this.m_dtExpiration.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.m_dtExpiration.Location = new System.Drawing.Point(76, 18); this.m_dtExpiration.LockEdition = false; this.m_extModeEdition.SetModeEdition(this.m_dtExpiration, sc2i.win32.common.TypeModeEdition.EnableSurEdition); this.m_dtExpiration.Name = "m_dtExpiration"; this.m_dtExpiration.Size = new System.Drawing.Size(102, 20); this.m_extStyle.SetStyleBackColor(this.m_dtExpiration, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_dtExpiration, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_dtExpiration.TabIndex = 7; this.m_dtExpiration.TextNull = ""; this.m_dtExpiration.Value.DateTimeValue = new System.DateTime(2010, 10, 14, 8, 54, 22, 421); // // CWndPostit // this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(204))))); this.Controls.Add(this.m_cadre); this.m_extModeEdition.SetModeEdition(this, sc2i.win32.common.TypeModeEdition.Autonome); this.Name = "CWndPostit"; this.Size = new System.Drawing.Size(360, 336); this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Resize += new System.EventHandler(this.CWndPostit_Resize); this.Move += new System.EventHandler(this.CWndPostit_Move); this.m_cadre.ResumeLayout(false); this.m_cadre.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_btnMove)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.m_panelBas.ResumeLayout(false); this.m_panelTitre.ResumeLayout(false); this.m_panelTitre.PerformLayout(); this.m_panelValidation.ResumeLayout(false); this.m_panelValidation.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_btnAnnuler)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.m_btnValider)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.m_btnEditer)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.m_btnFermer)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.m_btnPoubelle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.m_btnResize)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_btnOk = new System.Windows.Forms.Button(); this.m_panelNom = new sc2i.win32.common.C2iPanelOmbre(); this.m_txtNomVariable = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.m_txtValeurStockee = new sc2i.win32.expression.CControleEditeFormule(); this.m_txtValeurAffichee = new sc2i.win32.expression.CControleEditeFormule(); this.label6 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.m_lnkTester = new System.Windows.Forms.LinkLabel(); this.m_panelFiltre = new sc2i.win32.data.dynamic.CPanelEditFiltreDynamique(); this.m_panelValeurs = new sc2i.win32.common.C2iPanelOmbre(); this.m_chkRechercheRapide = new System.Windows.Forms.CheckBox(); this.m_chkCanBeNull = new System.Windows.Forms.CheckBox(); this.m_txtNullValue = new System.Windows.Forms.TextBox(); this.splitter1 = new System.Windows.Forms.Splitter(); this.c2iTabControl1 = new sc2i.win32.common.C2iTabControl(this.components); this.m_wndAideFormule = new sc2i.win32.expression.CControlAideFormule(); this.cExtStyle1 = new sc2i.win32.common.CExtStyle(); this.m_panelNom.SuspendLayout(); this.panel1.SuspendLayout(); this.m_panelValeurs.SuspendLayout(); this.SuspendLayout(); // // 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(296, 434); 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 = 4; 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(168, 434); 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 = 3; this.m_btnOk.Text = "Ok|10"; this.m_btnOk.UseVisualStyleBackColor = false; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // m_panelNom // this.m_panelNom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_panelNom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelNom.Controls.Add(this.m_txtNomVariable); this.m_panelNom.Controls.Add(this.label2); this.m_panelNom.Controls.Add(this.label1); this.m_panelNom.Location = new System.Drawing.Point(8, 8); this.m_panelNom.LockEdition = false; this.m_panelNom.Name = "m_panelNom"; this.m_panelNom.Size = new System.Drawing.Size(536, 80); this.cExtStyle1.SetStyleBackColor(this.m_panelNom, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.m_panelNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelNom.TabIndex = 0; // // 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(136, 32); this.m_txtNomVariable.Name = "m_txtNomVariable"; this.m_txtNomVariable.Size = new System.Drawing.Size(376, 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 = 0; // // label2 // this.label2.Location = new System.Drawing.Point(8, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(104, 16); 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"; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(328, 16); this.cExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 0; this.label1.Text = "Object list selection variable|153"; // // m_txtValeurStockee // this.m_txtValeurStockee.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtValeurStockee.BackColor = System.Drawing.Color.White; this.m_txtValeurStockee.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtValeurStockee.Location = new System.Drawing.Point(136, 48); this.m_txtValeurStockee.LockEdition = false; this.m_txtValeurStockee.Name = "m_txtValeurStockee"; this.m_txtValeurStockee.Size = new System.Drawing.Size(376, 32); this.cExtStyle1.SetStyleBackColor(this.m_txtValeurStockee, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtValeurStockee, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtValeurStockee.TabIndex = 1; this.m_txtValeurStockee.Enter += new System.EventHandler(this.m_txtValeur_Enter); // // m_txtValeurAffichee // this.m_txtValeurAffichee.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtValeurAffichee.BackColor = System.Drawing.Color.White; this.m_txtValeurAffichee.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtValeurAffichee.Location = new System.Drawing.Point(136, 8); this.m_txtValeurAffichee.LockEdition = false; this.m_txtValeurAffichee.Name = "m_txtValeurAffichee"; this.m_txtValeurAffichee.Size = new System.Drawing.Size(376, 32); this.cExtStyle1.SetStyleBackColor(this.m_txtValeurAffichee, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtValeurAffichee, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtValeurAffichee.TabIndex = 0; this.m_txtValeurAffichee.Enter += new System.EventHandler(this.m_txtValeur_Enter); // // label6 // this.label6.Location = new System.Drawing.Point(8, 48); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(112, 16); this.cExtStyle1.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label6.TabIndex = 7; this.label6.Text = "Stored value|155"; // // label4 // this.label4.Location = new System.Drawing.Point(8, 8); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 16); this.cExtStyle1.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label4.TabIndex = 4; this.label4.Text = "Displayed value|154"; // // panel1 // this.panel1.Controls.Add(this.m_lnkTester); this.panel1.Controls.Add(this.m_panelFiltre); this.panel1.Controls.Add(this.m_panelValeurs); this.panel1.Controls.Add(this.splitter1); this.panel1.Controls.Add(this.m_panelNom); this.panel1.Controls.Add(this.m_btnAnnuler); this.panel1.Controls.Add(this.m_btnOk); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(544, 461); 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 = 8; // // m_lnkTester // this.m_lnkTester.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; this.m_lnkTester.Location = new System.Drawing.Point(448, 430); this.m_lnkTester.Name = "m_lnkTester"; this.m_lnkTester.Size = new System.Drawing.Size(88, 24); this.cExtStyle1.SetStyleBackColor(this.m_lnkTester, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_lnkTester, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkTester.TabIndex = 12; this.m_lnkTester.TabStop = true; this.m_lnkTester.Text = "Test|25"; this.m_lnkTester.TextAlign = System.Drawing.ContentAlignment.TopRight; this.m_lnkTester.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkTester_LinkClicked); // // 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.DefinitionRacineDeChampsFiltres = null; this.m_panelFiltre.FiltreDynamique = null; this.m_panelFiltre.Location = new System.Drawing.Point(10, 88); this.m_panelFiltre.LockEdition = false; this.m_panelFiltre.ModeSansType = false; this.m_panelFiltre.Name = "m_panelFiltre"; this.m_panelFiltre.Size = new System.Drawing.Size(534, 191); 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 = 1; this.m_panelFiltre.Load += new System.EventHandler(this.m_panelFiltre_Load); this.m_panelFiltre.OnChangeTypeElements += new sc2i.win32.data.dynamic.ChangeTypeElementsEventHandler(this.m_panelFiltre_OnChangeTypeElements); // // m_panelValeurs // this.m_panelValeurs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_panelValeurs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelValeurs.Controls.Add(this.m_txtValeurAffichee); this.m_panelValeurs.Controls.Add(this.m_txtValeurStockee); this.m_panelValeurs.Controls.Add(this.label6); this.m_panelValeurs.Controls.Add(this.m_chkRechercheRapide); this.m_panelValeurs.Controls.Add(this.label4); this.m_panelValeurs.Controls.Add(this.m_chkCanBeNull); this.m_panelValeurs.Controls.Add(this.m_txtNullValue); this.m_panelValeurs.Location = new System.Drawing.Point(8, 279); this.m_panelValeurs.LockEdition = false; this.m_panelValeurs.Name = "m_panelValeurs"; this.m_panelValeurs.Size = new System.Drawing.Size(536, 152); this.cExtStyle1.SetStyleBackColor(this.m_panelValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.m_panelValeurs, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelValeurs.TabIndex = 2; // // m_chkRechercheRapide // this.m_chkRechercheRapide.Location = new System.Drawing.Point(122, 114); this.m_chkRechercheRapide.Name = "m_chkRechercheRapide"; this.m_chkRechercheRapide.Size = new System.Drawing.Size(288, 16); this.cExtStyle1.SetStyleBackColor(this.m_chkRechercheRapide, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_chkRechercheRapide, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_chkRechercheRapide.TabIndex = 8; this.m_chkRechercheRapide.Text = "Use quick serach|157"; // // m_chkCanBeNull // this.m_chkCanBeNull.Location = new System.Drawing.Point(122, 88); this.m_chkCanBeNull.Name = "m_chkCanBeNull"; this.m_chkCanBeNull.Size = new System.Drawing.Size(123, 16); this.cExtStyle1.SetStyleBackColor(this.m_chkCanBeNull, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_chkCanBeNull, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_chkCanBeNull.TabIndex = 2; this.m_chkCanBeNull.Text = "Enable NULL|156"; this.m_chkCanBeNull.CheckedChanged += new System.EventHandler(this.m_chkCanBeNull_CheckedChanged); // // m_txtNullValue // this.m_txtNullValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtNullValue.Location = new System.Drawing.Point(248, 88); this.m_txtNullValue.Name = "m_txtNullValue"; this.m_txtNullValue.Size = new System.Drawing.Size(264, 20); this.cExtStyle1.SetStyleBackColor(this.m_txtNullValue, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtNullValue, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtNullValue.TabIndex = 3; // // splitter1 // this.splitter1.Location = new System.Drawing.Point(0, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 461); this.cExtStyle1.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.splitter1.TabIndex = 8; this.splitter1.TabStop = false; // // c2iTabControl1 // 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, 0); this.c2iTabControl1.Name = "c2iTabControl1"; this.c2iTabControl1.Ombre = true; this.c2iTabControl1.PositionTop = true; this.c2iTabControl1.Size = new System.Drawing.Size(496, 272); 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 = 0; // // m_wndAideFormule // this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right; this.m_wndAideFormule.FournisseurProprietes = null; this.m_wndAideFormule.Location = new System.Drawing.Point(544, 0); this.m_wndAideFormule.Name = "m_wndAideFormule"; this.m_wndAideFormule.SendIdChamps = false; this.m_wndAideFormule.Size = new System.Drawing.Size(184, 461); this.cExtStyle1.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndAideFormule.TabIndex = 5; this.m_wndAideFormule.ObjetInterroge = null; this.m_wndAideFormule.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAideFormule_OnSendCommande); // // CFormEditVariableDynamiqueSelectionObjetDonnee // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.White; this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(728, 461); this.Controls.Add(this.panel1); this.Controls.Add(this.m_wndAideFormule); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CFormEditVariableDynamiqueSelectionObjetDonnee"; this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Filter variable|145"; this.Load += new System.EventHandler(this.CFormEditVariableDynamiqueSelectionObjetDonnee_Load); this.m_panelNom.ResumeLayout(false); this.m_panelNom.PerformLayout(); this.panel1.ResumeLayout(false); this.m_panelValeurs.ResumeLayout(false); this.m_panelValeurs.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() { sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditOrigineChampCustom)); this.c2iPanelOmbre1 = new sc2i.win32.common.C2iPanelOmbre(); this.label1 = new System.Windows.Forms.Label(); this.m_wndListeChamps = new sc2i.win32.common.GlacialList(); this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_btnOk = new System.Windows.Forms.Button(); this.splitter1 = new System.Windows.Forms.Splitter(); this.m_ExtStyle1 = new sc2i.win32.common.CExtStyle(); this.c2iPanelOmbre1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // c2iPanelOmbre1 // this.c2iPanelOmbre1.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.c2iPanelOmbre1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.c2iPanelOmbre1.Controls.Add(this.label1); this.c2iPanelOmbre1.Controls.Add(this.m_wndListeChamps); this.c2iPanelOmbre1.Controls.Add(this.label2); this.c2iPanelOmbre1.Location = new System.Drawing.Point(8, 8); this.c2iPanelOmbre1.LockEdition = false; this.c2iPanelOmbre1.Name = "c2iPanelOmbre1"; this.c2iPanelOmbre1.Size = new System.Drawing.Size(446, 258); this.m_ExtStyle1.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle1.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iPanelOmbre1.TabIndex = 18; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(328, 16); this.m_ExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 0; this.label1.Text = "Custom fields|20000"; // // m_wndListeChamps // this.m_wndListeChamps.AllowColumnResize = true; this.m_wndListeChamps.AllowMultiselect = false; this.m_wndListeChamps.AlternateBackground = System.Drawing.Color.DarkGreen; this.m_wndListeChamps.AlternatingColors = false; this.m_wndListeChamps.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.m_wndListeChamps.AutoHeight = true; this.m_wndListeChamps.AutoSort = false; this.m_wndListeChamps.BackColor = System.Drawing.SystemColors.ControlLightLight; this.m_wndListeChamps.CanChangeActivationCheckBoxes = false; this.m_wndListeChamps.CheckBoxes = 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 = "Field"; glColumn1.Propriete = "Nom"; glColumn1.Text = "Field|60"; glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn1.Width = 200; this.m_wndListeChamps.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn1 }); this.m_wndListeChamps.ContexteUtilisation = ""; this.m_wndListeChamps.EnableCustomisation = false; this.m_wndListeChamps.FocusedItem = null; this.m_wndListeChamps.FullRowSelect = true; this.m_wndListeChamps.GLGridLines = sc2i.win32.common.GLGridStyles.gridSolid; this.m_wndListeChamps.GridColor = System.Drawing.SystemColors.ControlLight; this.m_wndListeChamps.HeaderHeight = 22; this.m_wndListeChamps.HeaderStyle = sc2i.win32.common.GLHeaderStyles.Normal; this.m_wndListeChamps.HeaderTextColor = System.Drawing.Color.Black; this.m_wndListeChamps.HeaderTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.m_wndListeChamps.HeaderVisible = true; this.m_wndListeChamps.HeaderWordWrap = false; this.m_wndListeChamps.HotColumnIndex = -1; this.m_wndListeChamps.HotItemIndex = -1; this.m_wndListeChamps.HotTracking = false; this.m_wndListeChamps.HotTrackingColor = System.Drawing.Color.LightGray; this.m_wndListeChamps.ImageList = null; this.m_wndListeChamps.ItemHeight = 17; this.m_wndListeChamps.ItemWordWrap = false; this.m_wndListeChamps.ListeSource = null; this.m_wndListeChamps.Location = new System.Drawing.Point(11, 27); this.m_wndListeChamps.MaxHeight = 17; this.m_wndListeChamps.Name = "m_wndListeChamps"; this.m_wndListeChamps.SelectedTextColor = System.Drawing.Color.White; this.m_wndListeChamps.SelectionColor = System.Drawing.Color.DarkBlue; this.m_wndListeChamps.ShowBorder = true; this.m_wndListeChamps.ShowFocusRect = true; this.m_wndListeChamps.Size = new System.Drawing.Size(236, 205); this.m_wndListeChamps.SortIndex = 0; this.m_ExtStyle1.SetStyleBackColor(this.m_wndListeChamps, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_wndListeChamps, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeChamps.SuperFlatHeaderColor = System.Drawing.Color.White; this.m_wndListeChamps.TabIndex = 3; this.m_wndListeChamps.Text = "glacialList1"; this.m_wndListeChamps.TrierAuClicSurEnteteColonne = true; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(253, 27); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(168, 95); this.m_ExtStyle1.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label2.TabIndex = 4; this.label2.Text = "Check fields you want to add to the table|20001"; // // panel1 // this.panel1.Controls.Add(this.m_btnAnnuler); this.panel1.Controls.Add(this.m_btnOk); this.panel1.Controls.Add(this.splitter1); this.panel1.Controls.Add(this.c2iPanelOmbre1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(462, 302); this.m_ExtStyle1.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel1.TabIndex = 20; // // 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(243, 272); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(80, 24); this.m_ExtStyle1.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnAnnuler.TabIndex = 22; this.m_btnAnnuler.Text = "Cancel|11"; this.m_btnAnnuler.UseVisualStyleBackColor = false; this.m_btnAnnuler.Click += new System.EventHandler(this.m_btnAnnuler_Click); // // 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(115, 272); this.m_btnOk.Name = "m_btnOk"; this.m_btnOk.Size = new System.Drawing.Size(80, 24); this.m_ExtStyle1.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOk.TabIndex = 21; this.m_btnOk.Text = "Ok|10"; this.m_btnOk.UseVisualStyleBackColor = false; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Right; this.splitter1.Location = new System.Drawing.Point(459, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 302); this.m_ExtStyle1.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.splitter1.TabIndex = 19; this.splitter1.TabStop = false; // // CFormEditOrigineChampCustom // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.White; this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(462, 302); this.Controls.Add(this.panel1); this.Name = "CFormEditOrigineChampCustom"; this.m_ExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Computed field|100"; this.Load += new System.EventHandler(this.CFormEditVariableFiltreCalculee_Load); this.c2iPanelOmbre1.ResumeLayout(false); this.c2iPanelOmbre1.PerformLayout(); this.panel1.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.m_wndAideFormule = new sc2i.win32.expression.CControlAideFormule(); this.splitter1 = new System.Windows.Forms.Splitter(); this.panel1 = new System.Windows.Forms.Panel(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_btnOk = new System.Windows.Forms.Button(); this.m_txtFormule = new sc2i.win32.expression.CControleEditeFormule(); this.panel2 = new System.Windows.Forms.Panel(); this.cExtStyle1 = new sc2i.win32.common.CExtStyle(); this.label1 = new System.Windows.Forms.Label(); this.m_txtSourceName = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // m_wndAideFormule // this.m_wndAideFormule.Dock = System.Windows.Forms.DockStyle.Right; this.m_wndAideFormule.FournisseurProprietes = null; this.m_wndAideFormule.Location = new System.Drawing.Point(555, 39); this.m_wndAideFormule.Name = "m_wndAideFormule"; this.m_wndAideFormule.ObjetInterroge = null; this.m_wndAideFormule.SendIdChamps = false; this.m_wndAideFormule.Size = new System.Drawing.Size(198, 379); this.cExtStyle1.SetStyleBackColor(this.m_wndAideFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); 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); // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Right; this.splitter1.Location = new System.Drawing.Point(550, 39); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(5, 379); this.cExtStyle1.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.splitter1.TabIndex = 1; this.splitter1.TabStop = false; // // 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, 378); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(550, 40); 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 = 3; // // m_btnAnnuler // this.m_btnAnnuler.Anchor = System.Windows.Forms.AnchorStyles.Top; this.m_btnAnnuler.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.m_btnAnnuler.Image = global::futurocom.win32.chart.Resource1.cancel; this.m_btnAnnuler.Location = new System.Drawing.Point(307, 8); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(40, 32); 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 = 1; // // m_btnOk // this.m_btnOk.Anchor = System.Windows.Forms.AnchorStyles.Top; this.m_btnOk.Image = global::futurocom.win32.chart.Resource1.check; this.m_btnOk.Location = new System.Drawing.Point(203, 8); this.m_btnOk.Name = "m_btnOk"; this.m_btnOk.Size = new System.Drawing.Size(40, 32); 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 = 0; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // m_txtFormule // this.m_txtFormule.BackColor = System.Drawing.Color.White; this.m_txtFormule.Dock = System.Windows.Forms.DockStyle.Fill; this.m_txtFormule.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormule.Formule = null; this.m_txtFormule.Location = new System.Drawing.Point(0, 39); this.m_txtFormule.LockEdition = false; this.m_txtFormule.Name = "m_txtFormule"; this.m_txtFormule.Size = new System.Drawing.Size(550, 339); this.cExtStyle1.SetStyleBackColor(this.m_txtFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormule.TabIndex = 4; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.panel2.Controls.Add(this.m_txtSourceName); this.panel2.Controls.Add(this.label1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.ForeColor = System.Drawing.Color.Black; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(753, 39); this.cExtStyle1.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.panel2.TabIndex = 5; // // label1 // this.label1.Location = new System.Drawing.Point(13, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(121, 20); this.cExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 0; this.label1.Text = "Source name|20002"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // m_txtSourceName // this.m_txtSourceName.Location = new System.Drawing.Point(140, 10); this.m_txtSourceName.Name = "m_txtSourceName"; this.m_txtSourceName.Size = new System.Drawing.Size(319, 20); this.cExtStyle1.SetStyleBackColor(this.m_txtSourceName, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtSourceName, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtSourceName.TabIndex = 1; // // CEditeurSourceChartFormule // this.AcceptButton = this.m_btnOk; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(753, 418); this.Controls.Add(this.m_txtFormule); this.Controls.Add(this.panel1); this.Controls.Add(this.splitter1); this.Controls.Add(this.m_wndAideFormule); this.Controls.Add(this.panel2); this.ForeColor = System.Drawing.Color.Black; this.Name = "CEditeurSourceChartFormule"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondFenetre); this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTexteFenetre); this.Text = "Formula chart source|20001"; this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); }
//------------------------------------------------------------------- #region Component Designer generated code /// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.m_lblNom = new System.Windows.Forms.Label(); this.m_txtNom = new System.Windows.Forms.TextBox(); this.m_txtVille = new System.Windows.Forms.TextBox(); this.m_lblVille = new System.Windows.Forms.Label(); this.m_txtCodePostal = new System.Windows.Forms.TextBox(); this.m_lblCodePostal = new System.Windows.Forms.Label(); this.m_lblRole = new System.Windows.Forms.Label(); this.m_cmbRoles = new sc2i.win32.common.CComboboxAutoFilled(); this.m_lblGroupe = new System.Windows.Forms.Label(); this.m_cmbGroupes = new sc2i.win32.data.CComboBoxListeObjetsDonnees(); this.m_ExtStyle = new sc2i.win32.common.CExtStyle(); this.SuspendLayout(); // // m_lblNom // this.m_lblNom.Location = new System.Drawing.Point(8, 5); this.m_lblNom.Name = "m_lblNom"; this.m_lblNom.Size = new System.Drawing.Size(64, 17); this.m_ExtStyle.SetStyleBackColor(this.m_lblNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lblNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblNom.TabIndex = 0; this.m_lblNom.Text = "Name|309"; // // m_txtNom // this.m_txtNom.Location = new System.Drawing.Point(96, 2); this.m_txtNom.Name = "m_txtNom"; this.m_txtNom.Size = new System.Drawing.Size(136, 20); this.m_ExtStyle.SetStyleBackColor(this.m_txtNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_txtNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtNom.TabIndex = 1; // // m_txtVille // this.m_txtVille.Location = new System.Drawing.Point(357, 25); this.m_txtVille.Name = "m_txtVille"; this.m_txtVille.Size = new System.Drawing.Size(136, 20); this.m_ExtStyle.SetStyleBackColor(this.m_txtVille, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_txtVille, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtVille.TabIndex = 3; // // m_lblVille // this.m_lblVille.Location = new System.Drawing.Point(246, 28); this.m_lblVille.Name = "m_lblVille"; this.m_lblVille.Size = new System.Drawing.Size(48, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lblVille, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lblVille, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblVille.TabIndex = 2; this.m_lblVille.Text = "City|757"; // // m_txtCodePostal // this.m_txtCodePostal.Location = new System.Drawing.Point(357, 2); this.m_txtCodePostal.Name = "m_txtCodePostal"; this.m_txtCodePostal.Size = new System.Drawing.Size(136, 20); this.m_ExtStyle.SetStyleBackColor(this.m_txtCodePostal, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_txtCodePostal, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtCodePostal.TabIndex = 5; // // m_lblCodePostal // this.m_lblCodePostal.Location = new System.Drawing.Point(246, 5); this.m_lblCodePostal.Name = "m_lblCodePostal"; this.m_lblCodePostal.Size = new System.Drawing.Size(105, 17); this.m_ExtStyle.SetStyleBackColor(this.m_lblCodePostal, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lblCodePostal, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblCodePostal.TabIndex = 4; this.m_lblCodePostal.Text = "Postal/Zip Code|756"; // // m_lblRole // this.m_lblRole.Location = new System.Drawing.Point(8, 31); this.m_lblRole.Name = "m_lblRole"; this.m_lblRole.Size = new System.Drawing.Size(56, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lblRole, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lblRole, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblRole.TabIndex = 10; this.m_lblRole.Text = "Role|764"; // // m_cmbRoles // this.m_cmbRoles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbRoles.IsLink = false; this.m_cmbRoles.ListDonnees = null; this.m_cmbRoles.Location = new System.Drawing.Point(96, 28); this.m_cmbRoles.LockEdition = false; this.m_cmbRoles.Name = "m_cmbRoles"; this.m_cmbRoles.NullAutorise = true; this.m_cmbRoles.ProprieteAffichee = null; this.m_cmbRoles.Size = new System.Drawing.Size(136, 21); this.m_ExtStyle.SetStyleBackColor(this.m_cmbRoles, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_cmbRoles, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbRoles.TabIndex = 9; this.m_cmbRoles.TextNull = I.T("(All)|30313"); this.m_cmbRoles.Tri = true; // // m_lblGroupe // this.m_lblGroupe.Location = new System.Drawing.Point(246, 51); this.m_lblGroupe.Name = "m_lblGroupe"; this.m_lblGroupe.Size = new System.Drawing.Size(72, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lblGroupe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lblGroupe, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblGroupe.TabIndex = 12; this.m_lblGroupe.Text = "Group|165"; // // m_cmbGroupes // this.m_cmbGroupes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbGroupes.ElementSelectionne = null; this.m_cmbGroupes.IsLink = false; this.m_cmbGroupes.ListDonnees = null; this.m_cmbGroupes.Location = new System.Drawing.Point(357, 48); this.m_cmbGroupes.LockEdition = false; this.m_cmbGroupes.Name = "m_cmbGroupes"; this.m_cmbGroupes.NullAutorise = true; this.m_cmbGroupes.ProprieteAffichee = null; this.m_cmbGroupes.ProprieteParentListeObjets = null; this.m_cmbGroupes.SelectionneurParent = null; this.m_cmbGroupes.Size = new System.Drawing.Size(136, 21); this.m_ExtStyle.SetStyleBackColor(this.m_cmbGroupes, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_cmbGroupes, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbGroupes.TabIndex = 11; this.m_cmbGroupes.TextNull = I.T("(All)|30313"); this.m_cmbGroupes.Tri = true; // // CPanelFiltreActeur // this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.Controls.Add(this.m_lblGroupe); this.Controls.Add(this.m_cmbGroupes); this.Controls.Add(this.m_lblRole); this.Controls.Add(this.m_cmbRoles); this.Controls.Add(this.m_txtCodePostal); this.Controls.Add(this.m_lblCodePostal); this.Controls.Add(this.m_txtVille); this.Controls.Add(this.m_lblVille); this.Controls.Add(this.m_txtNom); this.Controls.Add(this.m_lblNom); this.ForeColor = System.Drawing.Color.Black; this.Name = "CPanelFiltreActeur"; this.Size = new System.Drawing.Size(512, 79); this.m_ExtStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.Load += new System.EventHandler(this.CPanelFiltreActeur_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormSelectStructure)); sc2i.data.dynamic.CExporteurDatasetXML cExporteurDatasetXML4 = new sc2i.data.dynamic.CExporteurDatasetXML(); this.m_linkStructure = new sc2i.win32.common.C2iLink(this.components); this.m_btnOK = new System.Windows.Forms.Button(); this.m_btnCancel = new System.Windows.Forms.Button(); this.m_cmbStructures = new sc2i.win32.data.CComboBoxListeObjetsDonnees(); this.m_panelEditStructure = new sc2i.win32.data.dynamic.CPanelEditionStructureDonnee(); this.tabPageOptions = new Crownwood.Magic.Controls.TabPage(); this.tabPageStructure = new Crownwood.Magic.Controls.TabPage(); this.tabPage1 = new Crownwood.Magic.Controls.TabPage(); this.tabPage2 = new Crownwood.Magic.Controls.TabPage(); this.c2iTabControl1 = new sc2i.win32.common.C2iTabControl(this.components); this.tabPage4 = new Crownwood.Magic.Controls.TabPage(); this.m_panelOptionsExport = new sc2i.win32.data.dynamic.CPanelEditFormatExport(); this.tabPage3 = new Crownwood.Magic.Controls.TabPage(); this.m_panelMultiStructure = new sc2i.win32.data.dynamic.CPanelEditMultiStructure(); this.cExtStyle1 = new sc2i.win32.common.CExtStyle(); this.tabPage1.SuspendLayout(); this.c2iTabControl1.SuspendLayout(); this.tabPage4.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // m_linkStructure // this.m_linkStructure.ClickEnabled = false; this.m_linkStructure.ColorLabel = System.Drawing.SystemColors.ControlText; this.m_linkStructure.ColorLinkDisabled = System.Drawing.Color.Blue; this.m_linkStructure.ColorLinkEnabled = System.Drawing.Color.Blue; this.m_linkStructure.Cursor = System.Windows.Forms.Cursors.Default; this.m_linkStructure.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.m_linkStructure.ForeColor = System.Drawing.SystemColors.ControlText; this.m_linkStructure.Location = new System.Drawing.Point(20, 12); this.m_linkStructure.Name = "m_linkStructure"; this.m_linkStructure.Size = new System.Drawing.Size(96, 16); this.cExtStyle1.SetStyleBackColor(this.m_linkStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_linkStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_linkStructure.TabIndex = 0; this.m_linkStructure.Text = "Structure|169"; // // m_btnOK // this.m_btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.m_btnOK.Location = new System.Drawing.Point(277, 342); this.m_btnOK.Name = "m_btnOK"; this.m_btnOK.Size = new System.Drawing.Size(75, 23); this.cExtStyle1.SetStyleBackColor(this.m_btnOK, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnOK, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOK.TabIndex = 4; this.m_btnOK.Text = "Export|26"; this.m_btnOK.Click += new System.EventHandler(this.m_btnOK_Click); // // m_btnCancel // this.m_btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.m_btnCancel.Location = new System.Drawing.Point(357, 342); this.m_btnCancel.Name = "m_btnCancel"; this.m_btnCancel.Size = new System.Drawing.Size(75, 23); this.cExtStyle1.SetStyleBackColor(this.m_btnCancel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnCancel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnCancel.TabIndex = 5; this.m_btnCancel.Text = "Cancel|11"; this.m_btnCancel.Click += new System.EventHandler(this.m_btnCancel_Click); // // m_cmbStructures // this.m_cmbStructures.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_cmbStructures.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbStructures.ElementSelectionne = null; this.m_cmbStructures.IsLink = false; this.m_cmbStructures.ListDonnees = null; this.m_cmbStructures.Location = new System.Drawing.Point(122, 9); this.m_cmbStructures.LockEdition = false; this.m_cmbStructures.Name = "m_cmbStructures"; this.m_cmbStructures.NullAutorise = true; this.m_cmbStructures.ProprieteAffichee = null; this.m_cmbStructures.ProprieteParentListeObjets = null; this.m_cmbStructures.SelectionneurParent = null; this.m_cmbStructures.Size = new System.Drawing.Size(286, 21); this.cExtStyle1.SetStyleBackColor(this.m_cmbStructures, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_cmbStructures, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbStructures.TabIndex = 6; this.m_cmbStructures.TextNull = "Structure temporaire"; this.m_cmbStructures.Tri = true; this.m_cmbStructures.SelectedValueChanged += new System.EventHandler(this.m_cmbStructures_SelectedValueChanged); // // m_panelEditStructure // this.m_panelEditStructure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_panelEditStructure.ComboTypeLockEdition = false; this.m_panelEditStructure.ElementAVariablesPourFiltre = null; this.m_panelEditStructure.Location = new System.Drawing.Point(24, 40); this.m_panelEditStructure.LockEdition = false; this.m_panelEditStructure.Name = "m_panelEditStructure"; this.m_panelEditStructure.Size = new System.Drawing.Size(288, 120); this.m_panelEditStructure.StructureExport = ((sc2i.data.dynamic.C2iStructureExport)(resources.GetObject("m_panelEditStructure.StructureExport"))); this.cExtStyle1.SetStyleBackColor(this.m_panelEditStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_panelEditStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelEditStructure.TabIndex = 7; // // tabPageOptions // this.tabPageOptions.Location = new System.Drawing.Point(0, 25); this.tabPageOptions.Name = "tabPageOptions"; this.tabPageOptions.Selected = false; this.tabPageOptions.Size = new System.Drawing.Size(660, 263); this.cExtStyle1.SetStyleBackColor(this.tabPageOptions, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.tabPageOptions, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPageOptions.TabIndex = 1; this.tabPageOptions.Title = "Export options|201"; // // tabPageStructure // this.tabPageStructure.Location = new System.Drawing.Point(0, 25); this.tabPageStructure.Name = "tabPageStructure"; this.tabPageStructure.Selected = false; this.tabPageStructure.Size = new System.Drawing.Size(660, 263); this.cExtStyle1.SetStyleBackColor(this.tabPageStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.tabPageStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPageStructure.TabIndex = 0; this.tabPageStructure.Title = "Structure|230"; // // tabPage1 // this.tabPage1.Controls.Add(this.m_panelEditStructure); this.tabPage1.Location = new System.Drawing.Point(0, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Selected = false; this.tabPage1.Size = new System.Drawing.Size(296, 183); this.cExtStyle1.SetStyleBackColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.tabPage1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage1.TabIndex = 10; // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(0, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Selected = false; this.tabPage2.Size = new System.Drawing.Size(296, 183); this.cExtStyle1.SetStyleBackColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.tabPage2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage2.TabIndex = 11; // // c2iTabControl1 // this.c2iTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.c2iTabControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.c2iTabControl1.BoldSelectedPage = true; this.c2iTabControl1.ControlBottomOffset = 16; this.c2iTabControl1.ControlRightOffset = 16; this.c2iTabControl1.IDEPixelArea = false; this.c2iTabControl1.Location = new System.Drawing.Point(0, 32); this.c2iTabControl1.Name = "c2iTabControl1"; this.c2iTabControl1.Ombre = true; this.c2iTabControl1.PositionTop = true; this.c2iTabControl1.SelectedIndex = 1; this.c2iTabControl1.SelectedTab = this.tabPage4; this.c2iTabControl1.Size = new System.Drawing.Size(696, 304); this.cExtStyle1.SetStyleBackColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.c2iTabControl1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iTabControl1.TabIndex = 7; this.c2iTabControl1.TabPages.AddRange(new Crownwood.Magic.Controls.TabPage[] { this.tabPage3, this.tabPage4 }); this.c2iTabControl1.SelectionChanged += new System.EventHandler(this.c2iTabControl1_SelectionChanged); // // tabPage4 // this.tabPage4.Controls.Add(this.m_panelOptionsExport); this.tabPage4.Location = new System.Drawing.Point(0, 25); this.tabPage4.Name = "tabPage4"; this.tabPage4.Selected = false; this.tabPage4.Size = new System.Drawing.Size(680, 263); this.cExtStyle1.SetStyleBackColor(this.tabPage4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.tabPage4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage4.TabIndex = 11; this.tabPage4.Title = "Options|231"; // // m_panelOptionsExport // cExporteurDatasetXML4.ExporteStructureOnly = false; this.m_panelOptionsExport.Exporteur = cExporteurDatasetXML4; this.m_panelOptionsExport.Location = new System.Drawing.Point(0, 0); this.m_panelOptionsExport.Name = "m_panelOptionsExport"; this.m_panelOptionsExport.SansFichier = false; this.m_panelOptionsExport.Size = new System.Drawing.Size(680, 256); this.cExtStyle1.SetStyleBackColor(this.m_panelOptionsExport, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_panelOptionsExport, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelOptionsExport.TabIndex = 0; // // tabPage3 // this.tabPage3.Controls.Add(this.m_panelMultiStructure); this.tabPage3.Location = new System.Drawing.Point(0, 25); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(680, 263); this.cExtStyle1.SetStyleBackColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.tabPage3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.tabPage3.TabIndex = 10; this.tabPage3.Title = "Structure|230"; // // m_panelMultiStructure // this.m_panelMultiStructure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_panelMultiStructure.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelMultiStructure.FiltreDynamique = null; this.m_panelMultiStructure.Location = new System.Drawing.Point(0, 0); this.m_panelMultiStructure.LockEdition = false; this.m_panelMultiStructure.Name = "m_panelMultiStructure"; this.m_panelMultiStructure.Size = new System.Drawing.Size(680, 264); this.cExtStyle1.SetStyleBackColor(this.m_panelMultiStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.m_panelMultiStructure, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelMultiStructure.TabColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelMultiStructure.TabIndex = 0; // // CFormSelectStructure // this.AcceptButton = this.m_btnOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.White; this.CancelButton = this.m_btnCancel; this.ClientSize = new System.Drawing.Size(690, 372); this.Controls.Add(this.c2iTabControl1); this.Controls.Add(this.m_cmbStructures); this.Controls.Add(this.m_btnCancel); this.Controls.Add(this.m_btnOK); this.Controls.Add(this.m_linkStructure); this.Name = "CFormSelectStructure"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Structure selection|168"; this.Load += new System.EventHandler(this.CFormSelectStructure_Load); this.tabPage1.ResumeLayout(false); this.c2iTabControl1.ResumeLayout(false); this.c2iTabControl1.PerformLayout(); this.tabPage4.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.ResumeLayout(false); }
//--------------------------------------------------------------------------- #region Windows Form Designer generated code /// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.m_tabs = new Crownwood.Magic.Controls.TabbedGroups(); this.m_extStyle = new sc2i.win32.common.CExtStyle(); this.m_panelForMainTabs = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.m_tabs)).BeginInit(); this.m_panelForMainTabs.SuspendLayout(); this.SuspendLayout(); // // m_tabs // this.m_tabs.AllowDrop = true; this.m_tabs.AtLeastOneLeaf = true; this.m_tabs.BackColor = System.Drawing.Color.LightBlue; this.m_tabs.CloseMenuText = "&Fermer"; this.m_tabs.CloseShortcut = System.Windows.Forms.Shortcut.None; this.m_tabs.Dock = System.Windows.Forms.DockStyle.Fill; this.m_tabs.Location = new System.Drawing.Point(0, 0); this.m_tabs.MoveNextMenuText = "Entrer dans le groupe &Suivant"; this.m_tabs.MovePreviousMenuText = "Entre dans le groupe &Précédent"; this.m_tabs.Name = "m_tabs"; this.m_tabs.NewHorizontalMenuText = "Nouveau groupe &Horizontal"; this.m_tabs.NewVerticalMenuText = "Nouveau groupe &Vertical"; this.m_tabs.PageCloseWhenEmpty = true; this.m_tabs.ProminentLeaf = null; this.m_tabs.ProminentMenuText = "&En avant"; this.m_tabs.RebalanceMenuText = "&Reéquiliber les pages"; this.m_tabs.ResizeBarColor = System.Drawing.Color.LightGray; this.m_tabs.Size = new System.Drawing.Size(360, 263); this.m_extStyle.SetStyleBackColor(this.m_tabs, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_tabs, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_tabs.TabIndex = 1; this.m_tabs.PageCloseRequest += new Crownwood.Magic.Controls.TabbedGroups.PageCloseRequestHandler(this.m_tabs_PageCloseRequest); this.m_tabs.PageContextMenu += new Crownwood.Magic.Controls.TabbedGroups.PageContextMenuHandler(this.m_tabs_PageContextMenu); this.m_tabs.ActiveLeafChanged += new System.EventHandler(this.m_tabs_ActiveLeafChanged); this.m_tabs.TabIndexChanged += new System.EventHandler(this.m_tabs_TabIndexChanged); // // m_panelForMainTabs // this.m_panelForMainTabs.Controls.Add(this.m_tabs); this.m_panelForMainTabs.Dock = System.Windows.Forms.DockStyle.Fill; this.m_panelForMainTabs.Location = new System.Drawing.Point(0, 0); this.m_panelForMainTabs.Name = "m_panelForMainTabs"; this.m_panelForMainTabs.Size = new System.Drawing.Size(360, 263); this.m_extStyle.SetStyleBackColor(this.m_panelForMainTabs, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelForMainTabs, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelForMainTabs.TabIndex = 2; // // CFormNavigateur // this.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.ClientSize = new System.Drawing.Size(360, 263); this.Controls.Add(this.m_panelForMainTabs); this.KeyPreview = true; this.Name = "CFormNavigateur"; this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CFormNavigateur_FormClosing); this.Load += new System.EventHandler(this.CFormNavigateur_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CFormNavigateur_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.m_tabs)).EndInit(); this.m_panelForMainTabs.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(CFormSelectUnObjetDonnee)); sc2i.win32.common.GLColumn glColumn1 = new sc2i.win32.common.GLColumn(); this.listViewAutoFilledColumn1 = new sc2i.win32.common.ListViewAutoFilledColumn(); this.m_btnCancel = new System.Windows.Forms.Button(); this.m_btnOK = new System.Windows.Forms.Button(); this.m_wndListeElements = new sc2i.win32.common.GlacialList(); this.m_panelRecherche = new System.Windows.Forms.Panel(); this.m_txtRecherche = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.m_btnFiltrer = new System.Windows.Forms.Button(); this.m_arbre = new sc2i.win32.data.CArbreObjetsDonneesHierarchiques(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.m_lblInstructions = new System.Windows.Forms.Label(); this.m_imageType = new System.Windows.Forms.PictureBox(); this.cExtStyle1 = new sc2i.win32.common.CExtStyle(); this.m_panelRecherche.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_imageType)).BeginInit(); this.SuspendLayout(); // // listViewAutoFilledColumn1 // this.listViewAutoFilledColumn1.Field = "DescriptionElement"; this.listViewAutoFilledColumn1.PrecisionWidth = 0; this.listViewAutoFilledColumn1.ProportionnalSize = false; this.listViewAutoFilledColumn1.Text = "Description"; this.listViewAutoFilledColumn1.Visible = true; this.listViewAutoFilledColumn1.Width = 396; // // m_btnCancel // this.m_btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.m_btnCancel.Location = new System.Drawing.Point(239, 8); this.m_btnCancel.Name = "m_btnCancel"; this.m_btnCancel.Size = new System.Drawing.Size(75, 23); this.cExtStyle1.SetStyleBackColor(this.m_btnCancel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnCancel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnCancel.TabIndex = 7; this.m_btnCancel.Text = "Cancel|11"; // // m_btnOK // this.m_btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.m_btnOK.Location = new System.Drawing.Point(134, 8); this.m_btnOK.Name = "m_btnOK"; this.m_btnOK.Size = new System.Drawing.Size(75, 23); this.cExtStyle1.SetStyleBackColor(this.m_btnOK, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnOK, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOK.TabIndex = 6; this.m_btnOK.Text = "Ok|10"; this.m_btnOK.Click += new System.EventHandler(this.m_btnOK_Click); // // m_wndListeElements // this.m_wndListeElements.AllowColumnResize = true; this.m_wndListeElements.AllowMultiselect = false; this.m_wndListeElements.AlternateBackground = System.Drawing.Color.DarkGreen; this.m_wndListeElements.AlternatingColors = false; this.m_wndListeElements.AutoHeight = true; this.m_wndListeElements.AutoSort = true; this.m_wndListeElements.BackColor = System.Drawing.SystemColors.ControlLightLight; this.m_wndListeElements.CanChangeActivationCheckBoxes = false; this.m_wndListeElements.CheckBoxes = false; this.m_wndListeElements.CheckedItems = ((System.Collections.ArrayList)(resources.GetObject("m_wndListeElements.CheckedItems"))); 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 = "Column1"; glColumn1.Propriete = "DescriptionElement"; glColumn1.Text = "Description|250"; glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn1.Width = 420; this.m_wndListeElements.Columns.AddRange(new sc2i.win32.common.GLColumn[] { glColumn1 }); this.m_wndListeElements.ContexteUtilisation = ""; this.m_wndListeElements.Dock = System.Windows.Forms.DockStyle.Top; this.m_wndListeElements.EnableCustomisation = true; this.m_wndListeElements.FocusedItem = null; this.m_wndListeElements.FullRowSelect = true; this.m_wndListeElements.GLGridLines = sc2i.win32.common.GLGridStyles.gridSolid; this.m_wndListeElements.GridColor = System.Drawing.Color.Gray; this.m_wndListeElements.HasImages = false; this.m_wndListeElements.HeaderHeight = 22; this.m_wndListeElements.HeaderStyle = sc2i.win32.common.GLHeaderStyles.Normal; this.m_wndListeElements.HeaderTextColor = System.Drawing.Color.Black; this.m_wndListeElements.HeaderTextFont = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.m_wndListeElements.HeaderVisible = true; this.m_wndListeElements.HeaderWordWrap = false; this.m_wndListeElements.HotColumnIndex = -1; this.m_wndListeElements.HotItemIndex = -1; this.m_wndListeElements.HotTracking = false; this.m_wndListeElements.HotTrackingColor = System.Drawing.Color.LightGray; this.m_wndListeElements.ImageList = null; this.m_wndListeElements.ItemHeight = 17; this.m_wndListeElements.ItemWordWrap = false; this.m_wndListeElements.ListeSource = null; this.m_wndListeElements.Location = new System.Drawing.Point(0, 66); this.m_wndListeElements.MaxHeight = 17; this.m_wndListeElements.Name = "m_wndListeElements"; this.m_wndListeElements.SelectedTextColor = System.Drawing.Color.White; this.m_wndListeElements.SelectionColor = System.Drawing.Color.DarkBlue; this.m_wndListeElements.ShowBorder = true; this.m_wndListeElements.ShowFocusRect = false; this.m_wndListeElements.Size = new System.Drawing.Size(440, 151); this.m_wndListeElements.SortIndex = 0; this.cExtStyle1.SetStyleBackColor(this.m_wndListeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_wndListeElements, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndListeElements.SuperFlatHeaderColor = System.Drawing.Color.White; this.m_wndListeElements.TabIndex = 8; this.m_wndListeElements.Text = "glacialList1"; this.m_wndListeElements.TrierAuClicSurEnteteColonne = true; // // m_panelRecherche // this.m_panelRecherche.BackColor = System.Drawing.Color.White; this.m_panelRecherche.Controls.Add(this.m_txtRecherche); this.m_panelRecherche.Controls.Add(this.label1); this.m_panelRecherche.Controls.Add(this.m_btnFiltrer); this.m_panelRecherche.Dock = System.Windows.Forms.DockStyle.Top; this.m_panelRecherche.Location = new System.Drawing.Point(0, 0); this.m_panelRecherche.Name = "m_panelRecherche"; this.m_panelRecherche.Size = new System.Drawing.Size(440, 24); this.cExtStyle1.SetStyleBackColor(this.m_panelRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_panelRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelRecherche.TabIndex = 9; // // m_txtRecherche // this.m_txtRecherche.Dock = System.Windows.Forms.DockStyle.Fill; this.m_txtRecherche.Location = new System.Drawing.Point(81, 0); this.m_txtRecherche.Name = "m_txtRecherche"; this.m_txtRecherche.Size = new System.Drawing.Size(335, 20); this.cExtStyle1.SetStyleBackColor(this.m_txtRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_txtRecherche, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtRecherche.TabIndex = 2; this.m_txtRecherche.Leave += new System.EventHandler(this.m_txtRecherche_Leave); this.m_txtRecherche.Enter += new System.EventHandler(this.m_txtRecherche_Enter); // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Left; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 24); this.cExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 1; this.label1.Text = "Search|171"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // m_btnFiltrer // this.m_btnFiltrer.Dock = System.Windows.Forms.DockStyle.Right; this.m_btnFiltrer.Image = ((System.Drawing.Image)(resources.GetObject("m_btnFiltrer.Image"))); this.m_btnFiltrer.Location = new System.Drawing.Point(416, 0); this.m_btnFiltrer.Name = "m_btnFiltrer"; this.m_btnFiltrer.Size = new System.Drawing.Size(24, 24); this.cExtStyle1.SetStyleBackColor(this.m_btnFiltrer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_btnFiltrer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnFiltrer.TabIndex = 0; this.m_btnFiltrer.Click += new System.EventHandler(this.m_btnFiltrer_Click); // // m_arbre // this.m_arbre.AddRootForAll = false; this.m_arbre.AutoriserFilsDesAutorises = true; this.m_arbre.Dock = System.Windows.Forms.DockStyle.Fill; this.m_arbre.ElementSelectionne = null; this.m_arbre.ElementsSelectionnes = new sc2i.data.CObjetDonnee[0]; this.m_arbre.ForeColorNonSelectionnable = System.Drawing.Color.DarkGray; this.m_arbre.Location = new System.Drawing.Point(0, 217); this.m_arbre.Name = "m_arbre"; this.m_arbre.RootLabel = "Root"; this.m_arbre.Size = new System.Drawing.Size(440, 143); this.cExtStyle1.SetStyleBackColor(this.m_arbre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_arbre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_arbre.TabIndex = 10; // // panel1 // this.panel1.Controls.Add(this.m_btnOK); this.panel1.Controls.Add(this.m_btnCancel); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 360); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(440, 34); 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 = 11; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.panel2.Controls.Add(this.m_lblInstructions); this.panel2.Controls.Add(this.m_imageType); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.ForeColor = System.Drawing.Color.Black; this.panel2.Location = new System.Drawing.Point(0, 24); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(440, 42); this.cExtStyle1.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.cExtStyle1.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.panel2.TabIndex = 12; // // m_lblInstructions // this.m_lblInstructions.Dock = System.Windows.Forms.DockStyle.Fill; this.m_lblInstructions.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_lblInstructions.Location = new System.Drawing.Point(42, 0); this.m_lblInstructions.Name = "m_lblInstructions"; this.m_lblInstructions.Size = new System.Drawing.Size(398, 42); this.cExtStyle1.SetStyleBackColor(this.m_lblInstructions, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_lblInstructions, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblInstructions.TabIndex = 4; this.m_lblInstructions.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // m_imageType // this.m_imageType.Dock = System.Windows.Forms.DockStyle.Left; this.m_imageType.Location = new System.Drawing.Point(0, 0); this.m_imageType.Name = "m_imageType"; this.m_imageType.Size = new System.Drawing.Size(42, 42); this.cExtStyle1.SetStyleBackColor(this.m_imageType, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.cExtStyle1.SetStyleForeColor(this.m_imageType, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_imageType.TabIndex = 3; this.m_imageType.TabStop = false; // // CFormSelectUnObjetDonnee // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(440, 394); this.Controls.Add(this.m_arbre); this.Controls.Add(this.m_wndListeElements); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.m_panelRecherche); this.ForeColor = System.Drawing.Color.Black; this.Name = "CFormSelectUnObjetDonnee"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.cExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondFenetre); this.cExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTexteFenetre); this.Text = "Object selection|170"; this.Load += new System.EventHandler(this.CFormSelectUnObjetDonnee_Load); this.m_panelRecherche.ResumeLayout(false); this.m_panelRecherche.PerformLayout(); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.m_imageType)).EndInit(); this.ResumeLayout(false); }
//------------------------------------------------------------------- #region Component Designer generated code /// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.m_lblNom = new System.Windows.Forms.Label(); this.m_lblRole = new System.Windows.Forms.Label(); this.m_cmbEtats = new sc2i.win32.common.CComboboxAutoFilled(); this.m_ExtStyle = new sc2i.win32.common.CExtStyle(); this.m_txtActeur = new sc2i.win32.data.dynamic.C2iTextBoxFiltreRapide(); this.label1 = new System.Windows.Forms.Label(); this.m_txtTypeWorkflow = new sc2i.win32.data.dynamic.C2iTextBoxFiltreRapide(); this.label2 = new System.Windows.Forms.Label(); this.m_txtLabel = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // m_lblNom // this.m_lblNom.Location = new System.Drawing.Point(8, 5); this.m_lblNom.Name = "m_lblNom"; this.m_lblNom.Size = new System.Drawing.Size(97, 17); this.m_ExtStyle.SetStyleBackColor(this.m_lblNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lblNom, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblNom.TabIndex = 0; this.m_lblNom.Text = "Affected to|20616"; // // m_lblRole // this.m_lblRole.Location = new System.Drawing.Point(346, 51); this.m_lblRole.Name = "m_lblRole"; this.m_lblRole.Size = new System.Drawing.Size(97, 16); this.m_ExtStyle.SetStyleBackColor(this.m_lblRole, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_lblRole, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lblRole.TabIndex = 10; this.m_lblRole.Text = "State|20617"; // // m_cmbEtats // this.m_cmbEtats.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbEtats.IsLink = false; this.m_cmbEtats.ListDonnees = null; this.m_cmbEtats.Location = new System.Drawing.Point(453, 48); this.m_cmbEtats.LockEdition = false; this.m_cmbEtats.Name = "m_cmbEtats"; this.m_cmbEtats.NullAutorise = true; this.m_cmbEtats.ProprieteAffichee = null; this.m_cmbEtats.Size = new System.Drawing.Size(136, 21); this.m_ExtStyle.SetStyleBackColor(this.m_cmbEtats, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_cmbEtats, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbEtats.TabIndex = 9; this.m_cmbEtats.TextNull = "(All)"; this.m_cmbEtats.Tri = true; // // m_txtActeur // this.m_txtActeur.ElementSelectionne = null; this.m_txtActeur.Location = new System.Drawing.Point(111, 2); this.m_txtActeur.LockEdition = false; this.m_txtActeur.Name = "m_txtActeur"; this.m_txtActeur.SelectedObject = null; this.m_txtActeur.SelectionLength = 0; this.m_txtActeur.SelectionStart = 0; this.m_txtActeur.Size = new System.Drawing.Size(527, 20); this.m_ExtStyle.SetStyleBackColor(this.m_txtActeur, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_txtActeur, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtActeur.TabIndex = 11; // // label1 // this.label1.Location = new System.Drawing.Point(8, 52); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(97, 16); this.m_ExtStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 12; this.label1.Text = "Label|20619"; // // m_txtTypeWorkflow // this.m_txtTypeWorkflow.ElementSelectionne = null; this.m_txtTypeWorkflow.Location = new System.Drawing.Point(111, 25); this.m_txtTypeWorkflow.LockEdition = false; this.m_txtTypeWorkflow.Name = "m_txtTypeWorkflow"; this.m_txtTypeWorkflow.SelectedObject = null; this.m_txtTypeWorkflow.SelectionLength = 0; this.m_txtTypeWorkflow.SelectionStart = 0; this.m_txtTypeWorkflow.Size = new System.Drawing.Size(527, 20); this.m_ExtStyle.SetStyleBackColor(this.m_txtTypeWorkflow, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_txtTypeWorkflow, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtTypeWorkflow.TabIndex = 14; // // label2 // this.label2.Location = new System.Drawing.Point(8, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(97, 17); this.m_ExtStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label2.TabIndex = 13; this.label2.Text = "Workflow type|20618"; // // m_txtLabel // this.m_txtLabel.Location = new System.Drawing.Point(111, 48); this.m_txtLabel.Name = "m_txtLabel"; this.m_txtLabel.Size = new System.Drawing.Size(229, 20); this.m_ExtStyle.SetStyleBackColor(this.m_txtLabel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle.SetStyleForeColor(this.m_txtLabel, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtLabel.TabIndex = 15; // // CPanelFiltreEtapesWorkflow // this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.Controls.Add(this.m_txtLabel); this.Controls.Add(this.m_txtTypeWorkflow); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.m_txtActeur); this.Controls.Add(this.m_lblRole); this.Controls.Add(this.m_cmbEtats); this.Controls.Add(this.m_lblNom); this.ForeColor = System.Drawing.Color.Black; this.Name = "CPanelFiltreEtapesWorkflow"; this.Size = new System.Drawing.Size(652, 84); 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.CPanelFiltreEtapesWorkflow_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.c2iPanelOmbre1 = new sc2i.win32.common.C2iPanelOmbre(); this.m_txtNomChamp = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.m_wndAide = 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.c2iPanelOmbre2 = new sc2i.win32.common.C2iPanelOmbre(); this.m_txtFormule = new sc2i.win32.expression.CControleEditeFormule(); this.label3 = new System.Windows.Forms.Label(); this.splitter1 = new System.Windows.Forms.Splitter(); this.m_ExtStyle1 = new sc2i.win32.common.CExtStyle(); this.c2iPanelOmbre1.SuspendLayout(); this.panel1.SuspendLayout(); this.c2iPanelOmbre2.SuspendLayout(); this.SuspendLayout(); // // 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_txtNomChamp); this.c2iPanelOmbre1.Controls.Add(this.label2); this.c2iPanelOmbre1.Controls.Add(this.label1); this.c2iPanelOmbre1.Location = new System.Drawing.Point(8, 8); this.c2iPanelOmbre1.LockEdition = false; this.c2iPanelOmbre1.Name = "c2iPanelOmbre1"; this.c2iPanelOmbre1.Size = new System.Drawing.Size(472, 80); this.m_ExtStyle1.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle1.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iPanelOmbre1.TabIndex = 18; // // m_txtNomChamp // this.m_txtNomChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtNomChamp.Location = new System.Drawing.Point(112, 28); this.m_txtNomChamp.Name = "m_txtNomChamp"; this.m_txtNomChamp.Size = new System.Drawing.Size(336, 20); this.m_ExtStyle1.SetStyleBackColor(this.m_txtNomChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_txtNomChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtNomChamp.TabIndex = 2; // // label2 // this.label2.Location = new System.Drawing.Point(8, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(104, 16); this.m_ExtStyle1.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label2.TabIndex = 1; this.label2.Text = "Field name|101"; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(328, 16); this.m_ExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 0; this.label1.Text = "Champ calculé|100"; // // m_wndAide // this.m_wndAide.Dock = System.Windows.Forms.DockStyle.Right; this.m_wndAide.FournisseurProprietes = null; this.m_wndAide.Location = new System.Drawing.Point(488, 0); this.m_wndAide.Name = "m_wndAide"; this.m_wndAide.SendIdChamps = false; this.m_wndAide.Size = new System.Drawing.Size(216, 302); this.m_ExtStyle1.SetStyleBackColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndAide.TabIndex = 19; this.m_wndAide.ObjetInterroge = null; this.m_wndAide.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAide_OnSendCommande); // // panel1 // this.panel1.Controls.Add(this.m_btnAnnuler); this.panel1.Controls.Add(this.m_btnOk); this.panel1.Controls.Add(this.c2iPanelOmbre2); this.panel1.Controls.Add(this.splitter1); this.panel1.Controls.Add(this.c2iPanelOmbre1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(488, 302); this.m_ExtStyle1.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel1.TabIndex = 20; // // 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(256, 272); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(80, 24); this.m_ExtStyle1.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnAnnuler.TabIndex = 22; 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(128, 272); this.m_btnOk.Name = "m_btnOk"; this.m_btnOk.Size = new System.Drawing.Size(80, 24); this.m_ExtStyle1.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOk.TabIndex = 21; this.m_btnOk.Text = "Ok|10"; this.m_btnOk.UseVisualStyleBackColor = false; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // c2iPanelOmbre2 // this.c2iPanelOmbre2.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.c2iPanelOmbre2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.c2iPanelOmbre2.Controls.Add(this.m_txtFormule); this.c2iPanelOmbre2.Controls.Add(this.label3); this.c2iPanelOmbre2.Location = new System.Drawing.Point(8, 88); this.c2iPanelOmbre2.LockEdition = false; this.c2iPanelOmbre2.Name = "c2iPanelOmbre2"; this.c2iPanelOmbre2.Size = new System.Drawing.Size(472, 176); this.m_ExtStyle1.SetStyleBackColor(this.c2iPanelOmbre2, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle1.SetStyleForeColor(this.c2iPanelOmbre2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iPanelOmbre2.TabIndex = 20; this.c2iPanelOmbre2.Paint += new System.Windows.Forms.PaintEventHandler(this.c2iPanelOmbre2_Paint); // // m_txtFormule // this.m_txtFormule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtFormule.BackColor = System.Drawing.Color.White; this.m_txtFormule.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtFormule.Formule = null; this.m_txtFormule.Location = new System.Drawing.Point(8, 24); this.m_txtFormule.LockEdition = false; this.m_txtFormule.Name = "m_txtFormule"; this.m_txtFormule.Size = new System.Drawing.Size(440, 128); this.m_ExtStyle1.SetStyleBackColor(this.m_txtFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_txtFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFormule.TabIndex = 4; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(8, 8); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(328, 16); this.m_ExtStyle1.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label3.TabIndex = 3; this.label3.Text = "Formula|102"; // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Right; this.splitter1.Location = new System.Drawing.Point(485, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 302); this.m_ExtStyle1.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.splitter1.TabIndex = 19; this.splitter1.TabStop = false; // // CFormEditChampCalcule // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.White; this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(704, 302); this.Controls.Add(this.panel1); this.Controls.Add(this.m_wndAide); this.Name = "CFormEditChampCalcule"; this.m_ExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Computed field|100"; this.Load += new System.EventHandler(this.CFormEditVariableFiltreCalculee_Load); this.c2iPanelOmbre1.ResumeLayout(false); this.c2iPanelOmbre1.PerformLayout(); this.panel1.ResumeLayout(false); this.c2iPanelOmbre2.ResumeLayout(false); this.c2iPanelOmbre2.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.c2iPanelOmbre1 = new sc2i.win32.common.C2iPanelOmbre(); this.m_cmbTypeFinal = new sc2i.win32.common.C2iComboBox(); this.label6 = new System.Windows.Forms.Label(); this.m_panelSources = new System.Windows.Forms.Panel(); this.m_txtFonctionSql = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.m_txtNomChamp = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.m_lnkAjouterSource = new System.Windows.Forms.LinkLabel(); this.m_cmbOperation = new sc2i.win32.common.C2iComboBox(); this.m_chkGrouper = new System.Windows.Forms.CheckBox(); this.panel1 = new System.Windows.Forms.Panel(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_btnOk = new System.Windows.Forms.Button(); this.splitter1 = new System.Windows.Forms.Splitter(); this.m_ExtStyle1 = new sc2i.win32.common.CExtStyle(); this.c2iPanelOmbre1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // 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_cmbTypeFinal); this.c2iPanelOmbre1.Controls.Add(this.label6); this.c2iPanelOmbre1.Controls.Add(this.m_panelSources); this.c2iPanelOmbre1.Controls.Add(this.m_txtFonctionSql); this.c2iPanelOmbre1.Controls.Add(this.label3); this.c2iPanelOmbre1.Controls.Add(this.label5); this.c2iPanelOmbre1.Controls.Add(this.m_txtNomChamp); this.c2iPanelOmbre1.Controls.Add(this.label2); this.c2iPanelOmbre1.Controls.Add(this.label1); this.c2iPanelOmbre1.Controls.Add(this.label4); this.c2iPanelOmbre1.Controls.Add(this.m_lnkAjouterSource); this.c2iPanelOmbre1.Controls.Add(this.m_cmbOperation); this.c2iPanelOmbre1.Controls.Add(this.m_chkGrouper); this.c2iPanelOmbre1.Location = new System.Drawing.Point(8, 8); this.c2iPanelOmbre1.LockEdition = false; this.c2iPanelOmbre1.Name = "c2iPanelOmbre1"; this.c2iPanelOmbre1.Size = new System.Drawing.Size(504, 322); this.m_ExtStyle1.SetStyleBackColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle1.SetStyleForeColor(this.c2iPanelOmbre1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.c2iPanelOmbre1.TabIndex = 18; // // m_cmbTypeFinal // this.m_cmbTypeFinal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbTypeFinal.IsLink = false; this.m_cmbTypeFinal.Location = new System.Drawing.Point(128, 281); this.m_cmbTypeFinal.LockEdition = false; this.m_cmbTypeFinal.Name = "m_cmbTypeFinal"; this.m_cmbTypeFinal.Size = new System.Drawing.Size(208, 21); this.m_ExtStyle1.SetStyleBackColor(this.m_cmbTypeFinal, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_cmbTypeFinal, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbTypeFinal.TabIndex = 5; // // label6 // this.label6.Location = new System.Drawing.Point(3, 286); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(125, 16); this.m_ExtStyle1.SetStyleBackColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label6, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label6.TabIndex = 11; this.label6.Text = "Final data type|20006"; // // m_panelSources // this.m_panelSources.AutoScroll = true; this.m_panelSources.BackColor = System.Drawing.Color.White; this.m_panelSources.Location = new System.Drawing.Point(128, 54); this.m_panelSources.Name = "m_panelSources"; this.m_panelSources.Size = new System.Drawing.Size(349, 114); this.m_ExtStyle1.SetStyleBackColor(this.m_panelSources, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_panelSources, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelSources.TabIndex = 1; // // m_txtFonctionSql // this.m_txtFonctionSql.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtFonctionSql.Location = new System.Drawing.Point(128, 176); this.m_txtFonctionSql.Multiline = true; this.m_txtFonctionSql.Name = "m_txtFonctionSql"; this.m_txtFonctionSql.Size = new System.Drawing.Size(349, 48); this.m_ExtStyle1.SetStyleBackColor(this.m_txtFonctionSql, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_txtFonctionSql, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFonctionSql.TabIndex = 2; // // label3 // this.label3.Location = new System.Drawing.Point(8, 176); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(104, 16); this.m_ExtStyle1.SetStyleBackColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label3, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label3.TabIndex = 8; this.label3.Text = "SQL function|105"; // // label5 // this.label5.Location = new System.Drawing.Point(8, 232); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(104, 16); this.m_ExtStyle1.SetStyleBackColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label5, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label5.TabIndex = 5; this.label5.Text = "Operation|106"; // // m_txtNomChamp // this.m_txtNomChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtNomChamp.Location = new System.Drawing.Point(128, 28); this.m_txtNomChamp.Name = "m_txtNomChamp"; this.m_txtNomChamp.Size = new System.Drawing.Size(349, 20); this.m_ExtStyle1.SetStyleBackColor(this.m_txtNomChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_txtNomChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtNomChamp.TabIndex = 0; // // label2 // this.label2.Location = new System.Drawing.Point(8, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(104, 16); this.m_ExtStyle1.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label2.TabIndex = 1; this.label2.Text = "Field name|101"; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(328, 16); this.m_ExtStyle1.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle1.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 0; this.label1.Text = "Cumulated field|103"; // // label4 // this.label4.Location = new System.Drawing.Point(8, 54); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(104, 16); this.m_ExtStyle1.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label4.TabIndex = 3; this.label4.Text = "Sources|104"; // // m_lnkAjouterSource // this.m_lnkAjouterSource.Location = new System.Drawing.Point(8, 70); this.m_lnkAjouterSource.Name = "m_lnkAjouterSource"; this.m_lnkAjouterSource.Size = new System.Drawing.Size(64, 16); this.m_ExtStyle1.SetStyleBackColor(this.m_lnkAjouterSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_lnkAjouterSource, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_lnkAjouterSource.TabIndex = 0; this.m_lnkAjouterSource.TabStop = true; this.m_lnkAjouterSource.Text = "Add|24"; this.m_lnkAjouterSource.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_lnkAjouterSource_LinkClicked); // // m_cmbOperation // this.m_cmbOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.m_cmbOperation.IsLink = false; this.m_cmbOperation.Location = new System.Drawing.Point(128, 232); this.m_cmbOperation.LockEdition = false; this.m_cmbOperation.Name = "m_cmbOperation"; this.m_cmbOperation.Size = new System.Drawing.Size(208, 21); this.m_ExtStyle1.SetStyleBackColor(this.m_cmbOperation, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_cmbOperation, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_cmbOperation.TabIndex = 3; // // m_chkGrouper // this.m_chkGrouper.Location = new System.Drawing.Point(128, 259); this.m_chkGrouper.Name = "m_chkGrouper"; this.m_chkGrouper.Size = new System.Drawing.Size(240, 24); this.m_ExtStyle1.SetStyleBackColor(this.m_chkGrouper, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_chkGrouper, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_chkGrouper.TabIndex = 4; this.m_chkGrouper.Text = "Group the data on this field|106"; // // panel1 // this.panel1.Controls.Add(this.m_btnAnnuler); this.panel1.Controls.Add(this.m_btnOk); this.panel1.Controls.Add(this.splitter1); this.panel1.Controls.Add(this.c2iPanelOmbre1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(520, 407); this.m_ExtStyle1.SetStyleBackColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel1.TabIndex = 20; // // 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(256, 378); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(80, 24); this.m_ExtStyle1.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnAnnuler.TabIndex = 1; 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(136, 378); this.m_btnOk.Name = "m_btnOk"; this.m_btnOk.Size = new System.Drawing.Size(80, 24); this.m_ExtStyle1.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOk.TabIndex = 0; this.m_btnOk.Text = "Ok|10"; this.m_btnOk.UseVisualStyleBackColor = false; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Right; this.splitter1.Location = new System.Drawing.Point(517, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 407); this.m_ExtStyle1.SetStyleBackColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.splitter1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.splitter1.TabIndex = 19; this.splitter1.TabStop = false; // // CFormEditChampDeRequete // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.White; this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(520, 407); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CFormEditChampDeRequete"; this.m_ExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondFenetre); this.m_ExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Cumulated field|103"; this.Load += new System.EventHandler(this.CFormEditVariableFiltreCalculee_Load); this.c2iPanelOmbre1.ResumeLayout(false); this.c2iPanelOmbre1.PerformLayout(); this.panel1.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(CControleSelectionObjetHierarchique)); this.m_arbreViewSelection = new System.Windows.Forms.TreeView(); this.m_timerFiltre = new System.Windows.Forms.Timer(this.components); this.m_panelSelection = new System.Windows.Forms.Panel(); this.m_btnEdition = new System.Windows.Forms.PictureBox(); this.m_corbeille = new System.Windows.Forms.PictureBox(); this.m_txtFiltre = new System.Windows.Forms.TextBox(); this.m_boutonDropList = new System.Windows.Forms.Button(); this.m_ExtStyle1 = new sc2i.win32.common.CExtStyle(); this.m_panelSelection.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_btnEdition)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.m_corbeille)).BeginInit(); this.SuspendLayout(); // // m_arbreViewSelection // this.m_arbreViewSelection.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_arbreViewSelection.Dock = System.Windows.Forms.DockStyle.Fill; this.m_arbreViewSelection.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_arbreViewSelection.ForeColor = System.Drawing.Color.Black; this.m_arbreViewSelection.Location = new System.Drawing.Point(0, 20); this.m_arbreViewSelection.Name = "m_arbreViewSelection"; this.m_arbreViewSelection.Size = new System.Drawing.Size(464, 52); this.m_ExtStyle1.SetStyleBackColor(this.m_arbreViewSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_ExtStyle1.SetStyleForeColor(this.m_arbreViewSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_arbreViewSelection.TabIndex = 1; this.m_arbreViewSelection.TabStop = false; // // m_timerFiltre // this.m_timerFiltre.Interval = 200; this.m_timerFiltre.Tick += new System.EventHandler(this.m_timerFiltre_Tick); // // m_panelSelection // this.m_panelSelection.Controls.Add(this.m_btnEdition); this.m_panelSelection.Controls.Add(this.m_corbeille); this.m_panelSelection.Controls.Add(this.m_txtFiltre); this.m_panelSelection.Controls.Add(this.m_boutonDropList); this.m_panelSelection.Dock = System.Windows.Forms.DockStyle.Top; this.m_panelSelection.Location = new System.Drawing.Point(0, 0); this.m_panelSelection.Name = "m_panelSelection"; this.m_panelSelection.Size = new System.Drawing.Size(464, 20); this.m_ExtStyle1.SetStyleBackColor(this.m_panelSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_panelSelection, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelSelection.TabIndex = 2; // // m_btnEdition // this.m_btnEdition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_btnEdition.Image = ((System.Drawing.Image)(resources.GetObject("m_btnEdition.Image"))); this.m_btnEdition.Location = new System.Drawing.Point(432, 0); this.m_btnEdition.Name = "m_btnEdition"; this.m_btnEdition.Size = new System.Drawing.Size(16, 16); this.m_ExtStyle1.SetStyleBackColor(this.m_btnEdition, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_btnEdition, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnEdition.TabIndex = 4; this.m_btnEdition.TabStop = false; this.m_btnEdition.Click += new System.EventHandler(this.m_btnEdition_Click); // // m_corbeille // this.m_corbeille.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_corbeille.Cursor = System.Windows.Forms.Cursors.Hand; this.m_corbeille.Image = ((System.Drawing.Image)(resources.GetObject("m_corbeille.Image"))); this.m_corbeille.Location = new System.Drawing.Point(448, 0); this.m_corbeille.Name = "m_corbeille"; this.m_corbeille.Size = new System.Drawing.Size(16, 16); this.m_corbeille.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.m_ExtStyle1.SetStyleBackColor(this.m_corbeille, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_corbeille, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_corbeille.TabIndex = 3; this.m_corbeille.TabStop = false; this.m_corbeille.Click += new System.EventHandler(this.m_corbeille_Click); // // m_txtFiltre // this.m_txtFiltre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtFiltre.Location = new System.Drawing.Point(0, 0); this.m_txtFiltre.Name = "m_txtFiltre"; this.m_txtFiltre.Size = new System.Drawing.Size(416, 20); this.m_ExtStyle1.SetStyleBackColor(this.m_txtFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_txtFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtFiltre.TabIndex = 0; this.m_txtFiltre.TextChanged += new System.EventHandler(this.m_txtFiltre_TextChanged); this.m_txtFiltre.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_txtFiltre_KeyDown); // // m_boutonDropList // this.m_boutonDropList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_boutonDropList.BackColor = System.Drawing.SystemColors.Control; this.m_boutonDropList.Image = ((System.Drawing.Image)(resources.GetObject("m_boutonDropList.Image"))); this.m_boutonDropList.Location = new System.Drawing.Point(416, 0); this.m_boutonDropList.Name = "m_boutonDropList"; this.m_boutonDropList.Size = new System.Drawing.Size(17, 17); this.m_ExtStyle1.SetStyleBackColor(this.m_boutonDropList, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this.m_boutonDropList, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_boutonDropList.TabIndex = 2; this.m_boutonDropList.TabStop = false; this.m_boutonDropList.UseVisualStyleBackColor = false; this.m_boutonDropList.Click += new System.EventHandler(this.m_boutonDropList_Click); // // CControleSelectionObjetHierarchique // this.Controls.Add(this.m_arbreViewSelection); this.Controls.Add(this.m_panelSelection); this.Name = "CControleSelectionObjetHierarchique"; this.Size = new System.Drawing.Size(464, 72); this.m_ExtStyle1.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_ExtStyle1.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Leave += new System.EventHandler(this.CControleSelectionObjetHierarchique_Leave); this.BackColorChanged += new System.EventHandler(this.CControleSelectionObjetHierarchique_BackColorChanged); this.m_panelSelection.ResumeLayout(false); this.m_panelSelection.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_btnEdition)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.m_corbeille)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CFormEditComposantFiltreSousFiltre)); this.label1 = new System.Windows.Forms.Label(); this.m_boutonDropList = new System.Windows.Forms.Button(); this.m_labelChamp = new System.Windows.Forms.Label(); this.m_panelComboChamp = new System.Windows.Forms.Panel(); this.m_wndAide = new sc2i.win32.expression.CControlAideFormule(); this.m_panelFiltre = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.m_btnIn = new System.Windows.Forms.RadioButton(); this.m_btnNotIn = new System.Windows.Forms.RadioButton(); this.m_panelValeurAttendue = new System.Windows.Forms.Panel(); this.m_panelValeurFormule = new System.Windows.Forms.Panel(); this.m_panelSousFiltre = new sc2i.win32.data.dynamic.CPanelEditFiltreDynamique(); this.m_panelValeurChamp = new System.Windows.Forms.Panel(); this.m_panelComboChampValeur = new System.Windows.Forms.Panel(); this.m_labelChampValeur = new System.Windows.Forms.Label(); this.m_boutonChampValeurDropList = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.m_txtCondition = new sc2i.win32.expression.CControleEditeFormule(); this.m_btnAnnuler = new System.Windows.Forms.Button(); this.m_btnOk = new System.Windows.Forms.Button(); this.m_btnCreerVariable = new System.Windows.Forms.LinkLabel(); this.m_menuNewVariable = new System.Windows.Forms.ContextMenu(); this.m_menuVariableSaisie = new System.Windows.Forms.MenuItem(); this.m_menuVariableCalculée = new System.Windows.Forms.MenuItem(); this.m_menuVariableSelection = new System.Windows.Forms.MenuItem(); this.m_tooltip = new sc2i.win32.common.CToolTipTraductible(this.components); this.m_splitContainer = new System.Windows.Forms.SplitContainer(); this.label2 = new System.Windows.Forms.Label(); this.m_extStyle = new sc2i.win32.common.CExtStyle(); this.m_panelComboChamp.SuspendLayout(); this.m_panelFiltre.SuspendLayout(); this.panel2.SuspendLayout(); this.m_panelValeurAttendue.SuspendLayout(); this.m_panelValeurFormule.SuspendLayout(); this.m_panelValeurChamp.SuspendLayout(); this.m_panelComboChampValeur.SuspendLayout(); this.m_splitContainer.Panel1.SuspendLayout(); this.m_splitContainer.Panel2.SuspendLayout(); this.m_splitContainer.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(6, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(116, 19); this.m_extStyle.SetStyleBackColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.label1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label1.TabIndex = 0; this.label1.Text = "Tested field|124"; // // m_boutonDropList // this.m_boutonDropList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_boutonDropList.BackColor = System.Drawing.SystemColors.Control; this.m_boutonDropList.Image = ((System.Drawing.Image)(resources.GetObject("m_boutonDropList.Image"))); this.m_boutonDropList.Location = new System.Drawing.Point(374, 0); this.m_boutonDropList.Name = "m_boutonDropList"; this.m_boutonDropList.Size = new System.Drawing.Size(17, 17); this.m_extStyle.SetStyleBackColor(this.m_boutonDropList, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_boutonDropList, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_boutonDropList.TabIndex = 3; this.m_boutonDropList.TabStop = false; this.m_boutonDropList.UseVisualStyleBackColor = false; this.m_boutonDropList.Click += new System.EventHandler(this.m_boutonDropList_Click); // // m_labelChamp // this.m_labelChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_labelChamp.BackColor = System.Drawing.Color.White; this.m_labelChamp.Location = new System.Drawing.Point(0, 0); this.m_labelChamp.Name = "m_labelChamp"; this.m_labelChamp.Size = new System.Drawing.Size(374, 17); this.m_extStyle.SetStyleBackColor(this.m_labelChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_labelChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_labelChamp.TabIndex = 2; this.m_labelChamp.Text = "label1"; this.m_labelChamp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.m_tooltip.SetToolTip(this.m_labelChamp, "Enter the field to test|161"); this.m_labelChamp.Click += new System.EventHandler(this.m_boutonDropList_Click); // // m_panelComboChamp // this.m_panelComboChamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_panelComboChamp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.m_panelComboChamp.Controls.Add(this.m_labelChamp); this.m_panelComboChamp.Controls.Add(this.m_boutonDropList); this.m_panelComboChamp.Location = new System.Drawing.Point(88, 8); this.m_panelComboChamp.Name = "m_panelComboChamp"; this.m_panelComboChamp.Size = new System.Drawing.Size(394, 21); this.m_extStyle.SetStyleBackColor(this.m_panelComboChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelComboChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelComboChamp.TabIndex = 4; // // m_wndAide // this.m_wndAide.Dock = System.Windows.Forms.DockStyle.Fill; this.m_wndAide.FournisseurProprietes = null; this.m_wndAide.Location = new System.Drawing.Point(0, 0); this.m_wndAide.Name = "m_wndAide"; this.m_wndAide.ObjetInterroge = null; this.m_wndAide.SendIdChamps = false; this.m_wndAide.Size = new System.Drawing.Size(221, 415); this.m_extStyle.SetStyleBackColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_wndAide, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_wndAide.TabIndex = 7; this.m_wndAide.OnSendCommande += new sc2i.win32.expression.SendCommande(this.m_wndAide_OnSendCommande); // // m_panelFiltre // this.m_panelFiltre.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(255))))); this.m_panelFiltre.Controls.Add(this.panel2); this.m_panelFiltre.Controls.Add(this.m_panelValeurAttendue); this.m_panelFiltre.Controls.Add(this.label4); this.m_panelFiltre.Controls.Add(this.m_txtCondition); this.m_panelFiltre.Controls.Add(this.m_btnAnnuler); this.m_panelFiltre.Controls.Add(this.m_btnOk); this.m_panelFiltre.Controls.Add(this.m_btnCreerVariable); this.m_panelFiltre.Controls.Add(this.m_panelComboChamp); this.m_panelFiltre.Controls.Add(this.label1); this.m_panelFiltre.Dock = System.Windows.Forms.DockStyle.Fill; this.m_panelFiltre.ForeColor = System.Drawing.Color.Black; this.m_panelFiltre.Location = new System.Drawing.Point(0, 0); this.m_panelFiltre.Name = "m_panelFiltre"; this.m_panelFiltre.Size = new System.Drawing.Size(490, 415); this.m_extStyle.SetStyleBackColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorFondPanel); this.m_extStyle.SetStyleForeColor(this.m_panelFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.ColorTextePanel); this.m_panelFiltre.TabIndex = 8; this.m_panelFiltre.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // // panel2 // this.panel2.Controls.Add(this.m_btnIn); this.panel2.Controls.Add(this.m_btnNotIn); this.panel2.Location = new System.Drawing.Point(88, 30); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(248, 16); this.m_extStyle.SetStyleBackColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.panel2.TabIndex = 18; // // m_btnIn // this.m_btnIn.Location = new System.Drawing.Point(6, 0); this.m_btnIn.Name = "m_btnIn"; this.m_btnIn.Size = new System.Drawing.Size(104, 16); this.m_extStyle.SetStyleBackColor(this.m_btnIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnIn.TabIndex = 16; this.m_btnIn.Text = "In|20095"; // // m_btnNotIn // this.m_btnNotIn.Location = new System.Drawing.Point(113, 0); this.m_btnNotIn.Name = "m_btnNotIn"; this.m_btnNotIn.Size = new System.Drawing.Size(104, 16); this.m_extStyle.SetStyleBackColor(this.m_btnNotIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnNotIn, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnNotIn.TabIndex = 17; this.m_btnNotIn.Text = "Not in|20096"; // // m_panelValeurAttendue // this.m_panelValeurAttendue.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_panelValeurAttendue.Controls.Add(this.m_panelValeurFormule); this.m_panelValeurAttendue.Controls.Add(this.m_panelValeurChamp); this.m_panelValeurAttendue.Location = new System.Drawing.Point(8, 52); this.m_panelValeurAttendue.Name = "m_panelValeurAttendue"; this.m_panelValeurAttendue.Size = new System.Drawing.Size(473, 241); this.m_extStyle.SetStyleBackColor(this.m_panelValeurAttendue, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelValeurAttendue, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelValeurAttendue.TabIndex = 15; // // m_panelValeurFormule // this.m_panelValeurFormule.Controls.Add(this.m_panelSousFiltre); this.m_panelValeurFormule.Dock = System.Windows.Forms.DockStyle.Fill; this.m_panelValeurFormule.Location = new System.Drawing.Point(0, 0); this.m_panelValeurFormule.Name = "m_panelValeurFormule"; this.m_panelValeurFormule.Size = new System.Drawing.Size(473, 209); this.m_extStyle.SetStyleBackColor(this.m_panelValeurFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelValeurFormule, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelValeurFormule.TabIndex = 1; // // m_panelSousFiltre // this.m_panelSousFiltre.BackColor = System.Drawing.Color.White; this.m_panelSousFiltre.DefinitionRacineDeChampsFiltres = null; this.m_panelSousFiltre.Dock = System.Windows.Forms.DockStyle.Fill; this.m_panelSousFiltre.FiltreDynamique = null; this.m_panelSousFiltre.Location = new System.Drawing.Point(0, 0); this.m_panelSousFiltre.LockEdition = false; this.m_panelSousFiltre.ModeFiltreExpression = false; this.m_panelSousFiltre.ModeSansType = false; this.m_panelSousFiltre.Name = "m_panelSousFiltre"; this.m_panelSousFiltre.Size = new System.Drawing.Size(473, 209); this.m_extStyle.SetStyleBackColor(this.m_panelSousFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelSousFiltre, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelSousFiltre.TabIndex = 0; this.m_panelSousFiltre.OnChangeTypeElements += new sc2i.win32.data.dynamic.ChangeTypeElementsEventHandler(this.m_panelSousFiltre_OnChangeTypeElements); // // m_panelValeurChamp // this.m_panelValeurChamp.Controls.Add(this.label2); this.m_panelValeurChamp.Controls.Add(this.m_panelComboChampValeur); this.m_panelValeurChamp.Dock = System.Windows.Forms.DockStyle.Bottom; this.m_panelValeurChamp.Location = new System.Drawing.Point(0, 209); this.m_panelValeurChamp.Name = "m_panelValeurChamp"; this.m_panelValeurChamp.Size = new System.Drawing.Size(473, 32); this.m_extStyle.SetStyleBackColor(this.m_panelValeurChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelValeurChamp, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelValeurChamp.TabIndex = 0; // // m_panelComboChampValeur // this.m_panelComboChampValeur.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_panelComboChampValeur.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.m_panelComboChampValeur.Controls.Add(this.m_labelChampValeur); this.m_panelComboChampValeur.Controls.Add(this.m_boutonChampValeurDropList); this.m_panelComboChampValeur.Location = new System.Drawing.Point(86, 5); this.m_panelComboChampValeur.Name = "m_panelComboChampValeur"; this.m_panelComboChampValeur.Size = new System.Drawing.Size(375, 21); this.m_extStyle.SetStyleBackColor(this.m_panelComboChampValeur, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_panelComboChampValeur, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_panelComboChampValeur.TabIndex = 5; // // m_labelChampValeur // this.m_labelChampValeur.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_labelChampValeur.BackColor = System.Drawing.Color.White; this.m_labelChampValeur.Location = new System.Drawing.Point(1, 0); this.m_labelChampValeur.Name = "m_labelChampValeur"; this.m_labelChampValeur.Size = new System.Drawing.Size(355, 17); this.m_extStyle.SetStyleBackColor(this.m_labelChampValeur, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_labelChampValeur, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_labelChampValeur.TabIndex = 2; this.m_labelChampValeur.Text = "label1"; this.m_labelChampValeur.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.m_tooltip.SetToolTip(this.m_labelChampValeur, "Enter the field to test161"); // // m_boutonChampValeurDropList // this.m_boutonChampValeurDropList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_boutonChampValeurDropList.BackColor = System.Drawing.SystemColors.Control; this.m_boutonChampValeurDropList.Image = ((System.Drawing.Image)(resources.GetObject("m_boutonChampValeurDropList.Image"))); this.m_boutonChampValeurDropList.Location = new System.Drawing.Point(355, 0); this.m_boutonChampValeurDropList.Name = "m_boutonChampValeurDropList"; this.m_boutonChampValeurDropList.Size = new System.Drawing.Size(17, 17); this.m_extStyle.SetStyleBackColor(this.m_boutonChampValeurDropList, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_boutonChampValeurDropList, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_boutonChampValeurDropList.TabIndex = 3; this.m_boutonChampValeurDropList.TabStop = false; this.m_boutonChampValeurDropList.UseVisualStyleBackColor = false; this.m_boutonChampValeurDropList.Click += new System.EventHandler(this.m_boutonChampValeurDropList_Click); // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(8, 305); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(172, 16); this.m_extStyle.SetStyleBackColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.label4, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label4.TabIndex = 14; this.label4.Text = "Enable condition|115"; // // m_txtCondition // this.m_txtCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_txtCondition.BackColor = System.Drawing.Color.White; this.m_txtCondition.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.m_txtCondition.Formule = null; this.m_txtCondition.Location = new System.Drawing.Point(8, 321); this.m_txtCondition.LockEdition = false; this.m_txtCondition.Name = "m_txtCondition"; this.m_txtCondition.Size = new System.Drawing.Size(470, 56); this.m_extStyle.SetStyleBackColor(this.m_txtCondition, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_txtCondition, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_txtCondition.TabIndex = 13; this.m_tooltip.SetToolTip(this.m_txtCondition, "This test will be integrated to the filter only if the value condition is equal t" + "o 1|160"); this.m_txtCondition.Enter += new System.EventHandler(this.m_txtFormule_Enter); // // 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(257, 385); this.m_btnAnnuler.Name = "m_btnAnnuler"; this.m_btnAnnuler.Size = new System.Drawing.Size(80, 24); this.m_extStyle.SetStyleBackColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnAnnuler, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnAnnuler.TabIndex = 12; 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(129, 385); this.m_btnOk.Name = "m_btnOk"; this.m_btnOk.Size = new System.Drawing.Size(80, 24); this.m_extStyle.SetStyleBackColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnOk, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnOk.TabIndex = 11; this.m_btnOk.Text = "Ok|10"; this.m_btnOk.UseVisualStyleBackColor = false; this.m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // m_btnCreerVariable // this.m_btnCreerVariable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.m_btnCreerVariable.Location = new System.Drawing.Point(342, 30); this.m_btnCreerVariable.Name = "m_btnCreerVariable"; this.m_btnCreerVariable.Size = new System.Drawing.Size(140, 16); this.m_extStyle.SetStyleBackColor(this.m_btnCreerVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_btnCreerVariable, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_btnCreerVariable.TabIndex = 10; this.m_btnCreerVariable.TabStop = true; this.m_btnCreerVariable.Text = "Create new variable|130"; this.m_btnCreerVariable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.m_btnCreerVariable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.m_btnCreerVariable_LinkClicked); // // m_menuNewVariable // this.m_menuNewVariable.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.m_menuVariableSaisie, this.m_menuVariableCalculée, this.m_menuVariableSelection }); // // m_menuVariableSaisie // this.m_menuVariableSaisie.Index = 0; this.m_menuVariableSaisie.Text = "Entered|30010"; this.m_menuVariableSaisie.Click += new System.EventHandler(this.m_menuVariableSaisie_Click); // // m_menuVariableCalculée // this.m_menuVariableCalculée.Index = 1; this.m_menuVariableCalculée.Text = "Computed|30011"; this.m_menuVariableCalculée.Click += new System.EventHandler(this.m_menuVariableCalculée_Click); // // m_menuVariableSelection // this.m_menuVariableSelection.Index = 2; this.m_menuVariableSelection.Text = "Selection|30012"; this.m_menuVariableSelection.Click += new System.EventHandler(this.m_menuVariableSelection_Click); // // m_splitContainer // this.m_splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.m_splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.m_splitContainer.Location = new System.Drawing.Point(0, 0); this.m_splitContainer.Name = "m_splitContainer"; // // m_splitContainer.Panel1 // this.m_splitContainer.Panel1.Controls.Add(this.m_panelFiltre); this.m_extStyle.SetStyleBackColor(this.m_splitContainer.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_splitContainer.Panel1, sc2i.win32.common.CExtStyle.EnumCouleurs.None); // // m_splitContainer.Panel2 // this.m_splitContainer.Panel2.Controls.Add(this.m_wndAide); this.m_extStyle.SetStyleBackColor(this.m_splitContainer.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_splitContainer.Panel2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_splitContainer.Size = new System.Drawing.Size(723, 419); this.m_splitContainer.SplitterDistance = 494; this.m_extStyle.SetStyleBackColor(this.m_splitContainer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.m_splitContainer, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_splitContainer.TabIndex = 9; // // label2 // this.label2.Location = new System.Drawing.Point(3, 5); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 27); this.m_extStyle.SetStyleBackColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this.label2, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.label2.TabIndex = 6; this.label2.Text = "Sub filter value|20099"; // // CFormEditComposantFiltreSousFiltre // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.CancelButton = this.m_btnAnnuler; this.ClientSize = new System.Drawing.Size(723, 419); this.Controls.Add(this.m_splitContainer); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CFormEditComposantFiltreSousFiltre"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.m_extStyle.SetStyleBackColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.m_extStyle.SetStyleForeColor(this, sc2i.win32.common.CExtStyle.EnumCouleurs.None); this.Text = "Sub filter|20100"; this.Load += new System.EventHandler(this.CFormEditComposantFiltreSousFiltre_Load); this.m_panelComboChamp.ResumeLayout(false); this.m_panelFiltre.ResumeLayout(false); this.panel2.ResumeLayout(false); this.m_panelValeurAttendue.ResumeLayout(false); this.m_panelValeurFormule.ResumeLayout(false); this.m_panelValeurChamp.ResumeLayout(false); this.m_panelComboChampValeur.ResumeLayout(false); this.m_splitContainer.Panel1.ResumeLayout(false); this.m_splitContainer.Panel2.ResumeLayout(false); this.m_splitContainer.ResumeLayout(false); this.ResumeLayout(false); }