C3031
2026-01-30 065674f3eea53cd84244dbb7ba1a994f86dde1ab
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
namespace LB_VisionFlowNode
{
    partial class MainForm
    {
        /// <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(MainForm));
            flowNodeEditor = new FlowNodeEditor();
            themeForm = new ReaLTaiizor.Forms.ThemeForm();
            panel = new ReaLTaiizor.Controls.Panel();
            themeForm.SuspendLayout();
            panel.SuspendLayout();
            SuspendLayout();
            // 
            // flowNodeEditor
            // 
            flowNodeEditor.Dock = DockStyle.Fill;
            flowNodeEditor.Location = new Point(5, 5);
            flowNodeEditor.Name = "flowNodeEditor";
            flowNodeEditor.Size = new Size(770, 361);
            flowNodeEditor.TabIndex = 0;
            // 
            // themeForm
            // 
            themeForm.BackColor = Color.FromArgb(32, 41, 50);
            themeForm.Controls.Add(panel);
            themeForm.Dock = DockStyle.Fill;
            themeForm.Font = new Font("Microsoft Sans Serif", 9F);
            themeForm.Image = (Image)resources.GetObject("themeForm.Image");
            themeForm.Location = new Point(0, 0);
            themeForm.Name = "themeForm";
            themeForm.Padding = new Padding(10, 70, 10, 9);
            themeForm.RoundCorners = true;
            themeForm.Sizable = true;
            themeForm.Size = new Size(800, 450);
            themeForm.SmartBounds = true;
            themeForm.StartPosition = FormStartPosition.WindowsDefaultLocation;
            themeForm.TabIndex = 1;
            themeForm.Text = "拖拉拽流程节点编辑器";
            // 
            // panel
            // 
            panel.BackColor = Color.FromArgb(39, 51, 63);
            panel.Controls.Add(flowNodeEditor);
            panel.Dock = DockStyle.Fill;
            panel.EdgeColor = Color.FromArgb(32, 41, 50);
            panel.Location = new Point(10, 70);
            panel.Name = "panel";
            panel.Padding = new Padding(5);
            panel.Size = new Size(780, 371);
            panel.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
            panel.TabIndex = 1;
            panel.Text = "panel1";
            // 
            // MainForm
            // 
            AutoScaleDimensions = new SizeF(96F, 96F);
            AutoScaleMode = AutoScaleMode.Dpi;
            ClientSize = new Size(800, 450);
            Controls.Add(themeForm);
            FormBorderStyle = FormBorderStyle.None;
            MinimumSize = new Size(261, 61);
            Name = "MainForm";
            Text = "拖拉拽流程节点编辑器";
            TransparencyKey = Color.Fuchsia;
            themeForm.ResumeLayout(false);
            panel.ResumeLayout(false);
            ResumeLayout(false);
        }
 
        #endregion
 
        private FlowNodeEditor flowNodeEditor;
        private ReaLTaiizor.Forms.ThemeForm themeForm;
        private ReaLTaiizor.Controls.Panel panel;
    }
}