| | |
| | | theme_AlgorithmForm.Font = new Font("Microsoft Sans Serif", 9F); |
| | | theme_AlgorithmForm.Image = (Image)resources.GetObject("theme_AlgorithmForm.Image"); |
| | | theme_AlgorithmForm.Location = new Point(0, 0); |
| | | theme_AlgorithmForm.Margin = new Padding(4); |
| | | theme_AlgorithmForm.Name = "theme_AlgorithmForm"; |
| | | theme_AlgorithmForm.Padding = new Padding(10, 70, 10, 9); |
| | | theme_AlgorithmForm.Padding = new Padding(12, 88, 12, 11); |
| | | theme_AlgorithmForm.RoundCorners = true; |
| | | theme_AlgorithmForm.Sizable = true; |
| | | theme_AlgorithmForm.Size = new Size(944, 601); |
| | | theme_AlgorithmForm.Size = new Size(1366, 751); |
| | | theme_AlgorithmForm.SmartBounds = true; |
| | | theme_AlgorithmForm.StartPosition = FormStartPosition.WindowsDefaultLocation; |
| | | theme_AlgorithmForm.TabIndex = 0; |
| | |
| | | pnl_ProcessEditForm.BackColor = Color.FromArgb(39, 51, 63); |
| | | pnl_ProcessEditForm.Dock = DockStyle.Fill; |
| | | pnl_ProcessEditForm.EdgeColor = Color.FromArgb(32, 41, 50); |
| | | pnl_ProcessEditForm.Location = new Point(10, 70); |
| | | pnl_ProcessEditForm.Location = new Point(12, 88); |
| | | pnl_ProcessEditForm.Margin = new Padding(4); |
| | | pnl_ProcessEditForm.Name = "pnl_ProcessEditForm"; |
| | | pnl_ProcessEditForm.Padding = new Padding(5); |
| | | pnl_ProcessEditForm.Size = new Size(924, 522); |
| | | pnl_ProcessEditForm.Padding = new Padding(6); |
| | | pnl_ProcessEditForm.Size = new Size(1342, 652); |
| | | pnl_ProcessEditForm.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality; |
| | | pnl_ProcessEditForm.TabIndex = 1; |
| | | // |
| | |
| | | controlB_ProcessEditForm.EnableMaximizeButton = false; |
| | | controlB_ProcessEditForm.EnableMinimizeButton = false; |
| | | controlB_ProcessEditForm.ForeColor = Color.FromArgb(155, 155, 155); |
| | | controlB_ProcessEditForm.Location = new Point(844, 18); |
| | | controlB_ProcessEditForm.Location = new Point(1241, 18); |
| | | controlB_ProcessEditForm.Margin = new Padding(4); |
| | | controlB_ProcessEditForm.MaximizeHoverColor = Color.FromArgb(74, 74, 74); |
| | | controlB_ProcessEditForm.MinimizeHoverColor = Color.FromArgb(63, 63, 65); |
| | | controlB_ProcessEditForm.Name = "controlB_ProcessEditForm"; |
| | |
| | | // |
| | | // ProcessEditForm |
| | | // |
| | | AutoScaleDimensions = new SizeF(96F, 96F); |
| | | AutoScaleDimensions = new SizeF(120F, 120F); |
| | | AutoScaleMode = AutoScaleMode.Dpi; |
| | | ClientSize = new Size(944, 601); |
| | | ClientSize = new Size(1366, 751); |
| | | Controls.Add(theme_AlgorithmForm); |
| | | FormBorderStyle = FormBorderStyle.None; |
| | | MinimumSize = new Size(261, 61); |
| | | Margin = new Padding(4); |
| | | MinimumSize = new Size(326, 76); |
| | | Name = "ProcessEditForm"; |
| | | Text = "AlgorithmForm"; |
| | | TransparencyKey = Color.Fuchsia; |