轮胎外观检测添加思谋语义分割模型检测工具
C3204
2026-03-30 06c627ec032b3f3876fd7db8a3ff0ff1a6614fa2
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
namespace LB_VisionProcesses.Forms
{
    partial class GlobalVarForm
    {
        /// <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(GlobalVarForm));
            theme_GlobalVarForm = new ReaLTaiizor.Forms.ThemeForm();
            tlp_GlobalVarForm = new Sunny.UI.UITableLayoutPanel();
            tlp_GlobalVarFormOperator = new Sunny.UI.UITableLayoutPanel();
            btn_Delete = new ReaLTaiizor.Controls.Button();
            btn_Add = new ReaLTaiizor.Controls.Button();
            controlsPanel = new ReaLTaiizor.Controls.Panel();
            controlBox_GlobalVarForm = new ReaLTaiizor.Controls.ControlBox();
            theme_GlobalVarForm.SuspendLayout();
            tlp_GlobalVarForm.SuspendLayout();
            tlp_GlobalVarFormOperator.SuspendLayout();
            SuspendLayout();
            // 
            // theme_GlobalVarForm
            // 
            theme_GlobalVarForm.BackColor = Color.FromArgb(32, 41, 50);
            theme_GlobalVarForm.Controls.Add(tlp_GlobalVarForm);
            theme_GlobalVarForm.Controls.Add(controlBox_GlobalVarForm);
            theme_GlobalVarForm.Dock = DockStyle.Fill;
            theme_GlobalVarForm.Font = new Font("Microsoft Sans Serif", 9F);
            theme_GlobalVarForm.Image = (Image)resources.GetObject("theme_GlobalVarForm.Image");
            theme_GlobalVarForm.Location = new Point(0, 0);
            theme_GlobalVarForm.Name = "theme_GlobalVarForm";
            theme_GlobalVarForm.Padding = new Padding(10, 70, 10, 9);
            theme_GlobalVarForm.RoundCorners = true;
            theme_GlobalVarForm.Sizable = true;
            theme_GlobalVarForm.Size = new Size(800, 600);
            theme_GlobalVarForm.SmartBounds = true;
            theme_GlobalVarForm.StartPosition = FormStartPosition.WindowsDefaultLocation;
            theme_GlobalVarForm.TabIndex = 0;
            theme_GlobalVarForm.Text = "全局变量";
            // 
            // tlp_GlobalVarForm
            // 
            tlp_GlobalVarForm.ColumnCount = 1;
            tlp_GlobalVarForm.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
            tlp_GlobalVarForm.Controls.Add(tlp_GlobalVarFormOperator, 0, 1);
            tlp_GlobalVarForm.Controls.Add(controlsPanel, 0, 0);
            tlp_GlobalVarForm.Dock = DockStyle.Fill;
            tlp_GlobalVarForm.Location = new Point(10, 70);
            tlp_GlobalVarForm.Name = "tlp_GlobalVarForm";
            tlp_GlobalVarForm.RowCount = 2;
            tlp_GlobalVarForm.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
            tlp_GlobalVarForm.RowStyles.Add(new RowStyle(SizeType.Absolute, 60F));
            tlp_GlobalVarForm.Size = new Size(780, 521);
            tlp_GlobalVarForm.TabIndex = 0;
            tlp_GlobalVarForm.TagString = null;
            // 
            // tlp_GlobalVarFormOperator
            // 
            tlp_GlobalVarFormOperator.ColumnCount = 6;
            tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666718F));
            tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
            tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
            tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
            tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
            tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
            tlp_GlobalVarFormOperator.Controls.Add(btn_Delete, 4, 0);
            tlp_GlobalVarFormOperator.Controls.Add(btn_Add, 5, 0);
            tlp_GlobalVarFormOperator.Dock = DockStyle.Fill;
            tlp_GlobalVarFormOperator.Location = new Point(3, 464);
            tlp_GlobalVarFormOperator.Name = "tlp_GlobalVarFormOperator";
            tlp_GlobalVarFormOperator.RowCount = 1;
            tlp_GlobalVarFormOperator.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
            tlp_GlobalVarFormOperator.Size = new Size(774, 54);
            tlp_GlobalVarFormOperator.TabIndex = 0;
            tlp_GlobalVarFormOperator.TagString = null;
            // 
            // btn_Delete
            // 
            btn_Delete.BackColor = Color.Transparent;
            btn_Delete.BorderColor = Color.FromArgb(32, 34, 37);
            btn_Delete.Dock = DockStyle.Fill;
            btn_Delete.EnteredBorderColor = Color.FromArgb(165, 37, 37);
            btn_Delete.EnteredColor = Color.FromArgb(32, 34, 37);
            btn_Delete.Font = new Font("Microsoft Sans Serif", 12F);
            btn_Delete.Image = null;
            btn_Delete.ImageAlign = ContentAlignment.MiddleLeft;
            btn_Delete.InactiveColor = Color.FromArgb(32, 34, 37);
            btn_Delete.Location = new Point(516, 3);
            btn_Delete.Name = "btn_Delete";
            btn_Delete.PressedBorderColor = Color.FromArgb(165, 37, 37);
            btn_Delete.PressedColor = Color.FromArgb(165, 37, 37);
            btn_Delete.Size = new Size(122, 48);
            btn_Delete.TabIndex = 0;
            btn_Delete.Text = "移除";
            btn_Delete.TextAlignment = StringAlignment.Center;
            btn_Delete.Click += btnDelete_Click;
            // 
            // btn_Add
            // 
            btn_Add.BackColor = Color.Transparent;
            btn_Add.BorderColor = Color.FromArgb(32, 34, 37);
            btn_Add.Dock = DockStyle.Fill;
            btn_Add.EnteredBorderColor = Color.FromArgb(165, 37, 37);
            btn_Add.EnteredColor = Color.FromArgb(32, 34, 37);
            btn_Add.Font = new Font("Microsoft Sans Serif", 12F);
            btn_Add.Image = null;
            btn_Add.ImageAlign = ContentAlignment.MiddleLeft;
            btn_Add.InactiveColor = Color.FromArgb(32, 34, 37);
            btn_Add.Location = new Point(644, 3);
            btn_Add.Name = "btn_Add";
            btn_Add.PressedBorderColor = Color.FromArgb(165, 37, 37);
            btn_Add.PressedColor = Color.FromArgb(165, 37, 37);
            btn_Add.Size = new Size(127, 48);
            btn_Add.TabIndex = 1;
            btn_Add.Text = "添加";
            btn_Add.TextAlignment = StringAlignment.Center;
            btn_Add.Click += btnAdd_Click;
            // 
            // controlsPanel
            // 
            controlsPanel.BackColor = Color.FromArgb(39, 51, 63);
            controlsPanel.Dock = DockStyle.Fill;
            controlsPanel.EdgeColor = Color.FromArgb(32, 41, 50);
            controlsPanel.Location = new Point(3, 3);
            controlsPanel.Name = "controlsPanel";
            controlsPanel.Padding = new Padding(5);
            controlsPanel.Size = new Size(774, 455);
            controlsPanel.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
            controlsPanel.TabIndex = 0;
            controlsPanel.Text = "panel1";
            controlsPanel.SizeChanged += controlsPanel_SizeChanged;
            // 
            // controlBox_GlobalVarForm
            // 
            controlBox_GlobalVarForm.Anchor = AnchorStyles.Top | AnchorStyles.Right;
            controlBox_GlobalVarForm.BackColor = Color.FromArgb(32, 34, 37);
            controlBox_GlobalVarForm.CloseHoverColor = Color.FromArgb(230, 17, 35);
            controlBox_GlobalVarForm.DefaultLocation = true;
            controlBox_GlobalVarForm.EnableHoverHighlight = true;
            controlBox_GlobalVarForm.EnableMaximizeButton = false;
            controlBox_GlobalVarForm.EnableMinimizeButton = false;
            controlBox_GlobalVarForm.ForeColor = Color.FromArgb(155, 155, 155);
            controlBox_GlobalVarForm.Location = new Point(700, 18);
            controlBox_GlobalVarForm.MaximizeHoverColor = Color.FromArgb(74, 74, 74);
            controlBox_GlobalVarForm.MinimizeHoverColor = Color.FromArgb(63, 63, 65);
            controlBox_GlobalVarForm.Name = "controlBox_GlobalVarForm";
            controlBox_GlobalVarForm.Size = new Size(90, 25);
            controlBox_GlobalVarForm.TabIndex = 1;
            // 
            // GlobalVarForm
            // 
            AutoScaleDimensions = new SizeF(96F, 96F);
            AutoScaleMode = AutoScaleMode.Dpi;
            ClientSize = new Size(800, 600);
            Controls.Add(theme_GlobalVarForm);
            FormBorderStyle = FormBorderStyle.None;
            MinimumSize = new Size(261, 61);
            Name = "GlobalVarForm";
            Text = "全局变量";
            TransparencyKey = Color.Fuchsia;
            FormClosing += GlobalVarForm_FormClosing;
            Load += GlobalVarForm_Load;
            theme_GlobalVarForm.ResumeLayout(false);
            tlp_GlobalVarForm.ResumeLayout(false);
            tlp_GlobalVarFormOperator.ResumeLayout(false);
            ResumeLayout(false);
        }
 
        #endregion
 
        private ReaLTaiizor.Forms.ThemeForm theme_GlobalVarForm;
        private ReaLTaiizor.Controls.Panel controlsPanel;
        private Sunny.UI.UITableLayoutPanel tlp_GlobalVarForm;
        private Sunny.UI.UITableLayoutPanel tlp_GlobalVarFormOperator;
        private ReaLTaiizor.Controls.Button btn_Delete;
        private ReaLTaiizor.Controls.Button btn_Add;
        private ReaLTaiizor.Controls.ControlBox controlBox_GlobalVarForm;
    }
}