222
schangxiang@126.com
2025-09-29 f782248da68c035aae12f902f29d828e9867abb0
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
namespace VirtualSrm
{
    partial class MainForm
    {
        /// <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.btnStacker1 = new System.Windows.Forms.Button();
            this.btnStacker2 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // btnStacker1
            // 
            this.btnStacker1.BackColor = System.Drawing.SystemColors.Highlight;
            this.btnStacker1.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStacker1.Location = new System.Drawing.Point(12, 12);
            this.btnStacker1.Name = "btnStacker1";
            this.btnStacker1.Size = new System.Drawing.Size(113, 95);
            this.btnStacker1.TabIndex = 0;
            this.btnStacker1.Text = "堆垛机1";
            this.btnStacker1.UseVisualStyleBackColor = false;
            this.btnStacker1.Click += new System.EventHandler(this.button_Click);
            // 
            // btnStacker2
            // 
            this.btnStacker2.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.btnStacker2.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStacker2.Location = new System.Drawing.Point(144, 12);
            this.btnStacker2.Name = "btnStacker2";
            this.btnStacker2.Size = new System.Drawing.Size(113, 95);
            this.btnStacker2.TabIndex = 1;
            this.btnStacker2.Text = "堆垛机2";
            this.btnStacker2.UseVisualStyleBackColor = false;
            this.btnStacker2.Click += new System.EventHandler(this.button_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(274, 121);
            this.Controls.Add(this.btnStacker2);
            this.Controls.Add(this.btnStacker1);
            this.Name = "MainForm";
            this.Text = "堆垛机";
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.Button btnStacker1;
        private System.Windows.Forms.Button btnStacker2;
    }
}