C3032
2026-01-09 987241c46c5f76996cc3c77e570d795fdc984113
LB_SmartVision/Forms/Pages/ProcessPage/AllProcessesPage.Designer.cs
@@ -34,18 +34,15 @@
            // controlsPanel
            // 
            controlsPanel.Dock = DockStyle.Fill;
            controlsPanel.Location = new Point(0, 0);
            controlsPanel.Name = "controlsPanel";
            controlsPanel.Size = new Size(803, 478);
            controlsPanel.Size = new Size(640, 480);
            controlsPanel.TabIndex = 0;
            // 
            // AllProcessesPage
            // 
            //AutoScaleDimensions = new SizeF(7F, 17F);
            //AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(controlsPanel);
            Name = "AllProcessesPage";
            Size = new Size(803, 478);
            Size = new Size(640, 480);
            ResumeLayout(false);
        }