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
namespace BaseSet
{
    partial class Gy_DataIn_BOM_K3
    {
        /// <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 Windows ´°ÌåÉè¼ÆÆ÷Éú³ÉµÄ´úÂë
 
        /// <summary>
        /// Éè¼ÆÆ÷Ö§³ÖËùÐèµÄ·½·¨ - ²»Òª
        /// Ê¹ÓôúÂë±à¼­Æ÷Ð޸Ĵ˷½·¨µÄÄÚÈÝ¡£
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_DataIn_BOM_K3));
            this.txtHICBOMGroupID = new System.Windows.Forms.TextBox();
            this.cmdHBOMGroupID = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.pPic.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.cmdHBOMGroupID);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.txtHICBOMGroupID);
            this.panel1.Controls.SetChildIndex(this.txtHICBOMGroupID, 0);
            this.panel1.Controls.SetChildIndex(this.label1, 0);
            this.panel1.Controls.SetChildIndex(this.cmdHBOMGroupID, 0);
            // 
            // lblCaption
            // 
            this.lblCaption.Size = new System.Drawing.Size(129, 19);
            this.lblCaption.Text = "Êý¾Ýµ¼ÈëÄ£¿é";
            // 
            // txtHICBOMGroupID
            // 
            this.txtHICBOMGroupID.Location = new System.Drawing.Point(152, 9);
            this.txtHICBOMGroupID.Name = "txtHICBOMGroupID";
            this.txtHICBOMGroupID.Size = new System.Drawing.Size(116, 21);
            this.txtHICBOMGroupID.TabIndex = 108;
            this.txtHICBOMGroupID.TextChanged += new System.EventHandler(this.txtHICBOMGroupID_TextChanged);
            // 
            // cmdHBOMGroupID
            // 
            this.cmdHBOMGroupID.BackColor = System.Drawing.Color.Transparent;
            this.cmdHBOMGroupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHBOMGroupID.Image")));
            this.cmdHBOMGroupID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
            this.cmdHBOMGroupID.Location = new System.Drawing.Point(265, 9);
            this.cmdHBOMGroupID.Name = "cmdHBOMGroupID";
            this.cmdHBOMGroupID.Size = new System.Drawing.Size(22, 22);
            this.cmdHBOMGroupID.TabIndex = 110;
            this.cmdHBOMGroupID.UseVisualStyleBackColor = false;
            this.cmdHBOMGroupID.Click += new System.EventHandler(this.cmdHBOMGroupID_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.Black;
            this.label1.Location = new System.Drawing.Point(106, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(35, 12);
            this.label1.TabIndex = 109;
            this.label1.Text = "BOM×é";
            // 
            // Gy_DataIn_BOM_K3
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(1095, 631);
            this.Name = "Gy_DataIn_BOM_K3";
            this.Text = "Êý¾Ýµ¼ÈëÄ£¿é";
            this.pPic.ResumeLayout(false);
            this.pPic.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.TextBox txtHICBOMGroupID;
        private System.Windows.Forms.Button cmdHBOMGroupID;
        private System.Windows.Forms.Label label1;
 
    }
}