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
134
135
136
137
138
139
140
141
142
143
144
namespace Bro.M141.Process.UI
{
    partial class FrmProductSpec
    {
        /// <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()
        {
            DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
            DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
            DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
            DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
            DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle();
            dgvProductSpecs = new Sunny.UI.UIDataGridView();
            colPID = new DataGridViewTextBoxColumn();
            colBarcode = new DataGridViewTextBoxColumn();
            chkAutoRefresh = new Sunny.UI.UICheckBox();
            ((System.ComponentModel.ISupportInitialize)dgvProductSpecs).BeginInit();
            SuspendLayout();
            // 
            // dgvProductSpecs
            // 
            dataGridViewCellStyle1.BackColor = Color.White;
            dgvProductSpecs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            dgvProductSpecs.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
            dgvProductSpecs.BackgroundColor = SystemColors.Control;
            dgvProductSpecs.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = Color.FromArgb(216, 219, 227);
            dataGridViewCellStyle2.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
            dataGridViewCellStyle2.ForeColor = Color.FromArgb(96, 98, 102);
            dataGridViewCellStyle2.SelectionBackColor = Color.FromArgb(216, 219, 227);
            dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
            dgvProductSpecs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            dgvProductSpecs.ColumnHeadersHeight = 32;
            dgvProductSpecs.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            dgvProductSpecs.Columns.AddRange(new DataGridViewColumn[] { colPID, colBarcode });
            dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = SystemColors.Window;
            dataGridViewCellStyle3.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
            dataGridViewCellStyle3.ForeColor = SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = Color.FromArgb(155, 200, 255);
            dataGridViewCellStyle3.SelectionForeColor = Color.FromArgb(48, 48, 48);
            dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
            dgvProductSpecs.DefaultCellStyle = dataGridViewCellStyle3;
            dgvProductSpecs.EnableHeadersVisualStyles = false;
            dgvProductSpecs.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
            dgvProductSpecs.GridColor = Color.FromArgb(216, 219, 227);
            dgvProductSpecs.Location = new Point(0, 56);
            dgvProductSpecs.Name = "dgvProductSpecs";
            dgvProductSpecs.RectColor = Color.FromArgb(216, 219, 227);
            dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = Color.White;
            dataGridViewCellStyle4.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
            dataGridViewCellStyle4.ForeColor = Color.FromArgb(48, 48, 48);
            dataGridViewCellStyle4.SelectionBackColor = Color.FromArgb(216, 219, 227);
            dataGridViewCellStyle4.SelectionForeColor = Color.White;
            dataGridViewCellStyle4.WrapMode = DataGridViewTriState.True;
            dgvProductSpecs.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
            dgvProductSpecs.RowHeadersWidth = 51;
            dataGridViewCellStyle5.BackColor = Color.White;
            dgvProductSpecs.RowsDefaultCellStyle = dataGridViewCellStyle5;
            dgvProductSpecs.RowTemplate.Height = 23;
            dgvProductSpecs.SelectedIndex = -1;
            dgvProductSpecs.ShowGridLine = true;
            dgvProductSpecs.Size = new Size(848, 394);
            dgvProductSpecs.StripeOddColor = Color.White;
            dgvProductSpecs.Style = Sunny.UI.UIStyle.White;
            dgvProductSpecs.TabIndex = 0;
            // 
            // colPID
            // 
            colPID.AutoSizeMode = DataGridViewAutoSizeColumnMode.DisplayedCells;
            colPID.DataPropertyName = "PID";
            colPID.HeaderText = "产品ID";
            colPID.MinimumWidth = 6;
            colPID.Name = "colPID";
            colPID.Width = 101;
            // 
            // colBarcode
            // 
            colBarcode.AutoSizeMode = DataGridViewAutoSizeColumnMode.DisplayedCells;
            colBarcode.DataPropertyName = "SN";
            colBarcode.HeaderText = "产品条码";
            colBarcode.MinimumWidth = 6;
            colBarcode.Name = "colBarcode";
            colBarcode.Width = 120;
            // 
            // chkAutoRefresh
            // 
            chkAutoRefresh.Checked = true;
            chkAutoRefresh.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
            chkAutoRefresh.IsScaled = false;
            chkAutoRefresh.Location = new Point(3, 8);
            chkAutoRefresh.MinimumSize = new Size(1, 1);
            chkAutoRefresh.Name = "chkAutoRefresh";
            chkAutoRefresh.Padding = new Padding(22, 0, 0, 0);
            chkAutoRefresh.Size = new Size(160, 39);
            chkAutoRefresh.TabIndex = 2;
            chkAutoRefresh.Text = "自动刷新";
            // 
            // FrmProductSpec
            // 
            AutoScaleDimensions = new SizeF(6F, 13F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(chkAutoRefresh);
            Controls.Add(dgvProductSpecs);
            Name = "FrmProductSpec";
            Size = new Size(854, 450);
            ((System.ComponentModel.ISupportInitialize)dgvProductSpecs).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
 
        private Sunny.UI.UIDataGridView dgvProductSpecs;
        private Sunny.UI.UICheckBox chkAutoRefresh;
        private DataGridViewTextBoxColumn colPID;
        private DataGridViewTextBoxColumn colBarcode;
    }
}