lu
2025-04-07 e19ea4337fa65725e6e22073a7b600dcc9887d4b
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
/* Create By GS EasyCode */
namespace Gs.DevApp.DevFrm
{
    partial class Frm_MesItemBl
    {
 
        /// <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()
        {
            this.ucBlcl1 = new Gs.DevApp.DevFrm.Ck.UcBlcl("生产补料");
            this.SuspendLayout();
            // 
            // ucBlcl1 this.ucBlcl1 = new Gs.DevApp.DevFrm.Ck.UcBlcl("生产补料");
            // 
            this.ucBlcl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucBlcl1.Location = new System.Drawing.Point(0, 0);
            this.ucBlcl1.Name = "ucBlcl1";
            this.ucBlcl1.Size = new System.Drawing.Size(1128, 682);
            this.ucBlcl1.TabIndex = 0;
            // 
            // Frm_MesItemBl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1128, 682);
            this.Controls.Add(this.ucBlcl1);
            this.Name = "Frm_MesItemBl";
            this.Text = "生产补料-申请";
            this.ResumeLayout(false);
 
        }
        #endregion
        private Ck.UcBlcl ucBlcl1;
    }
}