C3204
2025-12-31 596389540a602329116956dc7a7c8dfa53cda659
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);
        }