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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
 
/*===================================================================
 *   程序说明: orderModuleMain.Designer.cs文件
 *   作者资料: 孙中吕
 *   创建日期: 2024/05/15 09:21:19
 *   最后修改: 2024/05/15 09:21:19
 *   
 *   注: 本文件由代码生成器(Code Generator)自动生成。
 *   版权所有 Copyright 2006~2024, C/S框架网(www.cscode.net)
 *===================================================================*/
 
namespace CSFrameworkV5.Order
{
    partial class orderModuleMain
    {
        /// <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(orderModuleMain));
            this.menuStripMain = new System.Windows.Forms.MenuStrip();
            this.menuMainOrder = new System.Windows.Forms.ToolStripMenuItem();
            this.menuTest_Order = new System.Windows.Forms.ToolStripMenuItem();
            this.btnOrder01 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton4 = 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.simpleButton4);
            this.pnlContainer.Controls.Add(this.simpleButton3);
            this.pnlContainer.Controls.Add(this.simpleButton2);
            this.pnlContainer.Controls.Add(this.simpleButton1);
            this.pnlContainer.Controls.Add(this.btnOrder01);
            this.pnlContainer.Controls.Add(this.menuStripMain);
            // 
            // menuStripMain
            // 
            this.menuStripMain.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuMainOrder});
            this.menuStripMain.Location = new System.Drawing.Point(2, 2);
            this.menuStripMain.Name = "menuStripMain";
            this.menuStripMain.Padding = new System.Windows.Forms.Padding(7, 3, 0, 3);
            this.menuStripMain.Size = new System.Drawing.Size(775, 30);
            this.menuStripMain.TabIndex = 0;
            // 
            // menuMainOrder
            // 
            this.menuMainOrder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuTest_Order});
            this.menuMainOrder.Name = "menuMainOrder";
            this.menuMainOrder.Size = new System.Drawing.Size(83, 24);
            this.menuMainOrder.Text = "工单管理";
            // 
            // menuTest_Order
            // 
            this.menuTest_Order.Name = "menuTest_Order";
            this.menuTest_Order.Size = new System.Drawing.Size(152, 26);
            this.menuTest_Order.Text = "打开窗体";
            this.menuTest_Order.Click += new System.EventHandler(this.menuTest_Order_Click);
            // 
            // btnOrder01
            // 
            this.btnOrder01.Location = new System.Drawing.Point(59, 77);
            this.btnOrder01.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnOrder01.Name = "btnOrder01";
            this.btnOrder01.Size = new System.Drawing.Size(111, 111);
            this.btnOrder01.TabIndex = 1;
            this.btnOrder01.Text = "工单排产";
            this.btnOrder01.Click += new System.EventHandler(this.menuTest_Order_Click);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Location = new System.Drawing.Point(202, 77);
            this.simpleButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(111, 111);
            this.simpleButton1.TabIndex = 2;
            this.simpleButton1.Text = "工单要求";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // simpleButton2
            // 
            this.simpleButton2.Location = new System.Drawing.Point(351, 77);
            this.simpleButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(111, 111);
            this.simpleButton2.TabIndex = 3;
            this.simpleButton2.Text = "工单巡检";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // simpleButton3
            // 
            this.simpleButton3.Location = new System.Drawing.Point(494, 77);
            this.simpleButton3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(111, 111);
            this.simpleButton3.TabIndex = 4;
            this.simpleButton3.Text = "欠料表维护";
            this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
            // 
            // simpleButton4
            // 
            this.simpleButton4.Location = new System.Drawing.Point(59, 225);
            this.simpleButton4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.simpleButton4.Name = "simpleButton4";
            this.simpleButton4.Size = new System.Drawing.Size(111, 111);
            this.simpleButton4.TabIndex = 5;
            this.simpleButton4.Text = "产线维护";
            this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
            // 
            // orderModuleMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.ClientSize = new System.Drawing.Size(779, 510);
            this.MainMenuStrip = this.menuStripMain;
            this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
            this.Name = "orderModuleMain";
            ((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 menuMainOrder;
        private System.Windows.Forms.ToolStripMenuItem menuTest_Order;
        private DevExpress.XtraEditors.SimpleButton btnOrder01;
        private DevExpress.XtraEditors.SimpleButton simpleButton1;
        private DevExpress.XtraEditors.SimpleButton simpleButton2;
        private DevExpress.XtraEditors.SimpleButton simpleButton3;
        private DevExpress.XtraEditors.SimpleButton simpleButton4;
    }
}