Ejemplo n.º 1
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(ucWorkflowScrollbox));

            this.ucWorkflow = new ucWorkflow();
            base.SuspendLayout();
            this.ucWorkflow.BackColor = Color.FromArgb(255, 192, 192);
            this.ucWorkflow.Category  = null;
            componentResourceManager.ApplyResources(this.ucWorkflow, "ucWorkflow");
            this.ucWorkflow.Name = "ucWorkflow";
            componentResourceManager.ApplyResources(this, "$this");
            base.AutoScaleMode = AutoScaleMode.Font;
            this.BackColor     = Color.FromArgb(192, 255, 192);
            base.Controls.Add(this.ucWorkflow);
            base.Name  = "ucWorkflowScrollbox";
            base.Load += this.ucWorkflowScrollbox_Load;
            base.ResumeLayout(false);
        }
Ejemplo n.º 2
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(ucWorkflowScrollbox));

            this.ucWorkflow = new ucWorkflow();
            this.SuspendLayout();
            this.ucWorkflow.BackColor = Color.FromArgb((int)byte.MaxValue, 192, 192);
            this.ucWorkflow.Category  = (AIMLCategory)null;
            componentResourceManager.ApplyResources((object)this.ucWorkflow, "ucWorkflow");
            this.ucWorkflow.Name = "ucWorkflow";
            componentResourceManager.ApplyResources((object)this, "$this");
            this.AutoScaleMode = AutoScaleMode.Font;
            this.BackColor     = Color.FromArgb(192, (int)byte.MaxValue, 192);
            this.Controls.Add((Control)this.ucWorkflow);
            this.Name  = nameof(ucWorkflowScrollbox);
            this.Load += new EventHandler(this.ucWorkflowScrollbox_Load);
            this.ResumeLayout(false);
        }