C3204
2025-12-18 d85cbf0ccd61d95b96695756e0c90db8b7679545
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
namespace LB_VisionProcesses
{
    partial class ProcessEditForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows Form Designer generated code
 
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcessEditForm));
            theme_AlgorithmForm = new ReaLTaiizor.Forms.ThemeForm();
            pnl_ProcessEditForm = new ReaLTaiizor.Controls.Panel();
            controlB_ProcessEditForm = new ReaLTaiizor.Controls.ControlBox();
            theme_AlgorithmForm.SuspendLayout();
            SuspendLayout();
            // 
            // theme_AlgorithmForm
            // 
            theme_AlgorithmForm.BackColor = Color.FromArgb(32, 41, 50);
            theme_AlgorithmForm.Controls.Add(pnl_ProcessEditForm);
            theme_AlgorithmForm.Controls.Add(controlB_ProcessEditForm);
            theme_AlgorithmForm.Dock = DockStyle.Fill;
            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.Name = "theme_AlgorithmForm";
            theme_AlgorithmForm.Padding = new Padding(10, 70, 10, 9);
            theme_AlgorithmForm.RoundCorners = true;
            theme_AlgorithmForm.Sizable = true;
            theme_AlgorithmForm.Size = new Size(944, 601);
            theme_AlgorithmForm.SmartBounds = true;
            theme_AlgorithmForm.StartPosition = FormStartPosition.WindowsDefaultLocation;
            theme_AlgorithmForm.TabIndex = 0;
            theme_AlgorithmForm.Text = "AlgorithmForm";
            // 
            // pnl_ProcessEditForm
            // 
            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.Name = "pnl_ProcessEditForm";
            pnl_ProcessEditForm.Padding = new Padding(5);
            pnl_ProcessEditForm.Size = new Size(924, 522);
            pnl_ProcessEditForm.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
            pnl_ProcessEditForm.TabIndex = 1;
            // 
            // controlB_ProcessEditForm
            // 
            controlB_ProcessEditForm.Anchor = AnchorStyles.Top | AnchorStyles.Right;
            controlB_ProcessEditForm.BackColor = Color.FromArgb(32, 34, 37);
            controlB_ProcessEditForm.CloseHoverColor = Color.FromArgb(230, 17, 35);
            controlB_ProcessEditForm.DefaultLocation = true;
            controlB_ProcessEditForm.EnableHoverHighlight = true;
            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.MaximizeHoverColor = Color.FromArgb(74, 74, 74);
            controlB_ProcessEditForm.MinimizeHoverColor = Color.FromArgb(63, 63, 65);
            controlB_ProcessEditForm.Name = "controlB_ProcessEditForm";
            controlB_ProcessEditForm.Size = new Size(90, 25);
            controlB_ProcessEditForm.TabIndex = 0;
            // 
            // ProcessEditForm
            // 
            AutoScaleDimensions = new SizeF(7F, 17F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(944, 601);
            Controls.Add(theme_AlgorithmForm);
            FormBorderStyle = FormBorderStyle.None;
            MinimumSize = new Size(261, 61);
            Name = "ProcessEditForm";
            Text = "AlgorithmForm";
            TransparencyKey = Color.Fuchsia;
            FormClosing += ProcessEditForm_FormClosing;
            Load += ProcessEditForm_Load;
            theme_AlgorithmForm.ResumeLayout(false);
            ResumeLayout(false);
        }
 
        #endregion
        public TextBox textBox = new TextBox();
        private ReaLTaiizor.Forms.ThemeForm theme_AlgorithmForm;
        private ReaLTaiizor.Controls.Panel pnl_ProcessEditForm;
        private ReaLTaiizor.Controls.ControlBox controlB_ProcessEditForm;
    }
}