M182轴承端盖外观缺陷AOI
kingno
2025-05-26 5a405c7dce20d8c79a733c9c786cc42eb59fe81c
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
namespace Bro.M141.Process.UI
{
    partial class FrmPointLinec
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region 组件设计器生成的代码
 
        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            formsPlot1 = new ScottPlot.FormsPlot();
            btnStart = new Sunny.UI.UIButton();
            comboBox1 = new ComboBox();
            comboBox2 = new ComboBox();
            label1 = new Label();
            label2 = new Label();
            comboBox3 = new ComboBox();
            SuspendLayout();
            // 
            // formsPlot1
            // 
            formsPlot1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
            formsPlot1.Location = new Point(0, 40);
            formsPlot1.Margin = new Padding(3, 2, 3, 2);
            formsPlot1.Name = "formsPlot1";
            formsPlot1.Size = new Size(849, 458);
            formsPlot1.TabIndex = 1;
            // 
            // btnStart
            // 
            btnStart.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
            btnStart.IsScaled = false;
            btnStart.Location = new Point(51, 3);
            btnStart.MinimumSize = new Size(1, 1);
            btnStart.Name = "btnStart";
            btnStart.Size = new Size(81, 35);
            btnStart.TabIndex = 3;
            btnStart.Text = "刷新";
            // 
            // comboBox1
            // 
            comboBox1.FormattingEnabled = true;
            comboBox1.Location = new Point(188, 14);
            comboBox1.Name = "comboBox1";
            comboBox1.Size = new Size(84, 21);
            comboBox1.TabIndex = 4;
            // 
            // comboBox2
            // 
            comboBox2.FormattingEnabled = true;
            comboBox2.Items.AddRange(new object[] { "10", "20", "30", "40", "50", "60", "70", "80", "100", "150", "200", "250", "300", "350", "400", "450", "500" });
            comboBox2.Location = new Point(447, 14);
            comboBox2.Name = "comboBox2";
            comboBox2.Size = new Size(49, 21);
            comboBox2.TabIndex = 5;
            comboBox2.Text = "50";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new Point(151, 17);
            label1.Name = "label1";
            label1.Size = new Size(31, 13);
            label1.TabIndex = 6;
            label1.Text = "点位";
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Location = new Point(376, 17);
            label2.Name = "label2";
            label2.Size = new Size(55, 13);
            label2.TabIndex = 7;
            label2.Text = "显示个数";
            // 
            // comboBox3
            // 
            comboBox3.FormattingEnabled = true;
            comboBox3.Items.AddRange(new object[] { "X", "Y" });
            comboBox3.Location = new Point(278, 14);
            comboBox3.Name = "comboBox3";
            comboBox3.Size = new Size(46, 21);
            comboBox3.TabIndex = 8;
            comboBox3.Text = "X";
            // 
            // FrmPointLinec
            // 
            AutoScaleDimensions = new SizeF(6F, 13F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(comboBox3);
            Controls.Add(label2);
            Controls.Add(label1);
            Controls.Add(comboBox2);
            Controls.Add(comboBox1);
            Controls.Add(btnStart);
            Controls.Add(formsPlot1);
            Name = "FrmPointLinec";
            Size = new Size(849, 498);
            ResumeLayout(false);
            PerformLayout();
        }
 
        #endregion
 
        private ScottPlot.FormsPlot formsPlot1;
        private Sunny.UI.UIButton btnStart;
        private ComboBox comboBox1;
        private ComboBox comboBox2;
        private Label label1;
        private Label label2;
        private ComboBox comboBox3;
    }
}