1
yhj
2024-07-24 5e5d945e91568b973faa27d8ab0bcef99fc4a6c5
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
 
/*===================================================================
 *   程序说明: frmModuleMain.Designer.cs文件
 *   作者资料: 孙中吕
 *   创建日期: 2024/07/20 10:03:22
 *   最后修改: 2024/07/20 10:03:22
 *   
 *   注: 本文件由代码生成器(Code Generator)自动生成。
 *   版权所有 Copyright 2006~2024, C/S框架网(www.cscode.net)
 *===================================================================*/
 
namespace CSFrameworkV5.womcaa
{
    partial class frmModuleMain
    {
        /// <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(frmModuleMain));
            this.menuStripMain = new System.Windows.Forms.MenuStrip();
            this.menuMainwomcaa = new System.Windows.Forms.ToolStripMenuItem();
            this.menuTest_womcaa = new System.Windows.Forms.ToolStripMenuItem();
            this.btnrwd = new DevExpress.XtraEditors.SimpleButton();
            this.btngd = new DevExpress.XtraEditors.SimpleButton();
            this.btnpc = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.pnlContainer)).BeginInit();
            this.pnlContainer.SuspendLayout();
            this.menuStripMain.SuspendLayout();
            this.SuspendLayout();
            // 
            // ilReports
            // 
            this.ilReports.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilReports.ImageStream")));
            this.ilReports.Images.SetKeyName(0, "16_ArrayWhite.bmp");
            // 
            // pnlContainer
            // 
            this.pnlContainer.Controls.Add(this.btnpc);
            this.pnlContainer.Controls.Add(this.btngd);
            this.pnlContainer.Controls.Add(this.btnrwd);
            this.pnlContainer.Controls.Add(this.menuStripMain);
            // 
            // menuStripMain
            // 
            this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuMainwomcaa});
            this.menuStripMain.Location = new System.Drawing.Point(2, 2);
            this.menuStripMain.Name = "menuStripMain";
            this.menuStripMain.Size = new System.Drawing.Size(678, 25);
            this.menuStripMain.TabIndex = 0;
            // 
            // menuMainwomcaa
            // 
            this.menuMainwomcaa.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuTest_womcaa});
            this.menuMainwomcaa.Name = "menuMainwomcaa";
            this.menuMainwomcaa.Size = new System.Drawing.Size(56, 21);
            this.menuMainwomcaa.Text = "任务单";
            // 
            // menuTest_womcaa
            // 
            this.menuTest_womcaa.Name = "menuTest_womcaa";
            this.menuTest_womcaa.Size = new System.Drawing.Size(124, 22);
            this.menuTest_womcaa.Text = "打开窗体";
            this.menuTest_womcaa.Click += new System.EventHandler(this.menuTest_womcaa_Click);
            // 
            // btnrwd
            // 
            this.btnrwd.Location = new System.Drawing.Point(52, 60);
            this.btnrwd.Name = "btnrwd";
            this.btnrwd.Size = new System.Drawing.Size(97, 86);
            this.btnrwd.TabIndex = 1;
            this.btnrwd.Text = "任务单";
            this.btnrwd.Click += new System.EventHandler(this.menuTest_womcaa_Click);
            // 
            // btngd
            // 
            this.btngd.Location = new System.Drawing.Point(155, 60);
            this.btngd.Name = "btngd";
            this.btngd.Size = new System.Drawing.Size(97, 86);
            this.btngd.TabIndex = 2;
            this.btngd.Text = "工单";
            this.btngd.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // btnpc
            // 
            this.btnpc.Location = new System.Drawing.Point(258, 60);
            this.btnpc.Name = "btnpc";
            this.btnpc.Size = new System.Drawing.Size(97, 86);
            this.btnpc.TabIndex = 3;
            this.btnpc.Text = "排产";
            this.btnpc.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // frmModuleMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.ClientSize = new System.Drawing.Size(682, 397);
            this.MainMenuStrip = this.menuStripMain;
            this.Name = "frmModuleMain";
            ((System.ComponentModel.ISupportInitialize)(this.pnlContainer)).EndInit();
            this.pnlContainer.ResumeLayout(false);
            this.pnlContainer.PerformLayout();
            this.menuStripMain.ResumeLayout(false);
            this.menuStripMain.PerformLayout();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.MenuStrip menuStripMain;
        private System.Windows.Forms.ToolStripMenuItem menuMainwomcaa;
        private System.Windows.Forms.ToolStripMenuItem menuTest_womcaa;
        private DevExpress.XtraEditors.SimpleButton btnrwd;
        private DevExpress.XtraEditors.SimpleButton btngd;
        private DevExpress.XtraEditors.SimpleButton btnpc;
    }
}