雅琪诺MES智能条码管理系统
jhz
2022-06-30 0d3b2bd4edaa7385e4ff96370c877be237af054b
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
namespace SCM
{
    partial class Xt_UserDataRight
    {
        /// <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()
        {
            this.cmdWH = new System.Windows.Forms.Button();
            this.cmdDept = new System.Windows.Forms.Button();
            this.cmdJiTai = new System.Windows.Forms.Button();
            this.cmdGongDuan = new System.Windows.Forms.Button();
            this.cmdOrg = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // cmdWH
            // 
            this.cmdWH.Location = new System.Drawing.Point(59, 41);
            this.cmdWH.Name = "cmdWH";
            this.cmdWH.Size = new System.Drawing.Size(122, 68);
            this.cmdWH.TabIndex = 0;
            this.cmdWH.Text = "仓库数据权限";
            this.cmdWH.UseVisualStyleBackColor = true;
            this.cmdWH.Click += new System.EventHandler(this.cmdWH_Click);
            // 
            // cmdDept
            // 
            this.cmdDept.Location = new System.Drawing.Point(247, 41);
            this.cmdDept.Name = "cmdDept";
            this.cmdDept.Size = new System.Drawing.Size(122, 68);
            this.cmdDept.TabIndex = 1;
            this.cmdDept.Text = "部门数据权限";
            this.cmdDept.UseVisualStyleBackColor = true;
            this.cmdDept.Click += new System.EventHandler(this.cmdDept_Click);
            // 
            // cmdJiTai
            // 
            this.cmdJiTai.Location = new System.Drawing.Point(2, 210);
            this.cmdJiTai.Name = "cmdJiTai";
            this.cmdJiTai.Size = new System.Drawing.Size(122, 68);
            this.cmdJiTai.TabIndex = 2;
            this.cmdJiTai.Text = "机台数据权限";
            this.cmdJiTai.UseVisualStyleBackColor = true;
            this.cmdJiTai.Visible = false;
            this.cmdJiTai.Click += new System.EventHandler(this.cmdJiTai_Click);
            // 
            // cmdGongDuan
            // 
            this.cmdGongDuan.Location = new System.Drawing.Point(247, 139);
            this.cmdGongDuan.Name = "cmdGongDuan";
            this.cmdGongDuan.Size = new System.Drawing.Size(122, 68);
            this.cmdGongDuan.TabIndex = 3;
            this.cmdGongDuan.Text = "工段数据权限";
            this.cmdGongDuan.UseVisualStyleBackColor = true;
            this.cmdGongDuan.Click += new System.EventHandler(this.cmdGongDuan_Click);
            // 
            // cmdOrg
            // 
            this.cmdOrg.Location = new System.Drawing.Point(59, 139);
            this.cmdOrg.Name = "cmdOrg";
            this.cmdOrg.Size = new System.Drawing.Size(122, 68);
            this.cmdOrg.TabIndex = 4;
            this.cmdOrg.Text = "组织数据权限";
            this.cmdOrg.UseVisualStyleBackColor = true;
            this.cmdOrg.Click += new System.EventHandler(this.cmdOrg_Click);
            // 
            // Xt_UserDataRight
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(430, 290);
            this.Controls.Add(this.cmdOrg);
            this.Controls.Add(this.cmdGongDuan);
            this.Controls.Add(this.cmdJiTai);
            this.Controls.Add(this.cmdDept);
            this.Controls.Add(this.cmdWH);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Xt_UserDataRight";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "数据权限设置";
            this.Load += new System.EventHandler(this.Xt_UserDataRight_Load);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.Button cmdWH;
        private System.Windows.Forms.Button cmdDept;
        private System.Windows.Forms.Button cmdJiTai;
        private System.Windows.Forms.Button cmdGongDuan;
        private System.Windows.Forms.Button cmdOrg;
    }
}